Email Subscribers & Newsletters - Version 3.3.6

Version Description

(07.09.2017) =

  • New: Allow emails with special characters to get subscribed
  • New: Show groups in dropdown while creating subscribe form via widget
  • New: Show Preview button above the WordPress editor at the time of editing a composed Newletter / Post Notification
  • Fix: Extra line breaks (
    tags) removed when sending HTML emails
  • Fix: Remove hardcoded ENGINE while creating default tables for new users
  • Fix: Remove hardcoded Collation while creating default tables for new users
  • Update: Only one line break while auto inserting unsubscribe link in the emails
  • Update: Improvements in logic to create default tables on first activation
  • Update: Email preview page after an email is composed or sent
  • Update: Show Preview in new column on Compose screen with a search dashicon
  • Update: Footer text
  • Update: POT file
  • Update: Translation for French (fr_FR) language updated (Thanks to Serge)
  • Update: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
  • Update: Translation for Norwegian (nb_NO) language added (Thanks to Helge Rosseboe)
Download this release

Release Info

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

Code changes from version 3.3.5 to 3.3.6

Files changed (56) hide show
  1. base/es-defined.php +0 -3
  2. changelog.txt +18 -0
  3. classes/es-common.php +14 -14
  4. classes/es-register.php +170 -56
  5. classes/es-sendmail.php +68 -19
  6. compose/compose-add.php +1 -2
  7. compose/compose-edit.php +10 -5
  8. compose/compose-preview.php +14 -3
  9. compose/compose-show.php +7 -3
  10. email-subscribers.php +7 -2
  11. help/help.php +1 -5
  12. job/es-cron.php +2 -2
  13. languages/email-subscribers-ca.mo +0 -0
  14. languages/email-subscribers-ca.po +237 -222
  15. languages/email-subscribers-cs_CZ.mo +0 -0
  16. languages/email-subscribers-cs_CZ.po +237 -222
  17. languages/email-subscribers-de_DE.mo +0 -0
  18. languages/email-subscribers-de_DE.po +820 -708
  19. languages/email-subscribers-es_ES.mo +0 -0
  20. languages/email-subscribers-es_ES.po +238 -223
  21. languages/email-subscribers-fr_FR.mo +0 -0
  22. languages/email-subscribers-fr_FR.po +830 -722
  23. languages/email-subscribers-hu_HU.mo +0 -0
  24. languages/email-subscribers-hu_HU.po +237 -222
  25. languages/email-subscribers-lt_LT.mo +0 -0
  26. languages/email-subscribers-lt_LT.po +237 -222
  27. languages/email-subscribers-nb_NO.mo +0 -0
  28. languages/email-subscribers-nb_NO.po +812 -718
  29. languages/email-subscribers-pl_PL.mo +0 -0
  30. languages/email-subscribers-pl_PL.po +237 -222
  31. languages/email-subscribers-sv_SE.mo +0 -0
  32. languages/email-subscribers-sv_SE.po +237 -222
  33. languages/email-subscribers-tr_TR.mo +0 -0
  34. languages/email-subscribers-tr_TR.po +237 -222
  35. languages/email-subscribers.pot +230 -215
  36. notification/notification-add.php +0 -1
  37. notification/notification-edit.php +0 -1
  38. notification/notification-show.php +0 -2
  39. query/db_compose.php +11 -7
  40. readme.txt +38 -2
  41. sendmail/sendmail.php +0 -2
  42. sentmail/deliverreport-show.php +0 -2
  43. sentmail/sentmail-preview.php +24 -6
  44. sentmail/sentmail-show.php +1 -3
  45. settings/setting-sync.php +0 -1
  46. settings/settings-edit.php +0 -3
  47. sql/es-createdb.sql +0 -65
  48. sql/index.html +0 -1
  49. subscribers/view-subscriber-add.php +0 -2
  50. subscribers/view-subscriber-edit.php +0 -2
  51. subscribers/view-subscriber-export.php +0 -2
  52. subscribers/view-subscriber-import.php +1 -3
  53. subscribers/view-subscriber-show.php +0 -2
  54. subscribers/view-subscriber-sync.php +0 -2
  55. widget/es-widget-page.js +1 -1
  56. widget/es-widget.js +1 -1
base/es-defined.php CHANGED
@@ -29,7 +29,4 @@ if(!defined('ES_FAV')) define('ES_FAV', admin_url( 'admin.php?page=es-general-in
29
 
30
  if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.php' ) );
31
 
32
- $es_rating_text = __( 'If you like <strong>Email Subscribers</strong>, please consider leaving us a <a target="_blank" href="https://wordpress.org/support/plugin/email-subscribers/reviews/?filter=5#new-post">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from Icegram in advance!', ES_TDOMAIN );
33
- define( 'ES_OFFICIAL', $es_rating_text );
34
-
35
  global $es_includes;
29
 
30
  if(!defined('ES_ADMINURL')) define( 'ES_ADMINURL', site_url( '/wp-admin/admin.php' ) );
31
 
 
 
 
32
  global $es_includes;
changelog.txt CHANGED
@@ -4,6 +4,24 @@ Author : Icegram
4
  Author URI : https://www.icegram.com/
5
  License : GPLv3
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ************************************************************Version 3.3.5************************************************************
8
 
9
  * New: UI & structure for Help & Info page
4
  Author URI : https://www.icegram.com/
5
  License : GPLv3
6
 
7
+ ************************************************************Version 3.3.6************************************************************
8
+
9
+ * New: Allow emails with special characters to get subscribed
10
+ * New: Show groups in dropdown while creating subscribe form via widget
11
+ * New: Show Preview button above the WordPress editor at the time of editing a composed Newletter / Post Notification
12
+ * Fix: Extra line breaks (<br> tags) removed when sending HTML emails
13
+ * Fix: Remove hardcoded ENGINE while creating default tables for new users
14
+ * Fix: Remove hardcoded Collation while creating default tables for new users
15
+ * Update: Only one line break while auto inserting unsubscribe link in the emails
16
+ * Update: Improvements in logic to create default tables on first activation
17
+ * Update: Email preview page after an email is composed or sent
18
+ * Update: Show Preview in new column on Compose screen with a search dashicon
19
+ * Update: Footer text
20
+ * Update: POT file
21
+ * Update: Translation for French (fr_FR) language updated (Thanks to Serge)
22
+ * Update: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
23
+ * Update: Translation for Norwegian (nb_NO) language added (Thanks to Helge Rosseboe)
24
+
25
  ************************************************************Version 3.3.5************************************************************
26
 
27
  * New: UI & structure for Help & Info page
classes/es-common.php CHANGED
@@ -117,25 +117,25 @@ class es_cls_common {
117
 
118
  public static function es_sent_report_plain() {
119
  $report = "";
120
- $report = $report. "Hi Admin,\n\n";
121
- $report = $report. "Email has been sent successfully to ###COUNT### email(s). Please find the details below:\n\n";
122
- $report = $report. "Unique ID: ###UNIQUE###\n";
123
- $report = $report. "Start Time: ###STARTTIME###\n";
124
- $report = $report. "End Time: ###ENDTIME###\n";
125
- $report = $report. "For more information, login to your dashboard and go to Reports menu in Email Subscribers.\n\n";
126
- $report = $report. "Thank You.";
127
  return $report;
128
  }
129
 
130
  public static function es_sent_report_html() {
131
  $report = "";
132
- $report = $report. "Hi Admin,<br/><br/>";
133
- $report = $report. "Email has been sent successfully to ###COUNT### email(s). Please find the details below:<br/><br/>";
134
- $report = $report. "Unique ID: ###UNIQUE###<br/>";
135
- $report = $report. "Start Time: ###STARTTIME###<br/>";
136
- $report = $report. "End Time: ###ENDTIME###<br/>";
137
- $report = $report. "For more information, login to your dashboard and go to Reports menu in Email Subscribers.<br/><br/>";
138
- $report = $report. "Thank You.";
139
  return $report;
140
  }
141
 
117
 
118
  public static function es_sent_report_plain() {
119
  $report = "";
120
+ $report .= "Hi Admin,\n\n";
121
+ $report .= "Email has been sent successfully to ###COUNT### email(s). Please find the details below:\n\n";
122
+ $report .= "Unique ID: ###UNIQUE###\n";
123
+ $report .= "Start Time: ###STARTTIME###\n";
124
+ $report .= "End Time: ###ENDTIME###\n";
125
+ $report .= "For more information, login to your dashboard and go to Reports menu in Email Subscribers.\n\n";
126
+ $report .= "Thank You.";
127
  return $report;
128
  }
129
 
130
  public static function es_sent_report_html() {
131
  $report = "";
132
+ $report .= "Hi Admin,<br/><br/>";
133
+ $report .= "Email has been sent successfully to ###COUNT### email(s). Please find the details below:<br/><br/>";
134
+ $report .= "Unique ID: ###UNIQUE###<br/>";
135
+ $report .= "Start Time: ###STARTTIME###<br/>";
136
+ $report .= "End Time: ###ENDTIME###<br/>";
137
+ $report .= "For more information, login to your dashboard and go to Reports menu in Email Subscribers.<br/><br/>";
138
+ $report .= "Thank You.";
139
  return $report;
140
  }
141
 
classes/es-register.php CHANGED
@@ -11,44 +11,92 @@ class es_cls_registerhook {
11
 
12
  add_option('email-subscribers', "2.9");
13
 
14
- // Plugin tables
15
- $array_tables_to_plugin = array('es_emaillist','es_sentdetails','es_deliverreport');
16
- $errors = array();
17
-
18
- // loading the sql file, load it and separate the queries
19
- $sql_file = ES_DIR.'sql'.DS.'es-createdb.sql';
20
- $prefix = $wpdb->prefix;
21
- $handle = fopen($sql_file, 'r');
22
- $query = fread($handle, filesize($sql_file));
23
- fclose($handle);
24
- $query = str_replace('CREATE TABLE IF NOT EXISTS ','CREATE TABLE IF NOT EXISTS '.$prefix, $query);
25
- $queries = explode('-- SQLQUERY ---', $query);
26
-
27
- // run the queries one by one
28
- $has_errors = false;
29
- foreach($queries as $qry) {
30
- $wpdb->query($qry);
31
- }
32
 
33
- // list the tables that haven't been created
34
- $missingtables = array();
35
- foreach($array_tables_to_plugin as $table_name) {
36
- if(strtoupper($wpdb->get_var("SHOW TABLES like '". $prefix.$table_name . "'")) != strtoupper($prefix.$table_name)) {
37
- $missingtables[] = $prefix.$table_name;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  }
39
  }
40
 
41
- // add error in to array variable
42
- if($missingtables) {
43
- $errors[] = __('These tables could not be created on installation ' . implode(', ',$missingtables), 'email-subscribers');
44
- $has_errors = true;
45
  }
46
 
47
  // if error call wp_die()
48
- if($has_errors) {
49
  wp_die( __( $errors[0] , 'email-subscribers' ) );
50
  return false;
51
  } else {
 
52
  es_cls_default::es_pluginconfig_default();
53
  es_cls_default::es_subscriber_default();
54
  es_cls_default::es_template_default();
@@ -79,39 +127,20 @@ class es_cls_registerhook {
79
  }
80
 
81
  public static function es_synctables() {
82
- $es_c_email_subscribers_ver = get_option('email-subscribers');
83
-
84
- if($es_c_email_subscribers_ver != "2.9") {
85
-
86
- global $wpdb;
87
-
88
- // loading the sql file, load it and separate the queries
89
- $sql_file = ES_DIR.'sql'.DS.'es-createdb.sql';
90
- $prefix = $wpdb->prefix;
91
- $handle = fopen($sql_file, 'r');
92
- $query = fread($handle, filesize($sql_file));
93
- fclose($handle);
94
- $query=str_replace('CREATE TABLE IF NOT EXISTS ','CREATE TABLE '.$prefix, $query);
95
- $query=str_replace('ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/','', $query);
96
- $queries=explode('-- SQLQUERY ---', $query);
97
 
98
- // includes db upgrade file
99
- require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
100
-
101
- // run the queries one by one
102
- foreach($queries as $sSql) {
103
- dbDelta( $sSql );
104
- }
105
 
106
  $guid = es_cls_common::es_generate_guid(60);
107
  $home_url = home_url('/');
108
  $blogname = get_option('blogname');
109
  $cronurl = $home_url . "?es=cron&guid=". $guid;
110
 
111
- add_option('ig_es_cronurl', $cronurl);
112
- add_option('ig_es_cron_mailcount', "50");
113
- add_option('ig_es_cron_adminmail', "Hi Admin,\r\n\r\nCron URL has been triggered successfully on ###DATE### for the email ###SUBJECT###. And it sent email to ###COUNT### recipient(s).\r\n\r\nBest,\r\n".$blogname."");
114
- update_option('email-subscribers', "2.9" );
 
115
  }
116
  }
117
 
@@ -345,6 +374,35 @@ class es_cls_registerhook {
345
  if ( $email_subscribers_current_db_version == '3.2.7' ) {
346
  es_cls_registerhook::es_upgrade_database_for_3_3();
347
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  }
349
 
350
  /**
@@ -700,7 +758,7 @@ class es_cls_registerhook {
700
  // 13th June 17 - 0.1
701
  // updated on 5th July 17 - 0.2
702
  // updated on 26th July 17 - 0.2
703
- // updated on 19th Aug 17 - 0.3
704
  $es_data = es_cls_dbquery::es_survey_res();
705
 
706
  // Check days passed from this update (v3.3.4)
@@ -912,6 +970,47 @@ class es_cls_registerhook {
912
  exit();
913
  }
914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
915
  }
916
 
917
  function es_sync_registereduser( $user_id ) {
@@ -1048,7 +1147,22 @@ class es_widget_register extends WP_Widget {
1048
  </p>
1049
  <p>
1050
  <label for="<?php echo $this->get_field_id('es_group'); ?>"><?php echo __( 'Subscriber Group', ES_TDOMAIN ); ?></label>
1051
- <input class="widefat" id="<?php echo $this->get_field_id('es_group'); ?>" name="<?php echo $this->get_field_name('es_group'); ?>" type="text" value="<?php echo $es_group; ?>" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1052
  </p>
1053
  <?php
1054
  }
11
 
12
  add_option('email-subscribers', "2.9");
13
 
14
+ // Creating default tables
15
+ global $wpdb;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
+ $charset_collate = '';
18
+ $charset_collate = $wpdb->get_charset_collate();
19
+
20
+ $es_default_tables = "CREATE TABLE {$wpdb->prefix}es_emaillist (
21
+ es_email_id INT unsigned NOT NULL AUTO_INCREMENT,
22
+ es_email_name VARCHAR(255) NOT NULL,
23
+ es_email_mail VARCHAR(255) NOT NULL,
24
+ es_email_status VARCHAR(25) NOT NULL default 'Unconfirmed',
25
+ es_email_created datetime NOT NULL default '0000-00-00 00:00:00',
26
+ es_email_viewcount VARCHAR(100) NOT NULL,
27
+ es_email_group VARCHAR(255) NOT NULL default 'Public',
28
+ es_email_guid VARCHAR(255) NOT NULL,
29
+ PRIMARY KEY (es_email_id)
30
+ ) $charset_collate;
31
+ CREATE TABLE {$wpdb->prefix}es_templatetable (
32
+ es_templ_id INT unsigned NOT NULL AUTO_INCREMENT,
33
+ es_templ_heading VARCHAR(255) NOT NULL,
34
+ es_templ_body TEXT NULL,
35
+ es_templ_status VARCHAR(25) NOT NULL default 'Published',
36
+ es_email_type VARCHAR(100) NOT NULL default 'Newsletter',
37
+ es_templ_slug VARCHAR(255) NULL,
38
+ PRIMARY KEY (es_templ_id)
39
+ ) $charset_collate;
40
+ CREATE TABLE {$wpdb->prefix}es_notification (
41
+ es_note_id INT unsigned NOT NULL AUTO_INCREMENT,
42
+ es_note_cat TEXT NULL,
43
+ es_note_group VARCHAR(255) NOT NULL,
44
+ es_note_templ INT unsigned NOT NULL,
45
+ es_note_status VARCHAR(10) NOT NULL default 'Enable',
46
+ PRIMARY KEY (es_note_id)
47
+ ) $charset_collate;
48
+ CREATE TABLE {$wpdb->prefix}es_sentdetails (
49
+ es_sent_id INT unsigned NOT NULL AUTO_INCREMENT,
50
+ es_sent_guid VARCHAR(255) NOT NULL,
51
+ es_sent_qstring VARCHAR(255) NOT NULL,
52
+ es_sent_source VARCHAR(255) NOT NULL,
53
+ es_sent_starttime datetime NOT NULL default '0000-00-00 00:00:00',
54
+ es_sent_endtime datetime NOT NULL default '0000-00-00 00:00:00',
55
+ es_sent_count INT unsigned NOT NULL,
56
+ es_sent_preview TEXT NULL,
57
+ es_sent_status VARCHAR(25) NOT NULL default 'Sent',
58
+ es_sent_type VARCHAR(25) NOT NULL default 'Immediately',
59
+ es_sent_subject VARCHAR(255) NOT NULL,
60
+ PRIMARY KEY (es_sent_id)
61
+ ) $charset_collate;
62
+ CREATE TABLE {$wpdb->prefix}es_deliverreport (
63
+ es_deliver_id INT unsigned NOT NULL AUTO_INCREMENT,
64
+ es_deliver_sentguid VARCHAR(255) NOT NULL,
65
+ es_deliver_emailid INT unsigned NOT NULL,
66
+ es_deliver_emailmail VARCHAR(255) NOT NULL,
67
+ es_deliver_sentdate datetime NOT NULL default '0000-00-00 00:00:00',
68
+ es_deliver_status VARCHAR(25) NOT NULL,
69
+ es_deliver_viewdate datetime NOT NULL default '0000-00-00 00:00:00',
70
+ es_deliver_sentstatus VARCHAR(25) NOT NULL default 'Sent',
71
+ es_deliver_senttype VARCHAR(25) NOT NULL default 'Immediately',
72
+ PRIMARY KEY (es_deliver_id)
73
+ ) $charset_collate;
74
+ ";
75
+
76
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
77
+ dbDelta( $es_default_tables );
78
+
79
+ $es_default_table_names = array( 'es_emaillist', 'es_templatetable', 'es_notification', 'es_sentdetails', 'es_deliverreport' );
80
+
81
+ $es_has_errors = false;
82
+ $es_missing_tables = array();
83
+ foreach($es_default_table_names as $table_name) {
84
+ if(strtoupper($wpdb->get_var("SHOW TABLES like '". $wpdb->prefix.$table_name . "'")) != strtoupper($wpdb->prefix.$table_name)) {
85
+ $es_missing_tables[] = $wpdb->prefix.$table_name;
86
  }
87
  }
88
 
89
+ if($es_missing_tables) {
90
+ $errors[] = __( 'These tables could not be created on installation ' . implode(', ',$es_missing_tables), 'email-subscribers' );
91
+ $es_has_errors = true;
 
92
  }
93
 
94
  // if error call wp_die()
95
+ if($es_has_errors) {
96
  wp_die( __( $errors[0] , 'email-subscribers' ) );
97
  return false;
98
  } else {
99
+ // Inserting dummy data on first activation
100
  es_cls_default::es_pluginconfig_default();
101
  es_cls_default::es_subscriber_default();
102
  es_cls_default::es_template_default();
127
  }
128
 
129
  public static function es_synctables() {
130
+ $es_c_email_subscribers_ver = get_option( "email-subscribers" );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
 
132
+ if( $es_c_email_subscribers_ver != "2.9" ) {
 
 
 
 
 
 
133
 
134
  $guid = es_cls_common::es_generate_guid(60);
135
  $home_url = home_url('/');
136
  $blogname = get_option('blogname');
137
  $cronurl = $home_url . "?es=cron&guid=". $guid;
138
 
139
+ add_option( "ig_es_cronurl", $cronurl );
140
+ add_option( "ig_es_cron_mailcount", "50" );
141
+ add_option( "ig_es_cron_adminmail", "Hi Admin,\r\n\r\nCron URL has been triggered successfully on ###DATE### for the email ###SUBJECT###. And it sent email to ###COUNT### recipient(s).\r\n\r\nBest,\r\n".$blogname."" );
142
+
143
+ update_option( "email-subscribers", "2.9" );
144
  }
145
  }
146
 
374
  if ( $email_subscribers_current_db_version == '3.2.7' ) {
375
  es_cls_registerhook::es_upgrade_database_for_3_3();
376
  }
377
+
378
+ if ( $email_subscribers_current_db_version == '3.3' ) {
379
+ es_cls_registerhook::es_upgrade_database_for_3_3_6();
380
+ }
381
+ }
382
+
383
+ /**
384
+ * To alter templatable for extra slug column - to support new template designs
385
+ * ES version 3.3.6 onwards
386
+ */
387
+ public static function es_upgrade_database_for_3_3_6() {
388
+
389
+ global $wpdb;
390
+
391
+ // To check if column es_templ_slug exists or not
392
+ $es_template_col = "SHOW COLUMNS FROM {$wpdb->prefix}es_templatetable LIKE 'es_templ_slug' ";
393
+ $results_template_col = $wpdb->get_results($es_template_col, 'ARRAY_A');
394
+ $template_num_rows = $wpdb->num_rows;
395
+
396
+ // If column doesn't exists, then insert it
397
+ if ( $template_num_rows != '1' ) {
398
+ // Template table
399
+ $wpdb->query( "ALTER TABLE {$wpdb->prefix}es_templatetable
400
+ ADD COLUMN `es_templ_slug` VARCHAR(255) NULL
401
+ AFTER `es_email_type` " );
402
+ }
403
+
404
+ update_option( 'current_sa_email_subscribers_db_version', '3.3.6' );
405
+
406
  }
407
 
408
  /**
758
  // 13th June 17 - 0.1
759
  // updated on 5th July 17 - 0.2
760
  // updated on 26th July 17 - 0.2
761
+ // updated on 21st Aug 17 - 0.3
762
  $es_data = es_cls_dbquery::es_survey_res();
763
 
764
  // Check days passed from this update (v3.3.4)
970
  exit();
971
  }
972
 
973
+
974
+ public static function es_footer_text($es_rating_text) {
975
+
976
+ if ( isset($_GET['page']) && ( $_GET['page'] == 'es-view-subscribers' || $_GET['page'] == 'es-compose' || $_GET['page'] == 'es-notification' || $_GET['page'] == 'es-sendemail' || $_GET['page'] == 'es-settings' || $_GET['page'] == 'es-sentmail' || $_GET['page'] == 'es-general-information' ) ) {
977
+ $es_rating_text = __( 'If you like <strong>Email Subscribers</strong>, please consider leaving us a <a target="_blank" href="https://wordpress.org/support/plugin/email-subscribers/reviews/?filter=5#new-post">&#9733;&#9733;&#9733;&#9733;&#9733;</a> rating. A huge thank you from Icegram in advance!', ES_TDOMAIN );
978
+ }
979
+
980
+ return $es_rating_text;
981
+ }
982
+
983
+ public static function es_update_footer_text($es_text) {
984
+
985
+ $social_link = '<style type="text/css">
986
+ div.ig_es_social_links > iframe {
987
+ max-height: 1.5em;
988
+ vertical-align: middle;
989
+ padding: 5px 2px 0px 0px;
990
+ }
991
+ iframe[id^="twitter-widget"] {
992
+ max-width: 15em;
993
+ }
994
+ iframe#fb_like_ig {
995
+ max-width: 6em;
996
+ }
997
+ span > iframe {
998
+ vertical-align: middle;
999
+ }
1000
+ </style>';
1001
+ $social_link .= '<a href="https://twitter.com/icegram" class="twitter-follow-button" data-show-count="true" data-dnt="true" data-show-screen-name="false">Follow</a>';
1002
+ $social_link .= "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>";
1003
+ $social_link .= '<iframe id="fb_like_ig" src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2Ficegram%2F236428693214953&width=100&layout=button_count&action=like&show_faces=false&share=false&height=41"></iframe>';
1004
+
1005
+ if ( isset($_GET['page']) && ( $_GET['page'] == 'es-view-subscribers' || $_GET['page'] == 'es-compose' || $_GET['page'] == 'es-notification' || $_GET['page'] == 'es-sendemail' || $_GET['page'] == 'es-settings' || $_GET['page'] == 'es-sentmail' || $_GET['page'] == 'es-general-information' ) ) {
1006
+ $es_text = __( '<div id="ig_es_social_links" class="ig_es_social_links" style="float:right;">'.
1007
+ $social_link. ''.
1008
+ '</div>', ES_TDOMAIN );
1009
+ }
1010
+
1011
+ return $es_text;
1012
+ }
1013
+
1014
  }
1015
 
1016
  function es_sync_registereduser( $user_id ) {
1147
  </p>
1148
  <p>
1149
  <label for="<?php echo $this->get_field_id('es_group'); ?>"><?php echo __( 'Subscriber Group', ES_TDOMAIN ); ?></label>
1150
+ <select class="widefat" name="<?php echo $this->get_field_name('es_group'); ?>" id="<?php echo $this->get_field_id('es_group'); ?>">
1151
+ <?php
1152
+ $groups = array();
1153
+ $groups = es_cls_dbquery::es_view_subscriber_group();
1154
+ if(count($groups) > 0) {
1155
+ $i = 1;
1156
+ foreach ($groups as $group) {
1157
+ ?>
1158
+ <option value="<?php echo esc_html(stripslashes($group["es_email_group"])); ?>" <?php if(stripslashes($es_group) == $group["es_email_group"]) { echo 'selected="selected"' ; } ?>>
1159
+ <?php echo stripslashes($group["es_email_group"]); ?>
1160
+ </option>
1161
+ <?php
1162
+ }
1163
+ }
1164
+ ?>
1165
+ </select>
1166
  </p>
1167
  <?php
1168
  }
classes/es-sendmail.php CHANGED
@@ -128,16 +128,16 @@ 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###", $subscriber[0]["es_email_mail"], $unsublink);
132
  $unsublink = str_replace("###GUID###", $subscriber[0]["es_email_guid"], $unsublink);
133
  $unsublink = $unsublink . "&cache=".$cacheid;
134
 
135
  $unsubtext = stripslashes($settings['ig_es_unsubcontent']);
136
  $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
137
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
138
- $unsubtext = '<br><br>' . $unsubtext;
139
  } else {
140
- $unsubtext = '\n\n' . $unsubtext;
141
  }
142
 
143
  $viewstslink = str_replace("###DELVIID###", $es_deliver_id, $viewstatus);
@@ -145,7 +145,16 @@ class es_cls_sendmail {
145
  $content_send = str_replace("###NAME###", $subscriber[0]["es_email_name"], $content_send);
146
 
147
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
148
- $content_send = nl2br($content_send);
 
 
 
 
 
 
 
 
 
149
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
150
  } else {
151
  $content_send = str_replace("<br />", "\r\n", $content_send);
@@ -168,7 +177,7 @@ class es_cls_sendmail {
168
  }
169
 
170
  $es_cron_adminmail = get_option('ig_es_cron_adminmail');
171
- if($es_cron_adminmail <> "") {
172
  $adminmail = $settings['ig_es_adminemail'];
173
  $crondate = date('Y-m-d G:i:s');
174
  $count = $count - 1;
@@ -177,7 +186,14 @@ class es_cls_sendmail {
177
  $es_cron_adminmail = str_replace("###SUBJECT###", $subject, $es_cron_adminmail);
178
 
179
  if($htmlmail) {
180
- $es_cron_adminmail = nl2br($es_cron_adminmail);
 
 
 
 
 
 
 
181
  } else {
182
  $es_cron_adminmail = str_replace("<br />", "\r\n", $es_cron_adminmail);
183
  $es_cron_adminmail = str_replace("<br>", "\r\n", $es_cron_adminmail);
@@ -368,7 +384,7 @@ class es_cls_sendmail {
368
  $content_send = str_replace("###EMAIL###", $to, $content_send);
369
  $optinlink = $settings['ig_es_optinlink'];
370
  $optinlink = str_replace("###DBID###", $subscriber["es_email_id"], $optinlink);
371
- $optinlink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $optinlink);
372
  $optinlink = str_replace("###GUID###", $subscriber["es_email_guid"], $optinlink);
373
  $optinlink = $optinlink . "&cache=".$cacheid;
374
  $content_send = str_replace("###LINK###", $optinlink , $content_send);
@@ -382,7 +398,7 @@ class es_cls_sendmail {
382
  // Making an unsubscribe link
383
  $unsublink = $settings['ig_es_unsublink'];
384
  $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
385
- $unsublink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $unsublink);
386
  $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
387
  $unsublink = $unsublink . "&cache=".$cacheid;
388
  $content_send = str_replace("###LINK###", $unsublink, $content_send);
@@ -394,7 +410,15 @@ class es_cls_sendmail {
394
  $adminmailcontant = str_replace("###GROUP###", $group, $adminmailcontant);
395
 
396
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
397
- $adminmailcontant = nl2br($adminmailcontant);
 
 
 
 
 
 
 
 
398
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
399
  } else {
400
  $adminmailcontant = str_replace("<br />", "\r\n", $adminmailcontant);
@@ -406,16 +430,16 @@ class es_cls_sendmail {
406
  if($mailsenttype != "Cron") { // Cron mail not sending by this method
407
  $unsublink = $settings['ig_es_unsublink'];
408
  $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
409
- $unsublink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $unsublink);
410
  $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
411
  $unsublink = $unsublink . "&cache=".$cacheid;
412
 
413
  $unsubtext = stripslashes($settings['ig_es_unsubcontent']);
414
  $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
415
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
416
- $unsubtext = '<br><br>' . $unsubtext;
417
  } else {
418
- $unsubtext = '\n\n' . $unsubtext;
419
  }
420
 
421
  $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
@@ -424,7 +448,15 @@ class es_cls_sendmail {
424
  $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
425
 
426
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
427
- $content_send = nl2br($content_send);
 
 
 
 
 
 
 
 
428
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
429
  } else {
430
  $content_send = str_replace("<br />", "\r\n", $content_send);
@@ -440,15 +472,15 @@ class es_cls_sendmail {
440
 
441
  $unsublink = $settings['ig_es_unsublink'];
442
  $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
443
- $unsublink = str_replace("###EMAIL###", $subscriber["es_email_mail"], $unsublink);
444
  $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
445
  $unsublink = $unsublink . "&cache=".$cacheid;
446
  $unsubtext = stripslashes($settings['ig_es_unsubcontent']);
447
  $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
448
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
449
- $unsubtext = '<br><br>' . $unsubtext;
450
  } else {
451
- $unsubtext = '\n\n' . $unsubtext;
452
  }
453
 
454
  $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
@@ -458,7 +490,15 @@ class es_cls_sendmail {
458
  $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
459
 
460
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
461
- $content_send = nl2br($content_send);
 
 
 
 
 
 
 
 
462
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
463
  } else {
464
  $content_send = str_replace("<br />", "\r\n", $content_send);
@@ -499,7 +539,7 @@ class es_cls_sendmail {
499
  }
500
 
501
  // Admin mails
502
- if($type == "welcome" && $adminmail <> "" && $es_c_adminmailoption == "YES") {
503
  mail($adminmail, $adminmailsubject, $adminmailcontant, $headers);
504
  }
505
  }
@@ -526,7 +566,16 @@ class es_cls_sendmail {
526
  if ( $reportmail == "" || $reportmail == "nooptionexists") {
527
  $reportmail = es_cls_common::es_sent_report_html();
528
  }
529
- $reportmail = nl2br($reportmail);
 
 
 
 
 
 
 
 
 
530
  } else {
531
  $reportmail = get_option('ig_es_sentreport', 'nooptionexists');
532
  if ( $reportmail == "" || $reportmail == "nooptionexists") {
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
 
135
  $unsubtext = stripslashes($settings['ig_es_unsubcontent']);
136
  $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
137
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
138
+ $unsubtext = '<br>' . $unsubtext;
139
  } else {
140
+ $unsubtext = '\n' . $unsubtext;
141
  }
142
 
143
  $viewstslink = str_replace("###DELVIID###", $es_deliver_id, $viewstatus);
145
  $content_send = str_replace("###NAME###", $subscriber[0]["es_email_name"], $content_send);
146
 
147
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
148
+
149
+ $content = $content_send;
150
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
151
+ if(isset($GLOBALS['wp_embed'])) {
152
+ $content = $GLOBALS['wp_embed']->autoembed($content);
153
+ }
154
+ $content = wpautop( $content );
155
+ // $content = do_shortcode( shortcode_unautop( $content ) );
156
+ $content_send = $content;
157
+
158
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
159
  } else {
160
  $content_send = str_replace("<br />", "\r\n", $content_send);
177
  }
178
 
179
  $es_cron_adminmail = get_option('ig_es_cron_adminmail');
180
+ if($es_cron_adminmail != "") {
181
  $adminmail = $settings['ig_es_adminemail'];
182
  $crondate = date('Y-m-d G:i:s');
183
  $count = $count - 1;
186
  $es_cron_adminmail = str_replace("###SUBJECT###", $subject, $es_cron_adminmail);
187
 
188
  if($htmlmail) {
189
+ $content = $es_cron_adminmail;
190
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
191
+ if(isset($GLOBALS['wp_embed'])) {
192
+ $content = $GLOBALS['wp_embed']->autoembed($content);
193
+ }
194
+ $content = wpautop( $content );
195
+ // $content = do_shortcode( shortcode_unautop( $content ) );
196
+ $es_cron_adminmail = $content;
197
  } else {
198
  $es_cron_adminmail = str_replace("<br />", "\r\n", $es_cron_adminmail);
199
  $es_cron_adminmail = str_replace("<br>", "\r\n", $es_cron_adminmail);
384
  $content_send = str_replace("###EMAIL###", $to, $content_send);
385
  $optinlink = $settings['ig_es_optinlink'];
386
  $optinlink = str_replace("###DBID###", $subscriber["es_email_id"], $optinlink);
387
+ $optinlink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $optinlink);
388
  $optinlink = str_replace("###GUID###", $subscriber["es_email_guid"], $optinlink);
389
  $optinlink = $optinlink . "&cache=".$cacheid;
390
  $content_send = str_replace("###LINK###", $optinlink , $content_send);
398
  // Making an unsubscribe link
399
  $unsublink = $settings['ig_es_unsublink'];
400
  $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
401
+ $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $unsublink);
402
  $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
403
  $unsublink = $unsublink . "&cache=".$cacheid;
404
  $content_send = str_replace("###LINK###", $unsublink, $content_send);
410
  $adminmailcontant = str_replace("###GROUP###", $group, $adminmailcontant);
411
 
412
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
413
+ $content = $adminmailcontant;
414
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
415
+ if(isset($GLOBALS['wp_embed'])) {
416
+ $content = $GLOBALS['wp_embed']->autoembed($content);
417
+ }
418
+ $content = wpautop( $content );
419
+ // $content = do_shortcode( shortcode_unautop( $content ) );
420
+ $adminmailcontant = $content;
421
+
422
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
423
  } else {
424
  $adminmailcontant = str_replace("<br />", "\r\n", $adminmailcontant);
430
  if($mailsenttype != "Cron") { // Cron mail not sending by this method
431
  $unsublink = $settings['ig_es_unsublink'];
432
  $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
433
+ $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $unsublink);
434
  $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
435
  $unsublink = $unsublink . "&cache=".$cacheid;
436
 
437
  $unsubtext = stripslashes($settings['ig_es_unsubcontent']);
438
  $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
439
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
440
+ $unsubtext = '<br>' . $unsubtext;
441
  } else {
442
+ $unsubtext = '\n' . $unsubtext;
443
  }
444
 
445
  $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
448
  $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
449
 
450
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
451
+ $content = $content_send;
452
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
453
+ if(isset($GLOBALS['wp_embed'])) {
454
+ $content = $GLOBALS['wp_embed']->autoembed($content);
455
+ }
456
+ $content = wpautop( $content );
457
+ // $content = do_shortcode( shortcode_unautop( $content ) );
458
+ $content_send = $content;
459
+
460
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
461
  } else {
462
  $content_send = str_replace("<br />", "\r\n", $content_send);
472
 
473
  $unsublink = $settings['ig_es_unsublink'];
474
  $unsublink = str_replace("###DBID###", $subscriber["es_email_id"], $unsublink);
475
+ $unsublink = str_replace("###EMAIL###", rawurlencode($subscriber["es_email_mail"]), $unsublink);
476
  $unsublink = str_replace("###GUID###", $subscriber["es_email_guid"], $unsublink);
477
  $unsublink = $unsublink . "&cache=".$cacheid;
478
  $unsubtext = stripslashes($settings['ig_es_unsubcontent']);
479
  $unsubtext = str_replace("###LINK###", $unsublink , $unsubtext);
480
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
481
+ $unsubtext = '<br>' . $unsubtext;
482
  } else {
483
+ $unsubtext = '\n' . $unsubtext;
484
  }
485
 
486
  $returnid = es_cls_delivery::es_delivery_ins($sendguid, $subscriber["es_email_id"], $subscriber["es_email_mail"], $mailsenttype);
490
  $content_send = str_replace("###NAME###", $subscriber["es_email_name"], $content_send);
491
 
492
  if ( $settings['ig_es_emailtype'] == "WP HTML MAIL" || $settings['ig_es_emailtype'] == "PHP HTML MAIL" ) {
493
+ $content = $content_send;
494
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
495
+ if(isset($GLOBALS['wp_embed'])) {
496
+ $content = $GLOBALS['wp_embed']->autoembed($content);
497
+ }
498
+ $content = wpautop( $content );
499
+ // $content = do_shortcode( shortcode_unautop( $content ) );
500
+ $content_send = $content;
501
+
502
  $content_send = str_replace($replacefrom, $replaceto, $content_send);
503
  } else {
504
  $content_send = str_replace("<br />", "\r\n", $content_send);
539
  }
540
 
541
  // Admin mails
542
+ if($type == "welcome" && $adminmail != "" && $es_c_adminmailoption == "YES") {
543
  mail($adminmail, $adminmailsubject, $adminmailcontant, $headers);
544
  }
545
  }
566
  if ( $reportmail == "" || $reportmail == "nooptionexists") {
567
  $reportmail = es_cls_common::es_sent_report_html();
568
  }
569
+
570
+ $content = $reportmail;
571
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
572
+ if(isset($GLOBALS['wp_embed'])) {
573
+ $content = $GLOBALS['wp_embed']->autoembed($content);
574
+ }
575
+ $content = wpautop( $content );
576
+ // $content = do_shortcode( shortcode_unautop( $content ) );
577
+ $reportmail = $content;
578
+
579
  } else {
580
  $reportmail = get_option('ig_es_sentreport', 'nooptionexists');
581
  if ( $reportmail == "" || $reportmail == "nooptionexists") {
compose/compose-add.php CHANGED
@@ -90,7 +90,7 @@ if ( ! defined( 'ABSPATH' ) ) {
90
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
91
  <?php wp_editor("", "es_templ_body", $settings_body);?>
92
  <p>
93
- <?php echo sprintf(__( '%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
94
  </p>
95
 
96
  <div class="template_status" style="display:none;">
@@ -107,5 +107,4 @@ if ( ! defined( 'ABSPATH' ) ) {
107
  <?php wp_nonce_field('es_form_add'); ?>
108
  </form>
109
  </div>
110
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
111
  </div>
90
  <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
91
  <?php wp_editor("", "es_templ_body", $settings_body);?>
92
  <p>
93
+ <?php echo sprintf(__( '%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
94
  </p>
95
 
96
  <div class="template_status" style="display:none;">
107
  <?php wp_nonce_field('es_form_add'); ?>
108
  </form>
109
  </div>
 
110
  </div>
compose/compose-edit.php CHANGED
@@ -97,11 +97,17 @@ if ( ! defined( 'ABSPATH' ) ) {
97
  <input name="es_templ_heading" type="text" id="es_templ_heading" value="<?php echo esc_html(stripslashes($form['es_templ_heading'])); ?>" size="80" maxlength="225" />
98
  <p><?php echo __( 'Available Keyword: ###POSTTITLE### (For Post Notification only)', ES_TDOMAIN ); ?></p>
99
 
100
- <label for="tag-link"><?php echo __( 'Enter Content for your Email', ES_TDOMAIN ); ?></label>
101
- <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
102
- <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
 
 
 
 
 
 
103
  <p>
104
- <?php echo sprintf(__( '%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
105
  </p>
106
 
107
  <div class="template_status" style="display:none;">
@@ -119,5 +125,4 @@ if ( ! defined( 'ABSPATH' ) ) {
119
  <?php wp_nonce_field('es_form_edit'); ?>
120
  </form>
121
  </div>
122
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
123
  </div>
97
  <input name="es_templ_heading" type="text" id="es_templ_heading" value="<?php echo esc_html(stripslashes($form['es_templ_heading'])); ?>" size="80" maxlength="225" />
98
  <p><?php echo __( 'Available Keyword: ###POSTTITLE### (For Post Notification only)', ES_TDOMAIN ); ?></p>
99
 
100
+ <label for="tag-link"><?php echo __( 'Enter Content for your Email', ES_TDOMAIN ); ?>
101
+ <a style="float:right;" class="button-primary" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=preview&amp;did=<?php echo $form['es_templ_id']; ?>" target="_blank">
102
+ <?php echo __( 'Preview', ES_TDOMAIN ); ?>
103
+ </a>
104
+ </label>
105
+ <div style="margin-top:1em;">
106
+ <?php $settings_body = array( 'textarea_rows' => 25 ); ?>
107
+ <?php wp_editor(stripslashes($form['es_templ_body']), "es_templ_body", $settings_body);?>
108
+ </div>
109
  <p>
110
+ <?php echo sprintf(__( '%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, ###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, ###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)', ES_TDOMAIN ), '<a href="https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page" target="_blank">' . __( 'Available Keywords', ES_TDOMAIN ) . '</a>' ); ?><br />
111
  </p>
112
 
113
  <div class="template_status" style="display:none;">
125
  <?php wp_nonce_field('es_form_edit'); ?>
126
  </form>
127
  </div>
 
128
  </div>
compose/compose-preview.php CHANGED
@@ -24,21 +24,32 @@ if ($result != '1') {
24
 
25
  <div class="wrap">
26
  <h2 style="margin-bottom:1em;">
27
- <?php echo __( 'Preview Mail', ES_TDOMAIN ); ?>
28
  <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
29
  </h2>
 
 
 
30
  <div class="tool-box">
31
  <div style="padding:15px;background-color:#FFFFFF;">
32
  <?php
33
  $preview = es_cls_compose::es_template_select($did);
34
  $es_templ_body = $preview["es_templ_body"];
35
- $es_templ_body = nl2br($es_templ_body);
 
 
 
 
 
 
 
 
 
36
  echo stripslashes($es_templ_body);
37
  ?>
38
  </div>
39
  <p>
40
  <a class="button-primary" href="<?php echo ES_ADMINURL; ?>?page=es-compose&ac=edit&did=<?php echo $did; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
41
  </p>
42
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
43
  </div>
44
  </div>
24
 
25
  <div class="wrap">
26
  <h2 style="margin-bottom:1em;">
27
+ <?php echo __( 'Preview Email', ES_TDOMAIN ); ?>
28
  <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
29
  </h2>
30
+ <p>
31
+ <?php echo __( 'This is how your email may look. <br>Note: Different email services (like gmail, yahoo etc) display email content differently. So there could be a slight variation on how your customer will view the email content.', ES_TDOMAIN ); ?>
32
+ </p>
33
  <div class="tool-box">
34
  <div style="padding:15px;background-color:#FFFFFF;">
35
  <?php
36
  $preview = es_cls_compose::es_template_select($did);
37
  $es_templ_body = $preview["es_templ_body"];
38
+
39
+ $content = $es_templ_body;
40
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
41
+ if(isset($GLOBALS['wp_embed'])) {
42
+ $content = $GLOBALS['wp_embed']->autoembed($content);
43
+ }
44
+ $content = wpautop( $content );
45
+ // $content = do_shortcode( shortcode_unautop( $content ) );
46
+ $es_templ_body = $content;
47
+
48
  echo stripslashes($es_templ_body);
49
  ?>
50
  </div>
51
  <p>
52
  <a class="button-primary" href="<?php echo ES_ADMINURL; ?>?page=es-compose&ac=edit&did=<?php echo $did; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
53
  </p>
 
54
  </div>
55
  </div>
compose/compose-show.php CHANGED
@@ -77,6 +77,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
77
  <th scope="col"><?php echo __( 'Email Subject', ES_TDOMAIN ); ?></th>
78
  <th scope="col"><?php echo __( 'Email Template', ES_TDOMAIN ); ?></th>
79
  <th scope="col"><?php echo __( 'Actions', ES_TDOMAIN ); ?></th>
 
80
  </tr>
81
  </thead>
82
  <tfoot>
@@ -84,6 +85,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
84
  <th scope="col"><?php echo __( 'Email Subject', ES_TDOMAIN ); ?></th>
85
  <th scope="col"><?php echo __( 'Email Template', ES_TDOMAIN ); ?></th>
86
  <th scope="col"><?php echo __( 'Actions', ES_TDOMAIN ); ?></th>
 
87
  </tr>
88
  </tfoot>
89
  <tbody>
@@ -100,7 +102,11 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
100
  <td>
101
  <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=edit&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
102
  | <a onClick="javascript:_es_delete('<?php echo $data['es_templ_id']; ?>')" href="javascript:void(0);"><?php echo __( 'Delete', ES_TDOMAIN ); ?></a>
103
- | <a title="Preview" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=preview&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __( 'Preview', ES_TDOMAIN ); ?></a>
 
 
 
 
104
  </td>
105
  </tr>
106
  <?php
@@ -118,6 +124,4 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
118
  <input type="hidden" name="frm_es_display" value="yes"/>
119
  </form>
120
  </div>
121
- <div style="height:10px;"></div>
122
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
123
  </div>
77
  <th scope="col"><?php echo __( 'Email Subject', ES_TDOMAIN ); ?></th>
78
  <th scope="col"><?php echo __( 'Email Template', ES_TDOMAIN ); ?></th>
79
  <th scope="col"><?php echo __( 'Actions', ES_TDOMAIN ); ?></th>
80
+ <th scope="col"><?php echo __( 'Preview', ES_TDOMAIN ); ?></th>
81
  </tr>
82
  </thead>
83
  <tfoot>
85
  <th scope="col"><?php echo __( 'Email Subject', ES_TDOMAIN ); ?></th>
86
  <th scope="col"><?php echo __( 'Email Template', ES_TDOMAIN ); ?></th>
87
  <th scope="col"><?php echo __( 'Actions', ES_TDOMAIN ); ?></th>
88
+ <th scope="col"><?php echo __( 'Preview', ES_TDOMAIN ); ?></th>
89
  </tr>
90
  </tfoot>
91
  <tbody>
102
  <td>
103
  <a title="Edit" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=edit&amp;did=<?php echo $data['es_templ_id']; ?>"><?php echo __( 'Edit', ES_TDOMAIN ); ?></a>
104
  | <a onClick="javascript:_es_delete('<?php echo $data['es_templ_id']; ?>')" href="javascript:void(0);"><?php echo __( 'Delete', ES_TDOMAIN ); ?></a>
105
+ </td>
106
+ <td>
107
+ <a title="Preview" href="<?php echo ES_ADMINURL; ?>?page=es-compose&amp;ac=preview&amp;did=<?php echo $data['es_templ_id']; ?>" target="_blank">
108
+ <span class="dashicons dashicons-search"></span>
109
+ </a>
110
  </td>
111
  </tr>
112
  <?php
124
  <input type="hidden" name="frm_es_display" value="yes"/>
125
  </form>
126
  </div>
 
 
127
  </div>
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.3.5
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.4
@@ -48,6 +48,11 @@ function es_textdomain() {
48
 
49
  add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
50
 
 
 
 
 
 
51
  add_action( 'user_register', 'es_sync_registereduser' );
52
 
53
  // To store current date and version in db with each update
@@ -85,4 +90,4 @@ function es_update_current_version_and_date( $upgrader_object, $options ) {
85
  }
86
 
87
  register_activation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_activation' ) );
88
- register_deactivation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_deactivation' ) );
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.3.6
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.4
48
 
49
  add_action( 'transition_post_status', array( 'es_cls_sendmail', 'es_prepare_notification' ), 10, 3 );
50
 
51
+ // To change default footer text
52
+ add_filter( 'admin_footer_text', array( 'es_cls_registerhook' , 'es_footer_text' ) );
53
+ add_filter( 'update_footer', array( 'es_cls_registerhook' , 'es_update_footer_text' ), 99 );
54
+
55
+ // Sync upcoming WordPress users
56
  add_action( 'user_register', 'es_sync_registereduser' );
57
 
58
  // To store current date and version in db with each update
90
  }
91
 
92
  register_activation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_activation' ) );
93
+ register_deactivation_hook( ES_FILE, array( 'es_cls_registerhook', 'es_deactivation' ) );
help/help.php CHANGED
@@ -445,8 +445,4 @@ if ( ! defined( 'ABSPATH' ) ) {
445
  </p>
446
  </div>
447
  </div>
448
-
449
-
450
- </div>
451
- <div style="height:10px;"></div>
452
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
445
  </p>
446
  </div>
447
  </div>
448
+ </div>
 
 
 
 
job/es-cron.php CHANGED
@@ -15,12 +15,12 @@ if( (isset($_GET['es'])) && ($_GET['es'] == "cron") ) {
15
  $es_c_cronguid_noslash = str_replace("-", "", $es_c_cronguid);
16
  $security2 = strlen($es_c_cronguid_noslash);
17
  if($security1 == 34 && $security2 == 30) {
18
- if (!preg_match('/[^a-z]/', $es_c_cronguid_noslash)) {
19
  $es_c_cronurl = get_option('ig_es_cronurl');
20
  $es_c_croncount = get_option('ig_es_cron_mailcount');
21
  parse_str($es_c_cronurl, $output);
22
  if($es_c_cronguid == $output['guid']) {
23
- if(!is_numeric($es_c_croncount)) {
24
  $es_c_croncount = 50;
25
  }
26
 
15
  $es_c_cronguid_noslash = str_replace("-", "", $es_c_cronguid);
16
  $security2 = strlen($es_c_cronguid_noslash);
17
  if($security1 == 34 && $security2 == 30) {
18
+ if ( !preg_match('/[^a-z]/', $es_c_cronguid_noslash) ) {
19
  $es_c_cronurl = get_option('ig_es_cronurl');
20
  $es_c_croncount = get_option('ig_es_cron_mailcount');
21
  parse_str($es_c_cronurl, $output);
22
  if($es_c_cronguid == $output['guid']) {
23
+ if( !is_numeric($es_c_croncount) ) { //if $es_c_croncount is coming empty, then set $es_c_croncount should be passed empty?
24
  $es_c_croncount = 50;
25
  }
26
 
languages/email-subscribers-ca.mo CHANGED
Binary file
languages/email-subscribers-ca.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\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: Mon Aug 21 2017 16:25:45 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -27,7 +27,7 @@ msgstr ""
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
- #: ../email-subscribers.php:70
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
@@ -44,26 +44,26 @@ msgstr ""
44
  msgid "Cron"
45
  msgstr ""
46
 
47
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
48
- #: register.php:158
49
  msgid "Settings"
50
  msgstr ""
51
 
52
- #: ../settings/settings-edit.php:92
53
  msgid "Email Type"
54
  msgstr ""
55
 
56
- #: ../settings/settings-edit.php:93
57
  msgid ""
58
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
59
  "Option 3 & 4 is to send emails with PHP method mail()."
60
  msgstr ""
61
 
62
- #: ../settings/settings-edit.php:107
63
  msgid "Opt-In Type"
64
  msgstr ""
65
 
66
- #: ../settings/settings-edit.php:108
67
  msgid ""
68
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
69
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -72,146 +72,146 @@ msgid ""
72
  "directly in the list."
73
  msgstr ""
74
 
75
- #: ../settings/settings-edit.php:139
76
  msgid "Notify Admin when a new subscriber signs up"
77
  msgstr ""
78
 
79
- #: ../settings/settings-edit.php:152
80
  msgid "Admin Email Subject on new subscriber sign up"
81
  msgstr ""
82
 
83
- #: ../settings/settings-edit.php:153
84
  msgid ""
85
  "Subject for the admin email whenever a new subscriber signs up and is "
86
  "confirmed."
87
  msgstr ""
88
 
89
- #: ../settings/settings-edit.php:159
90
  msgid "Admin Email Content on new subscriber signs up"
91
  msgstr ""
92
 
93
- #: ../settings/settings-edit.php:160
94
  msgid ""
95
  "Content for the admin email whenever a new subscriber signs up and is "
96
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
97
  msgstr ""
98
 
99
- #: ../settings/settings-edit.php:168
100
  msgid "Subject for the email report which will be sent to admin."
101
  msgstr ""
102
 
103
- #: ../settings/settings-edit.php:175
104
  msgid ""
105
  "Content for the email report which will be sent to admin.<br />(Available "
106
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
107
  msgstr ""
108
 
109
- #: ../settings/settings-edit.php:186
110
  msgid "Double Opt-In Email Subject (Confirmation Email)"
111
  msgstr ""
112
 
113
- #: ../settings/settings-edit.php:187
114
  msgid ""
115
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
116
  "subscriber signs up."
117
  msgstr ""
118
 
119
- #: ../settings/settings-edit.php:193
120
  msgid "Double Opt-In Email Content (Confirmation Email)"
121
  msgstr ""
122
 
123
- #: ../settings/settings-edit.php:194
124
  msgid ""
125
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
126
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
127
  msgstr ""
128
 
129
- #: ../settings/settings-edit.php:200
130
  msgid "Double Opt-In Confirmation Link"
131
  msgstr ""
132
 
133
- #: ../settings/settings-edit.php:207
134
  msgid ""
135
  "Text to display after an email address is successfully subscribed from "
136
  "Double Opt-In (Confirmation) Email"
137
  msgstr ""
138
 
139
- #: ../settings/settings-edit.php:215
140
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
141
  msgstr ""
142
 
143
- #: ../settings/settings-edit.php:227
144
  msgid "Subject for Welcome Email"
145
  msgstr ""
146
 
147
- #: ../settings/settings-edit.php:228
148
  msgid ""
149
  "Subject for the subscriber welcome email. This will be sent whenever a "
150
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
151
  "Opt-In) successfully."
152
  msgstr ""
153
 
154
- #: ../settings/settings-edit.php:234
155
  msgid "Email Content for Welcome Email"
156
  msgstr ""
157
 
158
- #: ../settings/settings-edit.php:235
159
  msgid ""
160
  "Content for the subscriber welcome email whenever a user's email is either "
161
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
162
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
163
  msgstr ""
164
 
165
- #: ../settings/settings-edit.php:244
166
  msgid ""
167
  "This unsubscribe link is automatically added to all the emails that are sent "
168
  "from this plugin. It is a readonly field and you are advised not to modify "
169
  "it."
170
  msgstr ""
171
 
172
- #: ../settings/settings-edit.php:251
173
  msgid ""
174
  "The text for the unsubscribe link. This text is automatically added with "
175
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
176
  msgstr ""
177
 
178
- #: ../settings/settings-edit.php:258
179
  msgid ""
180
  "This text will be displayed once user clicks on unsubscribe link from the "
181
  "email."
182
  msgstr ""
183
 
184
- #: ../settings/settings-edit.php:265
185
  msgid "Error in the Subscribe / Confirmation Link"
186
  msgstr ""
187
 
188
- #: ../settings/settings-edit.php:266
189
  msgid ""
190
  "Default message to display if there is any issue while clicking on subscribe "
191
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
192
  msgstr ""
193
 
194
- #: ../settings/settings-edit.php:273
195
  msgid ""
196
  "Default message to display if there is any issue while clicking on "
197
  "unsubscribe link from the emails."
198
  msgstr ""
199
 
200
- #: ../settings/settings-edit.php:372
201
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
202
  msgstr ""
203
 
204
- #: ../settings/settings-edit.php:377
205
  msgid "Cron Report"
206
  msgstr ""
207
 
208
- #: ../settings/settings-edit.php:378
209
  msgid ""
210
  "Email to admin whenever a cron URL is triggered from your server. (Available "
211
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
212
  msgstr ""
213
 
214
- #: ../settings/settings-edit.php:389
215
  msgid ""
216
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
217
  "schedule-cron-emails/?"
@@ -219,7 +219,7 @@ msgid ""
219
  "Cron?</a>"
220
  msgstr ""
221
 
222
- #: ../settings/settings-edit.php:390
223
  msgid ""
224
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
225
  "schedule-cron-emails-in-cpanel/?"
@@ -227,7 +227,7 @@ msgid ""
227
  "job in cPanel</a>"
228
  msgstr ""
229
 
230
- #: ../settings/settings-edit.php:391
231
  msgid ""
232
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
233
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -235,7 +235,7 @@ msgid ""
235
  "job in Plesk</a>"
236
  msgstr ""
237
 
238
- #: ../settings/settings-edit.php:392
239
  msgid ""
240
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
241
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -243,6 +243,17 @@ msgid ""
243
  "does not support cron jobs?</a>"
244
  msgstr ""
245
 
 
 
 
 
 
 
 
 
 
 
 
246
  #: ../subscribers/view-subscriber-show.php:252
247
  #, php-format
248
  msgid "Total Subscribers: %s"
@@ -318,7 +329,7 @@ msgstr ""
318
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
319
  msgstr ""
320
 
321
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
322
  #, php-format
323
  msgid ""
324
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -330,6 +341,13 @@ msgstr ""
330
  msgid "Successfully created. "
331
  msgstr ""
332
 
 
 
 
 
 
 
 
333
  #: ../help/help.php:178
334
  msgid "Get more help and tips..."
335
  msgstr ""
@@ -627,132 +645,132 @@ msgstr ""
627
  msgid "Email sent successfully. "
628
  msgstr ""
629
 
630
- #: ../classes/es-register.php:164
631
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
632
  msgstr ""
633
 
634
- #: ../classes/es-register.php:194
635
  msgctxt "compose-enhanced-select"
636
  msgid "Please enter the Email Subject."
637
  msgstr ""
638
 
639
- #: ../classes/es-register.php:707
640
  msgctxt "timezone date format"
641
  msgid "Y-m-d"
642
  msgstr ""
643
 
644
- #: ../classes/es-register.php:724
645
  msgid "is getting even better!"
646
  msgstr ""
647
 
648
- #: ../classes/es-register.php:725
649
  msgid "But I need you to"
650
  msgstr ""
651
 
652
- #: ../classes/es-register.php:725
653
  msgid "help me prioritize"
654
  msgstr ""
655
 
656
- #: ../classes/es-register.php:725
657
  msgid "Please send your response today."
658
  msgstr ""
659
 
660
- #: ../classes/es-register.php:732
661
  msgid "Here's how you use ES:"
662
  msgstr ""
663
 
664
- #: ../classes/es-register.php:737
665
  msgid "Post Notifications more often than Newsletter"
666
  msgstr ""
667
 
668
- #: ../classes/es-register.php:739
669
  msgid "Newsletter more often than Post Notifications"
670
  msgstr ""
671
 
672
- #: ../classes/es-register.php:741
673
  msgid "Post Notification &amp; Newsletter equally"
674
  msgstr ""
675
 
676
- #: ../classes/es-register.php:745
677
  msgid "Have "
678
  msgstr ""
679
 
680
- #: ../classes/es-register.php:745
681
  msgid " Active Subscribers"
682
  msgstr ""
683
 
684
- #: ../classes/es-register.php:746
685
  msgid "Post "
686
  msgstr ""
687
 
688
- #: ../classes/es-register.php:746
689
  msgid " blog per week"
690
  msgstr ""
691
 
692
- #: ../classes/es-register.php:750
693
  msgid "Send emails via Cron"
694
  msgstr ""
695
 
696
- #: ../classes/es-register.php:752
697
  msgid "Send emails Immediately"
698
  msgstr ""
699
 
700
- #: ../classes/es-register.php:759
701
  msgid "Using Double Opt In"
702
  msgstr ""
703
 
704
- #: ../classes/es-register.php:761
705
  msgid "Using Single Opt In"
706
  msgstr ""
707
 
708
- #: ../classes/es-register.php:779
709
  msgid "How soon do you want these new features?"
710
  msgstr ""
711
 
712
- #: ../classes/es-register.php:783
713
  msgid "Beautiful Email Designs"
714
  msgstr ""
715
 
716
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
717
- #: register.php:794 ../classes/es-register.php:799
718
  msgid "Right now!"
719
  msgstr ""
720
 
721
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
722
- #: register.php:795 ../classes/es-register.php:800
723
  msgid "Soon"
724
  msgstr ""
725
 
726
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
727
- #: register.php:796 ../classes/es-register.php:801
728
  msgid "Later"
729
  msgstr ""
730
 
731
- #: ../classes/es-register.php:788
732
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
733
  msgstr ""
734
 
735
- #: ../classes/es-register.php:793
736
  msgid "Discard Fake / Bouncing Emails"
737
  msgstr ""
738
 
739
- #: ../classes/es-register.php:798
740
  msgid "Advanced Reporting"
741
  msgstr ""
742
 
743
- #: ../classes/es-register.php:810
744
  msgid "Nah, I don't like improvements"
745
  msgstr ""
746
 
747
- #: ../classes/es-register.php:816
748
  msgid "Next"
749
  msgstr ""
750
 
751
- #: ../classes/es-register.php:826
752
  msgid "Thank you!"
753
  msgstr ""
754
 
755
- #: ../classes/es-register.php:827
756
  msgid "No issues, have a nice day!"
757
  msgstr ""
758
 
@@ -869,7 +887,7 @@ msgstr "Desactivar la notificació de correu electrònic"
869
 
870
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
871
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
872
- #: 117 ../compose/compose-add.php:105
873
  msgid "Save"
874
  msgstr "Desar"
875
 
@@ -885,8 +903,8 @@ msgstr "Vaja, les dades seleccionades no existeixen."
885
  msgid "Selected record deleted."
886
  msgstr "Eliminat el registre seleccionat ."
887
 
888
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
889
- #: classes/es-register.php:152
890
  msgid "Post Notifications"
891
  msgstr "Notificacions de les entrades"
892
 
@@ -904,7 +922,7 @@ msgstr ""
904
  "electrònic als subscriptors quan es publica una nova entrada al bloc."
905
 
906
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
907
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
908
  msgid "Email Subject"
909
  msgstr "Subjecte del email"
910
 
@@ -924,19 +942,19 @@ msgid "Notification Status"
924
  msgstr "Estat de la notificació"
925
 
926
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
927
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
928
  msgid "Edit"
929
  msgstr "Editar"
930
 
931
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
932
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
933
- #: php:102
934
  msgid "Delete"
935
  msgstr "Esborrar"
936
 
937
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
938
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
939
- #: 432 ../compose/compose-show.php:111
940
  msgid "No records available."
941
  msgstr "No hi ha registres disponibles."
942
 
@@ -986,11 +1004,11 @@ msgstr "Funcions d'usuari"
986
  msgid "Save Settings"
987
  msgstr "Desa la configuració"
988
 
989
- #: ../settings/settings-edit.php:81
990
  msgid "Sender of Notifications"
991
  msgstr "Remitent de Notificacions"
992
 
993
- #: ../settings/settings-edit.php:82
994
  msgid ""
995
  "Choose a FROM name and FROM email address for all the emails to be sent from "
996
  "this plugin."
@@ -998,38 +1016,38 @@ msgstr ""
998
  "Triar un remitent i una adreça de correu electrònic per a tots els correus "
999
  "electrònics per ser enviats des d'aquest plugin."
1000
 
1001
- #: ../settings/settings-edit.php:97
1002
  msgid "1. WP HTML MAIL"
1003
  msgstr "1. WP HTML MAIL"
1004
 
1005
- #: ../settings/settings-edit.php:98
1006
  msgid "2. WP PLAINTEXT MAIL"
1007
  msgstr "2. WP TEXT PLA MAIL"
1008
 
1009
- #: ../settings/settings-edit.php:99
1010
  msgid "3. PHP HTML MAIL"
1011
  msgstr "3. PHP HTML MAIL"
1012
 
1013
- #: ../settings/settings-edit.php:100
1014
  msgid "4. PHP PLAINTEXT MAIL"
1015
  msgstr "4. PHP TEXT PLA MAIL"
1016
 
1017
- #: ../settings/settings-edit.php:112
1018
  msgid "Double Opt In"
1019
  msgstr "Doble Opt In"
1020
 
1021
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
1022
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
1023
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
1024
  #: subscriber-edit.php:150
1025
  msgid "Single Opt In"
1026
  msgstr "Opt In sencill"
1027
 
1028
- #: ../settings/settings-edit.php:119
1029
  msgid "Image Size"
1030
  msgstr "Mida de la imatge"
1031
 
1032
- #: ../settings/settings-edit.php:120
1033
  msgid ""
1034
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
1035
  "Emails."
@@ -1037,23 +1055,23 @@ msgstr ""
1037
  "Selecciona la mida de la imatge per ###POSTIMAGE### que es mostra en els "
1038
  "missatges de notificació"
1039
 
1040
- #: ../settings/settings-edit.php:124
1041
  msgid "Full Size"
1042
  msgstr "mida completa"
1043
 
1044
- #: ../settings/settings-edit.php:125
1045
  msgid "Medium Size"
1046
  msgstr "Mida mitjana"
1047
 
1048
- #: ../settings/settings-edit.php:126
1049
  msgid "Thumbnail"
1050
  msgstr "Miniatura"
1051
 
1052
- #: ../settings/settings-edit.php:132
1053
  msgid "Admin Email Addresses"
1054
  msgstr "Adreces email dels administradors"
1055
 
1056
- #: ../settings/settings-edit.php:133
1057
  msgid ""
1058
  "Enter the admin email addresses that should receive notifications (separated "
1059
  "by comma)."
@@ -1061,7 +1079,7 @@ msgstr ""
1061
  "Introduïu les adreces de correu electrònic d'administració que han de rebre "
1062
  "notificacions (separades per comes)."
1063
 
1064
- #: ../settings/settings-edit.php:140
1065
  msgid ""
1066
  "To send admin email notifications for the new subscriber. This option must "
1067
  "be set to YES."
@@ -1069,29 +1087,29 @@ msgstr ""
1069
  "Per enviar notificacions per correu electrònic a l'administrador per un nou "
1070
  "subscrit. Aquesta opció ha d'estar a YES."
1071
 
1072
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
1073
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
1074
  msgid "YES"
1075
  msgstr "Si"
1076
 
1077
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
1078
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
1079
  msgid "NO"
1080
  msgstr "No"
1081
 
1082
- #: ../settings/settings-edit.php:167
1083
  msgid "Sent Report Subject"
1084
  msgstr "Assumpte del informe enviat"
1085
 
1086
- #: ../settings/settings-edit.php:174
1087
  msgid "Sent Report Content"
1088
  msgstr "Contingut del informe enviat"
1089
 
1090
- #: ../settings/settings-edit.php:201
1091
  msgid "It is a readonly field and you are advised not to modify it."
1092
  msgstr "És un camp de només lectura i se li recomana no modificar-lo."
1093
 
1094
- #: ../settings/settings-edit.php:208
1095
  msgid ""
1096
  "This text will be displayed once user clicks on email confirmation link from "
1097
  "the Double Opt In (confirmation) Email."
@@ -1099,7 +1117,7 @@ msgstr ""
1099
  "Aquest text es mostrarà un cop que l'usuari faci clic a l'enllaç de "
1100
  "confirmació del correu electrònic pel Doble Opt In (confirmació)"
1101
 
1102
- #: ../settings/settings-edit.php:216
1103
  msgid ""
1104
  "To send welcome email to subscriber after successful signup. This option "
1105
  "must be set to YES."
@@ -1107,72 +1125,72 @@ msgstr ""
1107
  "Per enviar correu electrònic de benvinguda al subscriptor després del "
1108
  "registre amb èxit. Aquesta opció ha d'estar a YES."
1109
 
1110
- #: ../settings/settings-edit.php:243
1111
  msgid "Unsubscribe Link"
1112
  msgstr "Enllaç per a donar-se de baixa"
1113
 
1114
- #: ../settings/settings-edit.php:250
1115
  msgid "Unsubscribe Text in Email"
1116
  msgstr "Text de donar-se de baixa en el correu electrònic"
1117
 
1118
- #: ../settings/settings-edit.php:257
1119
  msgid "Text to display after an email address is unsubscribed"
1120
  msgstr "Text a mostrar després que una adreça de correu electrònic és donada de baixa"
1121
 
1122
- #: ../settings/settings-edit.php:272
1123
  msgid "Error in the Unsubscribe Link"
1124
  msgstr "Error amb l'enllaç de baixa"
1125
 
1126
- #: ../settings/settings-edit.php:285
1127
  msgid "Select user roles who can access following menus. Only Admin can change this."
1128
  msgstr ""
1129
  "Seleccioneu els rols d'usuaris que poden accedir als menús següents. Només "
1130
  "administrador pot canviar això."
1131
 
1132
- #: ../settings/settings-edit.php:291
1133
  msgid "Subscribers Menu"
1134
  msgstr "Menú dels subscriptors"
1135
 
1136
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
1137
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
1138
- #: settings/settings-edit.php:343
1139
  msgid "Administrator Only"
1140
  msgstr "Només l'administrador"
1141
 
1142
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
1143
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
1144
- #: settings/settings-edit.php:344
1145
  msgid "Administrator/Editor"
1146
  msgstr "Administrador/editor"
1147
 
1148
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
1149
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
1150
- #: settings/settings-edit.php:345
1151
  msgid "Administrator/Editor/Author/Contributor"
1152
  msgstr "Administrador/editor/autor/contribuidor"
1153
 
1154
- #: ../settings/settings-edit.php:303
1155
  msgid "Compose Menu"
1156
  msgstr "Manú per compondre"
1157
 
1158
- #: ../settings/settings-edit.php:315
1159
  msgid "Post Notifications Menu"
1160
  msgstr "Menú de notificacionns"
1161
 
1162
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
1163
- #: register.php:154 ../classes/es-register.php:155
1164
  msgid "Newsletters"
1165
  msgstr "Butlletins"
1166
 
1167
- #: ../settings/settings-edit.php:339
1168
  msgid "Reports Menu"
1169
  msgstr "menú d'informes"
1170
 
1171
- #: ../settings/settings-edit.php:356
1172
  msgid "Cron job URL"
1173
  msgstr "URL de treball del Cron"
1174
 
1175
- #: ../settings/settings-edit.php:357
1176
  msgid ""
1177
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1178
  "modify it."
@@ -1180,35 +1198,35 @@ msgstr ""
1180
  "Aquesta és la seva URL Cron Job. És un camp de només lectura i se li "
1181
  "recomana no modificar-lo."
1182
 
1183
- #: ../settings/settings-edit.php:366
1184
  msgid "Email Count"
1185
  msgstr "Comte de correu electrònic"
1186
 
1187
- #: ../settings/settings-edit.php:367
1188
  msgid "Number of emails that you want to trigger per hour."
1189
  msgstr "Nombre de missatges de correu electrònic que voleu enviar per hora."
1190
 
1191
- #: ../settings/settings-edit.php:388
1192
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1193
  msgstr "El que és Cron (correus electrònics automàtics) i com configurar Cron Job?"
1194
 
1195
- #: ../settings/settings-edit.php:507
1196
  msgid "Please enter sender of notifications from name."
1197
  msgstr "Si us plau, introdueixi el remitent de les notificacions des de nom."
1198
 
1199
- #: ../settings/settings-edit.php:512
1200
  msgid "Please enter sender of notifications from email."
1201
  msgstr "Si us plau, introdueixi el remitent de les notificacions des del email"
1202
 
1203
- #: ../settings/settings-edit.php:556
1204
  msgid "Please enter valid mail count."
1205
  msgstr "Si us plau, introdueix un compte de correu electrònic vàlid."
1206
 
1207
- #: ../settings/settings-edit.php:569
1208
  msgid "Settings Saved."
1209
  msgstr "Configuració guardada"
1210
 
1211
- #: ../settings/settings-edit.php:572
1212
  msgid "Oops, unable to update."
1213
  msgstr "Vaja, no es pot actualitzar."
1214
 
@@ -1224,11 +1242,7 @@ msgstr "Taules de sincronització de plugin"
1224
  msgid "Click to sync tables"
1225
  msgstr "Clica per sincronitzar les taules"
1226
 
1227
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1228
- msgid "Preview Mail"
1229
- msgstr "Visió prèvia del correu"
1230
-
1231
- #: ../sentmail/sentmail-preview.php:42
1232
  msgid "Back"
1233
  msgstr "Enrera"
1234
 
@@ -1244,8 +1258,8 @@ msgstr " &lt;&lt; "
1244
  msgid " &gt;&gt; "
1245
  msgstr " &gt;&gt; "
1246
 
1247
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1248
- #: register.php:161
1249
  msgid "Reports"
1250
  msgstr "Informes"
1251
 
@@ -1258,7 +1272,8 @@ msgid "View Reports"
1258
  msgstr "Veure informes"
1259
 
1260
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1261
- #: compose/compose-show.php:103
 
1262
  msgid "Preview"
1263
  msgstr "Vista previa"
1264
 
@@ -1269,7 +1284,7 @@ msgstr "Tipus"
1269
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1270
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1271
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1272
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1273
  msgid "Status"
1274
  msgstr "Estat"
1275
 
@@ -1500,8 +1515,8 @@ msgstr "Estat des subscriptors actualitzat."
1500
  msgid "Please select New Status to update."
1501
  msgstr "Selecciona nou estat per actualitzar"
1502
 
1503
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1504
- #: classes/es-register.php:146
1505
  msgid "Subscribers"
1506
  msgstr "Subscriptors"
1507
 
@@ -1548,7 +1563,7 @@ msgid "Email Address"
1548
  msgstr "Adreça del correu electrònic"
1549
 
1550
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1551
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1552
  msgid "Name"
1553
  msgstr "Nom"
1554
 
@@ -1724,15 +1739,15 @@ msgstr "Entra el subject del teu email"
1724
  msgid "Enter Content for your Email"
1725
  msgstr "Entra el contingut del teu email"
1726
 
1727
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1728
  msgid "Available Keywords"
1729
  msgstr "Paraules clau disponibles"
1730
 
1731
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1732
  msgid "Published"
1733
  msgstr "Publicat"
1734
 
1735
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1736
  msgid "Please select your mail status"
1737
  msgstr "Si us plau selecciona el teu estat del correu"
1738
 
@@ -1740,16 +1755,16 @@ msgstr "Si us plau selecciona el teu estat del correu"
1740
  msgid "Add new Email"
1741
  msgstr "Afegir un email nou"
1742
 
1743
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1744
- #: register.php:149
1745
  msgid "Compose"
1746
  msgstr "Compondre"
1747
 
1748
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1749
  msgid "Email Template"
1750
  msgstr "Olantilla del email"
1751
 
1752
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1753
  msgid "Actions"
1754
  msgstr "Accions"
1755
 
@@ -1778,7 +1793,7 @@ msgstr "Benvingut a Email Subscribers!"
1778
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1779
  msgstr "Gràcies per instal·lar-lo i esperem que gaudeixi d'Email Subscribers."
1780
 
1781
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1782
  #: php:38
1783
  msgid "Subscribe"
1784
  msgstr "Subscriure"
@@ -1882,18 +1897,6 @@ msgstr "Enviar el correu electrònic"
1882
  msgid "Reset"
1883
  msgstr "restablir"
1884
 
1885
- #: ../base/es-defined.php:32
1886
- msgid ""
1887
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1888
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1889
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1890
- "</a> rating. A huge thank you from Icegram in advance!"
1891
- msgstr ""
1892
- "Si t'agrada <strong>Email Subscribers</strong>, si us plau consideri deixar-"
1893
- "nos una <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1894
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1895
- "</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
1896
-
1897
  #: ../classes/es-common.php:13
1898
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1899
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmat</span>"
@@ -1938,46 +1941,46 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
1938
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1939
  msgstr "Immediatament"
1940
 
1941
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1942
- #: register.php:724
1943
  msgid "Email Subscribers"
1944
  msgstr "Email Subscribers"
1945
 
1946
- #: ../classes/es-register.php:163
1947
  msgid "Help & Info"
1948
  msgstr "Ajuda i informació"
1949
 
1950
- #: ../classes/es-register.php:175
1951
  msgctxt "view-subscriber-enhanced-select"
1952
  msgid "Please enter subscriber email address."
1953
  msgstr "Si us plau, introdueixi l'adreça de correu electrònic del subscriptor."
1954
 
1955
- #: ../classes/es-register.php:176
1956
  msgctxt "view-subscriber-enhanced-select"
1957
  msgid "Please select subscriber email status."
1958
  msgstr "Seleccioneu l'estat de correu electrònic del subscriptor."
1959
 
1960
- #: ../classes/es-register.php:177
1961
  msgctxt "view-subscriber-enhanced-select"
1962
  msgid "Please select or create group for this subscriber."
1963
  msgstr "Si us plau, seleccionar o crear grup per a aquest abonat."
1964
 
1965
- #: ../classes/es-register.php:178
1966
  msgctxt "view-subscriber-enhanced-select"
1967
  msgid "Do you want to delete this record?"
1968
  msgstr "Vols eliminar aquest registre?"
1969
 
1970
- #: ../classes/es-register.php:179
1971
  msgctxt "view-subscriber-enhanced-select"
1972
  msgid "Please select the bulk action."
1973
  msgstr "Selecciona l'acció bulk"
1974
 
1975
- #: ../classes/es-register.php:180
1976
  msgctxt "view-subscriber-enhanced-select"
1977
  msgid "Are you sure you want to delete selected records?"
1978
  msgstr "Esteu segur que voleu esborrar els registres seleccionats?"
1979
 
1980
- #: ../classes/es-register.php:181
1981
  msgctxt "view-subscriber-enhanced-select"
1982
  msgid ""
1983
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1986,27 +1989,27 @@ msgstr ""
1986
  "Vols tornar a enviar correu electrònic de confirmació? \\ També tingues en "
1987
  "compte que això actualitzarà l'estat actual d'abonats a \"no confirmats\"."
1988
 
1989
- #: ../classes/es-register.php:182
1990
  msgctxt "view-subscriber-enhanced-select"
1991
  msgid "Please select new subscriber group."
1992
  msgstr "Seleccioneu nou grup d'abonats."
1993
 
1994
- #: ../classes/es-register.php:183
1995
  msgctxt "view-subscriber-enhanced-select"
1996
  msgid "Please select new status for subscribers"
1997
  msgstr "Seleccioneu nou estatus per a subscriptors"
1998
 
1999
- #: ../classes/es-register.php:184
2000
  msgctxt "view-subscriber-enhanced-select"
2001
  msgid "Do you want to update subscribers group?"
2002
  msgstr "Vols actualitzar el grup de subscriptors?"
2003
 
2004
- #: ../classes/es-register.php:185
2005
  msgctxt "view-subscriber-enhanced-select"
2006
  msgid "Do you want to update subscribers status?"
2007
  msgstr "Vols actualitzar l'estat dels subscriptors?"
2008
 
2009
- #: ../classes/es-register.php:186
2010
  msgctxt "view-subscriber-enhanced-select"
2011
  msgid ""
2012
  "Please select only csv file. Please check official website for csv structure."
@@ -2015,44 +2018,44 @@ msgstr ""
2015
  "Seleccioneu només l'arxiu csv. Consulteu el lloc web oficial per a "
2016
  "l'estructura csv .."
2017
 
2018
- #: ../classes/es-register.php:195
2019
  msgctxt "compose-enhanced-select"
2020
  msgid "Do you want to delete this record?"
2021
  msgstr "Vols eliminar aquest registre?"
2022
 
2023
- #: ../classes/es-register.php:203
2024
  msgctxt "notification-enhanced-select"
2025
  msgid "Please select subscribers group."
2026
  msgstr "Selecciona el grup de subscriptors."
2027
 
2028
- #: ../classes/es-register.php:204
2029
  msgctxt "notification-enhanced-select"
2030
  msgid "Please select notification mail subject. Use compose menu to create new."
2031
  msgstr ""
2032
  "Seleccioneu l'assumpte del email de notificació. Utilitzeu menú de "
2033
  "composició per crear-ne de nous."
2034
 
2035
- #: ../classes/es-register.php:205
2036
  msgctxt "notification-enhanced-select"
2037
  msgid "Please select notification status."
2038
  msgstr "Seleccioneu l'estat de la notificació."
2039
 
2040
- #: ../classes/es-register.php:206
2041
  msgctxt "notification-enhanced-select"
2042
  msgid "Do you want to delete this record?"
2043
  msgstr "Vols eliminar aquest registre?"
2044
 
2045
- #: ../classes/es-register.php:214
2046
  msgctxt "sendmail-enhanced-select"
2047
  msgid "Please select your mail subject."
2048
  msgstr "Si us plau selecciona l'assumpte del teu email."
2049
 
2050
- #: ../classes/es-register.php:215
2051
  msgctxt "sendmail-enhanced-select"
2052
  msgid "Please select your mail type."
2053
  msgstr "Si us plau selecciona el teu tipus de correu."
2054
 
2055
- #: ../classes/es-register.php:216
2056
  msgctxt "sendmail-enhanced-select"
2057
  msgid ""
2058
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -2061,54 +2064,54 @@ msgstr ""
2061
  "Heu comprovat dues vegades el vostre grup seleccionat? Si és així, seguirem "
2062
  "endavant i l'enviarem."
2063
 
2064
- #: ../classes/es-register.php:224
2065
  msgctxt "sentmail-enhanced-select"
2066
  msgid "Do you want to delete this record?"
2067
  msgstr "Vols eliminar aquest registre?"
2068
 
2069
- #: ../classes/es-register.php:225
2070
  msgctxt "sentmail-enhanced-select"
2071
  msgid "Do you want to delete all records except latest 10?"
2072
  msgstr "Vols eliminar tots els registres excepte els 10 últims?"
2073
 
2074
- #: ../classes/es-register.php:233
2075
  msgctxt "cron-enhanced-select"
2076
  msgid "Please select enter number of mails you want to send per hour/trigger."
2077
  msgstr ""
2078
  "Si us plau seleccioneu Introduir el nombre de missatges que voleu enviar per "
2079
  "hora / gallet."
2080
 
2081
- #: ../classes/es-register.php:234
2082
  msgctxt "cron-enhanced-select"
2083
  msgid "Please enter the mail count, only number."
2084
  msgstr "Si us plau, introdueixi el recompte d'emails, només número."
2085
 
2086
- #: ../classes/es-register.php:247
2087
  msgctxt "widget-enhanced-select"
2088
  msgid "Please enter email address"
2089
  msgstr "Si us plau, entra l'adreça d'email"
2090
 
2091
- #: ../classes/es-register.php:248
2092
  msgctxt "widget-enhanced-select"
2093
  msgid "Please provide a valid email address"
2094
  msgstr "Si us plau, proporciona una adreça de correu electrònic vàlida"
2095
 
2096
- #: ../classes/es-register.php:249
2097
  msgctxt "widget-enhanced-select"
2098
  msgid "loading..."
2099
  msgstr "Carregant..."
2100
 
2101
- #: ../classes/es-register.php:250
2102
  msgctxt "widget-enhanced-select"
2103
  msgid "Cannot create XMLHTTP instance"
2104
  msgstr "No es pot crear la instància XMLHTTP"
2105
 
2106
- #: ../classes/es-register.php:251
2107
  msgctxt "widget-enhanced-select"
2108
  msgid "Successfully Subscribed."
2109
  msgstr "Subscripció exitosa"
2110
 
2111
- #: ../classes/es-register.php:252
2112
  msgctxt "widget-enhanced-select"
2113
  msgid ""
2114
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2120,57 +2123,57 @@ msgstr ""
2120
  "subscripció. Si no pot veure el correu a la seva bústia d'entrada, si us "
2121
  "plau revisi la seva carpeta de correu no desitjat (Spam)."
2122
 
2123
- #: ../classes/es-register.php:253
2124
  msgctxt "widget-enhanced-select"
2125
  msgid "Email Address already exists!"
2126
  msgstr "Aquesta adreça de correu electrònic ja existeix!"
2127
 
2128
- #: ../classes/es-register.php:254
2129
  msgctxt "widget-enhanced-select"
2130
  msgid "Oops.. Unexpected error occurred."
2131
  msgstr "Vaja... S'ha produït un error inesperat."
2132
 
2133
- #: ../classes/es-register.php:255
2134
  msgctxt "widget-enhanced-select"
2135
  msgid "Invalid email address"
2136
  msgstr "l'Adreça de correu electrònic no és vàlida"
2137
 
2138
- #: ../classes/es-register.php:256
2139
  msgctxt "widget-enhanced-select"
2140
  msgid "Please try after some time"
2141
  msgstr "Torna-ho a provar d'aquí a una estona"
2142
 
2143
- #: ../classes/es-register.php:257
2144
  msgctxt "widget-enhanced-select"
2145
  msgid "There was a problem with the request"
2146
  msgstr "Hi ha un problema amb la sol·licitud"
2147
 
2148
- #: ../classes/es-register.php:264
2149
  msgctxt "widget-page-enhanced-select"
2150
  msgid "Please enter email address"
2151
  msgstr "Si us plau, entra l'adreça d'email"
2152
 
2153
- #: ../classes/es-register.php:265
2154
  msgctxt "widget-page-enhanced-select"
2155
  msgid "Please provide a valid email address"
2156
  msgstr "Si us plau, proporciona una adreça de correu electrònic vàlida"
2157
 
2158
- #: ../classes/es-register.php:266
2159
  msgctxt "widget-page-enhanced-select"
2160
  msgid "loading..."
2161
  msgstr "Carregant..."
2162
 
2163
- #: ../classes/es-register.php:267
2164
  msgctxt "widget-page-enhanced-select"
2165
  msgid "Cannot create XMLHTTP instance"
2166
  msgstr "No es pot crear la instància XMLHTTP"
2167
 
2168
- #: ../classes/es-register.php:268
2169
  msgctxt "widget-page-enhanced-select"
2170
  msgid "Successfully Subscribed."
2171
  msgstr "Subscripció exitosa"
2172
 
2173
- #: ../classes/es-register.php:269
2174
  msgctxt "widget-page-enhanced-select"
2175
  msgid ""
2176
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2182,47 +2185,59 @@ msgstr ""
2182
  "subscripció. Si no pot veure el correu a la seva bústia d'entrada, si us "
2183
  "plau revisi la seva carpeta de correu no desitjat (Spam)."
2184
 
2185
- #: ../classes/es-register.php:270
2186
  msgctxt "widget-page-enhanced-select"
2187
  msgid "Email Address already exists!"
2188
  msgstr "Aquesta adreça de correu electrònic ja existeix!"
2189
 
2190
- #: ../classes/es-register.php:271
2191
  msgctxt "widget-page-enhanced-select"
2192
  msgid "Oops.. Unexpected error occurred."
2193
  msgstr "Vaja... S'ha produït un error inesperat."
2194
 
2195
- #: ../classes/es-register.php:272
2196
  msgctxt "widget-page-enhanced-select"
2197
  msgid "Invalid email address"
2198
  msgstr "l'Adreça de correu electrònic no és vàlida"
2199
 
2200
- #: ../classes/es-register.php:273
2201
  msgctxt "widget-page-enhanced-select"
2202
  msgid "Please try after some time"
2203
  msgstr "Torna-ho a provar d'aquí a una estona"
2204
 
2205
- #: ../classes/es-register.php:274
2206
  msgctxt "widget-page-enhanced-select"
2207
  msgid "There was a problem with the request"
2208
  msgstr "Hi ha un problema amb la sol·licitud"
2209
 
2210
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2211
  msgid "Email *"
2212
  msgstr "Email*"
2213
 
2214
- #: ../classes/es-register.php:1035
2215
  msgid "Widget Title"
2216
  msgstr "Títol del widget"
2217
 
2218
- #: ../classes/es-register.php:1039
2219
  msgid "Short description about subscription form"
2220
  msgstr "Breu descripció sobre el formulari de subscripció"
2221
 
2222
- #: ../classes/es-register.php:1043
2223
  msgid "Display Name Field"
2224
  msgstr "Mostra nom del camp"
2225
 
2226
- #: ../classes/es-register.php:1050
2227
  msgid "Subscriber Group"
2228
  msgstr "Grup de subscriptor"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\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: Thu Sep 07 2017 13:21:27 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
+ #: ../email-subscribers.php:75
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
44
  msgid "Cron"
45
  msgstr ""
46
 
47
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
48
+ #: register.php:187
49
  msgid "Settings"
50
  msgstr ""
51
 
52
+ #: ../settings/settings-edit.php:89
53
  msgid "Email Type"
54
  msgstr ""
55
 
56
+ #: ../settings/settings-edit.php:90
57
  msgid ""
58
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
59
  "Option 3 & 4 is to send emails with PHP method mail()."
60
  msgstr ""
61
 
62
+ #: ../settings/settings-edit.php:104
63
  msgid "Opt-In Type"
64
  msgstr ""
65
 
66
+ #: ../settings/settings-edit.php:105
67
  msgid ""
68
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
69
  "soon as they subscribe to your list. They have to confirm their subscription "
72
  "directly in the list."
73
  msgstr ""
74
 
75
+ #: ../settings/settings-edit.php:136
76
  msgid "Notify Admin when a new subscriber signs up"
77
  msgstr ""
78
 
79
+ #: ../settings/settings-edit.php:149
80
  msgid "Admin Email Subject on new subscriber sign up"
81
  msgstr ""
82
 
83
+ #: ../settings/settings-edit.php:150
84
  msgid ""
85
  "Subject for the admin email whenever a new subscriber signs up and is "
86
  "confirmed."
87
  msgstr ""
88
 
89
+ #: ../settings/settings-edit.php:156
90
  msgid "Admin Email Content on new subscriber signs up"
91
  msgstr ""
92
 
93
+ #: ../settings/settings-edit.php:157
94
  msgid ""
95
  "Content for the admin email whenever a new subscriber signs up and is "
96
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
97
  msgstr ""
98
 
99
+ #: ../settings/settings-edit.php:165
100
  msgid "Subject for the email report which will be sent to admin."
101
  msgstr ""
102
 
103
+ #: ../settings/settings-edit.php:172
104
  msgid ""
105
  "Content for the email report which will be sent to admin.<br />(Available "
106
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
107
  msgstr ""
108
 
109
+ #: ../settings/settings-edit.php:183
110
  msgid "Double Opt-In Email Subject (Confirmation Email)"
111
  msgstr ""
112
 
113
+ #: ../settings/settings-edit.php:184
114
  msgid ""
115
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
116
  "subscriber signs up."
117
  msgstr ""
118
 
119
+ #: ../settings/settings-edit.php:190
120
  msgid "Double Opt-In Email Content (Confirmation Email)"
121
  msgstr ""
122
 
123
+ #: ../settings/settings-edit.php:191
124
  msgid ""
125
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
126
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
127
  msgstr ""
128
 
129
+ #: ../settings/settings-edit.php:197
130
  msgid "Double Opt-In Confirmation Link"
131
  msgstr ""
132
 
133
+ #: ../settings/settings-edit.php:204
134
  msgid ""
135
  "Text to display after an email address is successfully subscribed from "
136
  "Double Opt-In (Confirmation) Email"
137
  msgstr ""
138
 
139
+ #: ../settings/settings-edit.php:212
140
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
141
  msgstr ""
142
 
143
+ #: ../settings/settings-edit.php:224
144
  msgid "Subject for Welcome Email"
145
  msgstr ""
146
 
147
+ #: ../settings/settings-edit.php:225
148
  msgid ""
149
  "Subject for the subscriber welcome email. This will be sent whenever a "
150
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
151
  "Opt-In) successfully."
152
  msgstr ""
153
 
154
+ #: ../settings/settings-edit.php:231
155
  msgid "Email Content for Welcome Email"
156
  msgstr ""
157
 
158
+ #: ../settings/settings-edit.php:232
159
  msgid ""
160
  "Content for the subscriber welcome email whenever a user's email is either "
161
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
162
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
163
  msgstr ""
164
 
165
+ #: ../settings/settings-edit.php:241
166
  msgid ""
167
  "This unsubscribe link is automatically added to all the emails that are sent "
168
  "from this plugin. It is a readonly field and you are advised not to modify "
169
  "it."
170
  msgstr ""
171
 
172
+ #: ../settings/settings-edit.php:248
173
  msgid ""
174
  "The text for the unsubscribe link. This text is automatically added with "
175
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
176
  msgstr ""
177
 
178
+ #: ../settings/settings-edit.php:255
179
  msgid ""
180
  "This text will be displayed once user clicks on unsubscribe link from the "
181
  "email."
182
  msgstr ""
183
 
184
+ #: ../settings/settings-edit.php:262
185
  msgid "Error in the Subscribe / Confirmation Link"
186
  msgstr ""
187
 
188
+ #: ../settings/settings-edit.php:263
189
  msgid ""
190
  "Default message to display if there is any issue while clicking on subscribe "
191
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
192
  msgstr ""
193
 
194
+ #: ../settings/settings-edit.php:270
195
  msgid ""
196
  "Default message to display if there is any issue while clicking on "
197
  "unsubscribe link from the emails."
198
  msgstr ""
199
 
200
+ #: ../settings/settings-edit.php:369
201
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
202
  msgstr ""
203
 
204
+ #: ../settings/settings-edit.php:374
205
  msgid "Cron Report"
206
  msgstr ""
207
 
208
+ #: ../settings/settings-edit.php:375
209
  msgid ""
210
  "Email to admin whenever a cron URL is triggered from your server. (Available "
211
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
212
  msgstr ""
213
 
214
+ #: ../settings/settings-edit.php:386
215
  msgid ""
216
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
217
  "schedule-cron-emails/?"
219
  "Cron?</a>"
220
  msgstr ""
221
 
222
+ #: ../settings/settings-edit.php:387
223
  msgid ""
224
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
225
  "schedule-cron-emails-in-cpanel/?"
227
  "job in cPanel</a>"
228
  msgstr ""
229
 
230
+ #: ../settings/settings-edit.php:388
231
  msgid ""
232
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
233
  "schedule-cron-emails-in-parallels-plesk/?"
235
  "job in Plesk</a>"
236
  msgstr ""
237
 
238
+ #: ../settings/settings-edit.php:389
239
  msgid ""
240
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
241
  "if-hosting-doesnt-support-cron-jobs/?"
243
  "does not support cron jobs?</a>"
244
  msgstr ""
245
 
246
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
247
+ msgid "Preview Email"
248
+ msgstr ""
249
+
250
+ #: ../sentmail/sentmail-preview.php:31
251
+ msgid ""
252
+ "This is how the email you sent may look. <br>Note: Different email services "
253
+ "(like gmail, yahoo etc) display email content differently. So there could be "
254
+ "a slight variation on how your customer will view the email content."
255
+ msgstr ""
256
+
257
  #: ../subscribers/view-subscriber-show.php:252
258
  #, php-format
259
  msgid "Total Subscribers: %s"
329
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
330
  msgstr ""
331
 
332
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
333
  #, php-format
334
  msgid ""
335
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
341
  msgid "Successfully created. "
342
  msgstr ""
343
 
344
+ #: ../compose/compose-preview.php:31
345
+ msgid ""
346
+ "This is how your email may look. <br>Note: Different email services (like "
347
+ "gmail, yahoo etc) display email content differently. So there could be a "
348
+ "slight variation on how your customer will view the email content."
349
+ msgstr ""
350
+
351
  #: ../help/help.php:178
352
  msgid "Get more help and tips..."
353
  msgstr ""
645
  msgid "Email sent successfully. "
646
  msgstr ""
647
 
648
+ #: ../classes/es-register.php:193
649
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
650
  msgstr ""
651
 
652
+ #: ../classes/es-register.php:223
653
  msgctxt "compose-enhanced-select"
654
  msgid "Please enter the Email Subject."
655
  msgstr ""
656
 
657
+ #: ../classes/es-register.php:765
658
  msgctxt "timezone date format"
659
  msgid "Y-m-d"
660
  msgstr ""
661
 
662
+ #: ../classes/es-register.php:782
663
  msgid "is getting even better!"
664
  msgstr ""
665
 
666
+ #: ../classes/es-register.php:783
667
  msgid "But I need you to"
668
  msgstr ""
669
 
670
+ #: ../classes/es-register.php:783
671
  msgid "help me prioritize"
672
  msgstr ""
673
 
674
+ #: ../classes/es-register.php:783
675
  msgid "Please send your response today."
676
  msgstr ""
677
 
678
+ #: ../classes/es-register.php:790
679
  msgid "Here's how you use ES:"
680
  msgstr ""
681
 
682
+ #: ../classes/es-register.php:795
683
  msgid "Post Notifications more often than Newsletter"
684
  msgstr ""
685
 
686
+ #: ../classes/es-register.php:797
687
  msgid "Newsletter more often than Post Notifications"
688
  msgstr ""
689
 
690
+ #: ../classes/es-register.php:799
691
  msgid "Post Notification &amp; Newsletter equally"
692
  msgstr ""
693
 
694
+ #: ../classes/es-register.php:803
695
  msgid "Have "
696
  msgstr ""
697
 
698
+ #: ../classes/es-register.php:803
699
  msgid " Active Subscribers"
700
  msgstr ""
701
 
702
+ #: ../classes/es-register.php:804
703
  msgid "Post "
704
  msgstr ""
705
 
706
+ #: ../classes/es-register.php:804
707
  msgid " blog per week"
708
  msgstr ""
709
 
710
+ #: ../classes/es-register.php:808
711
  msgid "Send emails via Cron"
712
  msgstr ""
713
 
714
+ #: ../classes/es-register.php:810
715
  msgid "Send emails Immediately"
716
  msgstr ""
717
 
718
+ #: ../classes/es-register.php:817
719
  msgid "Using Double Opt In"
720
  msgstr ""
721
 
722
+ #: ../classes/es-register.php:819
723
  msgid "Using Single Opt In"
724
  msgstr ""
725
 
726
+ #: ../classes/es-register.php:837
727
  msgid "How soon do you want these new features?"
728
  msgstr ""
729
 
730
+ #: ../classes/es-register.php:841
731
  msgid "Beautiful Email Designs"
732
  msgstr ""
733
 
734
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
735
+ #: register.php:852 ../classes/es-register.php:857
736
  msgid "Right now!"
737
  msgstr ""
738
 
739
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
740
+ #: register.php:853 ../classes/es-register.php:858
741
  msgid "Soon"
742
  msgstr ""
743
 
744
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
745
+ #: register.php:854 ../classes/es-register.php:859
746
  msgid "Later"
747
  msgstr ""
748
 
749
+ #: ../classes/es-register.php:846
750
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
751
  msgstr ""
752
 
753
+ #: ../classes/es-register.php:851
754
  msgid "Discard Fake / Bouncing Emails"
755
  msgstr ""
756
 
757
+ #: ../classes/es-register.php:856
758
  msgid "Advanced Reporting"
759
  msgstr ""
760
 
761
+ #: ../classes/es-register.php:868
762
  msgid "Nah, I don't like improvements"
763
  msgstr ""
764
 
765
+ #: ../classes/es-register.php:874
766
  msgid "Next"
767
  msgstr ""
768
 
769
+ #: ../classes/es-register.php:884
770
  msgid "Thank you!"
771
  msgstr ""
772
 
773
+ #: ../classes/es-register.php:885
774
  msgid "No issues, have a nice day!"
775
  msgstr ""
776
 
887
 
888
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
889
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
890
+ #: 123 ../compose/compose-add.php:105
891
  msgid "Save"
892
  msgstr "Desar"
893
 
903
  msgid "Selected record deleted."
904
  msgstr "Eliminat el registre seleccionat ."
905
 
906
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
907
+ #: classes/es-register.php:181
908
  msgid "Post Notifications"
909
  msgstr "Notificacions de les entrades"
910
 
922
  "electrònic als subscriptors quan es publica una nova entrada al bloc."
923
 
924
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
925
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
926
  msgid "Email Subject"
927
  msgstr "Subjecte del email"
928
 
942
  msgstr "Estat de la notificació"
943
 
944
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
945
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
946
  msgid "Edit"
947
  msgstr "Editar"
948
 
949
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
950
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
951
+ #: php:104
952
  msgid "Delete"
953
  msgstr "Esborrar"
954
 
955
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
956
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
957
+ #: 432 ../compose/compose-show.php:117
958
  msgid "No records available."
959
  msgstr "No hi ha registres disponibles."
960
 
1004
  msgid "Save Settings"
1005
  msgstr "Desa la configuració"
1006
 
1007
+ #: ../settings/settings-edit.php:78
1008
  msgid "Sender of Notifications"
1009
  msgstr "Remitent de Notificacions"
1010
 
1011
+ #: ../settings/settings-edit.php:79
1012
  msgid ""
1013
  "Choose a FROM name and FROM email address for all the emails to be sent from "
1014
  "this plugin."
1016
  "Triar un remitent i una adreça de correu electrònic per a tots els correus "
1017
  "electrònics per ser enviats des d'aquest plugin."
1018
 
1019
+ #: ../settings/settings-edit.php:94
1020
  msgid "1. WP HTML MAIL"
1021
  msgstr "1. WP HTML MAIL"
1022
 
1023
+ #: ../settings/settings-edit.php:95
1024
  msgid "2. WP PLAINTEXT MAIL"
1025
  msgstr "2. WP TEXT PLA MAIL"
1026
 
1027
+ #: ../settings/settings-edit.php:96
1028
  msgid "3. PHP HTML MAIL"
1029
  msgstr "3. PHP HTML MAIL"
1030
 
1031
+ #: ../settings/settings-edit.php:97
1032
  msgid "4. PHP PLAINTEXT MAIL"
1033
  msgstr "4. PHP TEXT PLA MAIL"
1034
 
1035
+ #: ../settings/settings-edit.php:109
1036
  msgid "Double Opt In"
1037
  msgstr "Doble Opt In"
1038
 
1039
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
1040
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
1041
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
1042
  #: subscriber-edit.php:150
1043
  msgid "Single Opt In"
1044
  msgstr "Opt In sencill"
1045
 
1046
+ #: ../settings/settings-edit.php:116
1047
  msgid "Image Size"
1048
  msgstr "Mida de la imatge"
1049
 
1050
+ #: ../settings/settings-edit.php:117
1051
  msgid ""
1052
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
1053
  "Emails."
1055
  "Selecciona la mida de la imatge per ###POSTIMAGE### que es mostra en els "
1056
  "missatges de notificació"
1057
 
1058
+ #: ../settings/settings-edit.php:121
1059
  msgid "Full Size"
1060
  msgstr "mida completa"
1061
 
1062
+ #: ../settings/settings-edit.php:122
1063
  msgid "Medium Size"
1064
  msgstr "Mida mitjana"
1065
 
1066
+ #: ../settings/settings-edit.php:123
1067
  msgid "Thumbnail"
1068
  msgstr "Miniatura"
1069
 
1070
+ #: ../settings/settings-edit.php:129
1071
  msgid "Admin Email Addresses"
1072
  msgstr "Adreces email dels administradors"
1073
 
1074
+ #: ../settings/settings-edit.php:130
1075
  msgid ""
1076
  "Enter the admin email addresses that should receive notifications (separated "
1077
  "by comma)."
1079
  "Introduïu les adreces de correu electrònic d'administració que han de rebre "
1080
  "notificacions (separades per comes)."
1081
 
1082
+ #: ../settings/settings-edit.php:137
1083
  msgid ""
1084
  "To send admin email notifications for the new subscriber. This option must "
1085
  "be set to YES."
1087
  "Per enviar notificacions per correu electrònic a l'administrador per un nou "
1088
  "subscrit. Aquesta opció ha d'estar a YES."
1089
 
1090
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
1091
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
1092
  msgid "YES"
1093
  msgstr "Si"
1094
 
1095
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
1096
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
1097
  msgid "NO"
1098
  msgstr "No"
1099
 
1100
+ #: ../settings/settings-edit.php:164
1101
  msgid "Sent Report Subject"
1102
  msgstr "Assumpte del informe enviat"
1103
 
1104
+ #: ../settings/settings-edit.php:171
1105
  msgid "Sent Report Content"
1106
  msgstr "Contingut del informe enviat"
1107
 
1108
+ #: ../settings/settings-edit.php:198
1109
  msgid "It is a readonly field and you are advised not to modify it."
1110
  msgstr "És un camp de només lectura i se li recomana no modificar-lo."
1111
 
1112
+ #: ../settings/settings-edit.php:205
1113
  msgid ""
1114
  "This text will be displayed once user clicks on email confirmation link from "
1115
  "the Double Opt In (confirmation) Email."
1117
  "Aquest text es mostrarà un cop que l'usuari faci clic a l'enllaç de "
1118
  "confirmació del correu electrònic pel Doble Opt In (confirmació)"
1119
 
1120
+ #: ../settings/settings-edit.php:213
1121
  msgid ""
1122
  "To send welcome email to subscriber after successful signup. This option "
1123
  "must be set to YES."
1125
  "Per enviar correu electrònic de benvinguda al subscriptor després del "
1126
  "registre amb èxit. Aquesta opció ha d'estar a YES."
1127
 
1128
+ #: ../settings/settings-edit.php:240
1129
  msgid "Unsubscribe Link"
1130
  msgstr "Enllaç per a donar-se de baixa"
1131
 
1132
+ #: ../settings/settings-edit.php:247
1133
  msgid "Unsubscribe Text in Email"
1134
  msgstr "Text de donar-se de baixa en el correu electrònic"
1135
 
1136
+ #: ../settings/settings-edit.php:254
1137
  msgid "Text to display after an email address is unsubscribed"
1138
  msgstr "Text a mostrar després que una adreça de correu electrònic és donada de baixa"
1139
 
1140
+ #: ../settings/settings-edit.php:269
1141
  msgid "Error in the Unsubscribe Link"
1142
  msgstr "Error amb l'enllaç de baixa"
1143
 
1144
+ #: ../settings/settings-edit.php:282
1145
  msgid "Select user roles who can access following menus. Only Admin can change this."
1146
  msgstr ""
1147
  "Seleccioneu els rols d'usuaris que poden accedir als menús següents. Només "
1148
  "administrador pot canviar això."
1149
 
1150
+ #: ../settings/settings-edit.php:288
1151
  msgid "Subscribers Menu"
1152
  msgstr "Menú dels subscriptors"
1153
 
1154
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
1155
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
1156
+ #: settings/settings-edit.php:340
1157
  msgid "Administrator Only"
1158
  msgstr "Només l'administrador"
1159
 
1160
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
1161
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
1162
+ #: settings/settings-edit.php:341
1163
  msgid "Administrator/Editor"
1164
  msgstr "Administrador/editor"
1165
 
1166
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
1167
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
1168
+ #: settings/settings-edit.php:342
1169
  msgid "Administrator/Editor/Author/Contributor"
1170
  msgstr "Administrador/editor/autor/contribuidor"
1171
 
1172
+ #: ../settings/settings-edit.php:300
1173
  msgid "Compose Menu"
1174
  msgstr "Manú per compondre"
1175
 
1176
+ #: ../settings/settings-edit.php:312
1177
  msgid "Post Notifications Menu"
1178
  msgstr "Menú de notificacionns"
1179
 
1180
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
1181
+ #: register.php:183 ../classes/es-register.php:184
1182
  msgid "Newsletters"
1183
  msgstr "Butlletins"
1184
 
1185
+ #: ../settings/settings-edit.php:336
1186
  msgid "Reports Menu"
1187
  msgstr "menú d'informes"
1188
 
1189
+ #: ../settings/settings-edit.php:353
1190
  msgid "Cron job URL"
1191
  msgstr "URL de treball del Cron"
1192
 
1193
+ #: ../settings/settings-edit.php:354
1194
  msgid ""
1195
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1196
  "modify it."
1198
  "Aquesta és la seva URL Cron Job. És un camp de només lectura i se li "
1199
  "recomana no modificar-lo."
1200
 
1201
+ #: ../settings/settings-edit.php:363
1202
  msgid "Email Count"
1203
  msgstr "Comte de correu electrònic"
1204
 
1205
+ #: ../settings/settings-edit.php:364
1206
  msgid "Number of emails that you want to trigger per hour."
1207
  msgstr "Nombre de missatges de correu electrònic que voleu enviar per hora."
1208
 
1209
+ #: ../settings/settings-edit.php:385
1210
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1211
  msgstr "El que és Cron (correus electrònics automàtics) i com configurar Cron Job?"
1212
 
1213
+ #: ../settings/settings-edit.php:504
1214
  msgid "Please enter sender of notifications from name."
1215
  msgstr "Si us plau, introdueixi el remitent de les notificacions des de nom."
1216
 
1217
+ #: ../settings/settings-edit.php:509
1218
  msgid "Please enter sender of notifications from email."
1219
  msgstr "Si us plau, introdueixi el remitent de les notificacions des del email"
1220
 
1221
+ #: ../settings/settings-edit.php:553
1222
  msgid "Please enter valid mail count."
1223
  msgstr "Si us plau, introdueix un compte de correu electrònic vàlid."
1224
 
1225
+ #: ../settings/settings-edit.php:566
1226
  msgid "Settings Saved."
1227
  msgstr "Configuració guardada"
1228
 
1229
+ #: ../settings/settings-edit.php:569
1230
  msgid "Oops, unable to update."
1231
  msgstr "Vaja, no es pot actualitzar."
1232
 
1242
  msgid "Click to sync tables"
1243
  msgstr "Clica per sincronitzar les taules"
1244
 
1245
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1246
  msgid "Back"
1247
  msgstr "Enrera"
1248
 
1258
  msgid " &gt;&gt; "
1259
  msgstr " &gt;&gt; "
1260
 
1261
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1262
+ #: register.php:190
1263
  msgid "Reports"
1264
  msgstr "Informes"
1265
 
1272
  msgstr "Veure informes"
1273
 
1274
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1275
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1276
+ #: compose/compose-show.php:88
1277
  msgid "Preview"
1278
  msgstr "Vista previa"
1279
 
1284
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1285
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1286
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1287
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1288
  msgid "Status"
1289
  msgstr "Estat"
1290
 
1515
  msgid "Please select New Status to update."
1516
  msgstr "Selecciona nou estat per actualitzar"
1517
 
1518
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1519
+ #: classes/es-register.php:175
1520
  msgid "Subscribers"
1521
  msgstr "Subscriptors"
1522
 
1563
  msgstr "Adreça del correu electrònic"
1564
 
1565
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1566
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1567
  msgid "Name"
1568
  msgstr "Nom"
1569
 
1739
  msgid "Enter Content for your Email"
1740
  msgstr "Entra el contingut del teu email"
1741
 
1742
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1743
  msgid "Available Keywords"
1744
  msgstr "Paraules clau disponibles"
1745
 
1746
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1747
  msgid "Published"
1748
  msgstr "Publicat"
1749
 
1750
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1751
  msgid "Please select your mail status"
1752
  msgstr "Si us plau selecciona el teu estat del correu"
1753
 
1755
  msgid "Add new Email"
1756
  msgstr "Afegir un email nou"
1757
 
1758
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1759
+ #: register.php:178
1760
  msgid "Compose"
1761
  msgstr "Compondre"
1762
 
1763
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1764
  msgid "Email Template"
1765
  msgstr "Olantilla del email"
1766
 
1767
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1768
  msgid "Actions"
1769
  msgstr "Accions"
1770
 
1793
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1794
  msgstr "Gràcies per instal·lar-lo i esperem que gaudeixi d'Email Subscribers."
1795
 
1796
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1797
  #: php:38
1798
  msgid "Subscribe"
1799
  msgstr "Subscriure"
1897
  msgid "Reset"
1898
  msgstr "restablir"
1899
 
 
 
 
 
 
 
 
 
 
 
 
 
1900
  #: ../classes/es-common.php:13
1901
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1902
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmat</span>"
1941
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1942
  msgstr "Immediatament"
1943
 
1944
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1945
+ #: register.php:782
1946
  msgid "Email Subscribers"
1947
  msgstr "Email Subscribers"
1948
 
1949
+ #: ../classes/es-register.php:192
1950
  msgid "Help & Info"
1951
  msgstr "Ajuda i informació"
1952
 
1953
+ #: ../classes/es-register.php:204
1954
  msgctxt "view-subscriber-enhanced-select"
1955
  msgid "Please enter subscriber email address."
1956
  msgstr "Si us plau, introdueixi l'adreça de correu electrònic del subscriptor."
1957
 
1958
+ #: ../classes/es-register.php:205
1959
  msgctxt "view-subscriber-enhanced-select"
1960
  msgid "Please select subscriber email status."
1961
  msgstr "Seleccioneu l'estat de correu electrònic del subscriptor."
1962
 
1963
+ #: ../classes/es-register.php:206
1964
  msgctxt "view-subscriber-enhanced-select"
1965
  msgid "Please select or create group for this subscriber."
1966
  msgstr "Si us plau, seleccionar o crear grup per a aquest abonat."
1967
 
1968
+ #: ../classes/es-register.php:207
1969
  msgctxt "view-subscriber-enhanced-select"
1970
  msgid "Do you want to delete this record?"
1971
  msgstr "Vols eliminar aquest registre?"
1972
 
1973
+ #: ../classes/es-register.php:208
1974
  msgctxt "view-subscriber-enhanced-select"
1975
  msgid "Please select the bulk action."
1976
  msgstr "Selecciona l'acció bulk"
1977
 
1978
+ #: ../classes/es-register.php:209
1979
  msgctxt "view-subscriber-enhanced-select"
1980
  msgid "Are you sure you want to delete selected records?"
1981
  msgstr "Esteu segur que voleu esborrar els registres seleccionats?"
1982
 
1983
+ #: ../classes/es-register.php:210
1984
  msgctxt "view-subscriber-enhanced-select"
1985
  msgid ""
1986
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1989
  "Vols tornar a enviar correu electrònic de confirmació? \\ També tingues en "
1990
  "compte que això actualitzarà l'estat actual d'abonats a \"no confirmats\"."
1991
 
1992
+ #: ../classes/es-register.php:211
1993
  msgctxt "view-subscriber-enhanced-select"
1994
  msgid "Please select new subscriber group."
1995
  msgstr "Seleccioneu nou grup d'abonats."
1996
 
1997
+ #: ../classes/es-register.php:212
1998
  msgctxt "view-subscriber-enhanced-select"
1999
  msgid "Please select new status for subscribers"
2000
  msgstr "Seleccioneu nou estatus per a subscriptors"
2001
 
2002
+ #: ../classes/es-register.php:213
2003
  msgctxt "view-subscriber-enhanced-select"
2004
  msgid "Do you want to update subscribers group?"
2005
  msgstr "Vols actualitzar el grup de subscriptors?"
2006
 
2007
+ #: ../classes/es-register.php:214
2008
  msgctxt "view-subscriber-enhanced-select"
2009
  msgid "Do you want to update subscribers status?"
2010
  msgstr "Vols actualitzar l'estat dels subscriptors?"
2011
 
2012
+ #: ../classes/es-register.php:215
2013
  msgctxt "view-subscriber-enhanced-select"
2014
  msgid ""
2015
  "Please select only csv file. Please check official website for csv structure."
2018
  "Seleccioneu només l'arxiu csv. Consulteu el lloc web oficial per a "
2019
  "l'estructura csv .."
2020
 
2021
+ #: ../classes/es-register.php:224
2022
  msgctxt "compose-enhanced-select"
2023
  msgid "Do you want to delete this record?"
2024
  msgstr "Vols eliminar aquest registre?"
2025
 
2026
+ #: ../classes/es-register.php:232
2027
  msgctxt "notification-enhanced-select"
2028
  msgid "Please select subscribers group."
2029
  msgstr "Selecciona el grup de subscriptors."
2030
 
2031
+ #: ../classes/es-register.php:233
2032
  msgctxt "notification-enhanced-select"
2033
  msgid "Please select notification mail subject. Use compose menu to create new."
2034
  msgstr ""
2035
  "Seleccioneu l'assumpte del email de notificació. Utilitzeu menú de "
2036
  "composició per crear-ne de nous."
2037
 
2038
+ #: ../classes/es-register.php:234
2039
  msgctxt "notification-enhanced-select"
2040
  msgid "Please select notification status."
2041
  msgstr "Seleccioneu l'estat de la notificació."
2042
 
2043
+ #: ../classes/es-register.php:235
2044
  msgctxt "notification-enhanced-select"
2045
  msgid "Do you want to delete this record?"
2046
  msgstr "Vols eliminar aquest registre?"
2047
 
2048
+ #: ../classes/es-register.php:243
2049
  msgctxt "sendmail-enhanced-select"
2050
  msgid "Please select your mail subject."
2051
  msgstr "Si us plau selecciona l'assumpte del teu email."
2052
 
2053
+ #: ../classes/es-register.php:244
2054
  msgctxt "sendmail-enhanced-select"
2055
  msgid "Please select your mail type."
2056
  msgstr "Si us plau selecciona el teu tipus de correu."
2057
 
2058
+ #: ../classes/es-register.php:245
2059
  msgctxt "sendmail-enhanced-select"
2060
  msgid ""
2061
  "Have you double checked your selected group? If so, let's go ahead and send "
2064
  "Heu comprovat dues vegades el vostre grup seleccionat? Si és així, seguirem "
2065
  "endavant i l'enviarem."
2066
 
2067
+ #: ../classes/es-register.php:253
2068
  msgctxt "sentmail-enhanced-select"
2069
  msgid "Do you want to delete this record?"
2070
  msgstr "Vols eliminar aquest registre?"
2071
 
2072
+ #: ../classes/es-register.php:254
2073
  msgctxt "sentmail-enhanced-select"
2074
  msgid "Do you want to delete all records except latest 10?"
2075
  msgstr "Vols eliminar tots els registres excepte els 10 últims?"
2076
 
2077
+ #: ../classes/es-register.php:262
2078
  msgctxt "cron-enhanced-select"
2079
  msgid "Please select enter number of mails you want to send per hour/trigger."
2080
  msgstr ""
2081
  "Si us plau seleccioneu Introduir el nombre de missatges que voleu enviar per "
2082
  "hora / gallet."
2083
 
2084
+ #: ../classes/es-register.php:263
2085
  msgctxt "cron-enhanced-select"
2086
  msgid "Please enter the mail count, only number."
2087
  msgstr "Si us plau, introdueixi el recompte d'emails, només número."
2088
 
2089
+ #: ../classes/es-register.php:276
2090
  msgctxt "widget-enhanced-select"
2091
  msgid "Please enter email address"
2092
  msgstr "Si us plau, entra l'adreça d'email"
2093
 
2094
+ #: ../classes/es-register.php:277
2095
  msgctxt "widget-enhanced-select"
2096
  msgid "Please provide a valid email address"
2097
  msgstr "Si us plau, proporciona una adreça de correu electrònic vàlida"
2098
 
2099
+ #: ../classes/es-register.php:278
2100
  msgctxt "widget-enhanced-select"
2101
  msgid "loading..."
2102
  msgstr "Carregant..."
2103
 
2104
+ #: ../classes/es-register.php:279
2105
  msgctxt "widget-enhanced-select"
2106
  msgid "Cannot create XMLHTTP instance"
2107
  msgstr "No es pot crear la instància XMLHTTP"
2108
 
2109
+ #: ../classes/es-register.php:280
2110
  msgctxt "widget-enhanced-select"
2111
  msgid "Successfully Subscribed."
2112
  msgstr "Subscripció exitosa"
2113
 
2114
+ #: ../classes/es-register.php:281
2115
  msgctxt "widget-enhanced-select"
2116
  msgid ""
2117
  "Your subscription was successful! Within a few minutes, kindly check the "
2123
  "subscripció. Si no pot veure el correu a la seva bústia d'entrada, si us "
2124
  "plau revisi la seva carpeta de correu no desitjat (Spam)."
2125
 
2126
+ #: ../classes/es-register.php:282
2127
  msgctxt "widget-enhanced-select"
2128
  msgid "Email Address already exists!"
2129
  msgstr "Aquesta adreça de correu electrònic ja existeix!"
2130
 
2131
+ #: ../classes/es-register.php:283
2132
  msgctxt "widget-enhanced-select"
2133
  msgid "Oops.. Unexpected error occurred."
2134
  msgstr "Vaja... S'ha produït un error inesperat."
2135
 
2136
+ #: ../classes/es-register.php:284
2137
  msgctxt "widget-enhanced-select"
2138
  msgid "Invalid email address"
2139
  msgstr "l'Adreça de correu electrònic no és vàlida"
2140
 
2141
+ #: ../classes/es-register.php:285
2142
  msgctxt "widget-enhanced-select"
2143
  msgid "Please try after some time"
2144
  msgstr "Torna-ho a provar d'aquí a una estona"
2145
 
2146
+ #: ../classes/es-register.php:286
2147
  msgctxt "widget-enhanced-select"
2148
  msgid "There was a problem with the request"
2149
  msgstr "Hi ha un problema amb la sol·licitud"
2150
 
2151
+ #: ../classes/es-register.php:293
2152
  msgctxt "widget-page-enhanced-select"
2153
  msgid "Please enter email address"
2154
  msgstr "Si us plau, entra l'adreça d'email"
2155
 
2156
+ #: ../classes/es-register.php:294
2157
  msgctxt "widget-page-enhanced-select"
2158
  msgid "Please provide a valid email address"
2159
  msgstr "Si us plau, proporciona una adreça de correu electrònic vàlida"
2160
 
2161
+ #: ../classes/es-register.php:295
2162
  msgctxt "widget-page-enhanced-select"
2163
  msgid "loading..."
2164
  msgstr "Carregant..."
2165
 
2166
+ #: ../classes/es-register.php:296
2167
  msgctxt "widget-page-enhanced-select"
2168
  msgid "Cannot create XMLHTTP instance"
2169
  msgstr "No es pot crear la instància XMLHTTP"
2170
 
2171
+ #: ../classes/es-register.php:297
2172
  msgctxt "widget-page-enhanced-select"
2173
  msgid "Successfully Subscribed."
2174
  msgstr "Subscripció exitosa"
2175
 
2176
+ #: ../classes/es-register.php:298
2177
  msgctxt "widget-page-enhanced-select"
2178
  msgid ""
2179
  "Your subscription was successful! Within a few minutes, kindly check the "
2185
  "subscripció. Si no pot veure el correu a la seva bústia d'entrada, si us "
2186
  "plau revisi la seva carpeta de correu no desitjat (Spam)."
2187
 
2188
+ #: ../classes/es-register.php:299
2189
  msgctxt "widget-page-enhanced-select"
2190
  msgid "Email Address already exists!"
2191
  msgstr "Aquesta adreça de correu electrònic ja existeix!"
2192
 
2193
+ #: ../classes/es-register.php:300
2194
  msgctxt "widget-page-enhanced-select"
2195
  msgid "Oops.. Unexpected error occurred."
2196
  msgstr "Vaja... S'ha produït un error inesperat."
2197
 
2198
+ #: ../classes/es-register.php:301
2199
  msgctxt "widget-page-enhanced-select"
2200
  msgid "Invalid email address"
2201
  msgstr "l'Adreça de correu electrònic no és vàlida"
2202
 
2203
+ #: ../classes/es-register.php:302
2204
  msgctxt "widget-page-enhanced-select"
2205
  msgid "Please try after some time"
2206
  msgstr "Torna-ho a provar d'aquí a una estona"
2207
 
2208
+ #: ../classes/es-register.php:303
2209
  msgctxt "widget-page-enhanced-select"
2210
  msgid "There was a problem with the request"
2211
  msgstr "Hi ha un problema amb la sol·licitud"
2212
 
2213
+ #: ../classes/es-register.php:977
2214
+ msgid ""
2215
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2216
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2217
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2218
+ "</a> rating. A huge thank you from Icegram in advance!"
2219
+ msgstr ""
2220
+ "Si t'agrada <strong>Email Subscribers</strong>, si us plau consideri deixar-"
2221
+ "nos una <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2222
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2223
+ "</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
2224
+
2225
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2226
  msgid "Email *"
2227
  msgstr "Email*"
2228
 
2229
+ #: ../classes/es-register.php:1134
2230
  msgid "Widget Title"
2231
  msgstr "Títol del widget"
2232
 
2233
+ #: ../classes/es-register.php:1138
2234
  msgid "Short description about subscription form"
2235
  msgstr "Breu descripció sobre el formulari de subscripció"
2236
 
2237
+ #: ../classes/es-register.php:1142
2238
  msgid "Display Name Field"
2239
  msgstr "Mostra nom del camp"
2240
 
2241
+ #: ../classes/es-register.php:1149
2242
  msgid "Subscriber Group"
2243
  msgstr "Grup de subscriptor"
languages/email-subscribers-cs_CZ.mo CHANGED
Binary file
languages/email-subscribers-cs_CZ.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:25:30 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "https://www.icegram.com"
29
  msgstr ""
30
 
31
- #: ../email-subscribers.php:70
32
  msgctxt "timezone date format"
33
  msgid "Y-m-d H:i:s"
34
  msgstr ""
@@ -45,26 +45,26 @@ msgstr ""
45
  msgid "Cron"
46
  msgstr ""
47
 
48
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
49
- #: register.php:158
50
  msgid "Settings"
51
  msgstr ""
52
 
53
- #: ../settings/settings-edit.php:92
54
  msgid "Email Type"
55
  msgstr ""
56
 
57
- #: ../settings/settings-edit.php:93
58
  msgid ""
59
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
60
  "Option 3 & 4 is to send emails with PHP method mail()."
61
  msgstr ""
62
 
63
- #: ../settings/settings-edit.php:107
64
  msgid "Opt-In Type"
65
  msgstr ""
66
 
67
- #: ../settings/settings-edit.php:108
68
  msgid ""
69
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
70
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -73,146 +73,146 @@ msgid ""
73
  "directly in the list."
74
  msgstr ""
75
 
76
- #: ../settings/settings-edit.php:139
77
  msgid "Notify Admin when a new subscriber signs up"
78
  msgstr ""
79
 
80
- #: ../settings/settings-edit.php:152
81
  msgid "Admin Email Subject on new subscriber sign up"
82
  msgstr ""
83
 
84
- #: ../settings/settings-edit.php:153
85
  msgid ""
86
  "Subject for the admin email whenever a new subscriber signs up and is "
87
  "confirmed."
88
  msgstr ""
89
 
90
- #: ../settings/settings-edit.php:159
91
  msgid "Admin Email Content on new subscriber signs up"
92
  msgstr ""
93
 
94
- #: ../settings/settings-edit.php:160
95
  msgid ""
96
  "Content for the admin email whenever a new subscriber signs up and is "
97
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
98
  msgstr ""
99
 
100
- #: ../settings/settings-edit.php:168
101
  msgid "Subject for the email report which will be sent to admin."
102
  msgstr ""
103
 
104
- #: ../settings/settings-edit.php:175
105
  msgid ""
106
  "Content for the email report which will be sent to admin.<br />(Available "
107
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
108
  msgstr ""
109
 
110
- #: ../settings/settings-edit.php:186
111
  msgid "Double Opt-In Email Subject (Confirmation Email)"
112
  msgstr ""
113
 
114
- #: ../settings/settings-edit.php:187
115
  msgid ""
116
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
117
  "subscriber signs up."
118
  msgstr ""
119
 
120
- #: ../settings/settings-edit.php:193
121
  msgid "Double Opt-In Email Content (Confirmation Email)"
122
  msgstr ""
123
 
124
- #: ../settings/settings-edit.php:194
125
  msgid ""
126
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
127
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
128
  msgstr ""
129
 
130
- #: ../settings/settings-edit.php:200
131
  msgid "Double Opt-In Confirmation Link"
132
  msgstr ""
133
 
134
- #: ../settings/settings-edit.php:207
135
  msgid ""
136
  "Text to display after an email address is successfully subscribed from "
137
  "Double Opt-In (Confirmation) Email"
138
  msgstr ""
139
 
140
- #: ../settings/settings-edit.php:215
141
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
142
  msgstr ""
143
 
144
- #: ../settings/settings-edit.php:227
145
  msgid "Subject for Welcome Email"
146
  msgstr ""
147
 
148
- #: ../settings/settings-edit.php:228
149
  msgid ""
150
  "Subject for the subscriber welcome email. This will be sent whenever a "
151
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
152
  "Opt-In) successfully."
153
  msgstr ""
154
 
155
- #: ../settings/settings-edit.php:234
156
  msgid "Email Content for Welcome Email"
157
  msgstr ""
158
 
159
- #: ../settings/settings-edit.php:235
160
  msgid ""
161
  "Content for the subscriber welcome email whenever a user's email is either "
162
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
163
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
164
  msgstr ""
165
 
166
- #: ../settings/settings-edit.php:244
167
  msgid ""
168
  "This unsubscribe link is automatically added to all the emails that are sent "
169
  "from this plugin. It is a readonly field and you are advised not to modify "
170
  "it."
171
  msgstr ""
172
 
173
- #: ../settings/settings-edit.php:251
174
  msgid ""
175
  "The text for the unsubscribe link. This text is automatically added with "
176
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
177
  msgstr ""
178
 
179
- #: ../settings/settings-edit.php:258
180
  msgid ""
181
  "This text will be displayed once user clicks on unsubscribe link from the "
182
  "email."
183
  msgstr ""
184
 
185
- #: ../settings/settings-edit.php:265
186
  msgid "Error in the Subscribe / Confirmation Link"
187
  msgstr ""
188
 
189
- #: ../settings/settings-edit.php:266
190
  msgid ""
191
  "Default message to display if there is any issue while clicking on subscribe "
192
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
193
  msgstr ""
194
 
195
- #: ../settings/settings-edit.php:273
196
  msgid ""
197
  "Default message to display if there is any issue while clicking on "
198
  "unsubscribe link from the emails."
199
  msgstr ""
200
 
201
- #: ../settings/settings-edit.php:372
202
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
203
  msgstr ""
204
 
205
- #: ../settings/settings-edit.php:377
206
  msgid "Cron Report"
207
  msgstr ""
208
 
209
- #: ../settings/settings-edit.php:378
210
  msgid ""
211
  "Email to admin whenever a cron URL is triggered from your server. (Available "
212
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
213
  msgstr ""
214
 
215
- #: ../settings/settings-edit.php:389
216
  msgid ""
217
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
218
  "schedule-cron-emails/?"
@@ -220,7 +220,7 @@ msgid ""
220
  "Cron?</a>"
221
  msgstr ""
222
 
223
- #: ../settings/settings-edit.php:390
224
  msgid ""
225
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
226
  "schedule-cron-emails-in-cpanel/?"
@@ -228,7 +228,7 @@ msgid ""
228
  "job in cPanel</a>"
229
  msgstr ""
230
 
231
- #: ../settings/settings-edit.php:391
232
  msgid ""
233
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
234
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -236,7 +236,7 @@ msgid ""
236
  "job in Plesk</a>"
237
  msgstr ""
238
 
239
- #: ../settings/settings-edit.php:392
240
  msgid ""
241
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
242
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -244,6 +244,17 @@ msgid ""
244
  "does not support cron jobs?</a>"
245
  msgstr ""
246
 
 
 
 
 
 
 
 
 
 
 
 
247
  #: ../compose/compose-edit.php:61
248
  msgid "Successfully updated. "
249
  msgstr ""
@@ -256,7 +267,7 @@ msgstr ""
256
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
257
  msgstr ""
258
 
259
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
260
  #, php-format
261
  msgid ""
262
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -268,6 +279,13 @@ msgstr ""
268
  msgid "Successfully created. "
269
  msgstr ""
270
 
 
 
 
 
 
 
 
271
  #: ../help/help.php:178
272
  msgid "Get more help and tips..."
273
  msgstr ""
@@ -561,132 +579,132 @@ msgstr ""
561
  msgid "Email sent successfully. "
562
  msgstr ""
563
 
564
- #: ../classes/es-register.php:164
565
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
566
  msgstr ""
567
 
568
- #: ../classes/es-register.php:194
569
  msgctxt "compose-enhanced-select"
570
  msgid "Please enter the Email Subject."
571
  msgstr ""
572
 
573
- #: ../classes/es-register.php:707
574
  msgctxt "timezone date format"
575
  msgid "Y-m-d"
576
  msgstr ""
577
 
578
- #: ../classes/es-register.php:724
579
  msgid "is getting even better!"
580
  msgstr ""
581
 
582
- #: ../classes/es-register.php:725
583
  msgid "But I need you to"
584
  msgstr ""
585
 
586
- #: ../classes/es-register.php:725
587
  msgid "help me prioritize"
588
  msgstr ""
589
 
590
- #: ../classes/es-register.php:725
591
  msgid "Please send your response today."
592
  msgstr ""
593
 
594
- #: ../classes/es-register.php:732
595
  msgid "Here's how you use ES:"
596
  msgstr ""
597
 
598
- #: ../classes/es-register.php:737
599
  msgid "Post Notifications more often than Newsletter"
600
  msgstr ""
601
 
602
- #: ../classes/es-register.php:739
603
  msgid "Newsletter more often than Post Notifications"
604
  msgstr ""
605
 
606
- #: ../classes/es-register.php:741
607
  msgid "Post Notification &amp; Newsletter equally"
608
  msgstr ""
609
 
610
- #: ../classes/es-register.php:745
611
  msgid "Have "
612
  msgstr ""
613
 
614
- #: ../classes/es-register.php:745
615
  msgid " Active Subscribers"
616
  msgstr ""
617
 
618
- #: ../classes/es-register.php:746
619
  msgid "Post "
620
  msgstr ""
621
 
622
- #: ../classes/es-register.php:746
623
  msgid " blog per week"
624
  msgstr ""
625
 
626
- #: ../classes/es-register.php:750
627
  msgid "Send emails via Cron"
628
  msgstr ""
629
 
630
- #: ../classes/es-register.php:752
631
  msgid "Send emails Immediately"
632
  msgstr ""
633
 
634
- #: ../classes/es-register.php:759
635
  msgid "Using Double Opt In"
636
  msgstr ""
637
 
638
- #: ../classes/es-register.php:761
639
  msgid "Using Single Opt In"
640
  msgstr ""
641
 
642
- #: ../classes/es-register.php:779
643
  msgid "How soon do you want these new features?"
644
  msgstr ""
645
 
646
- #: ../classes/es-register.php:783
647
  msgid "Beautiful Email Designs"
648
  msgstr ""
649
 
650
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
651
- #: register.php:794 ../classes/es-register.php:799
652
  msgid "Right now!"
653
  msgstr ""
654
 
655
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
656
- #: register.php:795 ../classes/es-register.php:800
657
  msgid "Soon"
658
  msgstr ""
659
 
660
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
661
- #: register.php:796 ../classes/es-register.php:801
662
  msgid "Later"
663
  msgstr ""
664
 
665
- #: ../classes/es-register.php:788
666
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
667
  msgstr ""
668
 
669
- #: ../classes/es-register.php:793
670
  msgid "Discard Fake / Bouncing Emails"
671
  msgstr ""
672
 
673
- #: ../classes/es-register.php:798
674
  msgid "Advanced Reporting"
675
  msgstr ""
676
 
677
- #: ../classes/es-register.php:810
678
  msgid "Nah, I don't like improvements"
679
  msgstr ""
680
 
681
- #: ../classes/es-register.php:816
682
  msgid "Next"
683
  msgstr ""
684
 
685
- #: ../classes/es-register.php:826
686
  msgid "Thank you!"
687
  msgstr ""
688
 
689
- #: ../classes/es-register.php:827
690
  msgid "No issues, have a nice day!"
691
  msgstr ""
692
 
@@ -803,7 +821,7 @@ msgstr "Zakázat oznamovací email"
803
 
804
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
805
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
806
- #: 117 ../compose/compose-add.php:105
807
  msgid "Save"
808
  msgstr "Uložit"
809
 
@@ -819,8 +837,8 @@ msgstr "Vybrané podrobnosti neexistují."
819
  msgid "Selected record deleted."
820
  msgstr "Vybraný záznam byl smazán."
821
 
822
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
823
- #: classes/es-register.php:152
824
  msgid "Post Notifications"
825
  msgstr "Oznámení o příspěvcích"
826
 
@@ -838,7 +856,7 @@ msgstr ""
838
  "nový příspěvek publikován na vašem webu."
839
 
840
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
841
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
842
  msgid "Email Subject"
843
  msgstr "Předmět emailu"
844
 
@@ -858,19 +876,19 @@ msgid "Notification Status"
858
  msgstr "Stav oznámení"
859
 
860
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
861
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
862
  msgid "Edit"
863
  msgstr "Upravit"
864
 
865
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
866
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
867
- #: php:102
868
  msgid "Delete"
869
  msgstr "Smazat"
870
 
871
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
872
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
873
- #: 432 ../compose/compose-show.php:111
874
  msgid "No records available."
875
  msgstr "Žádné záznamy nejsou k dispozici."
876
 
@@ -920,11 +938,11 @@ msgstr "Uživatelské úrovně"
920
  msgid "Save Settings"
921
  msgstr "Uložit nastavení"
922
 
923
- #: ../settings/settings-edit.php:81
924
  msgid "Sender of Notifications"
925
  msgstr "Odesílatel oznámení"
926
 
927
- #: ../settings/settings-edit.php:82
928
  msgid ""
929
  "Choose a FROM name and FROM email address for all the emails to be sent from "
930
  "this plugin."
@@ -932,38 +950,38 @@ msgstr ""
932
  "Vyberte jméno a emailovou adresu ODESÍLATELE pro všechny oznamovací emaily z "
933
  "tohoto pluginu."
934
 
935
- #: ../settings/settings-edit.php:97
936
  msgid "1. WP HTML MAIL"
937
  msgstr "1. WP HTML ZPRÁVA"
938
 
939
- #: ../settings/settings-edit.php:98
940
  msgid "2. WP PLAINTEXT MAIL"
941
  msgstr "2. WP PROSTÝ TEXT"
942
 
943
- #: ../settings/settings-edit.php:99
944
  msgid "3. PHP HTML MAIL"
945
  msgstr "3. PHP HTML ZPRÁVA"
946
 
947
- #: ../settings/settings-edit.php:100
948
  msgid "4. PHP PLAINTEXT MAIL"
949
  msgstr "4. PHP PROSTÝ TEXT"
950
 
951
- #: ../settings/settings-edit.php:112
952
  msgid "Double Opt In"
953
  msgstr "Dvojí potvrzení"
954
 
955
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
956
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
957
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
958
  #: subscriber-edit.php:150
959
  msgid "Single Opt In"
960
  msgstr "Jednoduché potvrzení"
961
 
962
- #: ../settings/settings-edit.php:119
963
  msgid "Image Size"
964
  msgstr "Velikost obrázku"
965
 
966
- #: ../settings/settings-edit.php:120
967
  msgid ""
968
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
969
  "Emails."
@@ -971,23 +989,23 @@ msgstr ""
971
  "Vyberte velikost obrázku ###POSTIMAGE###, který se zobrazí v emailu oznámení "
972
  "příspěvku."
973
 
974
- #: ../settings/settings-edit.php:124
975
  msgid "Full Size"
976
  msgstr "Plná velikost"
977
 
978
- #: ../settings/settings-edit.php:125
979
  msgid "Medium Size"
980
  msgstr "Střední velikost"
981
 
982
- #: ../settings/settings-edit.php:126
983
  msgid "Thumbnail"
984
  msgstr "Náhled"
985
 
986
- #: ../settings/settings-edit.php:132
987
  msgid "Admin Email Addresses"
988
  msgstr "Emailová adresa administrátora"
989
 
990
- #: ../settings/settings-edit.php:133
991
  msgid ""
992
  "Enter the admin email addresses that should receive notifications (separated "
993
  "by comma)."
@@ -995,7 +1013,7 @@ msgstr ""
995
  "Zadejte emailové adresy administrátorů, kteří by měli přijímat oznámení "
996
  "(oddělené čárkou)."
997
 
998
- #: ../settings/settings-edit.php:140
999
  msgid ""
1000
  "To send admin email notifications for the new subscriber. This option must "
1001
  "be set to YES."
@@ -1003,29 +1021,29 @@ msgstr ""
1003
  "Pro odeslání oznámení administrátorovi o novém odběrateli, je nutné volbu "
1004
  "nastavit na ANO."
1005
 
1006
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
1007
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
1008
  msgid "YES"
1009
  msgstr "ANO"
1010
 
1011
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
1012
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
1013
  msgid "NO"
1014
  msgstr "NE"
1015
 
1016
- #: ../settings/settings-edit.php:167
1017
  msgid "Sent Report Subject"
1018
  msgstr "Předmět emailu pro hlášení o odeslání"
1019
 
1020
- #: ../settings/settings-edit.php:174
1021
  msgid "Sent Report Content"
1022
  msgstr "Obsah hlášení o odeslání"
1023
 
1024
- #: ../settings/settings-edit.php:201
1025
  msgid "It is a readonly field and you are advised not to modify it."
1026
  msgstr "Toto je pole pouze pro čtení a doporučujeme hodnotu neupravovat."
1027
 
1028
- #: ../settings/settings-edit.php:208
1029
  msgid ""
1030
  "This text will be displayed once user clicks on email confirmation link from "
1031
  "the Double Opt In (confirmation) Email."
@@ -1033,7 +1051,7 @@ msgstr ""
1033
  "Tento text bude zobrazen po kliknutí na odkaz v potvrzovacím emailu při "
1034
  "dvojitém potvrzení."
1035
 
1036
- #: ../settings/settings-edit.php:216
1037
  msgid ""
1038
  "To send welcome email to subscriber after successful signup. This option "
1039
  "must be set to YES."
@@ -1041,72 +1059,72 @@ msgstr ""
1041
  "Chcete-li odeslat uvítací email odběrateli po úspěšné registraci musí být "
1042
  "tato volba nastavena na hodnotu ANO."
1043
 
1044
- #: ../settings/settings-edit.php:243
1045
  msgid "Unsubscribe Link"
1046
  msgstr "Odhlašovací odkaz"
1047
 
1048
- #: ../settings/settings-edit.php:250
1049
  msgid "Unsubscribe Text in Email"
1050
  msgstr "Text emailu pro odhlášení"
1051
 
1052
- #: ../settings/settings-edit.php:257
1053
  msgid "Text to display after an email address is unsubscribed"
1054
  msgstr "Text bude zobrazen po odhlášení emailu"
1055
 
1056
- #: ../settings/settings-edit.php:272
1057
  msgid "Error in the Unsubscribe Link"
1058
  msgstr "Chybové hlášení odhlašovacího odkazu"
1059
 
1060
- #: ../settings/settings-edit.php:285
1061
  msgid "Select user roles who can access following menus. Only Admin can change this."
1062
  msgstr ""
1063
  "Vyberte uživatelské role, které mají mít přístup k následujícím menu. Pouze "
1064
  "správce zde může provádět změny."
1065
 
1066
- #: ../settings/settings-edit.php:291
1067
  msgid "Subscribers Menu"
1068
  msgstr "Menu odběratelé"
1069
 
1070
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
1071
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
1072
- #: settings/settings-edit.php:343
1073
  msgid "Administrator Only"
1074
  msgstr "Pouze administrátor"
1075
 
1076
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
1077
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
1078
- #: settings/settings-edit.php:344
1079
  msgid "Administrator/Editor"
1080
  msgstr "Administrátor/Editor"
1081
 
1082
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
1083
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
1084
- #: settings/settings-edit.php:345
1085
  msgid "Administrator/Editor/Author/Contributor"
1086
  msgstr "Administrátor/Editor/Autor/Spolupracovník"
1087
 
1088
- #: ../settings/settings-edit.php:303
1089
  msgid "Compose Menu"
1090
  msgstr "Menu vytvořit"
1091
 
1092
- #: ../settings/settings-edit.php:315
1093
  msgid "Post Notifications Menu"
1094
  msgstr "Oznámení o příspěvcích"
1095
 
1096
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
1097
- #: register.php:154 ../classes/es-register.php:155
1098
  msgid "Newsletters"
1099
  msgstr "Zpravodaje"
1100
 
1101
- #: ../settings/settings-edit.php:339
1102
  msgid "Reports Menu"
1103
  msgstr "Menu přehledů"
1104
 
1105
- #: ../settings/settings-edit.php:356
1106
  msgid "Cron job URL"
1107
  msgstr "URL cronu"
1108
 
1109
- #: ../settings/settings-edit.php:357
1110
  msgid ""
1111
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1112
  "modify it."
@@ -1114,35 +1132,35 @@ msgstr ""
1114
  "Toto je URL vašeho cronu. Pole je pouze pro čtení, nedoporučujeme vám jej "
1115
  "upravovat."
1116
 
1117
- #: ../settings/settings-edit.php:366
1118
  msgid "Email Count"
1119
  msgstr "Počet emailů"
1120
 
1121
- #: ../settings/settings-edit.php:367
1122
  msgid "Number of emails that you want to trigger per hour."
1123
  msgstr "Zadejte počet emailů, které chcete poslat za hodinu pomocí trigeru."
1124
 
1125
- #: ../settings/settings-edit.php:388
1126
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1127
  msgstr "Co je to cron (automatický e-mail) a jak nastavit cron?"
1128
 
1129
- #: ../settings/settings-edit.php:507
1130
  msgid "Please enter sender of notifications from name."
1131
  msgstr "Zadejte jméno odesílatele oznámení."
1132
 
1133
- #: ../settings/settings-edit.php:512
1134
  msgid "Please enter sender of notifications from email."
1135
  msgstr "Zadejte email odesílatele oznámení."
1136
 
1137
- #: ../settings/settings-edit.php:556
1138
  msgid "Please enter valid mail count."
1139
  msgstr "Zadejte platný počet emailů."
1140
 
1141
- #: ../settings/settings-edit.php:569
1142
  msgid "Settings Saved."
1143
  msgstr "Nastavení bylo uloženo."
1144
 
1145
- #: ../settings/settings-edit.php:572
1146
  msgid "Oops, unable to update."
1147
  msgstr "Nelze aktualizovat."
1148
 
@@ -1158,11 +1176,7 @@ msgstr "Synchronizace tabulek pluginu"
1158
  msgid "Click to sync tables"
1159
  msgstr "Klikněte pro synchronizaci tabulek"
1160
 
1161
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1162
- msgid "Preview Mail"
1163
- msgstr "Náhled emailu"
1164
-
1165
- #: ../sentmail/sentmail-preview.php:42
1166
  msgid "Back"
1167
  msgstr "Zpět"
1168
 
@@ -1178,8 +1192,8 @@ msgstr " &lt;&lt; "
1178
  msgid " &gt;&gt; "
1179
  msgstr " &gt;&gt; "
1180
 
1181
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1182
- #: register.php:161
1183
  msgid "Reports"
1184
  msgstr "Přehledy"
1185
 
@@ -1192,7 +1206,8 @@ msgid "View Reports"
1192
  msgstr "Zobrazit hlášení"
1193
 
1194
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1195
- #: compose/compose-show.php:103
 
1196
  msgid "Preview"
1197
  msgstr "Náhled"
1198
 
@@ -1203,7 +1218,7 @@ msgstr "Typ"
1203
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1204
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1205
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1206
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1207
  msgid "Status"
1208
  msgstr "Stav"
1209
 
@@ -1434,8 +1449,8 @@ msgstr "Stav odběratele upraven."
1434
  msgid "Please select New Status to update."
1435
  msgstr "Vyberte nový stav ke změně."
1436
 
1437
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1438
- #: classes/es-register.php:146
1439
  msgid "Subscribers"
1440
  msgstr "Odběratelé"
1441
 
@@ -1520,7 +1535,7 @@ msgid "Email Address"
1520
  msgstr "Emailová adresa"
1521
 
1522
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1523
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1524
  msgid "Name"
1525
  msgstr "Jméno"
1526
 
@@ -1719,15 +1734,15 @@ msgstr "Zadejte předmět emailu"
1719
  msgid "Enter Content for your Email"
1720
  msgstr "Zadejte obsah emailu"
1721
 
1722
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1723
  msgid "Available Keywords"
1724
  msgstr "Dostupná klíčová slova"
1725
 
1726
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1727
  msgid "Published"
1728
  msgstr "Publikováno"
1729
 
1730
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1731
  msgid "Please select your mail status"
1732
  msgstr "Vyberte stav zprávy"
1733
 
@@ -1735,16 +1750,16 @@ msgstr "Vyberte stav zprávy"
1735
  msgid "Add new Email"
1736
  msgstr "Přidat nový e-mail"
1737
 
1738
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1739
- #: register.php:149
1740
  msgid "Compose"
1741
  msgstr "Vytvořit"
1742
 
1743
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1744
  msgid "Email Template"
1745
  msgstr "Šablona emailu"
1746
 
1747
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1748
  msgid "Actions"
1749
  msgstr "Akce"
1750
 
@@ -1773,7 +1788,7 @@ msgstr "Vítá vás plugin Email Subscribers!"
1773
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1774
  msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
1775
 
1776
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1777
  #: php:38
1778
  msgid "Subscribe"
1779
  msgstr "Odebírat"
@@ -1879,18 +1894,6 @@ msgstr "Odeslat email"
1879
  msgid "Reset"
1880
  msgstr "Reset"
1881
 
1882
- #: ../base/es-defined.php:32
1883
- msgid ""
1884
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1885
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1886
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1887
- "</a> rating. A huge thank you from Icegram in advance!"
1888
- msgstr ""
1889
- "Pokud se vám líbí <strong> Email Subscribers </strong>, zvažte, prosím, "
1890
- "zanechání <a target=\"_blank\" href=\"https://wordpress."
1891
- "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
1892
- "&#9733;&#9733;&#9733;&#9733;</a> hodnocení. Icegram předem mnohokrát děkuje!"
1893
-
1894
  #: ../classes/es-common.php:13
1895
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1896
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
@@ -1935,46 +1938,46 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Cron email</span>"
1935
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1936
  msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
1937
 
1938
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1939
- #: register.php:724
1940
  msgid "Email Subscribers"
1941
  msgstr "Email Subscribers"
1942
 
1943
- #: ../classes/es-register.php:163
1944
  msgid "Help & Info"
1945
  msgstr "Nápověda"
1946
 
1947
- #: ../classes/es-register.php:175
1948
  msgctxt "view-subscriber-enhanced-select"
1949
  msgid "Please enter subscriber email address."
1950
  msgstr "Zadejte emailovou adresu odběratele."
1951
 
1952
- #: ../classes/es-register.php:176
1953
  msgctxt "view-subscriber-enhanced-select"
1954
  msgid "Please select subscriber email status."
1955
  msgstr "Vyberte stav emailu odběratele."
1956
 
1957
- #: ../classes/es-register.php:177
1958
  msgctxt "view-subscriber-enhanced-select"
1959
  msgid "Please select or create group for this subscriber."
1960
  msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
1961
 
1962
- #: ../classes/es-register.php:178
1963
  msgctxt "view-subscriber-enhanced-select"
1964
  msgid "Do you want to delete this record?"
1965
  msgstr "Opravdu chcete smazat tento záznam?"
1966
 
1967
- #: ../classes/es-register.php:179
1968
  msgctxt "view-subscriber-enhanced-select"
1969
  msgid "Please select the bulk action."
1970
  msgstr "Vyberte hromadnou akci."
1971
 
1972
- #: ../classes/es-register.php:180
1973
  msgctxt "view-subscriber-enhanced-select"
1974
  msgid "Are you sure you want to delete selected records?"
1975
  msgstr "Skutečně chcete smazat vybrané záznamy?"
1976
 
1977
- #: ../classes/es-register.php:181
1978
  msgctxt "view-subscriber-enhanced-select"
1979
  msgid ""
1980
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1983,27 +1986,27 @@ msgstr ""
1983
  "Chcete znovu odeslat potvrzovací email? \\nUpozorňujeme, že bude aktualizován "
1984
  "současný stav odběratele na „Nepotvrzeno“."
1985
 
1986
- #: ../classes/es-register.php:182
1987
  msgctxt "view-subscriber-enhanced-select"
1988
  msgid "Please select new subscriber group."
1989
  msgstr "Vyberte novou skupinu odběratele."
1990
 
1991
- #: ../classes/es-register.php:183
1992
  msgctxt "view-subscriber-enhanced-select"
1993
  msgid "Please select new status for subscribers"
1994
  msgstr "Vyberte nový stav odběratele"
1995
 
1996
- #: ../classes/es-register.php:184
1997
  msgctxt "view-subscriber-enhanced-select"
1998
  msgid "Do you want to update subscribers group?"
1999
  msgstr "Chcete upravit skupinu odběratelů?"
2000
 
2001
- #: ../classes/es-register.php:185
2002
  msgctxt "view-subscriber-enhanced-select"
2003
  msgid "Do you want to update subscribers status?"
2004
  msgstr "Chcete upravit stav odběratele?"
2005
 
2006
- #: ../classes/es-register.php:186
2007
  msgctxt "view-subscriber-enhanced-select"
2008
  msgid ""
2009
  "Please select only csv file. Please check official website for csv structure."
@@ -2012,96 +2015,96 @@ msgstr ""
2012
  "Použijte výhradně soubor ve formátu CSV. Zkontrolujte strukturu csv souboru "
2013
  "na oficiálních internetových stránkách..."
2014
 
2015
- #: ../classes/es-register.php:195
2016
  msgctxt "compose-enhanced-select"
2017
  msgid "Do you want to delete this record?"
2018
  msgstr "Chcete smazat tento záznam?"
2019
 
2020
- #: ../classes/es-register.php:203
2021
  msgctxt "notification-enhanced-select"
2022
  msgid "Please select subscribers group."
2023
  msgstr "Vyberte skupinu odběratelů."
2024
 
2025
- #: ../classes/es-register.php:204
2026
  msgctxt "notification-enhanced-select"
2027
  msgid "Please select notification mail subject. Use compose menu to create new."
2028
  msgstr ""
2029
  "Vyberte předmět oznamovacího emailu. Pro vytvoření nového použijte menu "
2030
  "„Vytvořit“."
2031
 
2032
- #: ../classes/es-register.php:205
2033
  msgctxt "notification-enhanced-select"
2034
  msgid "Please select notification status."
2035
  msgstr "Vyberte stav oznámení."
2036
 
2037
- #: ../classes/es-register.php:206
2038
  msgctxt "notification-enhanced-select"
2039
  msgid "Do you want to delete this record?"
2040
  msgstr "Chcete smazat tento záznam?"
2041
 
2042
- #: ../classes/es-register.php:214
2043
  msgctxt "sendmail-enhanced-select"
2044
  msgid "Please select your mail subject."
2045
  msgstr "Vyberte předmět zprávy."
2046
 
2047
- #: ../classes/es-register.php:215
2048
  msgctxt "sendmail-enhanced-select"
2049
  msgid "Please select your mail type."
2050
  msgstr "Vyberte typ zprávy."
2051
 
2052
- #: ../classes/es-register.php:216
2053
  msgctxt "sendmail-enhanced-select"
2054
  msgid ""
2055
  "Have you double checked your selected group? If so, let's go ahead and send "
2056
  "this."
2057
  msgstr "Zkontrolovali jste si vybranou skupinu? Jestli ano, formulář můžete odeslat."
2058
 
2059
- #: ../classes/es-register.php:224
2060
  msgctxt "sentmail-enhanced-select"
2061
  msgid "Do you want to delete this record?"
2062
  msgstr "Chcete smazat tento záznam?"
2063
 
2064
- #: ../classes/es-register.php:225
2065
  msgctxt "sentmail-enhanced-select"
2066
  msgid "Do you want to delete all records except latest 10?"
2067
  msgstr "Chcete smazat všechny záznamy kromě posledních 10?"
2068
 
2069
- #: ../classes/es-register.php:233
2070
  msgctxt "cron-enhanced-select"
2071
  msgid "Please select enter number of mails you want to send per hour/trigger."
2072
  msgstr "Vyberte počet emailů, které chcete odeslat za hodinu/spuštění."
2073
 
2074
- #: ../classes/es-register.php:234
2075
  msgctxt "cron-enhanced-select"
2076
  msgid "Please enter the mail count, only number."
2077
  msgstr "Zadejte počet emailů (pouze číslo)."
2078
 
2079
- #: ../classes/es-register.php:247
2080
  msgctxt "widget-enhanced-select"
2081
  msgid "Please enter email address"
2082
  msgstr "Zadejte emailovou adresu"
2083
 
2084
- #: ../classes/es-register.php:248
2085
  msgctxt "widget-enhanced-select"
2086
  msgid "Please provide a valid email address"
2087
  msgstr "Zadejte platnou emailovou adresu"
2088
 
2089
- #: ../classes/es-register.php:249
2090
  msgctxt "widget-enhanced-select"
2091
  msgid "loading..."
2092
  msgstr "načítání..."
2093
 
2094
- #: ../classes/es-register.php:250
2095
  msgctxt "widget-enhanced-select"
2096
  msgid "Cannot create XMLHTTP instance"
2097
  msgstr "Nelze vytvořit instanci XMLHTTP"
2098
 
2099
- #: ../classes/es-register.php:251
2100
  msgctxt "widget-enhanced-select"
2101
  msgid "Successfully Subscribed."
2102
  msgstr "Úspěšné přihlášení k odběru."
2103
 
2104
- #: ../classes/es-register.php:252
2105
  msgctxt "widget-enhanced-select"
2106
  msgid ""
2107
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2112,57 +2115,57 @@ msgstr ""
2112
  "emaily ve své schránce a potvrďte registraci. Pokud email nenajdete, "
2113
  "zkontrolujte prosím složku se spamem."
2114
 
2115
- #: ../classes/es-register.php:253
2116
  msgctxt "widget-enhanced-select"
2117
  msgid "Email Address already exists!"
2118
  msgstr "Emailová adresa již existuje!"
2119
 
2120
- #: ../classes/es-register.php:254
2121
  msgctxt "widget-enhanced-select"
2122
  msgid "Oops.. Unexpected error occurred."
2123
  msgstr "Nastala neočekávaná chyba."
2124
 
2125
- #: ../classes/es-register.php:255
2126
  msgctxt "widget-enhanced-select"
2127
  msgid "Invalid email address"
2128
  msgstr "Neplatná emailová adresa"
2129
 
2130
- #: ../classes/es-register.php:256
2131
  msgctxt "widget-enhanced-select"
2132
  msgid "Please try after some time"
2133
  msgstr "Prosím, zkuste to později"
2134
 
2135
- #: ../classes/es-register.php:257
2136
  msgctxt "widget-enhanced-select"
2137
  msgid "There was a problem with the request"
2138
  msgstr "Došlo k potížím s požadavkem"
2139
 
2140
- #: ../classes/es-register.php:264
2141
  msgctxt "widget-page-enhanced-select"
2142
  msgid "Please enter email address"
2143
  msgstr "Zadejte emailovou adresu"
2144
 
2145
- #: ../classes/es-register.php:265
2146
  msgctxt "widget-page-enhanced-select"
2147
  msgid "Please provide a valid email address"
2148
  msgstr "Zadejte platnou emailovou adresu"
2149
 
2150
- #: ../classes/es-register.php:266
2151
  msgctxt "widget-page-enhanced-select"
2152
  msgid "loading..."
2153
  msgstr "načítání..."
2154
 
2155
- #: ../classes/es-register.php:267
2156
  msgctxt "widget-page-enhanced-select"
2157
  msgid "Cannot create XMLHTTP instance"
2158
  msgstr "Nelze vytvořit instanci XMLHTTP"
2159
 
2160
- #: ../classes/es-register.php:268
2161
  msgctxt "widget-page-enhanced-select"
2162
  msgid "Successfully Subscribed."
2163
  msgstr "Úspěšné přihlášení k odběru."
2164
 
2165
- #: ../classes/es-register.php:269
2166
  msgctxt "widget-page-enhanced-select"
2167
  msgid ""
2168
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2173,47 +2176,59 @@ msgstr ""
2173
  "emaily ve své schránce a potvrďte registraci. Pokud email nenajdete, "
2174
  "zkontrolujte prosím složku se spamem."
2175
 
2176
- #: ../classes/es-register.php:270
2177
  msgctxt "widget-page-enhanced-select"
2178
  msgid "Email Address already exists!"
2179
  msgstr "Emailová adresa již existuje!"
2180
 
2181
- #: ../classes/es-register.php:271
2182
  msgctxt "widget-page-enhanced-select"
2183
  msgid "Oops.. Unexpected error occurred."
2184
  msgstr "Nastala neočekávaná chyba."
2185
 
2186
- #: ../classes/es-register.php:272
2187
  msgctxt "widget-page-enhanced-select"
2188
  msgid "Invalid email address"
2189
  msgstr "Neplatná emailová adresa"
2190
 
2191
- #: ../classes/es-register.php:273
2192
  msgctxt "widget-page-enhanced-select"
2193
  msgid "Please try after some time"
2194
  msgstr "Prosím, zkuste to později"
2195
 
2196
- #: ../classes/es-register.php:274
2197
  msgctxt "widget-page-enhanced-select"
2198
  msgid "There was a problem with the request"
2199
  msgstr "Došlo k potížím s požadavkem"
2200
 
2201
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2202
  msgid "Email *"
2203
  msgstr "Email *"
2204
 
2205
- #: ../classes/es-register.php:1035
2206
  msgid "Widget Title"
2207
  msgstr "Nadpis widgetu"
2208
 
2209
- #: ../classes/es-register.php:1039
2210
  msgid "Short description about subscription form"
2211
  msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
2212
 
2213
- #: ../classes/es-register.php:1043
2214
  msgid "Display Name Field"
2215
  msgstr "Zobrazit pole „Jméno“"
2216
 
2217
- #: ../classes/es-register.php:1050
2218
  msgid "Subscriber Group"
2219
  msgstr "Skupina odběratelů"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:20 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
28
  msgid "https://www.icegram.com"
29
  msgstr ""
30
 
31
+ #: ../email-subscribers.php:75
32
  msgctxt "timezone date format"
33
  msgid "Y-m-d H:i:s"
34
  msgstr ""
45
  msgid "Cron"
46
  msgstr ""
47
 
48
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
49
+ #: register.php:187
50
  msgid "Settings"
51
  msgstr ""
52
 
53
+ #: ../settings/settings-edit.php:89
54
  msgid "Email Type"
55
  msgstr ""
56
 
57
+ #: ../settings/settings-edit.php:90
58
  msgid ""
59
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
60
  "Option 3 & 4 is to send emails with PHP method mail()."
61
  msgstr ""
62
 
63
+ #: ../settings/settings-edit.php:104
64
  msgid "Opt-In Type"
65
  msgstr ""
66
 
67
+ #: ../settings/settings-edit.php:105
68
  msgid ""
69
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
70
  "soon as they subscribe to your list. They have to confirm their subscription "
73
  "directly in the list."
74
  msgstr ""
75
 
76
+ #: ../settings/settings-edit.php:136
77
  msgid "Notify Admin when a new subscriber signs up"
78
  msgstr ""
79
 
80
+ #: ../settings/settings-edit.php:149
81
  msgid "Admin Email Subject on new subscriber sign up"
82
  msgstr ""
83
 
84
+ #: ../settings/settings-edit.php:150
85
  msgid ""
86
  "Subject for the admin email whenever a new subscriber signs up and is "
87
  "confirmed."
88
  msgstr ""
89
 
90
+ #: ../settings/settings-edit.php:156
91
  msgid "Admin Email Content on new subscriber signs up"
92
  msgstr ""
93
 
94
+ #: ../settings/settings-edit.php:157
95
  msgid ""
96
  "Content for the admin email whenever a new subscriber signs up and is "
97
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
98
  msgstr ""
99
 
100
+ #: ../settings/settings-edit.php:165
101
  msgid "Subject for the email report which will be sent to admin."
102
  msgstr ""
103
 
104
+ #: ../settings/settings-edit.php:172
105
  msgid ""
106
  "Content for the email report which will be sent to admin.<br />(Available "
107
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
108
  msgstr ""
109
 
110
+ #: ../settings/settings-edit.php:183
111
  msgid "Double Opt-In Email Subject (Confirmation Email)"
112
  msgstr ""
113
 
114
+ #: ../settings/settings-edit.php:184
115
  msgid ""
116
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
117
  "subscriber signs up."
118
  msgstr ""
119
 
120
+ #: ../settings/settings-edit.php:190
121
  msgid "Double Opt-In Email Content (Confirmation Email)"
122
  msgstr ""
123
 
124
+ #: ../settings/settings-edit.php:191
125
  msgid ""
126
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
127
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
128
  msgstr ""
129
 
130
+ #: ../settings/settings-edit.php:197
131
  msgid "Double Opt-In Confirmation Link"
132
  msgstr ""
133
 
134
+ #: ../settings/settings-edit.php:204
135
  msgid ""
136
  "Text to display after an email address is successfully subscribed from "
137
  "Double Opt-In (Confirmation) Email"
138
  msgstr ""
139
 
140
+ #: ../settings/settings-edit.php:212
141
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
142
  msgstr ""
143
 
144
+ #: ../settings/settings-edit.php:224
145
  msgid "Subject for Welcome Email"
146
  msgstr ""
147
 
148
+ #: ../settings/settings-edit.php:225
149
  msgid ""
150
  "Subject for the subscriber welcome email. This will be sent whenever a "
151
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
152
  "Opt-In) successfully."
153
  msgstr ""
154
 
155
+ #: ../settings/settings-edit.php:231
156
  msgid "Email Content for Welcome Email"
157
  msgstr ""
158
 
159
+ #: ../settings/settings-edit.php:232
160
  msgid ""
161
  "Content for the subscriber welcome email whenever a user's email is either "
162
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
163
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
164
  msgstr ""
165
 
166
+ #: ../settings/settings-edit.php:241
167
  msgid ""
168
  "This unsubscribe link is automatically added to all the emails that are sent "
169
  "from this plugin. It is a readonly field and you are advised not to modify "
170
  "it."
171
  msgstr ""
172
 
173
+ #: ../settings/settings-edit.php:248
174
  msgid ""
175
  "The text for the unsubscribe link. This text is automatically added with "
176
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
177
  msgstr ""
178
 
179
+ #: ../settings/settings-edit.php:255
180
  msgid ""
181
  "This text will be displayed once user clicks on unsubscribe link from the "
182
  "email."
183
  msgstr ""
184
 
185
+ #: ../settings/settings-edit.php:262
186
  msgid "Error in the Subscribe / Confirmation Link"
187
  msgstr ""
188
 
189
+ #: ../settings/settings-edit.php:263
190
  msgid ""
191
  "Default message to display if there is any issue while clicking on subscribe "
192
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
193
  msgstr ""
194
 
195
+ #: ../settings/settings-edit.php:270
196
  msgid ""
197
  "Default message to display if there is any issue while clicking on "
198
  "unsubscribe link from the emails."
199
  msgstr ""
200
 
201
+ #: ../settings/settings-edit.php:369
202
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
203
  msgstr ""
204
 
205
+ #: ../settings/settings-edit.php:374
206
  msgid "Cron Report"
207
  msgstr ""
208
 
209
+ #: ../settings/settings-edit.php:375
210
  msgid ""
211
  "Email to admin whenever a cron URL is triggered from your server. (Available "
212
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
213
  msgstr ""
214
 
215
+ #: ../settings/settings-edit.php:386
216
  msgid ""
217
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
218
  "schedule-cron-emails/?"
220
  "Cron?</a>"
221
  msgstr ""
222
 
223
+ #: ../settings/settings-edit.php:387
224
  msgid ""
225
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
226
  "schedule-cron-emails-in-cpanel/?"
228
  "job in cPanel</a>"
229
  msgstr ""
230
 
231
+ #: ../settings/settings-edit.php:388
232
  msgid ""
233
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
234
  "schedule-cron-emails-in-parallels-plesk/?"
236
  "job in Plesk</a>"
237
  msgstr ""
238
 
239
+ #: ../settings/settings-edit.php:389
240
  msgid ""
241
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
242
  "if-hosting-doesnt-support-cron-jobs/?"
244
  "does not support cron jobs?</a>"
245
  msgstr ""
246
 
247
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
248
+ msgid "Preview Email"
249
+ msgstr ""
250
+
251
+ #: ../sentmail/sentmail-preview.php:31
252
+ msgid ""
253
+ "This is how the email you sent may look. <br>Note: Different email services "
254
+ "(like gmail, yahoo etc) display email content differently. So there could be "
255
+ "a slight variation on how your customer will view the email content."
256
+ msgstr ""
257
+
258
  #: ../compose/compose-edit.php:61
259
  msgid "Successfully updated. "
260
  msgstr ""
267
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
268
  msgstr ""
269
 
270
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
271
  #, php-format
272
  msgid ""
273
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
279
  msgid "Successfully created. "
280
  msgstr ""
281
 
282
+ #: ../compose/compose-preview.php:31
283
+ msgid ""
284
+ "This is how your email may look. <br>Note: Different email services (like "
285
+ "gmail, yahoo etc) display email content differently. So there could be a "
286
+ "slight variation on how your customer will view the email content."
287
+ msgstr ""
288
+
289
  #: ../help/help.php:178
290
  msgid "Get more help and tips..."
291
  msgstr ""
579
  msgid "Email sent successfully. "
580
  msgstr ""
581
 
582
+ #: ../classes/es-register.php:193
583
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
584
  msgstr ""
585
 
586
+ #: ../classes/es-register.php:223
587
  msgctxt "compose-enhanced-select"
588
  msgid "Please enter the Email Subject."
589
  msgstr ""
590
 
591
+ #: ../classes/es-register.php:765
592
  msgctxt "timezone date format"
593
  msgid "Y-m-d"
594
  msgstr ""
595
 
596
+ #: ../classes/es-register.php:782
597
  msgid "is getting even better!"
598
  msgstr ""
599
 
600
+ #: ../classes/es-register.php:783
601
  msgid "But I need you to"
602
  msgstr ""
603
 
604
+ #: ../classes/es-register.php:783
605
  msgid "help me prioritize"
606
  msgstr ""
607
 
608
+ #: ../classes/es-register.php:783
609
  msgid "Please send your response today."
610
  msgstr ""
611
 
612
+ #: ../classes/es-register.php:790
613
  msgid "Here's how you use ES:"
614
  msgstr ""
615
 
616
+ #: ../classes/es-register.php:795
617
  msgid "Post Notifications more often than Newsletter"
618
  msgstr ""
619
 
620
+ #: ../classes/es-register.php:797
621
  msgid "Newsletter more often than Post Notifications"
622
  msgstr ""
623
 
624
+ #: ../classes/es-register.php:799
625
  msgid "Post Notification &amp; Newsletter equally"
626
  msgstr ""
627
 
628
+ #: ../classes/es-register.php:803
629
  msgid "Have "
630
  msgstr ""
631
 
632
+ #: ../classes/es-register.php:803
633
  msgid " Active Subscribers"
634
  msgstr ""
635
 
636
+ #: ../classes/es-register.php:804
637
  msgid "Post "
638
  msgstr ""
639
 
640
+ #: ../classes/es-register.php:804
641
  msgid " blog per week"
642
  msgstr ""
643
 
644
+ #: ../classes/es-register.php:808
645
  msgid "Send emails via Cron"
646
  msgstr ""
647
 
648
+ #: ../classes/es-register.php:810
649
  msgid "Send emails Immediately"
650
  msgstr ""
651
 
652
+ #: ../classes/es-register.php:817
653
  msgid "Using Double Opt In"
654
  msgstr ""
655
 
656
+ #: ../classes/es-register.php:819
657
  msgid "Using Single Opt In"
658
  msgstr ""
659
 
660
+ #: ../classes/es-register.php:837
661
  msgid "How soon do you want these new features?"
662
  msgstr ""
663
 
664
+ #: ../classes/es-register.php:841
665
  msgid "Beautiful Email Designs"
666
  msgstr ""
667
 
668
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
669
+ #: register.php:852 ../classes/es-register.php:857
670
  msgid "Right now!"
671
  msgstr ""
672
 
673
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
674
+ #: register.php:853 ../classes/es-register.php:858
675
  msgid "Soon"
676
  msgstr ""
677
 
678
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
679
+ #: register.php:854 ../classes/es-register.php:859
680
  msgid "Later"
681
  msgstr ""
682
 
683
+ #: ../classes/es-register.php:846
684
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
685
  msgstr ""
686
 
687
+ #: ../classes/es-register.php:851
688
  msgid "Discard Fake / Bouncing Emails"
689
  msgstr ""
690
 
691
+ #: ../classes/es-register.php:856
692
  msgid "Advanced Reporting"
693
  msgstr ""
694
 
695
+ #: ../classes/es-register.php:868
696
  msgid "Nah, I don't like improvements"
697
  msgstr ""
698
 
699
+ #: ../classes/es-register.php:874
700
  msgid "Next"
701
  msgstr ""
702
 
703
+ #: ../classes/es-register.php:884
704
  msgid "Thank you!"
705
  msgstr ""
706
 
707
+ #: ../classes/es-register.php:885
708
  msgid "No issues, have a nice day!"
709
  msgstr ""
710
 
821
 
822
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
823
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
824
+ #: 123 ../compose/compose-add.php:105
825
  msgid "Save"
826
  msgstr "Uložit"
827
 
837
  msgid "Selected record deleted."
838
  msgstr "Vybraný záznam byl smazán."
839
 
840
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
841
+ #: classes/es-register.php:181
842
  msgid "Post Notifications"
843
  msgstr "Oznámení o příspěvcích"
844
 
856
  "nový příspěvek publikován na vašem webu."
857
 
858
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
859
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
860
  msgid "Email Subject"
861
  msgstr "Předmět emailu"
862
 
876
  msgstr "Stav oznámení"
877
 
878
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
879
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
880
  msgid "Edit"
881
  msgstr "Upravit"
882
 
883
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
884
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
885
+ #: php:104
886
  msgid "Delete"
887
  msgstr "Smazat"
888
 
889
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
890
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
891
+ #: 432 ../compose/compose-show.php:117
892
  msgid "No records available."
893
  msgstr "Žádné záznamy nejsou k dispozici."
894
 
938
  msgid "Save Settings"
939
  msgstr "Uložit nastavení"
940
 
941
+ #: ../settings/settings-edit.php:78
942
  msgid "Sender of Notifications"
943
  msgstr "Odesílatel oznámení"
944
 
945
+ #: ../settings/settings-edit.php:79
946
  msgid ""
947
  "Choose a FROM name and FROM email address for all the emails to be sent from "
948
  "this plugin."
950
  "Vyberte jméno a emailovou adresu ODESÍLATELE pro všechny oznamovací emaily z "
951
  "tohoto pluginu."
952
 
953
+ #: ../settings/settings-edit.php:94
954
  msgid "1. WP HTML MAIL"
955
  msgstr "1. WP HTML ZPRÁVA"
956
 
957
+ #: ../settings/settings-edit.php:95
958
  msgid "2. WP PLAINTEXT MAIL"
959
  msgstr "2. WP PROSTÝ TEXT"
960
 
961
+ #: ../settings/settings-edit.php:96
962
  msgid "3. PHP HTML MAIL"
963
  msgstr "3. PHP HTML ZPRÁVA"
964
 
965
+ #: ../settings/settings-edit.php:97
966
  msgid "4. PHP PLAINTEXT MAIL"
967
  msgstr "4. PHP PROSTÝ TEXT"
968
 
969
+ #: ../settings/settings-edit.php:109
970
  msgid "Double Opt In"
971
  msgstr "Dvojí potvrzení"
972
 
973
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
974
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
975
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
976
  #: subscriber-edit.php:150
977
  msgid "Single Opt In"
978
  msgstr "Jednoduché potvrzení"
979
 
980
+ #: ../settings/settings-edit.php:116
981
  msgid "Image Size"
982
  msgstr "Velikost obrázku"
983
 
984
+ #: ../settings/settings-edit.php:117
985
  msgid ""
986
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
987
  "Emails."
989
  "Vyberte velikost obrázku ###POSTIMAGE###, který se zobrazí v emailu oznámení "
990
  "příspěvku."
991
 
992
+ #: ../settings/settings-edit.php:121
993
  msgid "Full Size"
994
  msgstr "Plná velikost"
995
 
996
+ #: ../settings/settings-edit.php:122
997
  msgid "Medium Size"
998
  msgstr "Střední velikost"
999
 
1000
+ #: ../settings/settings-edit.php:123
1001
  msgid "Thumbnail"
1002
  msgstr "Náhled"
1003
 
1004
+ #: ../settings/settings-edit.php:129
1005
  msgid "Admin Email Addresses"
1006
  msgstr "Emailová adresa administrátora"
1007
 
1008
+ #: ../settings/settings-edit.php:130
1009
  msgid ""
1010
  "Enter the admin email addresses that should receive notifications (separated "
1011
  "by comma)."
1013
  "Zadejte emailové adresy administrátorů, kteří by měli přijímat oznámení "
1014
  "(oddělené čárkou)."
1015
 
1016
+ #: ../settings/settings-edit.php:137
1017
  msgid ""
1018
  "To send admin email notifications for the new subscriber. This option must "
1019
  "be set to YES."
1021
  "Pro odeslání oznámení administrátorovi o novém odběrateli, je nutné volbu "
1022
  "nastavit na ANO."
1023
 
1024
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
1025
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
1026
  msgid "YES"
1027
  msgstr "ANO"
1028
 
1029
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
1030
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
1031
  msgid "NO"
1032
  msgstr "NE"
1033
 
1034
+ #: ../settings/settings-edit.php:164
1035
  msgid "Sent Report Subject"
1036
  msgstr "Předmět emailu pro hlášení o odeslání"
1037
 
1038
+ #: ../settings/settings-edit.php:171
1039
  msgid "Sent Report Content"
1040
  msgstr "Obsah hlášení o odeslání"
1041
 
1042
+ #: ../settings/settings-edit.php:198
1043
  msgid "It is a readonly field and you are advised not to modify it."
1044
  msgstr "Toto je pole pouze pro čtení a doporučujeme hodnotu neupravovat."
1045
 
1046
+ #: ../settings/settings-edit.php:205
1047
  msgid ""
1048
  "This text will be displayed once user clicks on email confirmation link from "
1049
  "the Double Opt In (confirmation) Email."
1051
  "Tento text bude zobrazen po kliknutí na odkaz v potvrzovacím emailu při "
1052
  "dvojitém potvrzení."
1053
 
1054
+ #: ../settings/settings-edit.php:213
1055
  msgid ""
1056
  "To send welcome email to subscriber after successful signup. This option "
1057
  "must be set to YES."
1059
  "Chcete-li odeslat uvítací email odběrateli po úspěšné registraci musí být "
1060
  "tato volba nastavena na hodnotu ANO."
1061
 
1062
+ #: ../settings/settings-edit.php:240
1063
  msgid "Unsubscribe Link"
1064
  msgstr "Odhlašovací odkaz"
1065
 
1066
+ #: ../settings/settings-edit.php:247
1067
  msgid "Unsubscribe Text in Email"
1068
  msgstr "Text emailu pro odhlášení"
1069
 
1070
+ #: ../settings/settings-edit.php:254
1071
  msgid "Text to display after an email address is unsubscribed"
1072
  msgstr "Text bude zobrazen po odhlášení emailu"
1073
 
1074
+ #: ../settings/settings-edit.php:269
1075
  msgid "Error in the Unsubscribe Link"
1076
  msgstr "Chybové hlášení odhlašovacího odkazu"
1077
 
1078
+ #: ../settings/settings-edit.php:282
1079
  msgid "Select user roles who can access following menus. Only Admin can change this."
1080
  msgstr ""
1081
  "Vyberte uživatelské role, které mají mít přístup k následujícím menu. Pouze "
1082
  "správce zde může provádět změny."
1083
 
1084
+ #: ../settings/settings-edit.php:288
1085
  msgid "Subscribers Menu"
1086
  msgstr "Menu odběratelé"
1087
 
1088
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
1089
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
1090
+ #: settings/settings-edit.php:340
1091
  msgid "Administrator Only"
1092
  msgstr "Pouze administrátor"
1093
 
1094
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
1095
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
1096
+ #: settings/settings-edit.php:341
1097
  msgid "Administrator/Editor"
1098
  msgstr "Administrátor/Editor"
1099
 
1100
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
1101
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
1102
+ #: settings/settings-edit.php:342
1103
  msgid "Administrator/Editor/Author/Contributor"
1104
  msgstr "Administrátor/Editor/Autor/Spolupracovník"
1105
 
1106
+ #: ../settings/settings-edit.php:300
1107
  msgid "Compose Menu"
1108
  msgstr "Menu vytvořit"
1109
 
1110
+ #: ../settings/settings-edit.php:312
1111
  msgid "Post Notifications Menu"
1112
  msgstr "Oznámení o příspěvcích"
1113
 
1114
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
1115
+ #: register.php:183 ../classes/es-register.php:184
1116
  msgid "Newsletters"
1117
  msgstr "Zpravodaje"
1118
 
1119
+ #: ../settings/settings-edit.php:336
1120
  msgid "Reports Menu"
1121
  msgstr "Menu přehledů"
1122
 
1123
+ #: ../settings/settings-edit.php:353
1124
  msgid "Cron job URL"
1125
  msgstr "URL cronu"
1126
 
1127
+ #: ../settings/settings-edit.php:354
1128
  msgid ""
1129
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1130
  "modify it."
1132
  "Toto je URL vašeho cronu. Pole je pouze pro čtení, nedoporučujeme vám jej "
1133
  "upravovat."
1134
 
1135
+ #: ../settings/settings-edit.php:363
1136
  msgid "Email Count"
1137
  msgstr "Počet emailů"
1138
 
1139
+ #: ../settings/settings-edit.php:364
1140
  msgid "Number of emails that you want to trigger per hour."
1141
  msgstr "Zadejte počet emailů, které chcete poslat za hodinu pomocí trigeru."
1142
 
1143
+ #: ../settings/settings-edit.php:385
1144
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1145
  msgstr "Co je to cron (automatický e-mail) a jak nastavit cron?"
1146
 
1147
+ #: ../settings/settings-edit.php:504
1148
  msgid "Please enter sender of notifications from name."
1149
  msgstr "Zadejte jméno odesílatele oznámení."
1150
 
1151
+ #: ../settings/settings-edit.php:509
1152
  msgid "Please enter sender of notifications from email."
1153
  msgstr "Zadejte email odesílatele oznámení."
1154
 
1155
+ #: ../settings/settings-edit.php:553
1156
  msgid "Please enter valid mail count."
1157
  msgstr "Zadejte platný počet emailů."
1158
 
1159
+ #: ../settings/settings-edit.php:566
1160
  msgid "Settings Saved."
1161
  msgstr "Nastavení bylo uloženo."
1162
 
1163
+ #: ../settings/settings-edit.php:569
1164
  msgid "Oops, unable to update."
1165
  msgstr "Nelze aktualizovat."
1166
 
1176
  msgid "Click to sync tables"
1177
  msgstr "Klikněte pro synchronizaci tabulek"
1178
 
1179
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1180
  msgid "Back"
1181
  msgstr "Zpět"
1182
 
1192
  msgid " &gt;&gt; "
1193
  msgstr " &gt;&gt; "
1194
 
1195
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1196
+ #: register.php:190
1197
  msgid "Reports"
1198
  msgstr "Přehledy"
1199
 
1206
  msgstr "Zobrazit hlášení"
1207
 
1208
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1209
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1210
+ #: compose/compose-show.php:88
1211
  msgid "Preview"
1212
  msgstr "Náhled"
1213
 
1218
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1219
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1220
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1221
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1222
  msgid "Status"
1223
  msgstr "Stav"
1224
 
1449
  msgid "Please select New Status to update."
1450
  msgstr "Vyberte nový stav ke změně."
1451
 
1452
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1453
+ #: classes/es-register.php:175
1454
  msgid "Subscribers"
1455
  msgstr "Odběratelé"
1456
 
1535
  msgstr "Emailová adresa"
1536
 
1537
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1538
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1539
  msgid "Name"
1540
  msgstr "Jméno"
1541
 
1734
  msgid "Enter Content for your Email"
1735
  msgstr "Zadejte obsah emailu"
1736
 
1737
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1738
  msgid "Available Keywords"
1739
  msgstr "Dostupná klíčová slova"
1740
 
1741
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1742
  msgid "Published"
1743
  msgstr "Publikováno"
1744
 
1745
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1746
  msgid "Please select your mail status"
1747
  msgstr "Vyberte stav zprávy"
1748
 
1750
  msgid "Add new Email"
1751
  msgstr "Přidat nový e-mail"
1752
 
1753
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1754
+ #: register.php:178
1755
  msgid "Compose"
1756
  msgstr "Vytvořit"
1757
 
1758
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1759
  msgid "Email Template"
1760
  msgstr "Šablona emailu"
1761
 
1762
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1763
  msgid "Actions"
1764
  msgstr "Akce"
1765
 
1788
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1789
  msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
1790
 
1791
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1792
  #: php:38
1793
  msgid "Subscribe"
1794
  msgstr "Odebírat"
1894
  msgid "Reset"
1895
  msgstr "Reset"
1896
 
 
 
 
 
 
 
 
 
 
 
 
 
1897
  #: ../classes/es-common.php:13
1898
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1899
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Potvrzeno</span>"
1938
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1939
  msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
1940
 
1941
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1942
+ #: register.php:782
1943
  msgid "Email Subscribers"
1944
  msgstr "Email Subscribers"
1945
 
1946
+ #: ../classes/es-register.php:192
1947
  msgid "Help & Info"
1948
  msgstr "Nápověda"
1949
 
1950
+ #: ../classes/es-register.php:204
1951
  msgctxt "view-subscriber-enhanced-select"
1952
  msgid "Please enter subscriber email address."
1953
  msgstr "Zadejte emailovou adresu odběratele."
1954
 
1955
+ #: ../classes/es-register.php:205
1956
  msgctxt "view-subscriber-enhanced-select"
1957
  msgid "Please select subscriber email status."
1958
  msgstr "Vyberte stav emailu odběratele."
1959
 
1960
+ #: ../classes/es-register.php:206
1961
  msgctxt "view-subscriber-enhanced-select"
1962
  msgid "Please select or create group for this subscriber."
1963
  msgstr "Vyberte nebo vytvořte skupinu pro tohoto odběratele."
1964
 
1965
+ #: ../classes/es-register.php:207
1966
  msgctxt "view-subscriber-enhanced-select"
1967
  msgid "Do you want to delete this record?"
1968
  msgstr "Opravdu chcete smazat tento záznam?"
1969
 
1970
+ #: ../classes/es-register.php:208
1971
  msgctxt "view-subscriber-enhanced-select"
1972
  msgid "Please select the bulk action."
1973
  msgstr "Vyberte hromadnou akci."
1974
 
1975
+ #: ../classes/es-register.php:209
1976
  msgctxt "view-subscriber-enhanced-select"
1977
  msgid "Are you sure you want to delete selected records?"
1978
  msgstr "Skutečně chcete smazat vybrané záznamy?"
1979
 
1980
+ #: ../classes/es-register.php:210
1981
  msgctxt "view-subscriber-enhanced-select"
1982
  msgid ""
1983
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1986
  "Chcete znovu odeslat potvrzovací email? \\nUpozorňujeme, že bude aktualizován "
1987
  "současný stav odběratele na „Nepotvrzeno“."
1988
 
1989
+ #: ../classes/es-register.php:211
1990
  msgctxt "view-subscriber-enhanced-select"
1991
  msgid "Please select new subscriber group."
1992
  msgstr "Vyberte novou skupinu odběratele."
1993
 
1994
+ #: ../classes/es-register.php:212
1995
  msgctxt "view-subscriber-enhanced-select"
1996
  msgid "Please select new status for subscribers"
1997
  msgstr "Vyberte nový stav odběratele"
1998
 
1999
+ #: ../classes/es-register.php:213
2000
  msgctxt "view-subscriber-enhanced-select"
2001
  msgid "Do you want to update subscribers group?"
2002
  msgstr "Chcete upravit skupinu odběratelů?"
2003
 
2004
+ #: ../classes/es-register.php:214
2005
  msgctxt "view-subscriber-enhanced-select"
2006
  msgid "Do you want to update subscribers status?"
2007
  msgstr "Chcete upravit stav odběratele?"
2008
 
2009
+ #: ../classes/es-register.php:215
2010
  msgctxt "view-subscriber-enhanced-select"
2011
  msgid ""
2012
  "Please select only csv file. Please check official website for csv structure."
2015
  "Použijte výhradně soubor ve formátu CSV. Zkontrolujte strukturu csv souboru "
2016
  "na oficiálních internetových stránkách..."
2017
 
2018
+ #: ../classes/es-register.php:224
2019
  msgctxt "compose-enhanced-select"
2020
  msgid "Do you want to delete this record?"
2021
  msgstr "Chcete smazat tento záznam?"
2022
 
2023
+ #: ../classes/es-register.php:232
2024
  msgctxt "notification-enhanced-select"
2025
  msgid "Please select subscribers group."
2026
  msgstr "Vyberte skupinu odběratelů."
2027
 
2028
+ #: ../classes/es-register.php:233
2029
  msgctxt "notification-enhanced-select"
2030
  msgid "Please select notification mail subject. Use compose menu to create new."
2031
  msgstr ""
2032
  "Vyberte předmět oznamovacího emailu. Pro vytvoření nového použijte menu "
2033
  "„Vytvořit“."
2034
 
2035
+ #: ../classes/es-register.php:234
2036
  msgctxt "notification-enhanced-select"
2037
  msgid "Please select notification status."
2038
  msgstr "Vyberte stav oznámení."
2039
 
2040
+ #: ../classes/es-register.php:235
2041
  msgctxt "notification-enhanced-select"
2042
  msgid "Do you want to delete this record?"
2043
  msgstr "Chcete smazat tento záznam?"
2044
 
2045
+ #: ../classes/es-register.php:243
2046
  msgctxt "sendmail-enhanced-select"
2047
  msgid "Please select your mail subject."
2048
  msgstr "Vyberte předmět zprávy."
2049
 
2050
+ #: ../classes/es-register.php:244
2051
  msgctxt "sendmail-enhanced-select"
2052
  msgid "Please select your mail type."
2053
  msgstr "Vyberte typ zprávy."
2054
 
2055
+ #: ../classes/es-register.php:245
2056
  msgctxt "sendmail-enhanced-select"
2057
  msgid ""
2058
  "Have you double checked your selected group? If so, let's go ahead and send "
2059
  "this."
2060
  msgstr "Zkontrolovali jste si vybranou skupinu? Jestli ano, formulář můžete odeslat."
2061
 
2062
+ #: ../classes/es-register.php:253
2063
  msgctxt "sentmail-enhanced-select"
2064
  msgid "Do you want to delete this record?"
2065
  msgstr "Chcete smazat tento záznam?"
2066
 
2067
+ #: ../classes/es-register.php:254
2068
  msgctxt "sentmail-enhanced-select"
2069
  msgid "Do you want to delete all records except latest 10?"
2070
  msgstr "Chcete smazat všechny záznamy kromě posledních 10?"
2071
 
2072
+ #: ../classes/es-register.php:262
2073
  msgctxt "cron-enhanced-select"
2074
  msgid "Please select enter number of mails you want to send per hour/trigger."
2075
  msgstr "Vyberte počet emailů, které chcete odeslat za hodinu/spuštění."
2076
 
2077
+ #: ../classes/es-register.php:263
2078
  msgctxt "cron-enhanced-select"
2079
  msgid "Please enter the mail count, only number."
2080
  msgstr "Zadejte počet emailů (pouze číslo)."
2081
 
2082
+ #: ../classes/es-register.php:276
2083
  msgctxt "widget-enhanced-select"
2084
  msgid "Please enter email address"
2085
  msgstr "Zadejte emailovou adresu"
2086
 
2087
+ #: ../classes/es-register.php:277
2088
  msgctxt "widget-enhanced-select"
2089
  msgid "Please provide a valid email address"
2090
  msgstr "Zadejte platnou emailovou adresu"
2091
 
2092
+ #: ../classes/es-register.php:278
2093
  msgctxt "widget-enhanced-select"
2094
  msgid "loading..."
2095
  msgstr "načítání..."
2096
 
2097
+ #: ../classes/es-register.php:279
2098
  msgctxt "widget-enhanced-select"
2099
  msgid "Cannot create XMLHTTP instance"
2100
  msgstr "Nelze vytvořit instanci XMLHTTP"
2101
 
2102
+ #: ../classes/es-register.php:280
2103
  msgctxt "widget-enhanced-select"
2104
  msgid "Successfully Subscribed."
2105
  msgstr "Úspěšné přihlášení k odběru."
2106
 
2107
+ #: ../classes/es-register.php:281
2108
  msgctxt "widget-enhanced-select"
2109
  msgid ""
2110
  "Your subscription was successful! Within a few minutes, kindly check the "
2115
  "emaily ve své schránce a potvrďte registraci. Pokud email nenajdete, "
2116
  "zkontrolujte prosím složku se spamem."
2117
 
2118
+ #: ../classes/es-register.php:282
2119
  msgctxt "widget-enhanced-select"
2120
  msgid "Email Address already exists!"
2121
  msgstr "Emailová adresa již existuje!"
2122
 
2123
+ #: ../classes/es-register.php:283
2124
  msgctxt "widget-enhanced-select"
2125
  msgid "Oops.. Unexpected error occurred."
2126
  msgstr "Nastala neočekávaná chyba."
2127
 
2128
+ #: ../classes/es-register.php:284
2129
  msgctxt "widget-enhanced-select"
2130
  msgid "Invalid email address"
2131
  msgstr "Neplatná emailová adresa"
2132
 
2133
+ #: ../classes/es-register.php:285
2134
  msgctxt "widget-enhanced-select"
2135
  msgid "Please try after some time"
2136
  msgstr "Prosím, zkuste to později"
2137
 
2138
+ #: ../classes/es-register.php:286
2139
  msgctxt "widget-enhanced-select"
2140
  msgid "There was a problem with the request"
2141
  msgstr "Došlo k potížím s požadavkem"
2142
 
2143
+ #: ../classes/es-register.php:293
2144
  msgctxt "widget-page-enhanced-select"
2145
  msgid "Please enter email address"
2146
  msgstr "Zadejte emailovou adresu"
2147
 
2148
+ #: ../classes/es-register.php:294
2149
  msgctxt "widget-page-enhanced-select"
2150
  msgid "Please provide a valid email address"
2151
  msgstr "Zadejte platnou emailovou adresu"
2152
 
2153
+ #: ../classes/es-register.php:295
2154
  msgctxt "widget-page-enhanced-select"
2155
  msgid "loading..."
2156
  msgstr "načítání..."
2157
 
2158
+ #: ../classes/es-register.php:296
2159
  msgctxt "widget-page-enhanced-select"
2160
  msgid "Cannot create XMLHTTP instance"
2161
  msgstr "Nelze vytvořit instanci XMLHTTP"
2162
 
2163
+ #: ../classes/es-register.php:297
2164
  msgctxt "widget-page-enhanced-select"
2165
  msgid "Successfully Subscribed."
2166
  msgstr "Úspěšné přihlášení k odběru."
2167
 
2168
+ #: ../classes/es-register.php:298
2169
  msgctxt "widget-page-enhanced-select"
2170
  msgid ""
2171
  "Your subscription was successful! Within a few minutes, kindly check the "
2176
  "emaily ve své schránce a potvrďte registraci. Pokud email nenajdete, "
2177
  "zkontrolujte prosím složku se spamem."
2178
 
2179
+ #: ../classes/es-register.php:299
2180
  msgctxt "widget-page-enhanced-select"
2181
  msgid "Email Address already exists!"
2182
  msgstr "Emailová adresa již existuje!"
2183
 
2184
+ #: ../classes/es-register.php:300
2185
  msgctxt "widget-page-enhanced-select"
2186
  msgid "Oops.. Unexpected error occurred."
2187
  msgstr "Nastala neočekávaná chyba."
2188
 
2189
+ #: ../classes/es-register.php:301
2190
  msgctxt "widget-page-enhanced-select"
2191
  msgid "Invalid email address"
2192
  msgstr "Neplatná emailová adresa"
2193
 
2194
+ #: ../classes/es-register.php:302
2195
  msgctxt "widget-page-enhanced-select"
2196
  msgid "Please try after some time"
2197
  msgstr "Prosím, zkuste to později"
2198
 
2199
+ #: ../classes/es-register.php:303
2200
  msgctxt "widget-page-enhanced-select"
2201
  msgid "There was a problem with the request"
2202
  msgstr "Došlo k potížím s požadavkem"
2203
 
2204
+ #: ../classes/es-register.php:977
2205
+ msgid ""
2206
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2207
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2208
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2209
+ "</a> rating. A huge thank you from Icegram in advance!"
2210
+ msgstr ""
2211
+ "Pokud se vám líbí <strong> Email Subscribers </strong>, zvažte, prosím, "
2212
+ "zanechání <a target=\"_blank\" href=\"https://wordpress."
2213
+ "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2214
+ "&#9733;&#9733;&#9733;&#9733;</a> hodnocení. Icegram předem mnohokrát děkuje!"
2215
+
2216
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2217
  msgid "Email *"
2218
  msgstr "Email *"
2219
 
2220
+ #: ../classes/es-register.php:1134
2221
  msgid "Widget Title"
2222
  msgstr "Nadpis widgetu"
2223
 
2224
+ #: ../classes/es-register.php:1138
2225
  msgid "Short description about subscription form"
2226
  msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
2227
 
2228
+ #: ../classes/es-register.php:1142
2229
  msgid "Display Name Field"
2230
  msgstr "Zobrazit pole „Jméno“"
2231
 
2232
+ #: ../classes/es-register.php:1149
2233
  msgid "Subscriber Group"
2234
  msgstr "Skupina odběratelů"
languages/email-subscribers-de_DE.mo CHANGED
Binary file
languages/email-subscribers-de_DE.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:26:24 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -23,518 +23,22 @@ msgstr ""
23
  "X-Loco-Target-Locale: de_DE\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
- #. URI of the plugin
27
- msgid "https://www.icegram.com"
28
- msgstr ""
29
-
30
- #: ../email-subscribers.php:70
31
- msgctxt "timezone date format"
32
- msgid "Y-m-d H:i:s"
33
- msgstr ""
34
-
35
- #: ../settings/settings-edit.php:92
36
- msgid "Email Type"
37
- msgstr ""
38
-
39
- #: ../settings/settings-edit.php:93
40
- msgid ""
41
- "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
- "Option 3 & 4 is to send emails with PHP method mail()."
43
- msgstr ""
44
-
45
- #: ../settings/settings-edit.php:107
46
- msgid "Opt-In Type"
47
- msgstr ""
48
-
49
- #: ../settings/settings-edit.php:108
50
- msgid ""
51
- "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
- "soon as they subscribe to your list. They have to confirm their subscription "
53
- "by clicking on the activation link.<br />Single Opt-In : In this type, the "
54
- "subscriber is not asked to confirm their email address. They are subscribed "
55
- "directly in the list."
56
- msgstr ""
57
-
58
- #: ../settings/settings-edit.php:139
59
- msgid "Notify Admin when a new subscriber signs up"
60
- msgstr ""
61
-
62
- #: ../settings/settings-edit.php:152
63
- msgid "Admin Email Subject on new subscriber sign up"
64
- msgstr ""
65
-
66
- #: ../settings/settings-edit.php:153
67
- msgid ""
68
- "Subject for the admin email whenever a new subscriber signs up and is "
69
- "confirmed."
70
- msgstr ""
71
-
72
- #: ../settings/settings-edit.php:159
73
- msgid "Admin Email Content on new subscriber signs up"
74
- msgstr ""
75
-
76
- #: ../settings/settings-edit.php:160
77
- msgid ""
78
- "Content for the admin email whenever a new subscriber signs up and is "
79
- "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
- msgstr ""
81
-
82
- #: ../settings/settings-edit.php:168
83
- msgid "Subject for the email report which will be sent to admin."
84
- msgstr ""
85
-
86
- #: ../settings/settings-edit.php:175
87
- msgid ""
88
- "Content for the email report which will be sent to admin.<br />(Available "
89
- "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
- msgstr ""
91
-
92
- #: ../settings/settings-edit.php:186
93
- msgid "Double Opt-In Email Subject (Confirmation Email)"
94
- msgstr ""
95
-
96
- #: ../settings/settings-edit.php:187
97
- msgid ""
98
- "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
- "subscriber signs up."
100
- msgstr ""
101
-
102
- #: ../settings/settings-edit.php:193
103
- msgid "Double Opt-In Email Content (Confirmation Email)"
104
- msgstr ""
105
-
106
- #: ../settings/settings-edit.php:194
107
- msgid ""
108
- "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
- "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
- msgstr ""
111
-
112
- #: ../settings/settings-edit.php:200
113
- msgid "Double Opt-In Confirmation Link"
114
- msgstr ""
115
-
116
- #: ../settings/settings-edit.php:207
117
- msgid ""
118
- "Text to display after an email address is successfully subscribed from "
119
- "Double Opt-In (Confirmation) Email"
120
- msgstr ""
121
-
122
- #: ../settings/settings-edit.php:215
123
- msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
- msgstr ""
125
-
126
- #: ../settings/settings-edit.php:227
127
- msgid "Subject for Welcome Email"
128
- msgstr ""
129
-
130
- #: ../settings/settings-edit.php:228
131
- msgid ""
132
- "Subject for the subscriber welcome email. This will be sent whenever a "
133
- "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
- "Opt-In) successfully."
135
- msgstr ""
136
-
137
- #: ../settings/settings-edit.php:234
138
- msgid "Email Content for Welcome Email"
139
- msgstr ""
140
-
141
- #: ../settings/settings-edit.php:235
142
- msgid ""
143
- "Content for the subscriber welcome email whenever a user's email is either "
144
- "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
- "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
- msgstr ""
147
-
148
- #: ../settings/settings-edit.php:244
149
- msgid ""
150
- "This unsubscribe link is automatically added to all the emails that are sent "
151
- "from this plugin. It is a readonly field and you are advised not to modify "
152
- "it."
153
- msgstr ""
154
-
155
- #: ../settings/settings-edit.php:251
156
- msgid ""
157
- "The text for the unsubscribe link. This text is automatically added with "
158
- "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
- msgstr ""
160
-
161
- #: ../settings/settings-edit.php:258
162
- msgid ""
163
- "This text will be displayed once user clicks on unsubscribe link from the "
164
- "email."
165
- msgstr ""
166
-
167
- #: ../settings/settings-edit.php:265
168
- msgid "Error in the Subscribe / Confirmation Link"
169
- msgstr ""
170
-
171
- #: ../settings/settings-edit.php:266
172
- msgid ""
173
- "Default message to display if there is any issue while clicking on subscribe "
174
- "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
- msgstr ""
176
-
177
- #: ../settings/settings-edit.php:273
178
- msgid ""
179
- "Default message to display if there is any issue while clicking on "
180
- "unsubscribe link from the emails."
181
- msgstr ""
182
-
183
- #: ../settings/settings-edit.php:372
184
- msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
- msgstr ""
186
-
187
- #: ../settings/settings-edit.php:377
188
- msgid "Cron Report"
189
- msgstr ""
190
-
191
- #: ../settings/settings-edit.php:378
192
- msgid ""
193
- "Email to admin whenever a cron URL is triggered from your server. (Available "
194
- "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
- msgstr ""
196
-
197
- #: ../settings/settings-edit.php:389
198
- msgid ""
199
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
- "schedule-cron-emails/?"
201
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
202
- "Cron?</a>"
203
- msgstr ""
204
-
205
- #: ../settings/settings-edit.php:390
206
- msgid ""
207
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
- "schedule-cron-emails-in-cpanel/?"
209
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
210
- "job in cPanel</a>"
211
- msgstr ""
212
-
213
- #: ../settings/settings-edit.php:391
214
- msgid ""
215
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
- "schedule-cron-emails-in-parallels-plesk/?"
217
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
218
- "job in Plesk</a>"
219
- msgstr ""
220
-
221
- #: ../settings/settings-edit.php:392
222
- msgid ""
223
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
- "if-hosting-doesnt-support-cron-jobs/?"
225
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
226
- "does not support cron jobs?</a>"
227
- msgstr ""
228
-
229
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
230
- #, php-format
231
- msgid ""
232
- "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
233
- "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
234
- "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
235
- msgstr ""
236
-
237
- #: ../help/help.php:178
238
- msgid "Get more help and tips..."
239
- msgstr ""
240
-
241
- #: ../help/help.php:192
242
- #, php-format
243
- msgid "Version: %s"
244
- msgstr ""
245
-
246
- #: ../help/help.php:195
247
- msgid "Questions? Need Help?"
248
- msgstr ""
249
-
250
- #: ../help/help.php:196
251
- msgid "Contact Us"
252
- msgstr ""
253
-
254
- #: ../help/help.php:236
255
- msgid "Description"
256
- msgstr ""
257
-
258
- #: ../help/help.php:238
259
- msgid ""
260
- "Email Subscribers is a complete newsletter plugin which lets you collect "
261
- "leads, send automated new blog post notification emails, create & send "
262
- "newsletters and manage all this in one single place."
263
- msgstr ""
264
-
265
- #: ../help/help.php:240
266
- msgid "Feature Overview"
267
- msgstr ""
268
-
269
- #: ../help/help.php:243
270
- msgid ""
271
- "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
272
- "Code)."
273
- msgstr ""
274
-
275
- #: ../help/help.php:246
276
- msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
277
- msgstr ""
278
-
279
- #: ../help/help.php:249
280
- msgid "Send automatic welcome email to subscribers."
281
- msgstr ""
282
-
283
- #: ../help/help.php:252
284
- msgid ""
285
- "Send new post notification emails to subscribers when new posts are "
286
- "published on your website."
287
- msgstr ""
288
-
289
- #: ../help/help.php:255
290
- msgid "Schedule email (Cron job) or send them manually."
291
- msgstr ""
292
-
293
- #: ../help/help.php:258
294
- msgid "Send email notification to admin when a new user signs up."
295
- msgstr ""
296
-
297
- #: ../help/help.php:261
298
- msgid "Automatically add Unsubscribe link in the email."
299
- msgstr ""
300
-
301
- #: ../help/help.php:264
302
- msgid "Easily migrate subscribers from another app using Import & Export."
303
- msgstr ""
304
-
305
- #: ../help/help.php:267
306
- msgid "Use HTML editor to compose newsletters and post notifications."
307
- msgstr ""
308
-
309
- #: ../help/help.php:270
310
- msgid "Send newsletters to different groups."
311
- msgstr ""
312
-
313
- #: ../help/help.php:273
314
- msgid "Get detailed sent email reports."
315
- msgstr ""
316
-
317
- #: ../help/help.php:276
318
- msgid "Control user access (User Roles and Capabilities)."
319
- msgstr ""
320
-
321
- #: ../help/help.php:279
322
- msgid "Supports localization and internationalization."
323
- msgstr ""
324
-
325
- #: ../help/help.php:286
326
- msgid "Add Subscribe form"
327
- msgstr ""
328
-
329
- #: ../help/help.php:291
330
- #, php-format
331
- msgid ""
332
- "Use any of the following 3 methods :<br>\n"
333
- " a) Shortcode in any page/post : <strong>[email-subscribers "
334
- "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
335
- " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
336
- "and drag it to the sidebar on the right <i>Or</i><br>\n"
337
- " c) Copy and past this php code to your desired template location : "
338
- "<strong>%s</strong>"
339
- msgstr ""
340
-
341
- #: ../help/help.php:296
342
- msgid "Additional form settings"
343
- msgstr ""
344
-
345
- #: ../help/help.php:311
346
- #, php-format
347
- msgid "Modify %s"
348
- msgstr ""
349
-
350
- #: ../help/help.php:311
351
- msgid "default text, email contents"
352
- msgstr ""
353
-
354
- #: ../help/help.php:311
355
- msgid ""
356
- " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
357
- "Roles"
358
- msgstr ""
359
-
360
- #: ../help/help.php:320
361
- msgid "How to change/update/translate any texts from the plugin?"
362
- msgstr ""
363
-
364
- #: ../help/help.php:333
365
- msgid "Usage"
366
- msgstr ""
367
-
368
- #: ../help/help.php:336
369
- msgid "Compose and Send Newsletter Emails"
370
- msgstr ""
371
-
372
- #: ../help/help.php:339
373
- msgid "Compose and Send Post Notification Emails when new posts are published"
374
- msgstr ""
375
-
376
- #: ../help/help.php:342
377
- msgid "Keywords in the Post Notifications"
378
- msgstr ""
379
-
380
- #: ../help/help.php:345
381
- msgid "Send a test post notification email to myself/testgroup"
382
- msgstr ""
383
-
384
- #: ../help/help.php:348
385
- msgid "Check sent emails"
386
- msgstr ""
387
-
388
- #: ../help/help.php:355
389
- msgid "Cron Job Setup"
390
- msgstr ""
391
-
392
- #: ../help/help.php:361
393
- msgid "Schedule Cron Emails in cPanel"
394
- msgstr ""
395
-
396
- #: ../help/help.php:364
397
- msgid "Schedule Cron Emails in Parallels Plesk"
398
- msgstr ""
399
-
400
- #: ../help/help.php:367
401
- msgid "Hosting doesn’t support Cron Jobs?"
402
- msgstr ""
403
-
404
- #: ../help/help.php:374
405
- msgid "Troubleshooting Steps"
406
- msgstr ""
407
-
408
- #: ../help/help.php:382
409
- msgid "FAQ's"
410
- msgstr ""
411
-
412
- #: ../help/help.php:389
413
- msgid "Want to do more? Here's how.."
414
- msgstr ""
415
-
416
- #: ../help/help.php:392
417
- msgid "Allow Subscribers to get subscribed to any group"
418
- msgstr ""
419
-
420
- #: ../help/help.php:397
421
- msgid "Using our free "
422
- msgstr ""
423
-
424
- #: ../help/help.php:398
425
- msgid "Group Selector"
426
- msgstr ""
427
-
428
- #: ../help/help.php:399
429
- msgid ""
430
- "plugin, you can extend Email Subscribers Form functionality by providing an "
431
- "grouping option right next to the form."
432
- msgstr ""
433
-
434
- #: ../help/help.php:402
435
- msgid "The user can then subscribe to whichever group most appeals to them."
436
- msgstr ""
437
-
438
- #: ../help/help.php:405
439
- msgid "For example: Subscribe either to Updates or to Offers."
440
- msgstr ""
441
-
442
- #: ../help/help.php:409
443
- msgid "Show your subscribe form inside attractive popups"
444
- msgstr ""
445
-
446
- #: ../help/help.php:414
447
- msgid ""
448
- "Don't limit your subscriber form to a widget. Embed it within popups, hello "
449
- "bars, slide-ins, sidebars, full screen popups etc."
450
- msgstr ""
451
-
452
- #: ../help/help.php:417
453
- msgid "Using Email Subscribers you can achieve this easily with our free plugin "
454
- msgstr ""
455
-
456
- #: ../help/help.php:421
457
- msgid ""
458
- "Icegram's beautiful designs instantly capture user attention and help "
459
- "increase sign-ups to your WordPress website."
460
- msgstr ""
461
-
462
- #: ../help/help.php:424 ../help/help.php:444
463
- #, php-format
464
- msgid "How to %s"
465
- msgstr ""
466
-
467
- #: ../help/help.php:424
468
- msgid "show subscribe form inside a popup"
469
- msgstr ""
470
-
471
- #: ../help/help.php:428
472
- msgid "Get beautiful and elegant form styles"
473
- msgstr ""
474
-
475
- #: ../help/help.php:434
476
- msgid "Email subscribers easily integrates with another free plugin "
477
- msgstr ""
478
-
479
- #: ../help/help.php:435
480
- msgid "Rainmaker"
481
  msgstr ""
482
 
483
- #: ../help/help.php:438
484
  msgid ""
485
- "Rainmaker extends the core features of Email Subscribers and provides "
486
- "elegant form styles."
 
487
  msgstr ""
488
 
489
- #: ../help/help.php:441
490
  msgid ""
491
- "These styles are well designed and beautify your subscription form making it "
492
- "more appealing."
493
- msgstr ""
494
-
495
- #: ../help/help.php:444
496
- msgid "add Rainmaker’s form in Email Subscribers"
497
- msgstr ""
498
-
499
- #: ../sendmail/sendmail.php:59
500
- msgid "Email sent successfully. "
501
- msgstr ""
502
-
503
- #: ../classes/es-register.php:164
504
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
505
- msgstr ""
506
-
507
- #: ../classes/es-register.php:707
508
- msgctxt "timezone date format"
509
- msgid "Y-m-d"
510
- msgstr ""
511
-
512
- #: ../classes/es-register.php:737
513
- msgid "Post Notifications more often than Newsletter"
514
- msgstr ""
515
-
516
- #: ../classes/es-register.php:739
517
- msgid "Newsletter more often than Post Notifications"
518
- msgstr ""
519
-
520
- #: ../classes/es-register.php:741
521
- msgid "Post Notification &amp; Newsletter equally"
522
- msgstr ""
523
-
524
- #: ../classes/es-register.php:759
525
- msgid "Using Double Opt In"
526
- msgstr ""
527
-
528
- #: ../classes/es-register.php:761
529
- msgid "Using Single Opt In"
530
- msgstr ""
531
-
532
- #: ../classes/es-register.php:810
533
- msgid "Nah, I don't like improvements"
534
- msgstr ""
535
-
536
- #: ../classes/es-register.php:816
537
- msgid "Next"
538
  msgstr ""
539
 
540
  #: ../notification/notification-add.php:33
@@ -650,7 +154,7 @@ msgstr "Emailbenachrichtigungen deaktivieren"
650
 
651
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
652
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
653
- #: 117 ../compose/compose-add.php:105
654
  msgid "Save"
655
  msgstr "Sichern"
656
 
@@ -666,8 +170,8 @@ msgstr "Oops, die gewählten Details existieren nicht."
666
  msgid "Selected record deleted."
667
  msgstr "Ausgewählte Einträge gelöscht."
668
 
669
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
670
- #: classes/es-register.php:152
671
  msgid "Post Notifications"
672
  msgstr "Benachrichtigungen"
673
 
@@ -685,7 +189,7 @@ msgstr ""
685
  "werden."
686
 
687
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
688
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
689
  msgid "Email Subject"
690
  msgstr "Emailsubjekt"
691
 
@@ -705,19 +209,19 @@ msgid "Notification Status"
705
  msgstr "Benachrichtigungsstatus"
706
 
707
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
708
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
709
  msgid "Edit"
710
  msgstr "Bearbeiten"
711
 
712
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
713
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
714
- #: php:102
715
  msgid "Delete"
716
  msgstr "Löschen"
717
 
718
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
719
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
720
- #: 432 ../compose/compose-show.php:111
721
  msgid "No records available."
722
  msgstr "Keine Einträge verfügbar."
723
 
@@ -746,6 +250,10 @@ msgstr "Aktualisiere die Abonnentengruppe"
746
  msgid "Email Subscribers & Newsletters"
747
  msgstr "Email Subscribers & Newsletters"
748
 
 
 
 
 
749
  #. Description of the plugin/theme
750
  msgid ""
751
  "Add subscription forms on website, send HTML newsletters & automatically "
@@ -759,6 +267,11 @@ msgstr ""
759
  msgid "Icegram"
760
  msgstr "Icegram"
761
 
 
 
 
 
 
762
  #: ../settings/settings-edit.php:23
763
  msgid "Admin"
764
  msgstr "Admin"
@@ -775,8 +288,8 @@ msgstr "Cron"
775
  msgid "User Roles"
776
  msgstr "Benutzerrollen"
777
 
778
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
779
- #: register.php:158
780
  msgid "Settings"
781
  msgstr "Einstellungen"
782
 
@@ -784,11 +297,11 @@ msgstr "Einstellungen"
784
  msgid "Save Settings"
785
  msgstr "Einstellungen speichern"
786
 
787
- #: ../settings/settings-edit.php:81
788
  msgid "Sender of Notifications"
789
  msgstr "Absender von Benachrichtigungen"
790
 
791
- #: ../settings/settings-edit.php:82
792
  msgid ""
793
  "Choose a FROM name and FROM email address for all the emails to be sent from "
794
  "this plugin."
@@ -796,38 +309,68 @@ msgstr ""
796
  "Gib einen Absendernamen und eine Absenderemail ein für alle Emails die von "
797
  "diesem Plugin verschickt werden."
798
 
799
- #: ../settings/settings-edit.php:97
 
 
 
 
 
 
 
 
 
 
 
 
800
  msgid "1. WP HTML MAIL"
801
  msgstr "1. WP HTML MAIL"
802
 
803
- #: ../settings/settings-edit.php:98
804
  msgid "2. WP PLAINTEXT MAIL"
805
  msgstr "2. WP PLAINTEXT MAIL"
806
 
807
- #: ../settings/settings-edit.php:99
808
  msgid "3. PHP HTML MAIL"
809
  msgstr "3. PHP HTML MAIL"
810
 
811
- #: ../settings/settings-edit.php:100
812
  msgid "4. PHP PLAINTEXT MAIL"
813
  msgstr "4. PHP PLAINTEXT MAIL"
814
 
815
- #: ../settings/settings-edit.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
816
  msgid "Double Opt In"
817
  msgstr "Doppeltes Opt In"
818
 
819
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
820
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
821
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
822
  #: subscriber-edit.php:150
823
  msgid "Single Opt In"
824
  msgstr "Einfaches Opt In"
825
 
826
- #: ../settings/settings-edit.php:119
827
  msgid "Image Size"
828
  msgstr "Bildgröße"
829
 
830
- #: ../settings/settings-edit.php:120
831
  msgid ""
832
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
833
  "Emails."
@@ -835,23 +378,23 @@ msgstr ""
835
  "Wähle die Bildgröße für ###POSTIMAGE### wie es in Benachrichtigungsmails "
836
  "angezeigt wird."
837
 
838
- #: ../settings/settings-edit.php:124
839
  msgid "Full Size"
840
  msgstr "Volle Größe"
841
 
842
- #: ../settings/settings-edit.php:125
843
  msgid "Medium Size"
844
  msgstr "Mittlere Größe"
845
 
846
- #: ../settings/settings-edit.php:126
847
  msgid "Thumbnail"
848
  msgstr "Vorschau"
849
 
850
- #: ../settings/settings-edit.php:132
851
  msgid "Admin Email Addresses"
852
  msgstr "Admin Emailadresse"
853
 
854
- #: ../settings/settings-edit.php:133
855
  msgid ""
856
  "Enter the admin email addresses that should receive notifications (separated "
857
  "by comma)."
@@ -859,7 +402,11 @@ msgstr ""
859
  "Gib die Emailadressen der Admins ein die Benachrichtigungen bekommen sollen "
860
  "(durch Kommas getrennt)."
861
 
862
- #: ../settings/settings-edit.php:140
 
 
 
 
863
  msgid ""
864
  "To send admin email notifications for the new subscriber. This option must "
865
  "be set to YES."
@@ -867,29 +414,102 @@ msgstr ""
867
  "Sende eine Benachrichtigungsmail an den Admin wenn ein neuer Abonnent "
868
  "dazugekommen ist. Diese Option muss auf JA stehen."
869
 
870
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
871
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
872
  msgid "YES"
873
  msgstr "Ja"
874
 
875
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
876
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
877
  msgid "NO"
878
  msgstr "Nein"
879
 
880
- #: ../settings/settings-edit.php:167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
881
  msgid "Sent Report Subject"
882
  msgstr "Subjekt des Sendeberichts"
883
 
884
- #: ../settings/settings-edit.php:174
 
 
 
 
885
  msgid "Sent Report Content"
886
  msgstr "Inhalt des Sendeberichts"
887
 
888
- #: ../settings/settings-edit.php:201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
889
  msgid "It is a readonly field and you are advised not to modify it."
890
  msgstr "Das ist ein\"Nur-Lesen\"-Feld und es wird empfohlen dieses nicht zu verändern."
891
 
892
- #: ../settings/settings-edit.php:208
 
 
 
 
 
 
 
 
893
  msgid ""
894
  "This text will be displayed once user clicks on email confirmation link from "
895
  "the Double Opt In (confirmation) Email."
@@ -897,7 +517,11 @@ msgstr ""
897
  "Dieser Text wird angezeigt nachdem der Benutzer auf den Bestätigungslink in "
898
  "der Double Opt In Bestätigungsmail klickt."
899
 
900
- #: ../settings/settings-edit.php:216
 
 
 
 
901
  msgid ""
902
  "To send welcome email to subscriber after successful signup. This option "
903
  "must be set to YES."
@@ -905,106 +529,247 @@ msgstr ""
905
  "Sende eine Willkommensmail an den Abonnenten nachdem er efolgreich "
906
  "registriert ist. Diese Option muss auf JA stehen."
907
 
908
- #: ../settings/settings-edit.php:243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
909
  msgid "Unsubscribe Link"
910
  msgstr "Link zum Abmelden"
911
 
912
- #: ../settings/settings-edit.php:250
 
 
 
 
 
 
 
 
 
 
913
  msgid "Unsubscribe Text in Email"
914
  msgstr "Inhalt der Abmeldeemail"
915
 
916
- #: ../settings/settings-edit.php:257
 
 
 
 
 
 
 
 
 
917
  msgid "Text to display after an email address is unsubscribed"
918
  msgstr "Dieser Text wird nach der Abmeldung angezeigt"
919
 
920
- #: ../settings/settings-edit.php:272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
921
  msgid "Error in the Unsubscribe Link"
922
  msgstr "Fehler im Abmeldelink"
923
 
924
- #: ../settings/settings-edit.php:285
 
 
 
 
 
 
 
 
925
  msgid "Select user roles who can access following menus. Only Admin can change this."
926
  msgstr ""
927
  "Wähle die Benutzerrollen die auf die folgenden Menüs zugreifen dürfen. Nur "
928
  "ein Admin kann das ändern."
929
 
930
- #: ../settings/settings-edit.php:291
931
  msgid "Subscribers Menu"
932
  msgstr "Menü Abonnenten"
933
 
934
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
935
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
936
- #: settings/settings-edit.php:343
937
  msgid "Administrator Only"
938
  msgstr "Nur für Administratoren"
939
 
940
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
941
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
942
- #: settings/settings-edit.php:344
943
  msgid "Administrator/Editor"
944
  msgstr "Für Administratoren / Editoren"
945
 
946
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
947
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
948
- #: settings/settings-edit.php:345
949
  msgid "Administrator/Editor/Author/Contributor"
950
  msgstr "Für Administratoren / Editoren / Autoren / Mitarbeiter"
951
 
952
- #: ../settings/settings-edit.php:303
953
  msgid "Compose Menu"
954
  msgstr "Menü Erstellen"
955
 
956
- #: ../settings/settings-edit.php:315
957
  msgid "Post Notifications Menu"
958
  msgstr "Menü Benachrichtigungen"
959
 
960
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
961
- #: register.php:154 ../classes/es-register.php:155
962
  msgid "Newsletters"
963
  msgstr "Newsletter"
964
 
965
- #: ../settings/settings-edit.php:339
966
  msgid "Reports Menu"
967
  msgstr "Menü Berichte"
968
 
969
- #: ../settings/settings-edit.php:356
970
  msgid "Cron job URL"
971
  msgstr "Cron Job URL"
972
 
973
- #: ../settings/settings-edit.php:357
974
  msgid ""
975
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
976
  "modify it."
977
  msgstr "Das ist Deine Cron Job URL. Es wird empfohlen diese nicht zu ändern."
978
 
979
- #: ../settings/settings-edit.php:366
980
  msgid "Email Count"
981
  msgstr "Anzahl Emails"
982
 
983
- #: ../settings/settings-edit.php:367
984
  msgid "Number of emails that you want to trigger per hour."
985
  msgstr "Anzahl der Emails die pro Stunde verschickt werden sollen."
986
 
987
- #: ../settings/settings-edit.php:388
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
988
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
989
  msgstr "Was ist Cron (Auto-Mailversand) und wie konfiguriere ich einen Cron Job?"
990
 
991
- #: ../settings/settings-edit.php:507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  msgid "Please enter sender of notifications from name."
993
  msgstr "Bitte wähle den Absender der Benachrichtigung über den Namen."
994
 
995
- #: ../settings/settings-edit.php:512
996
  msgid "Please enter sender of notifications from email."
997
  msgstr "Bitte wähle den Absender der Benachrichtigung über die Emailadresse."
998
 
999
- #: ../settings/settings-edit.php:556
1000
  msgid "Please enter valid mail count."
1001
  msgstr "Bitte gib eine gültige Mailanzahl ein."
1002
 
1003
- #: ../settings/settings-edit.php:569
1004
  msgid "Settings Saved."
1005
  msgstr "Einstellungen gesichert."
1006
 
1007
- #: ../settings/settings-edit.php:572
1008
  msgid "Oops, unable to update."
1009
  msgstr "Oops.. Update nicht möglich."
1010
 
@@ -1020,11 +785,7 @@ msgstr "Plugintabellen synchronisieren"
1020
  msgid "Click to sync tables"
1021
  msgstr "Klicken um die Plugintabellen zu synchronisieren"
1022
 
1023
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1024
- msgid "Preview Mail"
1025
- msgstr "Emailvorschau"
1026
-
1027
- #: ../sentmail/sentmail-preview.php:42
1028
  msgid "Back"
1029
  msgstr "Zurück"
1030
 
@@ -1040,8 +801,8 @@ msgstr " &lt;&lt; "
1040
  msgid " &gt;&gt; "
1041
  msgstr " &gt;&gt; "
1042
 
1043
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1044
- #: register.php:161
1045
  msgid "Reports"
1046
  msgstr "Berichte"
1047
 
@@ -1054,7 +815,8 @@ msgid "View Reports"
1054
  msgstr "Berichte anzeigen"
1055
 
1056
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1057
- #: compose/compose-show.php:103
 
1058
  msgid "Preview"
1059
  msgstr "Vorschau"
1060
 
@@ -1065,7 +827,7 @@ msgstr "Typ"
1065
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1066
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1067
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1068
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1069
  msgid "Status"
1070
  msgstr "Status"
1071
 
@@ -1296,8 +1058,8 @@ msgstr "Abonnentenstatus aktualisiert."
1296
  msgid "Please select New Status to update."
1297
  msgstr "Bitte wähle den neuen Status aus."
1298
 
1299
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1300
- #: classes/es-register.php:146
1301
  msgid "Subscribers"
1302
  msgstr "Abonnenten"
1303
 
@@ -1382,7 +1144,7 @@ msgid "Email Address"
1382
  msgstr "Emailadresse"
1383
 
1384
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1385
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1386
  msgid "Name"
1387
  msgstr "Name"
1388
 
@@ -1394,7 +1156,7 @@ msgstr "Gruppe"
1394
  #: ../subscribers/view-subscriber-show.php:364 ../subscribers/view-subscriber-
1395
  #: show.php:377
1396
  msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
1397
- msgstr "Anmeldedatum und -Zeit<br>(Y-M-D H:I:S)"
1398
 
1399
  #: ../subscribers/view-subscriber-export.php:34
1400
  msgid "Export Email Addresses"
@@ -1593,15 +1355,27 @@ msgstr "Verfügbar Stichwort: ## #POSTTITLE### (nur für Beitragsbenachrichtigun
1593
  msgid "Enter Content for your Email"
1594
  msgstr "Gib den Inhalt der Email ein"
1595
 
1596
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
 
 
 
 
 
 
 
 
 
 
 
 
1597
  msgid "Available Keywords"
1598
  msgstr "Verfügbare Schlüsselworte"
1599
 
1600
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1601
  msgid "Published"
1602
  msgstr "Veröffentlicht"
1603
 
1604
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1605
  msgid "Please select your mail status"
1606
  msgstr "Bitte wähle deinen Emailstatus"
1607
 
@@ -1613,16 +1387,16 @@ msgstr "Erfolgreich erstellt. "
1613
  msgid "Add new Email"
1614
  msgstr "Neue Emailadresse hinzufügen"
1615
 
1616
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1617
- #: register.php:149
1618
  msgid "Compose"
1619
  msgstr "Erstellen"
1620
 
1621
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1622
  msgid "Email Template"
1623
  msgstr "Emailvorlage"
1624
 
1625
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1626
  msgid "Actions"
1627
  msgstr "Aktion"
1628
 
@@ -1639,37 +1413,141 @@ msgstr ""
1639
  "Oops.. Es gibt ein technisches Problem. Versuche es nochmal oder kontaktiere "
1640
  "den Admin."
1641
 
1642
- #: ../job/es-optin.php:61
1643
- msgid "This email address has already been confirmed."
1644
- msgstr "Diese Emailadresse wurde schon bestätigt."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1645
 
1646
- #: ../help/help.php:173
1647
- msgid "Welcome to Email Subscribers!"
1648
- msgstr "Willkommen bei Email Subscribers!"
 
 
1649
 
1650
- #: ../help/help.php:174
1651
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1652
  msgstr ""
1653
- "Danke für die die Verwendung von Email Subscribers, wir hoffen Du magst das "
1654
- "Produkt."
1655
 
1656
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1657
- #: php:38
1658
- msgid "Subscribe"
1659
- msgstr "Anmelden"
1660
 
1661
- #: ../help/help.php:201
1662
- #, php-format
1663
- msgid ""
1664
- "Like Email Subscribers? If yes, then consider %s to support further "
1665
- "developments."
1666
- msgstr ""
1667
- "Du magst Email Subscribers? Falls ja, erwäge doch %s um zukünftige "
1668
- "Entwicklungen zu unterstützen."
1669
 
1670
- #: ../help/help.php:201
1671
- msgid "donating to us"
1672
- msgstr "eine Spende an uns"
 
 
 
 
 
 
 
 
1673
 
1674
  #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1675
  #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
@@ -1685,6 +1563,30 @@ msgstr "%s"
1685
  msgid "How to Add Subscription box to website?"
1686
  msgstr "Wie füge ich die Anmeldebox zu einer Webseite hinzu?"
1687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1688
  #: ../help/help.php:299
1689
  msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1690
  msgstr ""
@@ -1701,6 +1603,23 @@ msgstr ""
1701
  msgid "General Plugin Settings"
1702
  msgstr "Allgemeine Plugineinstellungen"
1703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1704
  #: ../help/help.php:314
1705
  msgid "How to Import or Export Email Addresses?"
1706
  msgstr "Wie importiere oder exportiere ich Emailadressen?"
@@ -1709,14 +1628,62 @@ msgstr "Wie importiere oder exportiere ich Emailadressen?"
1709
  msgid "How to Add/Update Existing Subscribers Group & Status?"
1710
  msgstr "Wie aktualisiere ich Abonnentengruppen oder füge neue hinzu?"
1711
 
 
 
 
 
1712
  #: ../help/help.php:323
1713
  msgid "How to add Unsubscribe link in emails?"
1714
  msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
1715
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1716
  #: ../help/help.php:358
1717
  msgid "How to Schedule Cron Emails?"
1718
  msgstr "Wie plane ich Cron-Emails?"
1719
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1720
  #: ../help/help.php:377
1721
  msgid "Subscribers are not receiving Emails?"
1722
  msgstr "Abonnenten erhalten keine Emails?"
@@ -1725,6 +1692,110 @@ msgstr "Abonnenten erhalten keine Emails?"
1725
  msgid "CSS Help"
1726
  msgstr "CSS Hilfe"
1727
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1728
  #: ../sendmail/sendmail.php:40
1729
  msgid "Please select your mail subject."
1730
  msgstr "Bitte wähle das Subjekt der Mail."
@@ -1737,6 +1808,10 @@ msgstr "Bitte wähle den Typ der Mail."
1737
  msgid "Please select your group."
1738
  msgstr "Bitte wähle die Gruppe."
1739
 
 
 
 
 
1740
  #: ../sendmail/sendmail.php:63
1741
  msgid "Click here to check Statistics"
1742
  msgstr "Klicke hier um die Statistik zu sehen"
@@ -1792,19 +1867,6 @@ msgstr "Email senden"
1792
  msgid "Reset"
1793
  msgstr "Zurücksetzen"
1794
 
1795
- #: ../base/es-defined.php:32
1796
- msgid ""
1797
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1798
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1799
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1800
- "</a> rating. A huge thank you from Icegram in advance!"
1801
- msgstr ""
1802
- "Wenn Ihnen <strong>Email Subscribers</strong> gefällt, hinterlassen Sie uns "
1803
- "bitte eine <a href=\"https://wordpress.org/support/view/plugin-reviews/redux-"
1804
- "framework?filter=5#postform\" target=\"_blank\" class=\"redux-rating-link\" data-"
1805
- "rated=\"Thanks :)\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> Bewertung. Ein "
1806
- "riesiges Dankeschön von Icegram im Voraus!"
1807
-
1808
  #: ../classes/es-common.php:13
1809
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1810
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Bestätigt</span>"
@@ -1849,46 +1911,50 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">über Cron</span>"
1849
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1850
  msgstr "<span style=\"color:#993399;\">Sofort</span>"
1851
 
1852
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1853
- #: register.php:724
1854
  msgid "Email Subscribers"
1855
  msgstr "Email Subscribers"
1856
 
1857
- #: ../classes/es-register.php:163
1858
  msgid "Help & Info"
1859
  msgstr "Hilfe & Info"
1860
 
1861
- #: ../classes/es-register.php:175
 
 
 
 
1862
  msgctxt "view-subscriber-enhanced-select"
1863
  msgid "Please enter subscriber email address."
1864
  msgstr "Bitte Emailadresse des Abonnenten eingeben."
1865
 
1866
- #: ../classes/es-register.php:176
1867
  msgctxt "view-subscriber-enhanced-select"
1868
  msgid "Please select subscriber email status."
1869
  msgstr "Wähle den Emailstatus des Abonnenten."
1870
 
1871
- #: ../classes/es-register.php:177
1872
  msgctxt "view-subscriber-enhanced-select"
1873
  msgid "Please select or create group for this subscriber."
1874
  msgstr "Bitte wähle oder erstelle ein Gruppe für diesen Abonnenten."
1875
 
1876
- #: ../classes/es-register.php:178
1877
  msgctxt "view-subscriber-enhanced-select"
1878
  msgid "Do you want to delete this record?"
1879
  msgstr "Möchtest Du diesen Eintrag löschen?"
1880
 
1881
- #: ../classes/es-register.php:179
1882
  msgctxt "view-subscriber-enhanced-select"
1883
  msgid "Please select the bulk action."
1884
  msgstr "Bitte wähle die Mehrfachaktion."
1885
 
1886
- #: ../classes/es-register.php:180
1887
  msgctxt "view-subscriber-enhanced-select"
1888
  msgid "Are you sure you want to delete selected records?"
1889
  msgstr "Bist Du sicher, dass die selektierten Einträge gelöscht werden sollen?"
1890
 
1891
- #: ../classes/es-register.php:181
1892
  msgctxt "view-subscriber-enhanced-select"
1893
  msgid ""
1894
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1897,74 +1963,74 @@ msgstr ""
1897
  "Bestätigungsmail erneut versenden? \\nBeachte, dies wird den Abonnentenstatus "
1898
  "in \"Unbestätigt\" ändern."
1899
 
1900
- #: ../classes/es-register.php:182
1901
  msgctxt "view-subscriber-enhanced-select"
1902
  msgid "Please select new subscriber group."
1903
  msgstr "Bitte wähle die neue Abonnentengruppe."
1904
 
1905
- #: ../classes/es-register.php:183
1906
  msgctxt "view-subscriber-enhanced-select"
1907
  msgid "Please select new status for subscribers"
1908
  msgstr "Bitte wähle den neuen Status für Abonnenten"
1909
 
1910
- #: ../classes/es-register.php:184
1911
  msgctxt "view-subscriber-enhanced-select"
1912
  msgid "Do you want to update subscribers group?"
1913
  msgstr "Abonnentengruppe aktualisieren?"
1914
 
1915
- #: ../classes/es-register.php:185
1916
  msgctxt "view-subscriber-enhanced-select"
1917
  msgid "Do you want to update subscribers status?"
1918
  msgstr "Abonnentenstatus aktualisieren?"
1919
 
1920
- #: ../classes/es-register.php:186
1921
  msgctxt "view-subscriber-enhanced-select"
1922
  msgid ""
1923
  "Please select only csv file. Please check official website for csv structure."
1924
  "."
1925
  msgstr "Bitte nur CSV wählen. Details dazu auf der offiziellen Webseite."
1926
 
1927
- #: ../classes/es-register.php:194
1928
  msgctxt "compose-enhanced-select"
1929
  msgid "Please enter the Email Subject."
1930
  msgstr "Bitte gib das Subjekt der Email ein."
1931
 
1932
- #: ../classes/es-register.php:195
1933
  msgctxt "compose-enhanced-select"
1934
  msgid "Do you want to delete this record?"
1935
  msgstr "Eintrag löschen?"
1936
 
1937
- #: ../classes/es-register.php:203
1938
  msgctxt "notification-enhanced-select"
1939
  msgid "Please select subscribers group."
1940
  msgstr "Abonnentengruppe wählen."
1941
 
1942
- #: ../classes/es-register.php:204
1943
  msgctxt "notification-enhanced-select"
1944
  msgid "Please select notification mail subject. Use compose menu to create new."
1945
  msgstr "Bitte wähle das Subjekt für eine Notifikationsmail."
1946
 
1947
- #: ../classes/es-register.php:205
1948
  msgctxt "notification-enhanced-select"
1949
  msgid "Please select notification status."
1950
  msgstr "Wähle den Benachrichtigungsstatus."
1951
 
1952
- #: ../classes/es-register.php:206
1953
  msgctxt "notification-enhanced-select"
1954
  msgid "Do you want to delete this record?"
1955
  msgstr "Eintrag löschen?"
1956
 
1957
- #: ../classes/es-register.php:214
1958
  msgctxt "sendmail-enhanced-select"
1959
  msgid "Please select your mail subject."
1960
  msgstr "Bitte wähle das Emailsubjekt."
1961
 
1962
- #: ../classes/es-register.php:215
1963
  msgctxt "sendmail-enhanced-select"
1964
  msgid "Please select your mail type."
1965
  msgstr "Bitte wähle den Emailtyp."
1966
 
1967
- #: ../classes/es-register.php:216
1968
  msgctxt "sendmail-enhanced-select"
1969
  msgid ""
1970
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1973,52 +2039,52 @@ msgstr ""
1973
  "Hast Du die gewählte Gruppe nochmals geprüft? Ja? Dann lass uns das jetzt "
1974
  "verschicken."
1975
 
1976
- #: ../classes/es-register.php:224
1977
  msgctxt "sentmail-enhanced-select"
1978
  msgid "Do you want to delete this record?"
1979
  msgstr "Eintrag löschen?"
1980
 
1981
- #: ../classes/es-register.php:225
1982
  msgctxt "sentmail-enhanced-select"
1983
  msgid "Do you want to delete all records except latest 10?"
1984
  msgstr "Alle Einträge mit Ausnahme der letzten 10 löschen?"
1985
 
1986
- #: ../classes/es-register.php:233
1987
  msgctxt "cron-enhanced-select"
1988
  msgid "Please select enter number of mails you want to send per hour/trigger."
1989
  msgstr "Bitte wähle die Anzahl Mails die pro Stunde/Trigger versendet werden sollen."
1990
 
1991
- #: ../classes/es-register.php:234
1992
  msgctxt "cron-enhanced-select"
1993
  msgid "Please enter the mail count, only number."
1994
  msgstr "Bitte gib die Anzahl Mails ein, nur Ziffern."
1995
 
1996
- #: ../classes/es-register.php:247
1997
  msgctxt "widget-enhanced-select"
1998
  msgid "Please enter email address"
1999
  msgstr "Bitte gib die Emailadresse ein"
2000
 
2001
- #: ../classes/es-register.php:248
2002
  msgctxt "widget-enhanced-select"
2003
  msgid "Please provide a valid email address"
2004
  msgstr "Bitte gib eine gültige Emailadresse ein"
2005
 
2006
- #: ../classes/es-register.php:249
2007
  msgctxt "widget-enhanced-select"
2008
  msgid "loading..."
2009
  msgstr "lädt..."
2010
 
2011
- #: ../classes/es-register.php:250
2012
  msgctxt "widget-enhanced-select"
2013
  msgid "Cannot create XMLHTTP instance"
2014
  msgstr "Die XMLHTTP-Instanz kann nicht erstellt werden"
2015
 
2016
- #: ../classes/es-register.php:251
2017
  msgctxt "widget-enhanced-select"
2018
  msgid "Successfully Subscribed."
2019
  msgstr "Erfolgreich angemeldet."
2020
 
2021
- #: ../classes/es-register.php:252
2022
  msgctxt "widget-enhanced-select"
2023
  msgid ""
2024
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2029,57 +2095,57 @@ msgstr ""
2029
  "Minuten eine Email. Bitte bestätige darin Deine Anmeldung. Solltest Du keine "
2030
  "Mail bekommen prüfe bitte den Spamordner."
2031
 
2032
- #: ../classes/es-register.php:253
2033
  msgctxt "widget-enhanced-select"
2034
  msgid "Email Address already exists!"
2035
  msgstr "Diese Adresse existiert bereits!"
2036
 
2037
- #: ../classes/es-register.php:254
2038
  msgctxt "widget-enhanced-select"
2039
  msgid "Oops.. Unexpected error occurred."
2040
  msgstr "Oops.. Ein unerwarteter Fehler ist aufgetreten."
2041
 
2042
- #: ../classes/es-register.php:255
2043
  msgctxt "widget-enhanced-select"
2044
  msgid "Invalid email address"
2045
  msgstr "Ungültige Emailadresse"
2046
 
2047
- #: ../classes/es-register.php:256
2048
  msgctxt "widget-enhanced-select"
2049
  msgid "Please try after some time"
2050
  msgstr "Versuche es in Kürze nochmal"
2051
 
2052
- #: ../classes/es-register.php:257
2053
  msgctxt "widget-enhanced-select"
2054
  msgid "There was a problem with the request"
2055
  msgstr "Es gab ein Problem mit der Anforderung"
2056
 
2057
- #: ../classes/es-register.php:264
2058
  msgctxt "widget-page-enhanced-select"
2059
  msgid "Please enter email address"
2060
  msgstr "Bitte gib die Emailadresse ein"
2061
 
2062
- #: ../classes/es-register.php:265
2063
  msgctxt "widget-page-enhanced-select"
2064
  msgid "Please provide a valid email address"
2065
  msgstr "Bitte gib eine gültige Emailadresse ein"
2066
 
2067
- #: ../classes/es-register.php:266
2068
  msgctxt "widget-page-enhanced-select"
2069
  msgid "loading..."
2070
  msgstr "lädt..."
2071
 
2072
- #: ../classes/es-register.php:267
2073
  msgctxt "widget-page-enhanced-select"
2074
  msgid "Cannot create XMLHTTP instance"
2075
  msgstr "Die XMLHTTP-Instanz kann nicht erstellt werden"
2076
 
2077
- #: ../classes/es-register.php:268
2078
  msgctxt "widget-page-enhanced-select"
2079
  msgid "Successfully Subscribed."
2080
  msgstr "Erfolgreich angemeldet."
2081
 
2082
- #: ../classes/es-register.php:269
2083
  msgctxt "widget-page-enhanced-select"
2084
  msgid ""
2085
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2090,134 +2156,180 @@ msgstr ""
2090
  "Minuten eine Email. Bitte bestätige darin Deine Anmeldung. Solltest Du keine "
2091
  "Mail bekommen prüfe bitte den Spamordner."
2092
 
2093
- #: ../classes/es-register.php:270
2094
  msgctxt "widget-page-enhanced-select"
2095
  msgid "Email Address already exists!"
2096
  msgstr "Diese Adresse existiert bereits!"
2097
 
2098
- #: ../classes/es-register.php:271
2099
  msgctxt "widget-page-enhanced-select"
2100
  msgid "Oops.. Unexpected error occurred."
2101
  msgstr "Oops.. Ein unerwarteter Fehler ist aufgetreten."
2102
 
2103
- #: ../classes/es-register.php:272
2104
  msgctxt "widget-page-enhanced-select"
2105
  msgid "Invalid email address"
2106
  msgstr "Ungültige Emailadresse"
2107
 
2108
- #: ../classes/es-register.php:273
2109
  msgctxt "widget-page-enhanced-select"
2110
  msgid "Please try after some time"
2111
  msgstr "Versuche es in Kürze nochmal"
2112
 
2113
- #: ../classes/es-register.php:274
2114
  msgctxt "widget-page-enhanced-select"
2115
  msgid "There was a problem with the request"
2116
  msgstr "Es gab ein Problem mit der Anforderung"
2117
 
2118
- #: ../classes/es-register.php:724
 
 
 
 
 
2119
  msgid "is getting even better!"
2120
  msgstr "wird sogar noch besser!"
2121
 
2122
- #: ../classes/es-register.php:725
2123
  msgid "But I need you to"
2124
  msgstr "Aber ich brauche Dich"
2125
 
2126
- #: ../classes/es-register.php:725
2127
  msgid "help me prioritize"
2128
  msgstr "hilf mir zu priorisieren"
2129
 
2130
- #: ../classes/es-register.php:725
2131
  msgid "Please send your response today."
2132
  msgstr "Bitte sende Deine Antwort noch heute."
2133
 
2134
- #: ../classes/es-register.php:732
2135
  msgid "Here's how you use ES:"
2136
  msgstr "Und so verwendest Du ES:"
2137
 
2138
- #: ../classes/es-register.php:745
 
 
 
 
 
 
 
 
 
 
 
 
2139
  msgid "Have "
2140
  msgstr "Habe "
2141
 
2142
- #: ../classes/es-register.php:745
2143
  msgid " Active Subscribers"
2144
  msgstr " Aktive Abonnenten"
2145
 
2146
- #: ../classes/es-register.php:746
2147
  msgid "Post "
2148
  msgstr "Beitrag "
2149
 
2150
- #: ../classes/es-register.php:746
2151
  msgid " blog per week"
2152
  msgstr " Beiträge pro Woche"
2153
 
2154
- #: ../classes/es-register.php:750
2155
  msgid "Send emails via Cron"
2156
  msgstr "Emails via Cron versenden"
2157
 
2158
- #: ../classes/es-register.php:752
2159
  msgid "Send emails Immediately"
2160
  msgstr "Sende Emails sofort"
2161
 
2162
- #: ../classes/es-register.php:779
 
 
 
 
 
 
 
 
2163
  msgid "How soon do you want these new features?"
2164
  msgstr "Wie bald möchtest Du diese neuen Features?"
2165
 
2166
- #: ../classes/es-register.php:783
2167
  msgid "Beautiful Email Designs"
2168
  msgstr "Schöne Email Designs"
2169
 
2170
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2171
- #: register.php:794 ../classes/es-register.php:799
2172
  msgid "Right now!"
2173
  msgstr "Jetzt!"
2174
 
2175
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2176
- #: register.php:795 ../classes/es-register.php:800
2177
  msgid "Soon"
2178
  msgstr "Bald"
2179
 
2180
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2181
- #: register.php:796 ../classes/es-register.php:801
2182
  msgid "Later"
2183
  msgstr "Später"
2184
 
2185
- #: ../classes/es-register.php:788
2186
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2187
  msgstr "Spamüberprüfung, Zeitplanung... (Besserer Emailversand)"
2188
 
2189
- #: ../classes/es-register.php:793
2190
  msgid "Discard Fake / Bouncing Emails"
2191
  msgstr "Verwerfe Fake- oder zurückgekommene Emails"
2192
 
2193
- #: ../classes/es-register.php:798
2194
  msgid "Advanced Reporting"
2195
  msgstr "Erweiterte Berichte"
2196
 
2197
- #: ../classes/es-register.php:826
 
 
 
 
 
 
 
 
2198
  msgid "Thank you!"
2199
  msgstr "Danke!"
2200
 
2201
- #: ../classes/es-register.php:827
2202
  msgid "No issues, have a nice day!"
2203
  msgstr "Keine Probleme gefunden, Genieße den Tag!"
2204
 
2205
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
2206
  msgid "Email *"
2207
  msgstr "Email *"
2208
 
2209
- #: ../classes/es-register.php:1035
2210
  msgid "Widget Title"
2211
  msgstr "Widget Titel"
2212
 
2213
- #: ../classes/es-register.php:1039
2214
  msgid "Short description about subscription form"
2215
  msgstr "Kurze Beschreibung des Anmeldeformulars"
2216
 
2217
- #: ../classes/es-register.php:1043
2218
  msgid "Display Name Field"
2219
  msgstr "Namensfeld anzeigen"
2220
 
2221
- #: ../classes/es-register.php:1050
2222
  msgid "Subscriber Group"
2223
  msgstr "Abonnentengruppe"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:47 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <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
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
27
+ msgid "Preview Email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  msgstr ""
29
 
30
+ #: ../sentmail/sentmail-preview.php:31
31
  msgid ""
32
+ "This is how the email you sent may look. <br>Note: Different email services "
33
+ "(like gmail, yahoo etc) display email content differently. So there could be "
34
+ "a slight variation on how your customer will view the email content."
35
  msgstr ""
36
 
37
+ #: ../compose/compose-preview.php:31
38
  msgid ""
39
+ "This is how your email may look. <br>Note: Different email services (like "
40
+ "gmail, yahoo etc) display email content differently. So there could be a "
41
+ "slight variation on how your customer will view the email content."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  msgstr ""
43
 
44
  #: ../notification/notification-add.php:33
154
 
155
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
156
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
157
+ #: 123 ../compose/compose-add.php:105
158
  msgid "Save"
159
  msgstr "Sichern"
160
 
170
  msgid "Selected record deleted."
171
  msgstr "Ausgewählte Einträge gelöscht."
172
 
173
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
174
+ #: classes/es-register.php:181
175
  msgid "Post Notifications"
176
  msgstr "Benachrichtigungen"
177
 
189
  "werden."
190
 
191
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
192
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
193
  msgid "Email Subject"
194
  msgstr "Emailsubjekt"
195
 
209
  msgstr "Benachrichtigungsstatus"
210
 
211
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
212
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
213
  msgid "Edit"
214
  msgstr "Bearbeiten"
215
 
216
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
217
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
218
+ #: php:104
219
  msgid "Delete"
220
  msgstr "Löschen"
221
 
222
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
223
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
224
+ #: 432 ../compose/compose-show.php:117
225
  msgid "No records available."
226
  msgstr "Keine Einträge verfügbar."
227
 
250
  msgid "Email Subscribers & Newsletters"
251
  msgstr "Email Subscribers & Newsletters"
252
 
253
+ #. URI of the plugin
254
+ msgid "https://www.icegram.com"
255
+ msgstr "https://www.icegram.com"
256
+
257
  #. Description of the plugin/theme
258
  msgid ""
259
  "Add subscription forms on website, send HTML newsletters & automatically "
267
  msgid "Icegram"
268
  msgstr "Icegram"
269
 
270
+ #: ../email-subscribers.php:75
271
+ msgctxt "timezone date format"
272
+ msgid "Y-m-d H:i:s"
273
+ msgstr "J-M-T S:M:S"
274
+
275
  #: ../settings/settings-edit.php:23
276
  msgid "Admin"
277
  msgstr "Admin"
288
  msgid "User Roles"
289
  msgstr "Benutzerrollen"
290
 
291
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
292
+ #: register.php:187
293
  msgid "Settings"
294
  msgstr "Einstellungen"
295
 
297
  msgid "Save Settings"
298
  msgstr "Einstellungen speichern"
299
 
300
+ #: ../settings/settings-edit.php:78
301
  msgid "Sender of Notifications"
302
  msgstr "Absender von Benachrichtigungen"
303
 
304
+ #: ../settings/settings-edit.php:79
305
  msgid ""
306
  "Choose a FROM name and FROM email address for all the emails to be sent from "
307
  "this plugin."
309
  "Gib einen Absendernamen und eine Absenderemail ein für alle Emails die von "
310
  "diesem Plugin verschickt werden."
311
 
312
+ #: ../settings/settings-edit.php:89
313
+ msgid "Email Type"
314
+ msgstr "Emailtyp"
315
+
316
+ #: ../settings/settings-edit.php:90
317
+ msgid ""
318
+ "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
319
+ "Option 3 & 4 is to send emails with PHP method mail()."
320
+ msgstr ""
321
+ "Optionen 1 & 2 um Emails über die Standart-Wordpress-Methode wp_mail() zu "
322
+ "senden, Optionen 3 & 4 um Emails über die PHP-Methode mail() zu senden."
323
+
324
+ #: ../settings/settings-edit.php:94
325
  msgid "1. WP HTML MAIL"
326
  msgstr "1. WP HTML MAIL"
327
 
328
+ #: ../settings/settings-edit.php:95
329
  msgid "2. WP PLAINTEXT MAIL"
330
  msgstr "2. WP PLAINTEXT MAIL"
331
 
332
+ #: ../settings/settings-edit.php:96
333
  msgid "3. PHP HTML MAIL"
334
  msgstr "3. PHP HTML MAIL"
335
 
336
+ #: ../settings/settings-edit.php:97
337
  msgid "4. PHP PLAINTEXT MAIL"
338
  msgstr "4. PHP PLAINTEXT MAIL"
339
 
340
+ #: ../settings/settings-edit.php:104
341
+ msgid "Opt-In Type"
342
+ msgstr "Opt-In Typ"
343
+
344
+ #: ../settings/settings-edit.php:105
345
+ msgid ""
346
+ "Double Opt-In : In this type, the subscriber is sent an activation link as "
347
+ "soon as they subscribe to your list. They have to confirm their subscription "
348
+ "by clicking on the activation link.<br />Single Opt-In : In this type, the "
349
+ "subscriber is not asked to confirm their email address. They are subscribed "
350
+ "directly in the list."
351
+ msgstr ""
352
+ "Doppeltes Opt-In : Bei diesem Typ wird dem Abonnenten ein Aktivierungslink "
353
+ "zugeschickt nachdem er sich für die Liste angemeldet hat. Der Abonnent muss "
354
+ "seine Midgliedschaft duch Klicken auf den Link bestätigen.<br/>Einfaches Opt-"
355
+ "In : Bei diesem Typ muss der Abonnent die Mitgliedschaft nicht bestätigen. "
356
+ "Er ist direkt an der Liste angemeldet."
357
+
358
+ #: ../settings/settings-edit.php:109
359
  msgid "Double Opt In"
360
  msgstr "Doppeltes Opt In"
361
 
362
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
363
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
364
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
365
  #: subscriber-edit.php:150
366
  msgid "Single Opt In"
367
  msgstr "Einfaches Opt In"
368
 
369
+ #: ../settings/settings-edit.php:116
370
  msgid "Image Size"
371
  msgstr "Bildgröße"
372
 
373
+ #: ../settings/settings-edit.php:117
374
  msgid ""
375
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
376
  "Emails."
378
  "Wähle die Bildgröße für ###POSTIMAGE### wie es in Benachrichtigungsmails "
379
  "angezeigt wird."
380
 
381
+ #: ../settings/settings-edit.php:121
382
  msgid "Full Size"
383
  msgstr "Volle Größe"
384
 
385
+ #: ../settings/settings-edit.php:122
386
  msgid "Medium Size"
387
  msgstr "Mittlere Größe"
388
 
389
+ #: ../settings/settings-edit.php:123
390
  msgid "Thumbnail"
391
  msgstr "Vorschau"
392
 
393
+ #: ../settings/settings-edit.php:129
394
  msgid "Admin Email Addresses"
395
  msgstr "Admin Emailadresse"
396
 
397
+ #: ../settings/settings-edit.php:130
398
  msgid ""
399
  "Enter the admin email addresses that should receive notifications (separated "
400
  "by comma)."
402
  "Gib die Emailadressen der Admins ein die Benachrichtigungen bekommen sollen "
403
  "(durch Kommas getrennt)."
404
 
405
+ #: ../settings/settings-edit.php:136
406
+ msgid "Notify Admin when a new subscriber signs up"
407
+ msgstr "Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet"
408
+
409
+ #: ../settings/settings-edit.php:137
410
  msgid ""
411
  "To send admin email notifications for the new subscriber. This option must "
412
  "be set to YES."
414
  "Sende eine Benachrichtigungsmail an den Admin wenn ein neuer Abonnent "
415
  "dazugekommen ist. Diese Option muss auf JA stehen."
416
 
417
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
418
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
419
  msgid "YES"
420
  msgstr "Ja"
421
 
422
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
423
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
424
  msgid "NO"
425
  msgstr "Nein"
426
 
427
+ #: ../settings/settings-edit.php:149
428
+ msgid "Admin Email Subject on new subscriber sign up"
429
+ msgstr "Subjekt der Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet"
430
+
431
+ #: ../settings/settings-edit.php:150
432
+ msgid ""
433
+ "Subject for the admin email whenever a new subscriber signs up and is "
434
+ "confirmed."
435
+ msgstr ""
436
+ "Subjekt der Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet und "
437
+ "bestätigt ist."
438
+
439
+ #: ../settings/settings-edit.php:156
440
+ msgid "Admin Email Content on new subscriber signs up"
441
+ msgstr "Inhalt der Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet"
442
+
443
+ #: ../settings/settings-edit.php:157
444
+ msgid ""
445
+ "Content for the admin email whenever a new subscriber signs up and is "
446
+ "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
447
+ msgstr ""
448
+ "Inhalt der Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet und "
449
+ "bestätigt ist.<br/>(Verfügbare Schlüsselworte: ###NAME###, ###EMAIL###, "
450
+ "###GROUP###)"
451
+
452
+ #: ../settings/settings-edit.php:164
453
  msgid "Sent Report Subject"
454
  msgstr "Subjekt des Sendeberichts"
455
 
456
+ #: ../settings/settings-edit.php:165
457
+ msgid "Subject for the email report which will be sent to admin."
458
+ msgstr "Subjekt des Emailberichtes der an den Admin geschickt wird."
459
+
460
+ #: ../settings/settings-edit.php:171
461
  msgid "Sent Report Content"
462
  msgstr "Inhalt des Sendeberichts"
463
 
464
+ #: ../settings/settings-edit.php:172
465
+ msgid ""
466
+ "Content for the email report which will be sent to admin.<br />(Available "
467
+ "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
468
+ msgstr ""
469
+ "Inhalt des Emailberichtes der an den Admin geschickt wird.<br />(Verfügbare "
470
+ "Schlüsselworte: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
471
+
472
+ #: ../settings/settings-edit.php:183
473
+ msgid "Double Opt-In Email Subject (Confirmation Email)"
474
+ msgstr "Subjekt der Bestätigungsmail (Doppeltes Opt-In)"
475
+
476
+ #: ../settings/settings-edit.php:184
477
+ msgid ""
478
+ "Subject for the confirmation email to be sent for Double Opt-In whenever a "
479
+ "subscriber signs up."
480
+ msgstr ""
481
+ "Subjekt der Bestätigungsmail bei doppeltem Opt-In wenn ein Abonnent sich "
482
+ "einträgt."
483
+
484
+ #: ../settings/settings-edit.php:190
485
+ msgid "Double Opt-In Email Content (Confirmation Email)"
486
+ msgstr "Inhalt der Bestätigungsmail bei doppeltem Opt-In"
487
+
488
+ #: ../settings/settings-edit.php:191
489
+ msgid ""
490
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
491
+ "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
492
+ msgstr ""
493
+ "Subjekt der Bestätigungsmail bei doppeltem Opt-In wenn ein Abonnent sich "
494
+ "einträgt.<br />(Verfügbare Schlüsselworte: ###NAME###, ###LINK###)"
495
+
496
+ #: ../settings/settings-edit.php:197
497
+ msgid "Double Opt-In Confirmation Link"
498
+ msgstr "Bestätigungslink bei doppeltem Opt-In"
499
+
500
+ #: ../settings/settings-edit.php:198
501
  msgid "It is a readonly field and you are advised not to modify it."
502
  msgstr "Das ist ein\"Nur-Lesen\"-Feld und es wird empfohlen dieses nicht zu verändern."
503
 
504
+ #: ../settings/settings-edit.php:204
505
+ msgid ""
506
+ "Text to display after an email address is successfully subscribed from "
507
+ "Double Opt-In (Confirmation) Email"
508
+ msgstr ""
509
+ "Angezeigter Text nachdem eine Emailadresse erfolgreich durch Doppeltes Opt-"
510
+ "In eingetragen wurde"
511
+
512
+ #: ../settings/settings-edit.php:205
513
  msgid ""
514
  "This text will be displayed once user clicks on email confirmation link from "
515
  "the Double Opt In (confirmation) Email."
517
  "Dieser Text wird angezeigt nachdem der Benutzer auf den Bestätigungslink in "
518
  "der Double Opt In Bestätigungsmail klickt."
519
 
520
+ #: ../settings/settings-edit.php:212
521
+ msgid "Send Welcome Email to New Subscribers after Sign Up?"
522
+ msgstr "Nach der Anmeldung Willkommensemail an neue Abonnenten schicken?"
523
+
524
+ #: ../settings/settings-edit.php:213
525
  msgid ""
526
  "To send welcome email to subscriber after successful signup. This option "
527
  "must be set to YES."
529
  "Sende eine Willkommensmail an den Abonnenten nachdem er efolgreich "
530
  "registriert ist. Diese Option muss auf JA stehen."
531
 
532
+ #: ../settings/settings-edit.php:224
533
+ msgid "Subject for Welcome Email"
534
+ msgstr "Subjekt der Willkommensemail"
535
+
536
+ #: ../settings/settings-edit.php:225
537
+ msgid ""
538
+ "Subject for the subscriber welcome email. This will be sent whenever a "
539
+ "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
540
+ "Opt-In) successfully."
541
+ msgstr ""
542
+ "Subjekt der Willkommensemail für den Abonnenten. Diese Mail wird gesendet "
543
+ "sobald eine Emailadresse entweder erfolgreich bestätigt (bei doppeltem Opt-"
544
+ "In) oder erfolgreich eingetragen (bei einfachem Opt-In) wurde."
545
+
546
+ #: ../settings/settings-edit.php:231
547
+ msgid "Email Content for Welcome Email"
548
+ msgstr "Inhalt der Willkommensemail"
549
+
550
+ #: ../settings/settings-edit.php:232
551
+ msgid ""
552
+ "Content for the subscriber welcome email whenever a user's email is either "
553
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
554
+ "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
555
+ msgstr ""
556
+ "Inhalt der Willkommensemail wenn eine Emailadresse entweder bestätigt wurde "
557
+ "(bei doppeltem Opt-In) oder erfolgreich eingetragen wurde (bei einfachem Opt-"
558
+ "In).<br />(Verfügbare Schlüsselworte: ###NAME###, ###GROUP###, ###LINK###)"
559
+
560
+ #: ../settings/settings-edit.php:240
561
  msgid "Unsubscribe Link"
562
  msgstr "Link zum Abmelden"
563
 
564
+ #: ../settings/settings-edit.php:241
565
+ msgid ""
566
+ "This unsubscribe link is automatically added to all the emails that are sent "
567
+ "from this plugin. It is a readonly field and you are advised not to modify "
568
+ "it."
569
+ msgstr ""
570
+ "Der Abmeldelink wird automatisch allen Emails angehängt die über dieses "
571
+ "Plugin verschickt werden. Es ist ein \"Nur-Lesen\"-Feld und es wird empfohlen "
572
+ "es nicht zu ändern."
573
+
574
+ #: ../settings/settings-edit.php:247
575
  msgid "Unsubscribe Text in Email"
576
  msgstr "Inhalt der Abmeldeemail"
577
 
578
+ #: ../settings/settings-edit.php:248
579
+ msgid ""
580
+ "The text for the unsubscribe link. This text is automatically added with "
581
+ "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
582
+ msgstr ""
583
+ "Der Text für den Abmeldelink. Dieser Text wird automatisch zusammen mit dem "
584
+ "Abmeldelink allen Emails angehängt.<br />(Verfügbares Schlüsselwort: "
585
+ "###LINK###)"
586
+
587
+ #: ../settings/settings-edit.php:254
588
  msgid "Text to display after an email address is unsubscribed"
589
  msgstr "Dieser Text wird nach der Abmeldung angezeigt"
590
 
591
+ #: ../settings/settings-edit.php:255
592
+ msgid ""
593
+ "This text will be displayed once user clicks on unsubscribe link from the "
594
+ "email."
595
+ msgstr ""
596
+ "Dieser Text wird angezeigt nachdem ein Benutzer auf den Abmeldelink geklickt "
597
+ "hat."
598
+
599
+ #: ../settings/settings-edit.php:262
600
+ msgid "Error in the Subscribe / Confirmation Link"
601
+ msgstr "Fehler im Anmelde- / Abmeldelink"
602
+
603
+ #: ../settings/settings-edit.php:263
604
+ msgid ""
605
+ "Default message to display if there is any issue while clicking on subscribe "
606
+ "/ confirmation link from the Double Opt-In (Confirmation) emails."
607
+ msgstr ""
608
+ "Standartnachricht bei Fehlern bei der Verwendung des Anmelde- / "
609
+ "Bestätigungslinks der Bestätigungsemail bei doppeltem Opt-In."
610
+
611
+ #: ../settings/settings-edit.php:269
612
  msgid "Error in the Unsubscribe Link"
613
  msgstr "Fehler im Abmeldelink"
614
 
615
+ #: ../settings/settings-edit.php:270
616
+ msgid ""
617
+ "Default message to display if there is any issue while clicking on "
618
+ "unsubscribe link from the emails."
619
+ msgstr ""
620
+ "Standartnachricht bei Fehlern bei der Verwendung des Abmeldelinks aus den "
621
+ "Emails."
622
+
623
+ #: ../settings/settings-edit.php:282
624
  msgid "Select user roles who can access following menus. Only Admin can change this."
625
  msgstr ""
626
  "Wähle die Benutzerrollen die auf die folgenden Menüs zugreifen dürfen. Nur "
627
  "ein Admin kann das ändern."
628
 
629
+ #: ../settings/settings-edit.php:288
630
  msgid "Subscribers Menu"
631
  msgstr "Menü Abonnenten"
632
 
633
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
634
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
635
+ #: settings/settings-edit.php:340
636
  msgid "Administrator Only"
637
  msgstr "Nur für Administratoren"
638
 
639
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
640
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
641
+ #: settings/settings-edit.php:341
642
  msgid "Administrator/Editor"
643
  msgstr "Für Administratoren / Editoren"
644
 
645
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
646
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
647
+ #: settings/settings-edit.php:342
648
  msgid "Administrator/Editor/Author/Contributor"
649
  msgstr "Für Administratoren / Editoren / Autoren / Mitarbeiter"
650
 
651
+ #: ../settings/settings-edit.php:300
652
  msgid "Compose Menu"
653
  msgstr "Menü Erstellen"
654
 
655
+ #: ../settings/settings-edit.php:312
656
  msgid "Post Notifications Menu"
657
  msgstr "Menü Benachrichtigungen"
658
 
659
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
660
+ #: register.php:183 ../classes/es-register.php:184
661
  msgid "Newsletters"
662
  msgstr "Newsletter"
663
 
664
+ #: ../settings/settings-edit.php:336
665
  msgid "Reports Menu"
666
  msgstr "Menü Berichte"
667
 
668
+ #: ../settings/settings-edit.php:353
669
  msgid "Cron job URL"
670
  msgstr "Cron Job URL"
671
 
672
+ #: ../settings/settings-edit.php:354
673
  msgid ""
674
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
675
  "modify it."
676
  msgstr "Das ist Deine Cron Job URL. Es wird empfohlen diese nicht zu ändern."
677
 
678
+ #: ../settings/settings-edit.php:363
679
  msgid "Email Count"
680
  msgstr "Anzahl Emails"
681
 
682
+ #: ../settings/settings-edit.php:364
683
  msgid "Number of emails that you want to trigger per hour."
684
  msgstr "Anzahl der Emails die pro Stunde verschickt werden sollen."
685
 
686
+ #: ../settings/settings-edit.php:369
687
+ msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
688
+ msgstr ""
689
+ "(Dein Hoster hat Limitierungen. Wir empfehlen 50 Emails pro Stunde um auf "
690
+ "der sicheren Seite zu sein.)"
691
+
692
+ #: ../settings/settings-edit.php:374
693
+ msgid "Cron Report"
694
+ msgstr "Cron Bericht"
695
+
696
+ #: ../settings/settings-edit.php:375
697
+ msgid ""
698
+ "Email to admin whenever a cron URL is triggered from your server. (Available "
699
+ "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
700
+ msgstr ""
701
+ "Email an den Admin wenn eine Cron URL vom Server angesprochen wird."
702
+ "(Verfügbare Schlüsselworte: ###DATE###, ###SUBJECT###, ###COUNT###)"
703
+
704
+ #: ../settings/settings-edit.php:385
705
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
706
  msgstr "Was ist Cron (Auto-Mailversand) und wie konfiguriere ich einen Cron Job?"
707
 
708
+ #: ../settings/settings-edit.php:386
709
+ msgid ""
710
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
711
+ "schedule-cron-emails/?"
712
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
713
+ "Cron?</a>"
714
+ msgstr ""
715
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
716
+ "schedule-cron-emails/?"
717
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Was ist "
718
+ "Cron?</a>"
719
+
720
+ #: ../settings/settings-edit.php:387
721
+ msgid ""
722
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
723
+ "schedule-cron-emails-in-cpanel/?"
724
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
725
+ "job in cPanel</a>"
726
+ msgstr ""
727
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
728
+ "schedule-cron-emails-in-cpanel/?"
729
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Cron Jobs "
730
+ "in cPanel konfigurieren</a>"
731
+
732
+ #: ../settings/settings-edit.php:388
733
+ msgid ""
734
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
735
+ "schedule-cron-emails-in-parallels-plesk/?"
736
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
737
+ "job in Plesk</a>"
738
+ msgstr ""
739
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
740
+ "schedule-cron-emails-in-parallels-plesk/?"
741
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Cron Jobs "
742
+ "in Plesk konfigurieren</a>"
743
+
744
+ #: ../settings/settings-edit.php:389
745
+ msgid ""
746
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
747
+ "if-hosting-doesnt-support-cron-jobs/?"
748
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
749
+ "does not support cron jobs?</a>"
750
+ msgstr ""
751
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
752
+ "if-hosting-doesnt-support-cron-jobs/?"
753
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Dein "
754
+ "Hoster unterstützt keine Cron Jobs?</a>"
755
+
756
+ #: ../settings/settings-edit.php:504
757
  msgid "Please enter sender of notifications from name."
758
  msgstr "Bitte wähle den Absender der Benachrichtigung über den Namen."
759
 
760
+ #: ../settings/settings-edit.php:509
761
  msgid "Please enter sender of notifications from email."
762
  msgstr "Bitte wähle den Absender der Benachrichtigung über die Emailadresse."
763
 
764
+ #: ../settings/settings-edit.php:553
765
  msgid "Please enter valid mail count."
766
  msgstr "Bitte gib eine gültige Mailanzahl ein."
767
 
768
+ #: ../settings/settings-edit.php:566
769
  msgid "Settings Saved."
770
  msgstr "Einstellungen gesichert."
771
 
772
+ #: ../settings/settings-edit.php:569
773
  msgid "Oops, unable to update."
774
  msgstr "Oops.. Update nicht möglich."
775
 
785
  msgid "Click to sync tables"
786
  msgstr "Klicken um die Plugintabellen zu synchronisieren"
787
 
788
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
789
  msgid "Back"
790
  msgstr "Zurück"
791
 
801
  msgid " &gt;&gt; "
802
  msgstr " &gt;&gt; "
803
 
804
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
805
+ #: register.php:190
806
  msgid "Reports"
807
  msgstr "Berichte"
808
 
815
  msgstr "Berichte anzeigen"
816
 
817
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
818
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
819
+ #: compose/compose-show.php:88
820
  msgid "Preview"
821
  msgstr "Vorschau"
822
 
827
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
828
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
829
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
830
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
831
  msgid "Status"
832
  msgstr "Status"
833
 
1058
  msgid "Please select New Status to update."
1059
  msgstr "Bitte wähle den neuen Status aus."
1060
 
1061
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1062
+ #: classes/es-register.php:175
1063
  msgid "Subscribers"
1064
  msgstr "Abonnenten"
1065
 
1144
  msgstr "Emailadresse"
1145
 
1146
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1147
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1148
  msgid "Name"
1149
  msgstr "Name"
1150
 
1156
  #: ../subscribers/view-subscriber-show.php:364 ../subscribers/view-subscriber-
1157
  #: show.php:377
1158
  msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
1159
+ msgstr "Anmeldedatum und -Zeit<br>(J-M-T S:M:S)"
1160
 
1161
  #: ../subscribers/view-subscriber-export.php:34
1162
  msgid "Export Email Addresses"
1355
  msgid "Enter Content for your Email"
1356
  msgstr "Gib den Inhalt der Email ein"
1357
 
1358
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1359
+ #, php-format
1360
+ msgid ""
1361
+ "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1362
+ "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
1363
+ "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
1364
+ msgstr ""
1365
+ "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1366
+ "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
1367
+ "###POSTLINK-ONLY###, ###POSTFULL### (Nur für Benachrichtigungen über "
1368
+ "Beiträge)"
1369
+
1370
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1371
  msgid "Available Keywords"
1372
  msgstr "Verfügbare Schlüsselworte"
1373
 
1374
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1375
  msgid "Published"
1376
  msgstr "Veröffentlicht"
1377
 
1378
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1379
  msgid "Please select your mail status"
1380
  msgstr "Bitte wähle deinen Emailstatus"
1381
 
1387
  msgid "Add new Email"
1388
  msgstr "Neue Emailadresse hinzufügen"
1389
 
1390
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1391
+ #: register.php:178
1392
  msgid "Compose"
1393
  msgstr "Erstellen"
1394
 
1395
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1396
  msgid "Email Template"
1397
  msgstr "Emailvorlage"
1398
 
1399
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1400
  msgid "Actions"
1401
  msgstr "Aktion"
1402
 
1413
  "Oops.. Es gibt ein technisches Problem. Versuche es nochmal oder kontaktiere "
1414
  "den Admin."
1415
 
1416
+ #: ../job/es-optin.php:61
1417
+ msgid "This email address has already been confirmed."
1418
+ msgstr "Diese Emailadresse wurde schon bestätigt."
1419
+
1420
+ #: ../help/help.php:173
1421
+ msgid "Welcome to Email Subscribers!"
1422
+ msgstr "Willkommen bei Email Subscribers!"
1423
+
1424
+ #: ../help/help.php:174
1425
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1426
+ msgstr ""
1427
+ "Danke für die die Verwendung von Email Subscribers, wir hoffen Du magst das "
1428
+ "Produkt."
1429
+
1430
+ #: ../help/help.php:178
1431
+ msgid "Get more help and tips..."
1432
+ msgstr "Mehr Hilfe und Tipps..."
1433
+
1434
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1435
+ #: php:38
1436
+ msgid "Subscribe"
1437
+ msgstr "Anmelden"
1438
+
1439
+ #: ../help/help.php:192
1440
+ #, php-format
1441
+ msgid "Version: %s"
1442
+ msgstr "Version: %s"
1443
+
1444
+ #: ../help/help.php:195
1445
+ msgid "Questions? Need Help?"
1446
+ msgstr "Fragen? Du brauchst Hilfe?"
1447
+
1448
+ #: ../help/help.php:196
1449
+ msgid "Contact Us"
1450
+ msgstr "Kontaktiere uns"
1451
+
1452
+ #: ../help/help.php:201
1453
+ #, php-format
1454
+ msgid ""
1455
+ "Like Email Subscribers? If yes, then consider %s to support further "
1456
+ "developments."
1457
+ msgstr ""
1458
+ "Du magst Email Subscribers? Falls ja, erwäge doch %s um zukünftige "
1459
+ "Entwicklungen zu unterstützen."
1460
+
1461
+ #: ../help/help.php:201
1462
+ msgid "donating to us"
1463
+ msgstr "eine Spende an uns"
1464
+
1465
+ #: ../help/help.php:236
1466
+ msgid "Description"
1467
+ msgstr "Beschreibung"
1468
+
1469
+ #: ../help/help.php:238
1470
+ msgid ""
1471
+ "Email Subscribers is a complete newsletter plugin which lets you collect "
1472
+ "leads, send automated new blog post notification emails, create & send "
1473
+ "newsletters and manage all this in one single place."
1474
+ msgstr ""
1475
+ "Email Subscribers ist ein komplettes Newsletter-Plugin welches es Dir "
1476
+ "erlaubt Beiträge zu sammeln, automatisch Benachrichtigungen über neue Posts "
1477
+ "zu versenden, Newsletter zu erstellen, zu versenden und all dies an einer "
1478
+ "einzigen Stelle zu verwalten."
1479
+
1480
+ #: ../help/help.php:240
1481
+ msgid "Feature Overview"
1482
+ msgstr "Übersicht der Features"
1483
+
1484
+ #: ../help/help.php:243
1485
+ msgid ""
1486
+ "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
1487
+ "Code)."
1488
+ msgstr ""
1489
+ "Sammeln von Kundenemailadressen durch hinzufügen einer Anmeldebox "
1490
+ "(Widget/Shortcode/PHP Code)."
1491
+
1492
+ #: ../help/help.php:246
1493
+ msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
1494
+ msgstr "Wählen zwischen doppeltem Opt-In und einfachem Opt-In für Abonnenten."
1495
+
1496
+ #: ../help/help.php:249
1497
+ msgid "Send automatic welcome email to subscribers."
1498
+ msgstr "Automatischer Versand von Willkommensemails an Abonnenten."
1499
+
1500
+ #: ../help/help.php:252
1501
+ msgid ""
1502
+ "Send new post notification emails to subscribers when new posts are "
1503
+ "published on your website."
1504
+ msgstr ""
1505
+ "Versand von Benachrichtigungsemails an Abonnenten wenn neue Beiträge auf der "
1506
+ "Webseite veröffentlicht werden."
1507
+
1508
+ #: ../help/help.php:255
1509
+ msgid "Schedule email (Cron job) or send them manually."
1510
+ msgstr "Geplanter Versand von Emails (Cron Jobs) oder manueller Versand."
1511
+
1512
+ #: ../help/help.php:258
1513
+ msgid "Send email notification to admin when a new user signs up."
1514
+ msgstr "Benachrichtigungsemail an den Admin wenn ein neuer Benutzer sich anmeldet."
1515
+
1516
+ #: ../help/help.php:261
1517
+ msgid "Automatically add Unsubscribe link in the email."
1518
+ msgstr "Automatisches Hinzufügen des Abmeldelinks in den Emails."
1519
 
1520
+ #: ../help/help.php:264
1521
+ msgid "Easily migrate subscribers from another app using Import & Export."
1522
+ msgstr ""
1523
+ "Einfache Migration von Benutzern von anderen Applikationen durch Import & "
1524
+ "Export."
1525
 
1526
+ #: ../help/help.php:267
1527
+ msgid "Use HTML editor to compose newsletters and post notifications."
1528
  msgstr ""
1529
+ "Verwendung eines HTML-Editors für die Erstellung von Newslettern und "
1530
+ "Benachrichtigungen."
1531
 
1532
+ #: ../help/help.php:270
1533
+ msgid "Send newsletters to different groups."
1534
+ msgstr "Versenden von Newslettern an unterschiedliche Gruppen."
 
1535
 
1536
+ #: ../help/help.php:273
1537
+ msgid "Get detailed sent email reports."
1538
+ msgstr "Erhalte detaillierte Berichte über gesendete Emails."
 
 
 
 
 
1539
 
1540
+ #: ../help/help.php:276
1541
+ msgid "Control user access (User Roles and Capabilities)."
1542
+ msgstr "Verwalten von Benutzerrechten (Rollen und Berechtigungen)."
1543
+
1544
+ #: ../help/help.php:279
1545
+ msgid "Supports localization and internationalization."
1546
+ msgstr "Unterstützt Lokalisierung und Internationalisierung."
1547
+
1548
+ #: ../help/help.php:286
1549
+ msgid "Add Subscribe form"
1550
+ msgstr "Anmeldeformular hinzufügen"
1551
 
1552
  #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1553
  #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
1563
  msgid "How to Add Subscription box to website?"
1564
  msgstr "Wie füge ich die Anmeldebox zu einer Webseite hinzu?"
1565
 
1566
+ #: ../help/help.php:291
1567
+ #, php-format
1568
+ msgid ""
1569
+ "Use any of the following 3 methods :<br>\n"
1570
+ " a) Shortcode in any page/post : <strong>[email-subscribers "
1571
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
1572
+ " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
1573
+ "and drag it to the sidebar on the right <i>Or</i><br>\n"
1574
+ " c) Copy and past this php code to your desired template location : "
1575
+ "<strong>%s</strong>"
1576
+ msgstr ""
1577
+ "Verwende eine der drei Methoden :<br>\n"
1578
+ " a) Shortcode auf einer Seite oder im Beitrag : <strong>[email-"
1579
+ "subscribers namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Oder</i><br>\n"
1580
+ " b) Im Bereich Appearance -> Widgets. Füge das Widget für Email "
1581
+ "Subscribers duch klicken und ziehen auf die rechte Sidebar hinzu "
1582
+ "<i>Oder</i><br>\n"
1583
+ " c) Kopiere diesen PHP-Code und füge ihn an der gewünschten Stelle im "
1584
+ "Template ein: <strong>%s</strong>"
1585
+
1586
+ #: ../help/help.php:296
1587
+ msgid "Additional form settings"
1588
+ msgstr "Zusätzliche Einstellungen für das Formular"
1589
+
1590
  #: ../help/help.php:299
1591
  msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1592
  msgstr ""
1603
  msgid "General Plugin Settings"
1604
  msgstr "Allgemeine Plugineinstellungen"
1605
 
1606
+ #: ../help/help.php:311
1607
+ #, php-format
1608
+ msgid "Modify %s"
1609
+ msgstr "Bearbeite %s"
1610
+
1611
+ #: ../help/help.php:311
1612
+ msgid "default text, email contents"
1613
+ msgstr "Standarttext, Emailinhalt"
1614
+
1615
+ #: ../help/help.php:311
1616
+ msgid ""
1617
+ " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
1618
+ "Roles"
1619
+ msgstr ""
1620
+ " (wie Bestätigungs-, Willkommens-, Adminemails), Cron Einstellungen und "
1621
+ "zuweisen von Benutzerrollen"
1622
+
1623
  #: ../help/help.php:314
1624
  msgid "How to Import or Export Email Addresses?"
1625
  msgstr "Wie importiere oder exportiere ich Emailadressen?"
1628
  msgid "How to Add/Update Existing Subscribers Group & Status?"
1629
  msgstr "Wie aktualisiere ich Abonnentengruppen oder füge neue hinzu?"
1630
 
1631
+ #: ../help/help.php:320
1632
+ msgid "How to change/update/translate any texts from the plugin?"
1633
+ msgstr "Wie kann ich Texte im Plugin ändern/aktualisieren/übersetzen?"
1634
+
1635
  #: ../help/help.php:323
1636
  msgid "How to add Unsubscribe link in emails?"
1637
  msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
1638
 
1639
+ #: ../help/help.php:333
1640
+ msgid "Usage"
1641
+ msgstr "Verwendung"
1642
+
1643
+ #: ../help/help.php:336
1644
+ msgid "Compose and Send Newsletter Emails"
1645
+ msgstr "Newsletteremails erstellen und versenden"
1646
+
1647
+ #: ../help/help.php:339
1648
+ msgid "Compose and Send Post Notification Emails when new posts are published"
1649
+ msgstr "Benachrichtigungsemails über neue Beiträge erstellen und versenden"
1650
+
1651
+ #: ../help/help.php:342
1652
+ msgid "Keywords in the Post Notifications"
1653
+ msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
1654
+
1655
+ #: ../help/help.php:345
1656
+ msgid "Send a test post notification email to myself/testgroup"
1657
+ msgstr "Senden einer Testbenachrichtigung an sich selbst oder an eine Testgruppe"
1658
+
1659
+ #: ../help/help.php:348
1660
+ msgid "Check sent emails"
1661
+ msgstr "Überprüfe gesendete Emails"
1662
+
1663
+ #: ../help/help.php:355
1664
+ msgid "Cron Job Setup"
1665
+ msgstr "Konfiguration Cron Job"
1666
+
1667
  #: ../help/help.php:358
1668
  msgid "How to Schedule Cron Emails?"
1669
  msgstr "Wie plane ich Cron-Emails?"
1670
 
1671
+ #: ../help/help.php:361
1672
+ msgid "Schedule Cron Emails in cPanel"
1673
+ msgstr "Planen von Cron Emails in cPanel"
1674
+
1675
+ #: ../help/help.php:364
1676
+ msgid "Schedule Cron Emails in Parallels Plesk"
1677
+ msgstr "Planen von Cron Emails in Paralles Plesk"
1678
+
1679
+ #: ../help/help.php:367
1680
+ msgid "Hosting doesn’t support Cron Jobs?"
1681
+ msgstr "Dein Hoster unterstützt keine Cron Jobs?"
1682
+
1683
+ #: ../help/help.php:374
1684
+ msgid "Troubleshooting Steps"
1685
+ msgstr "Schritte bei der Fehlersuche"
1686
+
1687
  #: ../help/help.php:377
1688
  msgid "Subscribers are not receiving Emails?"
1689
  msgstr "Abonnenten erhalten keine Emails?"
1692
  msgid "CSS Help"
1693
  msgstr "CSS Hilfe"
1694
 
1695
+ #: ../help/help.php:382
1696
+ msgid "FAQ's"
1697
+ msgstr "FAQ's"
1698
+
1699
+ #: ../help/help.php:389
1700
+ msgid "Want to do more? Here's how.."
1701
+ msgstr "Du möchtest mehr machen? Hier steht wie..."
1702
+
1703
+ #: ../help/help.php:392
1704
+ msgid "Allow Subscribers to get subscribed to any group"
1705
+ msgstr "Erlaube den Abnonnenten sich an jeder Gruppe anzumelden"
1706
+
1707
+ #: ../help/help.php:397
1708
+ msgid "Using our free "
1709
+ msgstr "Durch Verwendung unseres kostenlosen"
1710
+
1711
+ #: ../help/help.php:398
1712
+ msgid "Group Selector"
1713
+ msgstr "Group Selector"
1714
+
1715
+ #: ../help/help.php:399
1716
+ msgid ""
1717
+ "plugin, you can extend Email Subscribers Form functionality by providing an "
1718
+ "grouping option right next to the form."
1719
+ msgstr ""
1720
+ "Plugins kannst Du die Funktionalität des Email Subscribers Anmeldeformulars "
1721
+ "durch hinzufügen einer Gruppenauswahl rechts im Formular erweitern."
1722
+
1723
+ #: ../help/help.php:402
1724
+ msgid "The user can then subscribe to whichever group most appeals to them."
1725
+ msgstr "Der Benutzer kann sich dann an der Gruppe anmelden die ihm am meisten zusagt."
1726
+
1727
+ #: ../help/help.php:405
1728
+ msgid "For example: Subscribe either to Updates or to Offers."
1729
+ msgstr "Zum Beispiel Anmeldung entweder an Updates oder an Angeboten."
1730
+
1731
+ #: ../help/help.php:409
1732
+ msgid "Show your subscribe form inside attractive popups"
1733
+ msgstr "Zeige die Anmeldeformulare in schönen Popups"
1734
+
1735
+ #: ../help/help.php:414
1736
+ msgid ""
1737
+ "Don't limit your subscriber form to a widget. Embed it within popups, hello "
1738
+ "bars, slide-ins, sidebars, full screen popups etc."
1739
+ msgstr ""
1740
+ "Beschränke das Anmeldeformular nicht auf ein Widget, binde es ein in Popups, "
1741
+ "Hello Bars, Sidebars, bildschirmfüllenden Popups, usw."
1742
+
1743
+ #: ../help/help.php:417
1744
+ msgid "Using Email Subscribers you can achieve this easily with our free plugin "
1745
+ msgstr ""
1746
+ "Durch die Verwendung von Email Subscribers kannst Du dies sehr einfach mit "
1747
+ "unserem kostenlosen Plugin erreichen "
1748
+
1749
+ #: ../help/help.php:421
1750
+ msgid ""
1751
+ "Icegram's beautiful designs instantly capture user attention and help "
1752
+ "increase sign-ups to your WordPress website."
1753
+ msgstr ""
1754
+ "Icegrams wunderschöne Designs ziehen sofort die Aufmerksamkeit der Benutzer "
1755
+ "auf sich und helfen dabei die Anzahl der Anmeldungen auf Deiner WordPress-"
1756
+ "Seite zu erhöhen."
1757
+
1758
+ #: ../help/help.php:424 ../help/help.php:444
1759
+ #, php-format
1760
+ msgid "How to %s"
1761
+ msgstr "Wie kann ich %s"
1762
+
1763
+ #: ../help/help.php:424
1764
+ msgid "show subscribe form inside a popup"
1765
+ msgstr " das Anmeldeformular in einem Popup zeigen"
1766
+
1767
+ #: ../help/help.php:428
1768
+ msgid "Get beautiful and elegant form styles"
1769
+ msgstr "Bekomme schöne und elegante Stile für das Anmeldeformular"
1770
+
1771
+ #: ../help/help.php:434
1772
+ msgid "Email subscribers easily integrates with another free plugin "
1773
+ msgstr "Email Subscribers integriert sich einfach in ein anderes kostenloses Plugin "
1774
+
1775
+ #: ../help/help.php:435
1776
+ msgid "Rainmaker"
1777
+ msgstr "Rainmaker"
1778
+
1779
+ #: ../help/help.php:438
1780
+ msgid ""
1781
+ "Rainmaker extends the core features of Email Subscribers and provides "
1782
+ "elegant form styles."
1783
+ msgstr ""
1784
+ "Rainmaker erweitert die Kernfeatures von Email Subscribers und bietet "
1785
+ "elegante Stile für die Formulare."
1786
+
1787
+ #: ../help/help.php:441
1788
+ msgid ""
1789
+ "These styles are well designed and beautify your subscription form making it "
1790
+ "more appealing."
1791
+ msgstr ""
1792
+ "Diese Stile sind gut designed und verschönern Dein Anmeldeformular indem sie "
1793
+ "es ansprechender machen."
1794
+
1795
+ #: ../help/help.php:444
1796
+ msgid "add Rainmaker’s form in Email Subscribers"
1797
+ msgstr "Rainmakers Formulare in Email Subscribers einfügen"
1798
+
1799
  #: ../sendmail/sendmail.php:40
1800
  msgid "Please select your mail subject."
1801
  msgstr "Bitte wähle das Subjekt der Mail."
1808
  msgid "Please select your group."
1809
  msgstr "Bitte wähle die Gruppe."
1810
 
1811
+ #: ../sendmail/sendmail.php:59
1812
+ msgid "Email sent successfully. "
1813
+ msgstr "Email erfolgreich gesendet. "
1814
+
1815
  #: ../sendmail/sendmail.php:63
1816
  msgid "Click here to check Statistics"
1817
  msgstr "Klicke hier um die Statistik zu sehen"
1867
  msgid "Reset"
1868
  msgstr "Zurücksetzen"
1869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1870
  #: ../classes/es-common.php:13
1871
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1872
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Bestätigt</span>"
1911
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1912
  msgstr "<span style=\"color:#993399;\">Sofort</span>"
1913
 
1914
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1915
+ #: register.php:782
1916
  msgid "Email Subscribers"
1917
  msgstr "Email Subscribers"
1918
 
1919
+ #: ../classes/es-register.php:192
1920
  msgid "Help & Info"
1921
  msgstr "Hilfe & Info"
1922
 
1923
+ #: ../classes/es-register.php:193
1924
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
1925
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Hilfe & Info</span>"
1926
+
1927
+ #: ../classes/es-register.php:204
1928
  msgctxt "view-subscriber-enhanced-select"
1929
  msgid "Please enter subscriber email address."
1930
  msgstr "Bitte Emailadresse des Abonnenten eingeben."
1931
 
1932
+ #: ../classes/es-register.php:205
1933
  msgctxt "view-subscriber-enhanced-select"
1934
  msgid "Please select subscriber email status."
1935
  msgstr "Wähle den Emailstatus des Abonnenten."
1936
 
1937
+ #: ../classes/es-register.php:206
1938
  msgctxt "view-subscriber-enhanced-select"
1939
  msgid "Please select or create group for this subscriber."
1940
  msgstr "Bitte wähle oder erstelle ein Gruppe für diesen Abonnenten."
1941
 
1942
+ #: ../classes/es-register.php:207
1943
  msgctxt "view-subscriber-enhanced-select"
1944
  msgid "Do you want to delete this record?"
1945
  msgstr "Möchtest Du diesen Eintrag löschen?"
1946
 
1947
+ #: ../classes/es-register.php:208
1948
  msgctxt "view-subscriber-enhanced-select"
1949
  msgid "Please select the bulk action."
1950
  msgstr "Bitte wähle die Mehrfachaktion."
1951
 
1952
+ #: ../classes/es-register.php:209
1953
  msgctxt "view-subscriber-enhanced-select"
1954
  msgid "Are you sure you want to delete selected records?"
1955
  msgstr "Bist Du sicher, dass die selektierten Einträge gelöscht werden sollen?"
1956
 
1957
+ #: ../classes/es-register.php:210
1958
  msgctxt "view-subscriber-enhanced-select"
1959
  msgid ""
1960
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1963
  "Bestätigungsmail erneut versenden? \\nBeachte, dies wird den Abonnentenstatus "
1964
  "in \"Unbestätigt\" ändern."
1965
 
1966
+ #: ../classes/es-register.php:211
1967
  msgctxt "view-subscriber-enhanced-select"
1968
  msgid "Please select new subscriber group."
1969
  msgstr "Bitte wähle die neue Abonnentengruppe."
1970
 
1971
+ #: ../classes/es-register.php:212
1972
  msgctxt "view-subscriber-enhanced-select"
1973
  msgid "Please select new status for subscribers"
1974
  msgstr "Bitte wähle den neuen Status für Abonnenten"
1975
 
1976
+ #: ../classes/es-register.php:213
1977
  msgctxt "view-subscriber-enhanced-select"
1978
  msgid "Do you want to update subscribers group?"
1979
  msgstr "Abonnentengruppe aktualisieren?"
1980
 
1981
+ #: ../classes/es-register.php:214
1982
  msgctxt "view-subscriber-enhanced-select"
1983
  msgid "Do you want to update subscribers status?"
1984
  msgstr "Abonnentenstatus aktualisieren?"
1985
 
1986
+ #: ../classes/es-register.php:215
1987
  msgctxt "view-subscriber-enhanced-select"
1988
  msgid ""
1989
  "Please select only csv file. Please check official website for csv structure."
1990
  "."
1991
  msgstr "Bitte nur CSV wählen. Details dazu auf der offiziellen Webseite."
1992
 
1993
+ #: ../classes/es-register.php:223
1994
  msgctxt "compose-enhanced-select"
1995
  msgid "Please enter the Email Subject."
1996
  msgstr "Bitte gib das Subjekt der Email ein."
1997
 
1998
+ #: ../classes/es-register.php:224
1999
  msgctxt "compose-enhanced-select"
2000
  msgid "Do you want to delete this record?"
2001
  msgstr "Eintrag löschen?"
2002
 
2003
+ #: ../classes/es-register.php:232
2004
  msgctxt "notification-enhanced-select"
2005
  msgid "Please select subscribers group."
2006
  msgstr "Abonnentengruppe wählen."
2007
 
2008
+ #: ../classes/es-register.php:233
2009
  msgctxt "notification-enhanced-select"
2010
  msgid "Please select notification mail subject. Use compose menu to create new."
2011
  msgstr "Bitte wähle das Subjekt für eine Notifikationsmail."
2012
 
2013
+ #: ../classes/es-register.php:234
2014
  msgctxt "notification-enhanced-select"
2015
  msgid "Please select notification status."
2016
  msgstr "Wähle den Benachrichtigungsstatus."
2017
 
2018
+ #: ../classes/es-register.php:235
2019
  msgctxt "notification-enhanced-select"
2020
  msgid "Do you want to delete this record?"
2021
  msgstr "Eintrag löschen?"
2022
 
2023
+ #: ../classes/es-register.php:243
2024
  msgctxt "sendmail-enhanced-select"
2025
  msgid "Please select your mail subject."
2026
  msgstr "Bitte wähle das Emailsubjekt."
2027
 
2028
+ #: ../classes/es-register.php:244
2029
  msgctxt "sendmail-enhanced-select"
2030
  msgid "Please select your mail type."
2031
  msgstr "Bitte wähle den Emailtyp."
2032
 
2033
+ #: ../classes/es-register.php:245
2034
  msgctxt "sendmail-enhanced-select"
2035
  msgid ""
2036
  "Have you double checked your selected group? If so, let's go ahead and send "
2039
  "Hast Du die gewählte Gruppe nochmals geprüft? Ja? Dann lass uns das jetzt "
2040
  "verschicken."
2041
 
2042
+ #: ../classes/es-register.php:253
2043
  msgctxt "sentmail-enhanced-select"
2044
  msgid "Do you want to delete this record?"
2045
  msgstr "Eintrag löschen?"
2046
 
2047
+ #: ../classes/es-register.php:254
2048
  msgctxt "sentmail-enhanced-select"
2049
  msgid "Do you want to delete all records except latest 10?"
2050
  msgstr "Alle Einträge mit Ausnahme der letzten 10 löschen?"
2051
 
2052
+ #: ../classes/es-register.php:262
2053
  msgctxt "cron-enhanced-select"
2054
  msgid "Please select enter number of mails you want to send per hour/trigger."
2055
  msgstr "Bitte wähle die Anzahl Mails die pro Stunde/Trigger versendet werden sollen."
2056
 
2057
+ #: ../classes/es-register.php:263
2058
  msgctxt "cron-enhanced-select"
2059
  msgid "Please enter the mail count, only number."
2060
  msgstr "Bitte gib die Anzahl Mails ein, nur Ziffern."
2061
 
2062
+ #: ../classes/es-register.php:276
2063
  msgctxt "widget-enhanced-select"
2064
  msgid "Please enter email address"
2065
  msgstr "Bitte gib die Emailadresse ein"
2066
 
2067
+ #: ../classes/es-register.php:277
2068
  msgctxt "widget-enhanced-select"
2069
  msgid "Please provide a valid email address"
2070
  msgstr "Bitte gib eine gültige Emailadresse ein"
2071
 
2072
+ #: ../classes/es-register.php:278
2073
  msgctxt "widget-enhanced-select"
2074
  msgid "loading..."
2075
  msgstr "lädt..."
2076
 
2077
+ #: ../classes/es-register.php:279
2078
  msgctxt "widget-enhanced-select"
2079
  msgid "Cannot create XMLHTTP instance"
2080
  msgstr "Die XMLHTTP-Instanz kann nicht erstellt werden"
2081
 
2082
+ #: ../classes/es-register.php:280
2083
  msgctxt "widget-enhanced-select"
2084
  msgid "Successfully Subscribed."
2085
  msgstr "Erfolgreich angemeldet."
2086
 
2087
+ #: ../classes/es-register.php:281
2088
  msgctxt "widget-enhanced-select"
2089
  msgid ""
2090
  "Your subscription was successful! Within a few minutes, kindly check the "
2095
  "Minuten eine Email. Bitte bestätige darin Deine Anmeldung. Solltest Du keine "
2096
  "Mail bekommen prüfe bitte den Spamordner."
2097
 
2098
+ #: ../classes/es-register.php:282
2099
  msgctxt "widget-enhanced-select"
2100
  msgid "Email Address already exists!"
2101
  msgstr "Diese Adresse existiert bereits!"
2102
 
2103
+ #: ../classes/es-register.php:283
2104
  msgctxt "widget-enhanced-select"
2105
  msgid "Oops.. Unexpected error occurred."
2106
  msgstr "Oops.. Ein unerwarteter Fehler ist aufgetreten."
2107
 
2108
+ #: ../classes/es-register.php:284
2109
  msgctxt "widget-enhanced-select"
2110
  msgid "Invalid email address"
2111
  msgstr "Ungültige Emailadresse"
2112
 
2113
+ #: ../classes/es-register.php:285
2114
  msgctxt "widget-enhanced-select"
2115
  msgid "Please try after some time"
2116
  msgstr "Versuche es in Kürze nochmal"
2117
 
2118
+ #: ../classes/es-register.php:286
2119
  msgctxt "widget-enhanced-select"
2120
  msgid "There was a problem with the request"
2121
  msgstr "Es gab ein Problem mit der Anforderung"
2122
 
2123
+ #: ../classes/es-register.php:293
2124
  msgctxt "widget-page-enhanced-select"
2125
  msgid "Please enter email address"
2126
  msgstr "Bitte gib die Emailadresse ein"
2127
 
2128
+ #: ../classes/es-register.php:294
2129
  msgctxt "widget-page-enhanced-select"
2130
  msgid "Please provide a valid email address"
2131
  msgstr "Bitte gib eine gültige Emailadresse ein"
2132
 
2133
+ #: ../classes/es-register.php:295
2134
  msgctxt "widget-page-enhanced-select"
2135
  msgid "loading..."
2136
  msgstr "lädt..."
2137
 
2138
+ #: ../classes/es-register.php:296
2139
  msgctxt "widget-page-enhanced-select"
2140
  msgid "Cannot create XMLHTTP instance"
2141
  msgstr "Die XMLHTTP-Instanz kann nicht erstellt werden"
2142
 
2143
+ #: ../classes/es-register.php:297
2144
  msgctxt "widget-page-enhanced-select"
2145
  msgid "Successfully Subscribed."
2146
  msgstr "Erfolgreich angemeldet."
2147
 
2148
+ #: ../classes/es-register.php:298
2149
  msgctxt "widget-page-enhanced-select"
2150
  msgid ""
2151
  "Your subscription was successful! Within a few minutes, kindly check the "
2156
  "Minuten eine Email. Bitte bestätige darin Deine Anmeldung. Solltest Du keine "
2157
  "Mail bekommen prüfe bitte den Spamordner."
2158
 
2159
+ #: ../classes/es-register.php:299
2160
  msgctxt "widget-page-enhanced-select"
2161
  msgid "Email Address already exists!"
2162
  msgstr "Diese Adresse existiert bereits!"
2163
 
2164
+ #: ../classes/es-register.php:300
2165
  msgctxt "widget-page-enhanced-select"
2166
  msgid "Oops.. Unexpected error occurred."
2167
  msgstr "Oops.. Ein unerwarteter Fehler ist aufgetreten."
2168
 
2169
+ #: ../classes/es-register.php:301
2170
  msgctxt "widget-page-enhanced-select"
2171
  msgid "Invalid email address"
2172
  msgstr "Ungültige Emailadresse"
2173
 
2174
+ #: ../classes/es-register.php:302
2175
  msgctxt "widget-page-enhanced-select"
2176
  msgid "Please try after some time"
2177
  msgstr "Versuche es in Kürze nochmal"
2178
 
2179
+ #: ../classes/es-register.php:303
2180
  msgctxt "widget-page-enhanced-select"
2181
  msgid "There was a problem with the request"
2182
  msgstr "Es gab ein Problem mit der Anforderung"
2183
 
2184
+ #: ../classes/es-register.php:765
2185
+ msgctxt "timezone date format"
2186
+ msgid "Y-m-d"
2187
+ msgstr "J-M-T"
2188
+
2189
+ #: ../classes/es-register.php:782
2190
  msgid "is getting even better!"
2191
  msgstr "wird sogar noch besser!"
2192
 
2193
+ #: ../classes/es-register.php:783
2194
  msgid "But I need you to"
2195
  msgstr "Aber ich brauche Dich"
2196
 
2197
+ #: ../classes/es-register.php:783
2198
  msgid "help me prioritize"
2199
  msgstr "hilf mir zu priorisieren"
2200
 
2201
+ #: ../classes/es-register.php:783
2202
  msgid "Please send your response today."
2203
  msgstr "Bitte sende Deine Antwort noch heute."
2204
 
2205
+ #: ../classes/es-register.php:790
2206
  msgid "Here's how you use ES:"
2207
  msgstr "Und so verwendest Du ES:"
2208
 
2209
+ #: ../classes/es-register.php:795
2210
+ msgid "Post Notifications more often than Newsletter"
2211
+ msgstr "Benachrichtigungen öfter als Newsletter"
2212
+
2213
+ #: ../classes/es-register.php:797
2214
+ msgid "Newsletter more often than Post Notifications"
2215
+ msgstr "Newsletter öfter als Benachrichtigungen"
2216
+
2217
+ #: ../classes/es-register.php:799
2218
+ msgid "Post Notification &amp; Newsletter equally"
2219
+ msgstr "Benachrichtigungen & Newsletter zu gleichen Teilen"
2220
+
2221
+ #: ../classes/es-register.php:803
2222
  msgid "Have "
2223
  msgstr "Habe "
2224
 
2225
+ #: ../classes/es-register.php:803
2226
  msgid " Active Subscribers"
2227
  msgstr " Aktive Abonnenten"
2228
 
2229
+ #: ../classes/es-register.php:804
2230
  msgid "Post "
2231
  msgstr "Beitrag "
2232
 
2233
+ #: ../classes/es-register.php:804
2234
  msgid " blog per week"
2235
  msgstr " Beiträge pro Woche"
2236
 
2237
+ #: ../classes/es-register.php:808
2238
  msgid "Send emails via Cron"
2239
  msgstr "Emails via Cron versenden"
2240
 
2241
+ #: ../classes/es-register.php:810
2242
  msgid "Send emails Immediately"
2243
  msgstr "Sende Emails sofort"
2244
 
2245
+ #: ../classes/es-register.php:817
2246
+ msgid "Using Double Opt In"
2247
+ msgstr "Verwende Doppeltes Opt-In"
2248
+
2249
+ #: ../classes/es-register.php:819
2250
+ msgid "Using Single Opt In"
2251
+ msgstr "Verwende Einfaches Opt-In"
2252
+
2253
+ #: ../classes/es-register.php:837
2254
  msgid "How soon do you want these new features?"
2255
  msgstr "Wie bald möchtest Du diese neuen Features?"
2256
 
2257
+ #: ../classes/es-register.php:841
2258
  msgid "Beautiful Email Designs"
2259
  msgstr "Schöne Email Designs"
2260
 
2261
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2262
+ #: register.php:852 ../classes/es-register.php:857
2263
  msgid "Right now!"
2264
  msgstr "Jetzt!"
2265
 
2266
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2267
+ #: register.php:853 ../classes/es-register.php:858
2268
  msgid "Soon"
2269
  msgstr "Bald"
2270
 
2271
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2272
+ #: register.php:854 ../classes/es-register.php:859
2273
  msgid "Later"
2274
  msgstr "Später"
2275
 
2276
+ #: ../classes/es-register.php:846
2277
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2278
  msgstr "Spamüberprüfung, Zeitplanung... (Besserer Emailversand)"
2279
 
2280
+ #: ../classes/es-register.php:851
2281
  msgid "Discard Fake / Bouncing Emails"
2282
  msgstr "Verwerfe Fake- oder zurückgekommene Emails"
2283
 
2284
+ #: ../classes/es-register.php:856
2285
  msgid "Advanced Reporting"
2286
  msgstr "Erweiterte Berichte"
2287
 
2288
+ #: ../classes/es-register.php:868
2289
+ msgid "Nah, I don't like improvements"
2290
+ msgstr "Nein, ich mag keine Verbesserungen"
2291
+
2292
+ #: ../classes/es-register.php:874
2293
+ msgid "Next"
2294
+ msgstr "Weiter"
2295
+
2296
+ #: ../classes/es-register.php:884
2297
  msgid "Thank you!"
2298
  msgstr "Danke!"
2299
 
2300
+ #: ../classes/es-register.php:885
2301
  msgid "No issues, have a nice day!"
2302
  msgstr "Keine Probleme gefunden, Genieße den Tag!"
2303
 
2304
+ #: ../classes/es-register.php:977
2305
+ msgid ""
2306
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2307
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2308
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2309
+ "</a> rating. A huge thank you from Icegram in advance!"
2310
+ msgstr ""
2311
+ "Wenn Ihnen <strong>Email Subscribers</strong> gefällt, hinterlassen Sie uns "
2312
+ "bitte eine <a href=\"https://wordpress.org/support/view/plugin-reviews/redux-"
2313
+ "framework?filter=5#postform\" target=\"_blank\" class=\"redux-rating-link\" data-"
2314
+ "rated=\"Thanks :)\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> Bewertung. Ein "
2315
+ "riesiges Dankeschön von Icegram im Voraus!"
2316
+
2317
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2318
  msgid "Email *"
2319
  msgstr "Email *"
2320
 
2321
+ #: ../classes/es-register.php:1134
2322
  msgid "Widget Title"
2323
  msgstr "Widget Titel"
2324
 
2325
+ #: ../classes/es-register.php:1138
2326
  msgid "Short description about subscription form"
2327
  msgstr "Kurze Beschreibung des Anmeldeformulars"
2328
 
2329
+ #: ../classes/es-register.php:1142
2330
  msgid "Display Name Field"
2331
  msgstr "Namensfeld anzeigen"
2332
 
2333
+ #: ../classes/es-register.php:1149
2334
  msgid "Subscriber Group"
2335
  msgstr "Abonnentengruppe"
languages/email-subscribers-es_ES.mo CHANGED
Binary file
languages/email-subscribers-es_ES.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:25:52 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -28,26 +28,26 @@ msgstr ""
28
  msgid "https://www.icegram.com"
29
  msgstr ""
30
 
31
- #: ../email-subscribers.php:70
32
  msgctxt "timezone date format"
33
  msgid "Y-m-d H:i:s"
34
  msgstr ""
35
 
36
- #: ../settings/settings-edit.php:92
37
  msgid "Email Type"
38
  msgstr ""
39
 
40
- #: ../settings/settings-edit.php:93
41
  msgid ""
42
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
43
  "Option 3 & 4 is to send emails with PHP method mail()."
44
  msgstr ""
45
 
46
- #: ../settings/settings-edit.php:107
47
  msgid "Opt-In Type"
48
  msgstr ""
49
 
50
- #: ../settings/settings-edit.php:108
51
  msgid ""
52
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
53
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -56,146 +56,146 @@ msgid ""
56
  "directly in the list."
57
  msgstr ""
58
 
59
- #: ../settings/settings-edit.php:139
60
  msgid "Notify Admin when a new subscriber signs up"
61
  msgstr ""
62
 
63
- #: ../settings/settings-edit.php:152
64
  msgid "Admin Email Subject on new subscriber sign up"
65
  msgstr ""
66
 
67
- #: ../settings/settings-edit.php:153
68
  msgid ""
69
  "Subject for the admin email whenever a new subscriber signs up and is "
70
  "confirmed."
71
  msgstr ""
72
 
73
- #: ../settings/settings-edit.php:159
74
  msgid "Admin Email Content on new subscriber signs up"
75
  msgstr ""
76
 
77
- #: ../settings/settings-edit.php:160
78
  msgid ""
79
  "Content for the admin email whenever a new subscriber signs up and is "
80
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
81
  msgstr ""
82
 
83
- #: ../settings/settings-edit.php:168
84
  msgid "Subject for the email report which will be sent to admin."
85
  msgstr ""
86
 
87
- #: ../settings/settings-edit.php:175
88
  msgid ""
89
  "Content for the email report which will be sent to admin.<br />(Available "
90
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
91
  msgstr ""
92
 
93
- #: ../settings/settings-edit.php:186
94
  msgid "Double Opt-In Email Subject (Confirmation Email)"
95
  msgstr ""
96
 
97
- #: ../settings/settings-edit.php:187
98
  msgid ""
99
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
100
  "subscriber signs up."
101
  msgstr ""
102
 
103
- #: ../settings/settings-edit.php:193
104
  msgid "Double Opt-In Email Content (Confirmation Email)"
105
  msgstr ""
106
 
107
- #: ../settings/settings-edit.php:194
108
  msgid ""
109
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
110
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
111
  msgstr ""
112
 
113
- #: ../settings/settings-edit.php:200
114
  msgid "Double Opt-In Confirmation Link"
115
  msgstr ""
116
 
117
- #: ../settings/settings-edit.php:207
118
  msgid ""
119
  "Text to display after an email address is successfully subscribed from "
120
  "Double Opt-In (Confirmation) Email"
121
  msgstr ""
122
 
123
- #: ../settings/settings-edit.php:215
124
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
125
  msgstr ""
126
 
127
- #: ../settings/settings-edit.php:227
128
  msgid "Subject for Welcome Email"
129
  msgstr ""
130
 
131
- #: ../settings/settings-edit.php:228
132
  msgid ""
133
  "Subject for the subscriber welcome email. This will be sent whenever a "
134
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
135
  "Opt-In) successfully."
136
  msgstr ""
137
 
138
- #: ../settings/settings-edit.php:234
139
  msgid "Email Content for Welcome Email"
140
  msgstr ""
141
 
142
- #: ../settings/settings-edit.php:235
143
  msgid ""
144
  "Content for the subscriber welcome email whenever a user's email is either "
145
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
146
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
147
  msgstr ""
148
 
149
- #: ../settings/settings-edit.php:244
150
  msgid ""
151
  "This unsubscribe link is automatically added to all the emails that are sent "
152
  "from this plugin. It is a readonly field and you are advised not to modify "
153
  "it."
154
  msgstr ""
155
 
156
- #: ../settings/settings-edit.php:251
157
  msgid ""
158
  "The text for the unsubscribe link. This text is automatically added with "
159
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
160
  msgstr ""
161
 
162
- #: ../settings/settings-edit.php:258
163
  msgid ""
164
  "This text will be displayed once user clicks on unsubscribe link from the "
165
  "email."
166
  msgstr ""
167
 
168
- #: ../settings/settings-edit.php:265
169
  msgid "Error in the Subscribe / Confirmation Link"
170
  msgstr ""
171
 
172
- #: ../settings/settings-edit.php:266
173
  msgid ""
174
  "Default message to display if there is any issue while clicking on subscribe "
175
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
176
  msgstr ""
177
 
178
- #: ../settings/settings-edit.php:273
179
  msgid ""
180
  "Default message to display if there is any issue while clicking on "
181
  "unsubscribe link from the emails."
182
  msgstr ""
183
 
184
- #: ../settings/settings-edit.php:372
185
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
186
  msgstr ""
187
 
188
- #: ../settings/settings-edit.php:377
189
  msgid "Cron Report"
190
  msgstr ""
191
 
192
- #: ../settings/settings-edit.php:378
193
  msgid ""
194
  "Email to admin whenever a cron URL is triggered from your server. (Available "
195
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
196
  msgstr ""
197
 
198
- #: ../settings/settings-edit.php:389
199
  msgid ""
200
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
201
  "schedule-cron-emails/?"
@@ -203,7 +203,7 @@ msgid ""
203
  "Cron?</a>"
204
  msgstr ""
205
 
206
- #: ../settings/settings-edit.php:390
207
  msgid ""
208
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
209
  "schedule-cron-emails-in-cpanel/?"
@@ -211,7 +211,7 @@ msgid ""
211
  "job in cPanel</a>"
212
  msgstr ""
213
 
214
- #: ../settings/settings-edit.php:391
215
  msgid ""
216
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
217
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -219,7 +219,7 @@ msgid ""
219
  "job in Plesk</a>"
220
  msgstr ""
221
 
222
- #: ../settings/settings-edit.php:392
223
  msgid ""
224
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
225
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -227,6 +227,17 @@ msgid ""
227
  "does not support cron jobs?</a>"
228
  msgstr ""
229
 
 
 
 
 
 
 
 
 
 
 
 
230
  #: ../compose/compose-edit.php:61
231
  msgid "Successfully updated. "
232
  msgstr ""
@@ -235,7 +246,7 @@ msgstr ""
235
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
236
  msgstr ""
237
 
238
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
239
  #, php-format
240
  msgid ""
241
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -247,6 +258,13 @@ msgstr ""
247
  msgid "Successfully created. "
248
  msgstr ""
249
 
 
 
 
 
 
 
 
250
  #: ../help/help.php:178
251
  msgid "Get more help and tips..."
252
  msgstr ""
@@ -513,40 +531,40 @@ msgstr ""
513
  msgid "Email sent successfully. "
514
  msgstr ""
515
 
516
- #: ../classes/es-register.php:164
517
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
518
  msgstr ""
519
 
520
- #: ../classes/es-register.php:707
521
  msgctxt "timezone date format"
522
  msgid "Y-m-d"
523
  msgstr ""
524
 
525
- #: ../classes/es-register.php:737
526
  msgid "Post Notifications more often than Newsletter"
527
  msgstr ""
528
 
529
- #: ../classes/es-register.php:739
530
  msgid "Newsletter more often than Post Notifications"
531
  msgstr ""
532
 
533
- #: ../classes/es-register.php:741
534
  msgid "Post Notification &amp; Newsletter equally"
535
  msgstr ""
536
 
537
- #: ../classes/es-register.php:759
538
  msgid "Using Double Opt In"
539
  msgstr ""
540
 
541
- #: ../classes/es-register.php:761
542
  msgid "Using Single Opt In"
543
  msgstr ""
544
 
545
- #: ../classes/es-register.php:810
546
  msgid "Nah, I don't like improvements"
547
  msgstr ""
548
 
549
- #: ../classes/es-register.php:816
550
  msgid "Next"
551
  msgstr ""
552
 
@@ -663,7 +681,7 @@ msgstr "Deshabilitar notificación de correo"
663
 
664
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
665
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
666
- #: 117 ../compose/compose-add.php:105
667
  msgid "Save"
668
  msgstr "Guardar"
669
 
@@ -679,8 +697,8 @@ msgstr "Ups, los detalles seleccionados no existen."
679
  msgid "Selected record deleted."
680
  msgstr "Registro seleccionado borrado."
681
 
682
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
683
- #: classes/es-register.php:152
684
  msgid "Post Notifications"
685
  msgstr "Notificaciones de entradas"
686
 
@@ -698,7 +716,7 @@ msgstr ""
698
  "suscriptores cuando se publique una nueva entrada en tu blog."
699
 
700
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
701
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
702
  msgid "Email Subject"
703
  msgstr "Asunto Correo"
704
 
@@ -718,19 +736,19 @@ msgid "Notification Status"
718
  msgstr "Estado de Notificación"
719
 
720
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
721
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
722
  msgid "Edit"
723
  msgstr "Editar"
724
 
725
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
726
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
727
- #: php:102
728
  msgid "Delete"
729
  msgstr "Borrar"
730
 
731
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
732
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
733
- #: 432 ../compose/compose-show.php:111
734
  msgid "No records available."
735
  msgstr "No hay registros disponibles."
736
 
@@ -788,8 +806,8 @@ msgstr "Cron"
788
  msgid "User Roles"
789
  msgstr "Roles de usuario"
790
 
791
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
792
- #: register.php:158
793
  msgid "Settings"
794
  msgstr "Configuración"
795
 
@@ -797,11 +815,11 @@ msgstr "Configuración"
797
  msgid "Save Settings"
798
  msgstr "Guardar configuración"
799
 
800
- #: ../settings/settings-edit.php:81
801
  msgid "Sender of Notifications"
802
  msgstr "Remitente de Notificaciones"
803
 
804
- #: ../settings/settings-edit.php:82
805
  msgid ""
806
  "Choose a FROM name and FROM email address for all the emails to be sent from "
807
  "this plugin."
@@ -809,38 +827,38 @@ msgstr ""
809
  "Elige el nombre DE y la dirección de correo DE para todos los correos que "
810
  "sean enviados desde este plugin."
811
 
812
- #: ../settings/settings-edit.php:97
813
  msgid "1. WP HTML MAIL"
814
  msgstr "1. WP CORREO HTML"
815
 
816
- #: ../settings/settings-edit.php:98
817
  msgid "2. WP PLAINTEXT MAIL"
818
  msgstr "2. WP CORREO TEXTO PLANO"
819
 
820
- #: ../settings/settings-edit.php:99
821
  msgid "3. PHP HTML MAIL"
822
  msgstr "3. PHP CORREO PHP"
823
 
824
- #: ../settings/settings-edit.php:100
825
  msgid "4. PHP PLAINTEXT MAIL"
826
  msgstr "4. PHP CORREO TEXTO PLANO"
827
 
828
- #: ../settings/settings-edit.php:112
829
  msgid "Double Opt In"
830
  msgstr "Doble Aceptación"
831
 
832
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
833
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
834
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
835
  #: subscriber-edit.php:150
836
  msgid "Single Opt In"
837
  msgstr "Aceptación individual"
838
 
839
- #: ../settings/settings-edit.php:119
840
  msgid "Image Size"
841
  msgstr "Tamaño de imagen"
842
 
843
- #: ../settings/settings-edit.php:120
844
  msgid ""
845
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
846
  "Emails."
@@ -848,23 +866,23 @@ msgstr ""
848
  "Selecciona el tamaño de imagen para ###POSTIMAGE### y que se muestre en los "
849
  "correos de Notificación de Entradas."
850
 
851
- #: ../settings/settings-edit.php:124
852
  msgid "Full Size"
853
  msgstr "Tamaño Completo"
854
 
855
- #: ../settings/settings-edit.php:125
856
  msgid "Medium Size"
857
  msgstr "Tamaño Medio"
858
 
859
- #: ../settings/settings-edit.php:126
860
  msgid "Thumbnail"
861
  msgstr "Miniatura"
862
 
863
- #: ../settings/settings-edit.php:132
864
  msgid "Admin Email Addresses"
865
  msgstr "Direcciones de Correo del Administrador"
866
 
867
- #: ../settings/settings-edit.php:133
868
  msgid ""
869
  "Enter the admin email addresses that should receive notifications (separated "
870
  "by comma)."
@@ -872,7 +890,7 @@ msgstr ""
872
  "Introduce las direcciones de correo del administrador que deben recibir las "
873
  "notificaciones (separadas por comas)."
874
 
875
- #: ../settings/settings-edit.php:140
876
  msgid ""
877
  "To send admin email notifications for the new subscriber. This option must "
878
  "be set to YES."
@@ -880,29 +898,29 @@ msgstr ""
880
  "Enviar notificaciones por correo al admin para cada nuevo suscriptor. Esta "
881
  "opción debe estar configurada a SÍ."
882
 
883
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
884
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
885
  msgid "YES"
886
  msgstr "SÍ"
887
 
888
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
889
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
890
  msgid "NO"
891
  msgstr "NO"
892
 
893
- #: ../settings/settings-edit.php:167
894
  msgid "Sent Report Subject"
895
  msgstr "Enviar Asunto de Informe"
896
 
897
- #: ../settings/settings-edit.php:174
898
  msgid "Sent Report Content"
899
  msgstr "Contenido de Informe Enviado"
900
 
901
- #: ../settings/settings-edit.php:201
902
  msgid "It is a readonly field and you are advised not to modify it."
903
  msgstr "Es un campo de sólo lectura y te aconsejamos que no lo modifiques."
904
 
905
- #: ../settings/settings-edit.php:208
906
  msgid ""
907
  "This text will be displayed once user clicks on email confirmation link from "
908
  "the Double Opt In (confirmation) Email."
@@ -910,7 +928,7 @@ msgstr ""
910
  "Este texto se mostrará una vez el usuario haga clic en el enlace de "
911
  "confirmación de correo de Doble Aceptación (confirmación)."
912
 
913
- #: ../settings/settings-edit.php:216
914
  msgid ""
915
  "To send welcome email to subscriber after successful signup. This option "
916
  "must be set to YES."
@@ -918,74 +936,74 @@ msgstr ""
918
  "Para enviar un correo de bienvenida al suscriptor después de haberse "
919
  "registrado con éxito. Esta opción debe configurarse a SÍ."
920
 
921
- #: ../settings/settings-edit.php:243
922
  msgid "Unsubscribe Link"
923
  msgstr "Enlace cancelar suscripción"
924
 
925
- #: ../settings/settings-edit.php:250
926
  msgid "Unsubscribe Text in Email"
927
  msgstr "Texto de cancelación de suscripción en Correo"
928
 
929
- #: ../settings/settings-edit.php:257
930
  msgid "Text to display after an email address is unsubscribed"
931
  msgstr ""
932
  "Texto para mostrar cuando una dirección de correo haya cancelado la "
933
  "suscripción"
934
 
935
- #: ../settings/settings-edit.php:272
936
  msgid "Error in the Unsubscribe Link"
937
  msgstr "Error en el enlace de Cancelación de suscripción"
938
 
939
- #: ../settings/settings-edit.php:285
940
  msgid "Select user roles who can access following menus. Only Admin can change this."
941
  msgstr ""
942
  "Selecciona roles de usuario que puedan acceder a los siguientes menús. Sólo "
943
  "el administrador puede cambiar esto."
944
 
945
- #: ../settings/settings-edit.php:291
946
  msgid "Subscribers Menu"
947
  msgstr "Menú suscriptores"
948
 
949
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
950
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
951
- #: settings/settings-edit.php:343
952
  msgid "Administrator Only"
953
  msgstr "Sólo Administrador"
954
 
955
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
956
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
957
- #: settings/settings-edit.php:344
958
  msgid "Administrator/Editor"
959
  msgstr "Administrador/Editor"
960
 
961
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
962
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
963
- #: settings/settings-edit.php:345
964
  msgid "Administrator/Editor/Author/Contributor"
965
  msgstr "Administrador/Editor/Autor/Colaborador"
966
 
967
- #: ../settings/settings-edit.php:303
968
  msgid "Compose Menu"
969
  msgstr "Menú componer"
970
 
971
- #: ../settings/settings-edit.php:315
972
  msgid "Post Notifications Menu"
973
  msgstr "Menú de notificaciones de entradas"
974
 
975
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
976
- #: register.php:154 ../classes/es-register.php:155
977
  msgid "Newsletters"
978
  msgstr "Newsletters"
979
 
980
- #: ../settings/settings-edit.php:339
981
  msgid "Reports Menu"
982
  msgstr "Menú Informes"
983
 
984
- #: ../settings/settings-edit.php:356
985
  msgid "Cron job URL"
986
  msgstr "URL tarea Cron"
987
 
988
- #: ../settings/settings-edit.php:357
989
  msgid ""
990
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
991
  "modify it."
@@ -993,35 +1011,35 @@ msgstr ""
993
  "Esta es la URL de tu tarea Cron. Es un campo de solo lectura y te "
994
  "recomendamos que no lo modifiques."
995
 
996
- #: ../settings/settings-edit.php:366
997
  msgid "Email Count"
998
  msgstr "Contador Correo"
999
 
1000
- #: ../settings/settings-edit.php:367
1001
  msgid "Number of emails that you want to trigger per hour."
1002
  msgstr "Número de correos que quieres que se envíen por hora."
1003
 
1004
- #: ../settings/settings-edit.php:388
1005
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1006
  msgstr "¿Qué es Cron (correos automáticos) y cómo configurar una tarea Cron?"
1007
 
1008
- #: ../settings/settings-edit.php:507
1009
  msgid "Please enter sender of notifications from name."
1010
  msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
1011
 
1012
- #: ../settings/settings-edit.php:512
1013
  msgid "Please enter sender of notifications from email."
1014
  msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
1015
 
1016
- #: ../settings/settings-edit.php:556
1017
  msgid "Please enter valid mail count."
1018
  msgstr "Por favor, introduzca una cuenta de correo válida."
1019
 
1020
- #: ../settings/settings-edit.php:569
1021
  msgid "Settings Saved."
1022
  msgstr "Configuración guardada."
1023
 
1024
- #: ../settings/settings-edit.php:572
1025
  msgid "Oops, unable to update."
1026
  msgstr "Ups, no se ha podido actualizadar."
1027
 
@@ -1037,11 +1055,7 @@ msgstr "Sincronizar tablas del plugin"
1037
  msgid "Click to sync tables"
1038
  msgstr "Clic para sincronizar tablas"
1039
 
1040
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1041
- msgid "Preview Mail"
1042
- msgstr "Previsualizar Correo"
1043
-
1044
- #: ../sentmail/sentmail-preview.php:42
1045
  msgid "Back"
1046
  msgstr "Volver"
1047
 
@@ -1057,8 +1071,8 @@ msgstr " &lt;&lt; "
1057
  msgid " &gt;&gt; "
1058
  msgstr " &gt;&gt; "
1059
 
1060
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1061
- #: register.php:161
1062
  msgid "Reports"
1063
  msgstr "Informes"
1064
 
@@ -1073,7 +1087,8 @@ msgid "View Reports"
1073
  msgstr "Ver Informes"
1074
 
1075
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1076
- #: compose/compose-show.php:103
 
1077
  msgid "Preview"
1078
  msgstr "Previsualizar"
1079
 
@@ -1084,7 +1099,7 @@ msgstr "Tipo"
1084
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1085
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1086
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1087
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1088
  msgid "Status"
1089
  msgstr "Estado"
1090
 
@@ -1315,8 +1330,8 @@ msgstr "Estado de los suscriptores actualizados."
1315
  msgid "Please select New Status to update."
1316
  msgstr "Por favor selecciona el Nuevo Estado a actualizar."
1317
 
1318
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1319
- #: classes/es-register.php:146
1320
  msgid "Subscribers"
1321
  msgstr "Suscriptores"
1322
 
@@ -1401,7 +1416,7 @@ msgid "Email Address"
1401
  msgstr "Dirección E-Mail"
1402
 
1403
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1404
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1405
  msgid "Name"
1406
  msgstr "Nombre"
1407
 
@@ -1604,15 +1619,15 @@ msgstr "Introduce tu Asunto de Correo"
1604
  msgid "Enter Content for your Email"
1605
  msgstr "Introduce Contenido para tu Correo"
1606
 
1607
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1608
  msgid "Available Keywords"
1609
  msgstr "Palabras clave disponibles"
1610
 
1611
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1612
  msgid "Published"
1613
  msgstr "Publicado"
1614
 
1615
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1616
  msgid "Please select your mail status"
1617
  msgstr "Por favor, selecciona el estado de tu correo"
1618
 
@@ -1620,16 +1635,16 @@ msgstr "Por favor, selecciona el estado de tu correo"
1620
  msgid "Add new Email"
1621
  msgstr "Añadir nuevo Email"
1622
 
1623
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1624
- #: register.php:149
1625
  msgid "Compose"
1626
  msgstr "Componer"
1627
 
1628
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1629
  msgid "Email Template"
1630
  msgstr "Plantilla Correo"
1631
 
1632
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1633
  msgid "Actions"
1634
  msgstr "Acciones"
1635
 
@@ -1658,7 +1673,7 @@ msgstr "¡Bienvenido a Email Subscribers!"
1658
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1659
  msgstr "Gracias por instalar y esperamos que disfrute el uso de Email Subscribers."
1660
 
1661
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1662
  #: php:38
1663
  msgid "Subscribe"
1664
  msgstr "Suscribirse"
@@ -1795,19 +1810,6 @@ msgstr "Enviar Correo"
1795
  msgid "Reset"
1796
  msgstr "Reiniciar"
1797
 
1798
- #: ../base/es-defined.php:32
1799
- msgid ""
1800
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1801
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1802
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1803
- "</a> rating. A huge thank you from Icegram in advance!"
1804
- msgstr ""
1805
- "Si te gusta <strong>Email Subscribers</strong>, por favor considera dejarnos "
1806
- "una calificación <a target=\"_blank\" href=\"https://wordpress."
1807
- "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
1808
- "&#9733;&#9733;&#9733;&#9733;</a>. ¡Te lo agradecemos enormemente desde "
1809
- "Icegram!"
1810
-
1811
  #: ../classes/es-common.php:13
1812
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1813
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmado</span>"
@@ -1852,46 +1854,46 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">vía tarea Cron</span>"
1852
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1853
  msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
1854
 
1855
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1856
- #: register.php:724
1857
  msgid "Email Subscribers"
1858
  msgstr "Email Subscribers"
1859
 
1860
- #: ../classes/es-register.php:163
1861
  msgid "Help & Info"
1862
  msgstr "Ayuda e Información"
1863
 
1864
- #: ../classes/es-register.php:175
1865
  msgctxt "view-subscriber-enhanced-select"
1866
  msgid "Please enter subscriber email address."
1867
  msgstr "Por favor introduce la dirección de correo de suscriptor."
1868
 
1869
- #: ../classes/es-register.php:176
1870
  msgctxt "view-subscriber-enhanced-select"
1871
  msgid "Please select subscriber email status."
1872
  msgstr "Por favor selecciona el estado de correo de suscriptor."
1873
 
1874
- #: ../classes/es-register.php:177
1875
  msgctxt "view-subscriber-enhanced-select"
1876
  msgid "Please select or create group for this subscriber."
1877
  msgstr "Por favor selecciona o crea grupo para este suscriptor."
1878
 
1879
- #: ../classes/es-register.php:178
1880
  msgctxt "view-subscriber-enhanced-select"
1881
  msgid "Do you want to delete this record?"
1882
  msgstr "¿Quieres borrar este registro?"
1883
 
1884
- #: ../classes/es-register.php:179
1885
  msgctxt "view-subscriber-enhanced-select"
1886
  msgid "Please select the bulk action."
1887
  msgstr "Por favor selecciona la acción en bloque."
1888
 
1889
- #: ../classes/es-register.php:180
1890
  msgctxt "view-subscriber-enhanced-select"
1891
  msgid "Are you sure you want to delete selected records?"
1892
  msgstr "¿Seguro de querer borrar los registros seleccionados?"
1893
 
1894
- #: ../classes/es-register.php:181
1895
  msgctxt "view-subscriber-enhanced-select"
1896
  msgid ""
1897
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1900,27 +1902,27 @@ msgstr ""
1900
  "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta "
1901
  "que esto actualizará el estado actual a 'Sin confirmar'."
1902
 
1903
- #: ../classes/es-register.php:182
1904
  msgctxt "view-subscriber-enhanced-select"
1905
  msgid "Please select new subscriber group."
1906
  msgstr "Por favor selecciona un nuevo grupo de suscriptores."
1907
 
1908
- #: ../classes/es-register.php:183
1909
  msgctxt "view-subscriber-enhanced-select"
1910
  msgid "Please select new status for subscribers"
1911
  msgstr "Por favor, selecciona un nuevo estado para los suscriptores"
1912
 
1913
- #: ../classes/es-register.php:184
1914
  msgctxt "view-subscriber-enhanced-select"
1915
  msgid "Do you want to update subscribers group?"
1916
  msgstr "¿Quieres actualizar el grupo de suscriptores?"
1917
 
1918
- #: ../classes/es-register.php:185
1919
  msgctxt "view-subscriber-enhanced-select"
1920
  msgid "Do you want to update subscribers status?"
1921
  msgstr "¿Quieres actualizar el estado de los suscriptores?"
1922
 
1923
- #: ../classes/es-register.php:186
1924
  msgctxt "view-subscriber-enhanced-select"
1925
  msgid ""
1926
  "Please select only csv file. Please check official website for csv structure."
@@ -1929,49 +1931,49 @@ msgstr ""
1929
  "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
1930
  "oficial para ver la estructura csv."
1931
 
1932
- #: ../classes/es-register.php:194
1933
  msgctxt "compose-enhanced-select"
1934
  msgid "Please enter the Email Subject."
1935
  msgstr "Por favor, indica el Asunto del Correo."
1936
 
1937
- #: ../classes/es-register.php:195
1938
  msgctxt "compose-enhanced-select"
1939
  msgid "Do you want to delete this record?"
1940
  msgstr "¿Quieres borrar este registro?"
1941
 
1942
- #: ../classes/es-register.php:203
1943
  msgctxt "notification-enhanced-select"
1944
  msgid "Please select subscribers group."
1945
  msgstr "Por favor selecciona el grupo de suscriptores."
1946
 
1947
- #: ../classes/es-register.php:204
1948
  msgctxt "notification-enhanced-select"
1949
  msgid "Please select notification mail subject. Use compose menu to create new."
1950
  msgstr ""
1951
  "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
1952
  "componer para crear uno nuevo."
1953
 
1954
- #: ../classes/es-register.php:205
1955
  msgctxt "notification-enhanced-select"
1956
  msgid "Please select notification status."
1957
  msgstr "Por favor selecciona el estado de notificación."
1958
 
1959
- #: ../classes/es-register.php:206
1960
  msgctxt "notification-enhanced-select"
1961
  msgid "Do you want to delete this record?"
1962
  msgstr "¿Quieres borrar este registro?"
1963
 
1964
- #: ../classes/es-register.php:214
1965
  msgctxt "sendmail-enhanced-select"
1966
  msgid "Please select your mail subject."
1967
  msgstr "Por favor selecciona el asunto de tu correo."
1968
 
1969
- #: ../classes/es-register.php:215
1970
  msgctxt "sendmail-enhanced-select"
1971
  msgid "Please select your mail type."
1972
  msgstr "Por favor selecciona tu tipo de correo."
1973
 
1974
- #: ../classes/es-register.php:216
1975
  msgctxt "sendmail-enhanced-select"
1976
  msgid ""
1977
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1980,54 +1982,54 @@ msgstr ""
1980
  "¿Has comprobado dos veces tu grupo seleccionado? Si es así, continuemos y "
1981
  "enviemos esto."
1982
 
1983
- #: ../classes/es-register.php:224
1984
  msgctxt "sentmail-enhanced-select"
1985
  msgid "Do you want to delete this record?"
1986
  msgstr "¿Quieres borrar este registro?"
1987
 
1988
- #: ../classes/es-register.php:225
1989
  msgctxt "sentmail-enhanced-select"
1990
  msgid "Do you want to delete all records except latest 10?"
1991
  msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
1992
 
1993
- #: ../classes/es-register.php:233
1994
  msgctxt "cron-enhanced-select"
1995
  msgid "Please select enter number of mails you want to send per hour/trigger."
1996
  msgstr ""
1997
  "Por favor, introduce el número de correos que quieres enviar por "
1998
  "hora/disparador."
1999
 
2000
- #: ../classes/es-register.php:234
2001
  msgctxt "cron-enhanced-select"
2002
  msgid "Please enter the mail count, only number."
2003
  msgstr "Por favor, introduce el conteo de correos, sólo numérico."
2004
 
2005
- #: ../classes/es-register.php:247
2006
  msgctxt "widget-enhanced-select"
2007
  msgid "Please enter email address"
2008
  msgstr "Por favor inserta dirección de correo"
2009
 
2010
- #: ../classes/es-register.php:248
2011
  msgctxt "widget-enhanced-select"
2012
  msgid "Please provide a valid email address"
2013
  msgstr "Por favor escribe una dirección de correo válida"
2014
 
2015
- #: ../classes/es-register.php:249
2016
  msgctxt "widget-enhanced-select"
2017
  msgid "loading..."
2018
  msgstr "cargando..."
2019
 
2020
- #: ../classes/es-register.php:250
2021
  msgctxt "widget-enhanced-select"
2022
  msgid "Cannot create XMLHTTP instance"
2023
  msgstr "No se puede crear la instancia XMLHTTP"
2024
 
2025
- #: ../classes/es-register.php:251
2026
  msgctxt "widget-enhanced-select"
2027
  msgid "Successfully Subscribed."
2028
  msgstr "Suscripción exitosa."
2029
 
2030
- #: ../classes/es-register.php:252
2031
  msgctxt "widget-enhanced-select"
2032
  msgid ""
2033
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2038,57 +2040,57 @@ msgstr ""
2038
  "en tu bandeja de entrada y confirma tu suscripción. Si no ves el correo en "
2039
  "la bandeja de entrada, por favor revisa tu carpeta de correo no deseado."
2040
 
2041
- #: ../classes/es-register.php:253
2042
  msgctxt "widget-enhanced-select"
2043
  msgid "Email Address already exists!"
2044
  msgstr "¡Esa dirección de Correo ya existe!"
2045
 
2046
- #: ../classes/es-register.php:254
2047
  msgctxt "widget-enhanced-select"
2048
  msgid "Oops.. Unexpected error occurred."
2049
  msgstr "Ups. Ha sucedido un error inesperado."
2050
 
2051
- #: ../classes/es-register.php:255
2052
  msgctxt "widget-enhanced-select"
2053
  msgid "Invalid email address"
2054
  msgstr "Dirección de correo electrónico no válida"
2055
 
2056
- #: ../classes/es-register.php:256
2057
  msgctxt "widget-enhanced-select"
2058
  msgid "Please try after some time"
2059
  msgstr "Por favor, inténtalo transcurridos unos minutos"
2060
 
2061
- #: ../classes/es-register.php:257
2062
  msgctxt "widget-enhanced-select"
2063
  msgid "There was a problem with the request"
2064
  msgstr "Ha habido un problema con la solicitud"
2065
 
2066
- #: ../classes/es-register.php:264
2067
  msgctxt "widget-page-enhanced-select"
2068
  msgid "Please enter email address"
2069
  msgstr "Por favor introduce dirección de correo electrónico"
2070
 
2071
- #: ../classes/es-register.php:265
2072
  msgctxt "widget-page-enhanced-select"
2073
  msgid "Please provide a valid email address"
2074
  msgstr "Por favor, inserta una dirección de correo electrónica válida"
2075
 
2076
- #: ../classes/es-register.php:266
2077
  msgctxt "widget-page-enhanced-select"
2078
  msgid "loading..."
2079
  msgstr "cargando..."
2080
 
2081
- #: ../classes/es-register.php:267
2082
  msgctxt "widget-page-enhanced-select"
2083
  msgid "Cannot create XMLHTTP instance"
2084
  msgstr "No se puede crear la instancia XMLHTTP"
2085
 
2086
- #: ../classes/es-register.php:268
2087
  msgctxt "widget-page-enhanced-select"
2088
  msgid "Successfully Subscribed."
2089
  msgstr "Suscripción con éxito."
2090
 
2091
- #: ../classes/es-register.php:269
2092
  msgctxt "widget-page-enhanced-select"
2093
  msgid ""
2094
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2100,134 +2102,147 @@ msgstr ""
2100
  "correo en tu bandeja de entrada, por favor revisa tu carpeta de correo no "
2101
  "deseado."
2102
 
2103
- #: ../classes/es-register.php:270
2104
  msgctxt "widget-page-enhanced-select"
2105
  msgid "Email Address already exists!"
2106
  msgstr "¡Esa dirección de correo electrónico ya existe!"
2107
 
2108
- #: ../classes/es-register.php:271
2109
  msgctxt "widget-page-enhanced-select"
2110
  msgid "Oops.. Unexpected error occurred."
2111
  msgstr "Ups. Ha sucedido un error inesperado."
2112
 
2113
- #: ../classes/es-register.php:272
2114
  msgctxt "widget-page-enhanced-select"
2115
  msgid "Invalid email address"
2116
  msgstr "Dirección de correo electrónico no válida"
2117
 
2118
- #: ../classes/es-register.php:273
2119
  msgctxt "widget-page-enhanced-select"
2120
  msgid "Please try after some time"
2121
  msgstr "Por favor, inténtalo transcurridos unos minutos"
2122
 
2123
- #: ../classes/es-register.php:274
2124
  msgctxt "widget-page-enhanced-select"
2125
  msgid "There was a problem with the request"
2126
  msgstr "Ha habido un problema con la solicitud"
2127
 
2128
- #: ../classes/es-register.php:724
2129
  msgid "is getting even better!"
2130
  msgstr "está mejorando aún más!"
2131
 
2132
- #: ../classes/es-register.php:725
2133
  msgid "But I need you to"
2134
  msgstr "Pero necesito que"
2135
 
2136
- #: ../classes/es-register.php:725
2137
  msgid "help me prioritize"
2138
  msgstr "me ayudes a priorizar"
2139
 
2140
- #: ../classes/es-register.php:725
2141
  msgid "Please send your response today."
2142
  msgstr "Por favor, envía tu respuesta hoy."
2143
 
2144
- #: ../classes/es-register.php:732
2145
  msgid "Here's how you use ES:"
2146
  msgstr "Así es como puedes utilizar ES:"
2147
 
2148
- #: ../classes/es-register.php:745
2149
  msgid "Have "
2150
  msgstr "Ha "
2151
 
2152
- #: ../classes/es-register.php:745
2153
  msgid " Active Subscribers"
2154
  msgstr " Suscriptores Activos"
2155
 
2156
- #: ../classes/es-register.php:746
2157
  msgid "Post "
2158
  msgstr "Entrada "
2159
 
2160
- #: ../classes/es-register.php:746
2161
  msgid " blog per week"
2162
  msgstr " blog por semana"
2163
 
2164
- #: ../classes/es-register.php:750
2165
  msgid "Send emails via Cron"
2166
  msgstr "Enviar correos vía Cron"
2167
 
2168
- #: ../classes/es-register.php:752
2169
  msgid "Send emails Immediately"
2170
  msgstr "Enviar correos inmediatamente"
2171
 
2172
- #: ../classes/es-register.php:779
2173
  msgid "How soon do you want these new features?"
2174
  msgstr "¿Cómo de pronto quieres estas características?"
2175
 
2176
- #: ../classes/es-register.php:783
2177
  msgid "Beautiful Email Designs"
2178
  msgstr "Preciosos Diseños de Correo"
2179
 
2180
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2181
- #: register.php:794 ../classes/es-register.php:799
2182
  msgid "Right now!"
2183
  msgstr "¡Ahora mismo!"
2184
 
2185
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2186
- #: register.php:795 ../classes/es-register.php:800
2187
  msgid "Soon"
2188
  msgstr "Pronto"
2189
 
2190
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2191
- #: register.php:796 ../classes/es-register.php:801
2192
  msgid "Later"
2193
  msgstr "Más adelante"
2194
 
2195
- #: ../classes/es-register.php:788
2196
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2197
  msgstr "Comprobación de Spam, Programando... (Mejor Envío de Correo)"
2198
 
2199
- #: ../classes/es-register.php:793
2200
  msgid "Discard Fake / Bouncing Emails"
2201
  msgstr "Descartar Correos fraudulentos / rebotados"
2202
 
2203
- #: ../classes/es-register.php:798
2204
  msgid "Advanced Reporting"
2205
  msgstr "Informe avanzado"
2206
 
2207
- #: ../classes/es-register.php:826
2208
  msgid "Thank you!"
2209
  msgstr "¡Gracias!"
2210
 
2211
- #: ../classes/es-register.php:827
2212
  msgid "No issues, have a nice day!"
2213
  msgstr "¡Sin problemas, que pases un buen día!"
2214
 
2215
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  msgid "Email *"
2217
  msgstr "Email *"
2218
 
2219
- #: ../classes/es-register.php:1035
2220
  msgid "Widget Title"
2221
  msgstr "Título Widget"
2222
 
2223
- #: ../classes/es-register.php:1039
2224
  msgid "Short description about subscription form"
2225
  msgstr "Descripción corta sobre el formulario de suscripción"
2226
 
2227
- #: ../classes/es-register.php:1043
2228
  msgid "Display Name Field"
2229
  msgstr "Mostrar Campo Nombre"
2230
 
2231
- #: ../classes/es-register.php:1050
2232
  msgid "Subscriber Group"
2233
  msgstr "Grupo de suscripción"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:30 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
28
  msgid "https://www.icegram.com"
29
  msgstr ""
30
 
31
+ #: ../email-subscribers.php:75
32
  msgctxt "timezone date format"
33
  msgid "Y-m-d H:i:s"
34
  msgstr ""
35
 
36
+ #: ../settings/settings-edit.php:89
37
  msgid "Email Type"
38
  msgstr ""
39
 
40
+ #: ../settings/settings-edit.php:90
41
  msgid ""
42
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
43
  "Option 3 & 4 is to send emails with PHP method mail()."
44
  msgstr ""
45
 
46
+ #: ../settings/settings-edit.php:104
47
  msgid "Opt-In Type"
48
  msgstr ""
49
 
50
+ #: ../settings/settings-edit.php:105
51
  msgid ""
52
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
53
  "soon as they subscribe to your list. They have to confirm their subscription "
56
  "directly in the list."
57
  msgstr ""
58
 
59
+ #: ../settings/settings-edit.php:136
60
  msgid "Notify Admin when a new subscriber signs up"
61
  msgstr ""
62
 
63
+ #: ../settings/settings-edit.php:149
64
  msgid "Admin Email Subject on new subscriber sign up"
65
  msgstr ""
66
 
67
+ #: ../settings/settings-edit.php:150
68
  msgid ""
69
  "Subject for the admin email whenever a new subscriber signs up and is "
70
  "confirmed."
71
  msgstr ""
72
 
73
+ #: ../settings/settings-edit.php:156
74
  msgid "Admin Email Content on new subscriber signs up"
75
  msgstr ""
76
 
77
+ #: ../settings/settings-edit.php:157
78
  msgid ""
79
  "Content for the admin email whenever a new subscriber signs up and is "
80
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
81
  msgstr ""
82
 
83
+ #: ../settings/settings-edit.php:165
84
  msgid "Subject for the email report which will be sent to admin."
85
  msgstr ""
86
 
87
+ #: ../settings/settings-edit.php:172
88
  msgid ""
89
  "Content for the email report which will be sent to admin.<br />(Available "
90
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
91
  msgstr ""
92
 
93
+ #: ../settings/settings-edit.php:183
94
  msgid "Double Opt-In Email Subject (Confirmation Email)"
95
  msgstr ""
96
 
97
+ #: ../settings/settings-edit.php:184
98
  msgid ""
99
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
100
  "subscriber signs up."
101
  msgstr ""
102
 
103
+ #: ../settings/settings-edit.php:190
104
  msgid "Double Opt-In Email Content (Confirmation Email)"
105
  msgstr ""
106
 
107
+ #: ../settings/settings-edit.php:191
108
  msgid ""
109
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
110
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
111
  msgstr ""
112
 
113
+ #: ../settings/settings-edit.php:197
114
  msgid "Double Opt-In Confirmation Link"
115
  msgstr ""
116
 
117
+ #: ../settings/settings-edit.php:204
118
  msgid ""
119
  "Text to display after an email address is successfully subscribed from "
120
  "Double Opt-In (Confirmation) Email"
121
  msgstr ""
122
 
123
+ #: ../settings/settings-edit.php:212
124
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
125
  msgstr ""
126
 
127
+ #: ../settings/settings-edit.php:224
128
  msgid "Subject for Welcome Email"
129
  msgstr ""
130
 
131
+ #: ../settings/settings-edit.php:225
132
  msgid ""
133
  "Subject for the subscriber welcome email. This will be sent whenever a "
134
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
135
  "Opt-In) successfully."
136
  msgstr ""
137
 
138
+ #: ../settings/settings-edit.php:231
139
  msgid "Email Content for Welcome Email"
140
  msgstr ""
141
 
142
+ #: ../settings/settings-edit.php:232
143
  msgid ""
144
  "Content for the subscriber welcome email whenever a user's email is either "
145
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
146
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
147
  msgstr ""
148
 
149
+ #: ../settings/settings-edit.php:241
150
  msgid ""
151
  "This unsubscribe link is automatically added to all the emails that are sent "
152
  "from this plugin. It is a readonly field and you are advised not to modify "
153
  "it."
154
  msgstr ""
155
 
156
+ #: ../settings/settings-edit.php:248
157
  msgid ""
158
  "The text for the unsubscribe link. This text is automatically added with "
159
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
160
  msgstr ""
161
 
162
+ #: ../settings/settings-edit.php:255
163
  msgid ""
164
  "This text will be displayed once user clicks on unsubscribe link from the "
165
  "email."
166
  msgstr ""
167
 
168
+ #: ../settings/settings-edit.php:262
169
  msgid "Error in the Subscribe / Confirmation Link"
170
  msgstr ""
171
 
172
+ #: ../settings/settings-edit.php:263
173
  msgid ""
174
  "Default message to display if there is any issue while clicking on subscribe "
175
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
176
  msgstr ""
177
 
178
+ #: ../settings/settings-edit.php:270
179
  msgid ""
180
  "Default message to display if there is any issue while clicking on "
181
  "unsubscribe link from the emails."
182
  msgstr ""
183
 
184
+ #: ../settings/settings-edit.php:369
185
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
186
  msgstr ""
187
 
188
+ #: ../settings/settings-edit.php:374
189
  msgid "Cron Report"
190
  msgstr ""
191
 
192
+ #: ../settings/settings-edit.php:375
193
  msgid ""
194
  "Email to admin whenever a cron URL is triggered from your server. (Available "
195
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
196
  msgstr ""
197
 
198
+ #: ../settings/settings-edit.php:386
199
  msgid ""
200
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
201
  "schedule-cron-emails/?"
203
  "Cron?</a>"
204
  msgstr ""
205
 
206
+ #: ../settings/settings-edit.php:387
207
  msgid ""
208
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
209
  "schedule-cron-emails-in-cpanel/?"
211
  "job in cPanel</a>"
212
  msgstr ""
213
 
214
+ #: ../settings/settings-edit.php:388
215
  msgid ""
216
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
217
  "schedule-cron-emails-in-parallels-plesk/?"
219
  "job in Plesk</a>"
220
  msgstr ""
221
 
222
+ #: ../settings/settings-edit.php:389
223
  msgid ""
224
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
225
  "if-hosting-doesnt-support-cron-jobs/?"
227
  "does not support cron jobs?</a>"
228
  msgstr ""
229
 
230
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
231
+ msgid "Preview Email"
232
+ msgstr ""
233
+
234
+ #: ../sentmail/sentmail-preview.php:31
235
+ msgid ""
236
+ "This is how the email you sent may look. <br>Note: Different email services "
237
+ "(like gmail, yahoo etc) display email content differently. So there could be "
238
+ "a slight variation on how your customer will view the email content."
239
+ msgstr ""
240
+
241
  #: ../compose/compose-edit.php:61
242
  msgid "Successfully updated. "
243
  msgstr ""
246
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
247
  msgstr ""
248
 
249
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
250
  #, php-format
251
  msgid ""
252
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
258
  msgid "Successfully created. "
259
  msgstr ""
260
 
261
+ #: ../compose/compose-preview.php:31
262
+ msgid ""
263
+ "This is how your email may look. <br>Note: Different email services (like "
264
+ "gmail, yahoo etc) display email content differently. So there could be a "
265
+ "slight variation on how your customer will view the email content."
266
+ msgstr ""
267
+
268
  #: ../help/help.php:178
269
  msgid "Get more help and tips..."
270
  msgstr ""
531
  msgid "Email sent successfully. "
532
  msgstr ""
533
 
534
+ #: ../classes/es-register.php:193
535
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
536
  msgstr ""
537
 
538
+ #: ../classes/es-register.php:765
539
  msgctxt "timezone date format"
540
  msgid "Y-m-d"
541
  msgstr ""
542
 
543
+ #: ../classes/es-register.php:795
544
  msgid "Post Notifications more often than Newsletter"
545
  msgstr ""
546
 
547
+ #: ../classes/es-register.php:797
548
  msgid "Newsletter more often than Post Notifications"
549
  msgstr ""
550
 
551
+ #: ../classes/es-register.php:799
552
  msgid "Post Notification &amp; Newsletter equally"
553
  msgstr ""
554
 
555
+ #: ../classes/es-register.php:817
556
  msgid "Using Double Opt In"
557
  msgstr ""
558
 
559
+ #: ../classes/es-register.php:819
560
  msgid "Using Single Opt In"
561
  msgstr ""
562
 
563
+ #: ../classes/es-register.php:868
564
  msgid "Nah, I don't like improvements"
565
  msgstr ""
566
 
567
+ #: ../classes/es-register.php:874
568
  msgid "Next"
569
  msgstr ""
570
 
681
 
682
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
683
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
684
+ #: 123 ../compose/compose-add.php:105
685
  msgid "Save"
686
  msgstr "Guardar"
687
 
697
  msgid "Selected record deleted."
698
  msgstr "Registro seleccionado borrado."
699
 
700
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
701
+ #: classes/es-register.php:181
702
  msgid "Post Notifications"
703
  msgstr "Notificaciones de entradas"
704
 
716
  "suscriptores cuando se publique una nueva entrada en tu blog."
717
 
718
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
719
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
720
  msgid "Email Subject"
721
  msgstr "Asunto Correo"
722
 
736
  msgstr "Estado de Notificación"
737
 
738
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
739
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
740
  msgid "Edit"
741
  msgstr "Editar"
742
 
743
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
744
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
745
+ #: php:104
746
  msgid "Delete"
747
  msgstr "Borrar"
748
 
749
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
750
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
751
+ #: 432 ../compose/compose-show.php:117
752
  msgid "No records available."
753
  msgstr "No hay registros disponibles."
754
 
806
  msgid "User Roles"
807
  msgstr "Roles de usuario"
808
 
809
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
810
+ #: register.php:187
811
  msgid "Settings"
812
  msgstr "Configuración"
813
 
815
  msgid "Save Settings"
816
  msgstr "Guardar configuración"
817
 
818
+ #: ../settings/settings-edit.php:78
819
  msgid "Sender of Notifications"
820
  msgstr "Remitente de Notificaciones"
821
 
822
+ #: ../settings/settings-edit.php:79
823
  msgid ""
824
  "Choose a FROM name and FROM email address for all the emails to be sent from "
825
  "this plugin."
827
  "Elige el nombre DE y la dirección de correo DE para todos los correos que "
828
  "sean enviados desde este plugin."
829
 
830
+ #: ../settings/settings-edit.php:94
831
  msgid "1. WP HTML MAIL"
832
  msgstr "1. WP CORREO HTML"
833
 
834
+ #: ../settings/settings-edit.php:95
835
  msgid "2. WP PLAINTEXT MAIL"
836
  msgstr "2. WP CORREO TEXTO PLANO"
837
 
838
+ #: ../settings/settings-edit.php:96
839
  msgid "3. PHP HTML MAIL"
840
  msgstr "3. PHP CORREO PHP"
841
 
842
+ #: ../settings/settings-edit.php:97
843
  msgid "4. PHP PLAINTEXT MAIL"
844
  msgstr "4. PHP CORREO TEXTO PLANO"
845
 
846
+ #: ../settings/settings-edit.php:109
847
  msgid "Double Opt In"
848
  msgstr "Doble Aceptación"
849
 
850
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
851
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
852
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
853
  #: subscriber-edit.php:150
854
  msgid "Single Opt In"
855
  msgstr "Aceptación individual"
856
 
857
+ #: ../settings/settings-edit.php:116
858
  msgid "Image Size"
859
  msgstr "Tamaño de imagen"
860
 
861
+ #: ../settings/settings-edit.php:117
862
  msgid ""
863
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
864
  "Emails."
866
  "Selecciona el tamaño de imagen para ###POSTIMAGE### y que se muestre en los "
867
  "correos de Notificación de Entradas."
868
 
869
+ #: ../settings/settings-edit.php:121
870
  msgid "Full Size"
871
  msgstr "Tamaño Completo"
872
 
873
+ #: ../settings/settings-edit.php:122
874
  msgid "Medium Size"
875
  msgstr "Tamaño Medio"
876
 
877
+ #: ../settings/settings-edit.php:123
878
  msgid "Thumbnail"
879
  msgstr "Miniatura"
880
 
881
+ #: ../settings/settings-edit.php:129
882
  msgid "Admin Email Addresses"
883
  msgstr "Direcciones de Correo del Administrador"
884
 
885
+ #: ../settings/settings-edit.php:130
886
  msgid ""
887
  "Enter the admin email addresses that should receive notifications (separated "
888
  "by comma)."
890
  "Introduce las direcciones de correo del administrador que deben recibir las "
891
  "notificaciones (separadas por comas)."
892
 
893
+ #: ../settings/settings-edit.php:137
894
  msgid ""
895
  "To send admin email notifications for the new subscriber. This option must "
896
  "be set to YES."
898
  "Enviar notificaciones por correo al admin para cada nuevo suscriptor. Esta "
899
  "opción debe estar configurada a SÍ."
900
 
901
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
902
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
903
  msgid "YES"
904
  msgstr "SÍ"
905
 
906
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
907
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
908
  msgid "NO"
909
  msgstr "NO"
910
 
911
+ #: ../settings/settings-edit.php:164
912
  msgid "Sent Report Subject"
913
  msgstr "Enviar Asunto de Informe"
914
 
915
+ #: ../settings/settings-edit.php:171
916
  msgid "Sent Report Content"
917
  msgstr "Contenido de Informe Enviado"
918
 
919
+ #: ../settings/settings-edit.php:198
920
  msgid "It is a readonly field and you are advised not to modify it."
921
  msgstr "Es un campo de sólo lectura y te aconsejamos que no lo modifiques."
922
 
923
+ #: ../settings/settings-edit.php:205
924
  msgid ""
925
  "This text will be displayed once user clicks on email confirmation link from "
926
  "the Double Opt In (confirmation) Email."
928
  "Este texto se mostrará una vez el usuario haga clic en el enlace de "
929
  "confirmación de correo de Doble Aceptación (confirmación)."
930
 
931
+ #: ../settings/settings-edit.php:213
932
  msgid ""
933
  "To send welcome email to subscriber after successful signup. This option "
934
  "must be set to YES."
936
  "Para enviar un correo de bienvenida al suscriptor después de haberse "
937
  "registrado con éxito. Esta opción debe configurarse a SÍ."
938
 
939
+ #: ../settings/settings-edit.php:240
940
  msgid "Unsubscribe Link"
941
  msgstr "Enlace cancelar suscripción"
942
 
943
+ #: ../settings/settings-edit.php:247
944
  msgid "Unsubscribe Text in Email"
945
  msgstr "Texto de cancelación de suscripción en Correo"
946
 
947
+ #: ../settings/settings-edit.php:254
948
  msgid "Text to display after an email address is unsubscribed"
949
  msgstr ""
950
  "Texto para mostrar cuando una dirección de correo haya cancelado la "
951
  "suscripción"
952
 
953
+ #: ../settings/settings-edit.php:269
954
  msgid "Error in the Unsubscribe Link"
955
  msgstr "Error en el enlace de Cancelación de suscripción"
956
 
957
+ #: ../settings/settings-edit.php:282
958
  msgid "Select user roles who can access following menus. Only Admin can change this."
959
  msgstr ""
960
  "Selecciona roles de usuario que puedan acceder a los siguientes menús. Sólo "
961
  "el administrador puede cambiar esto."
962
 
963
+ #: ../settings/settings-edit.php:288
964
  msgid "Subscribers Menu"
965
  msgstr "Menú suscriptores"
966
 
967
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
968
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
969
+ #: settings/settings-edit.php:340
970
  msgid "Administrator Only"
971
  msgstr "Sólo Administrador"
972
 
973
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
974
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
975
+ #: settings/settings-edit.php:341
976
  msgid "Administrator/Editor"
977
  msgstr "Administrador/Editor"
978
 
979
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
980
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
981
+ #: settings/settings-edit.php:342
982
  msgid "Administrator/Editor/Author/Contributor"
983
  msgstr "Administrador/Editor/Autor/Colaborador"
984
 
985
+ #: ../settings/settings-edit.php:300
986
  msgid "Compose Menu"
987
  msgstr "Menú componer"
988
 
989
+ #: ../settings/settings-edit.php:312
990
  msgid "Post Notifications Menu"
991
  msgstr "Menú de notificaciones de entradas"
992
 
993
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
994
+ #: register.php:183 ../classes/es-register.php:184
995
  msgid "Newsletters"
996
  msgstr "Newsletters"
997
 
998
+ #: ../settings/settings-edit.php:336
999
  msgid "Reports Menu"
1000
  msgstr "Menú Informes"
1001
 
1002
+ #: ../settings/settings-edit.php:353
1003
  msgid "Cron job URL"
1004
  msgstr "URL tarea Cron"
1005
 
1006
+ #: ../settings/settings-edit.php:354
1007
  msgid ""
1008
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1009
  "modify it."
1011
  "Esta es la URL de tu tarea Cron. Es un campo de solo lectura y te "
1012
  "recomendamos que no lo modifiques."
1013
 
1014
+ #: ../settings/settings-edit.php:363
1015
  msgid "Email Count"
1016
  msgstr "Contador Correo"
1017
 
1018
+ #: ../settings/settings-edit.php:364
1019
  msgid "Number of emails that you want to trigger per hour."
1020
  msgstr "Número de correos que quieres que se envíen por hora."
1021
 
1022
+ #: ../settings/settings-edit.php:385
1023
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1024
  msgstr "¿Qué es Cron (correos automáticos) y cómo configurar una tarea Cron?"
1025
 
1026
+ #: ../settings/settings-edit.php:504
1027
  msgid "Please enter sender of notifications from name."
1028
  msgstr "Por favor introduce el nombre 'de' para el emisor de notificaciones."
1029
 
1030
+ #: ../settings/settings-edit.php:509
1031
  msgid "Please enter sender of notifications from email."
1032
  msgstr "Por favor introduce el correo 'de' para el emisor de notificaciones."
1033
 
1034
+ #: ../settings/settings-edit.php:553
1035
  msgid "Please enter valid mail count."
1036
  msgstr "Por favor, introduzca una cuenta de correo válida."
1037
 
1038
+ #: ../settings/settings-edit.php:566
1039
  msgid "Settings Saved."
1040
  msgstr "Configuración guardada."
1041
 
1042
+ #: ../settings/settings-edit.php:569
1043
  msgid "Oops, unable to update."
1044
  msgstr "Ups, no se ha podido actualizadar."
1045
 
1055
  msgid "Click to sync tables"
1056
  msgstr "Clic para sincronizar tablas"
1057
 
1058
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1059
  msgid "Back"
1060
  msgstr "Volver"
1061
 
1071
  msgid " &gt;&gt; "
1072
  msgstr " &gt;&gt; "
1073
 
1074
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1075
+ #: register.php:190
1076
  msgid "Reports"
1077
  msgstr "Informes"
1078
 
1087
  msgstr "Ver Informes"
1088
 
1089
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1090
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1091
+ #: compose/compose-show.php:88
1092
  msgid "Preview"
1093
  msgstr "Previsualizar"
1094
 
1099
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1100
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1101
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1102
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1103
  msgid "Status"
1104
  msgstr "Estado"
1105
 
1330
  msgid "Please select New Status to update."
1331
  msgstr "Por favor selecciona el Nuevo Estado a actualizar."
1332
 
1333
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1334
+ #: classes/es-register.php:175
1335
  msgid "Subscribers"
1336
  msgstr "Suscriptores"
1337
 
1416
  msgstr "Dirección E-Mail"
1417
 
1418
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1419
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1420
  msgid "Name"
1421
  msgstr "Nombre"
1422
 
1619
  msgid "Enter Content for your Email"
1620
  msgstr "Introduce Contenido para tu Correo"
1621
 
1622
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1623
  msgid "Available Keywords"
1624
  msgstr "Palabras clave disponibles"
1625
 
1626
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1627
  msgid "Published"
1628
  msgstr "Publicado"
1629
 
1630
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1631
  msgid "Please select your mail status"
1632
  msgstr "Por favor, selecciona el estado de tu correo"
1633
 
1635
  msgid "Add new Email"
1636
  msgstr "Añadir nuevo Email"
1637
 
1638
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1639
+ #: register.php:178
1640
  msgid "Compose"
1641
  msgstr "Componer"
1642
 
1643
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1644
  msgid "Email Template"
1645
  msgstr "Plantilla Correo"
1646
 
1647
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1648
  msgid "Actions"
1649
  msgstr "Acciones"
1650
 
1673
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1674
  msgstr "Gracias por instalar y esperamos que disfrute el uso de Email Subscribers."
1675
 
1676
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1677
  #: php:38
1678
  msgid "Subscribe"
1679
  msgstr "Suscribirse"
1810
  msgid "Reset"
1811
  msgstr "Reiniciar"
1812
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1813
  #: ../classes/es-common.php:13
1814
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1815
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmado</span>"
1854
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1855
  msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
1856
 
1857
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1858
+ #: register.php:782
1859
  msgid "Email Subscribers"
1860
  msgstr "Email Subscribers"
1861
 
1862
+ #: ../classes/es-register.php:192
1863
  msgid "Help & Info"
1864
  msgstr "Ayuda e Información"
1865
 
1866
+ #: ../classes/es-register.php:204
1867
  msgctxt "view-subscriber-enhanced-select"
1868
  msgid "Please enter subscriber email address."
1869
  msgstr "Por favor introduce la dirección de correo de suscriptor."
1870
 
1871
+ #: ../classes/es-register.php:205
1872
  msgctxt "view-subscriber-enhanced-select"
1873
  msgid "Please select subscriber email status."
1874
  msgstr "Por favor selecciona el estado de correo de suscriptor."
1875
 
1876
+ #: ../classes/es-register.php:206
1877
  msgctxt "view-subscriber-enhanced-select"
1878
  msgid "Please select or create group for this subscriber."
1879
  msgstr "Por favor selecciona o crea grupo para este suscriptor."
1880
 
1881
+ #: ../classes/es-register.php:207
1882
  msgctxt "view-subscriber-enhanced-select"
1883
  msgid "Do you want to delete this record?"
1884
  msgstr "¿Quieres borrar este registro?"
1885
 
1886
+ #: ../classes/es-register.php:208
1887
  msgctxt "view-subscriber-enhanced-select"
1888
  msgid "Please select the bulk action."
1889
  msgstr "Por favor selecciona la acción en bloque."
1890
 
1891
+ #: ../classes/es-register.php:209
1892
  msgctxt "view-subscriber-enhanced-select"
1893
  msgid "Are you sure you want to delete selected records?"
1894
  msgstr "¿Seguro de querer borrar los registros seleccionados?"
1895
 
1896
+ #: ../classes/es-register.php:210
1897
  msgctxt "view-subscriber-enhanced-select"
1898
  msgid ""
1899
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1902
  "¿Quieres volver a mandar el correo de confirmación?\\nTambién ten en cuenta "
1903
  "que esto actualizará el estado actual a 'Sin confirmar'."
1904
 
1905
+ #: ../classes/es-register.php:211
1906
  msgctxt "view-subscriber-enhanced-select"
1907
  msgid "Please select new subscriber group."
1908
  msgstr "Por favor selecciona un nuevo grupo de suscriptores."
1909
 
1910
+ #: ../classes/es-register.php:212
1911
  msgctxt "view-subscriber-enhanced-select"
1912
  msgid "Please select new status for subscribers"
1913
  msgstr "Por favor, selecciona un nuevo estado para los suscriptores"
1914
 
1915
+ #: ../classes/es-register.php:213
1916
  msgctxt "view-subscriber-enhanced-select"
1917
  msgid "Do you want to update subscribers group?"
1918
  msgstr "¿Quieres actualizar el grupo de suscriptores?"
1919
 
1920
+ #: ../classes/es-register.php:214
1921
  msgctxt "view-subscriber-enhanced-select"
1922
  msgid "Do you want to update subscribers status?"
1923
  msgstr "¿Quieres actualizar el estado de los suscriptores?"
1924
 
1925
+ #: ../classes/es-register.php:215
1926
  msgctxt "view-subscriber-enhanced-select"
1927
  msgid ""
1928
  "Please select only csv file. Please check official website for csv structure."
1931
  "Por favor selecciona el archivo de entrada csv. Por favor, consulta el sitio "
1932
  "oficial para ver la estructura csv."
1933
 
1934
+ #: ../classes/es-register.php:223
1935
  msgctxt "compose-enhanced-select"
1936
  msgid "Please enter the Email Subject."
1937
  msgstr "Por favor, indica el Asunto del Correo."
1938
 
1939
+ #: ../classes/es-register.php:224
1940
  msgctxt "compose-enhanced-select"
1941
  msgid "Do you want to delete this record?"
1942
  msgstr "¿Quieres borrar este registro?"
1943
 
1944
+ #: ../classes/es-register.php:232
1945
  msgctxt "notification-enhanced-select"
1946
  msgid "Please select subscribers group."
1947
  msgstr "Por favor selecciona el grupo de suscriptores."
1948
 
1949
+ #: ../classes/es-register.php:233
1950
  msgctxt "notification-enhanced-select"
1951
  msgid "Please select notification mail subject. Use compose menu to create new."
1952
  msgstr ""
1953
  "Por favor selecciona el asunto de notificación del correo. Utiliza el menú "
1954
  "componer para crear uno nuevo."
1955
 
1956
+ #: ../classes/es-register.php:234
1957
  msgctxt "notification-enhanced-select"
1958
  msgid "Please select notification status."
1959
  msgstr "Por favor selecciona el estado de notificación."
1960
 
1961
+ #: ../classes/es-register.php:235
1962
  msgctxt "notification-enhanced-select"
1963
  msgid "Do you want to delete this record?"
1964
  msgstr "¿Quieres borrar este registro?"
1965
 
1966
+ #: ../classes/es-register.php:243
1967
  msgctxt "sendmail-enhanced-select"
1968
  msgid "Please select your mail subject."
1969
  msgstr "Por favor selecciona el asunto de tu correo."
1970
 
1971
+ #: ../classes/es-register.php:244
1972
  msgctxt "sendmail-enhanced-select"
1973
  msgid "Please select your mail type."
1974
  msgstr "Por favor selecciona tu tipo de correo."
1975
 
1976
+ #: ../classes/es-register.php:245
1977
  msgctxt "sendmail-enhanced-select"
1978
  msgid ""
1979
  "Have you double checked your selected group? If so, let's go ahead and send "
1982
  "¿Has comprobado dos veces tu grupo seleccionado? Si es así, continuemos y "
1983
  "enviemos esto."
1984
 
1985
+ #: ../classes/es-register.php:253
1986
  msgctxt "sentmail-enhanced-select"
1987
  msgid "Do you want to delete this record?"
1988
  msgstr "¿Quieres borrar este registro?"
1989
 
1990
+ #: ../classes/es-register.php:254
1991
  msgctxt "sentmail-enhanced-select"
1992
  msgid "Do you want to delete all records except latest 10?"
1993
  msgstr "¿Quieres borrar todos los registros excepto los últimos 10?"
1994
 
1995
+ #: ../classes/es-register.php:262
1996
  msgctxt "cron-enhanced-select"
1997
  msgid "Please select enter number of mails you want to send per hour/trigger."
1998
  msgstr ""
1999
  "Por favor, introduce el número de correos que quieres enviar por "
2000
  "hora/disparador."
2001
 
2002
+ #: ../classes/es-register.php:263
2003
  msgctxt "cron-enhanced-select"
2004
  msgid "Please enter the mail count, only number."
2005
  msgstr "Por favor, introduce el conteo de correos, sólo numérico."
2006
 
2007
+ #: ../classes/es-register.php:276
2008
  msgctxt "widget-enhanced-select"
2009
  msgid "Please enter email address"
2010
  msgstr "Por favor inserta dirección de correo"
2011
 
2012
+ #: ../classes/es-register.php:277
2013
  msgctxt "widget-enhanced-select"
2014
  msgid "Please provide a valid email address"
2015
  msgstr "Por favor escribe una dirección de correo válida"
2016
 
2017
+ #: ../classes/es-register.php:278
2018
  msgctxt "widget-enhanced-select"
2019
  msgid "loading..."
2020
  msgstr "cargando..."
2021
 
2022
+ #: ../classes/es-register.php:279
2023
  msgctxt "widget-enhanced-select"
2024
  msgid "Cannot create XMLHTTP instance"
2025
  msgstr "No se puede crear la instancia XMLHTTP"
2026
 
2027
+ #: ../classes/es-register.php:280
2028
  msgctxt "widget-enhanced-select"
2029
  msgid "Successfully Subscribed."
2030
  msgstr "Suscripción exitosa."
2031
 
2032
+ #: ../classes/es-register.php:281
2033
  msgctxt "widget-enhanced-select"
2034
  msgid ""
2035
  "Your subscription was successful! Within a few minutes, kindly check the "
2040
  "en tu bandeja de entrada y confirma tu suscripción. Si no ves el correo en "
2041
  "la bandeja de entrada, por favor revisa tu carpeta de correo no deseado."
2042
 
2043
+ #: ../classes/es-register.php:282
2044
  msgctxt "widget-enhanced-select"
2045
  msgid "Email Address already exists!"
2046
  msgstr "¡Esa dirección de Correo ya existe!"
2047
 
2048
+ #: ../classes/es-register.php:283
2049
  msgctxt "widget-enhanced-select"
2050
  msgid "Oops.. Unexpected error occurred."
2051
  msgstr "Ups. Ha sucedido un error inesperado."
2052
 
2053
+ #: ../classes/es-register.php:284
2054
  msgctxt "widget-enhanced-select"
2055
  msgid "Invalid email address"
2056
  msgstr "Dirección de correo electrónico no válida"
2057
 
2058
+ #: ../classes/es-register.php:285
2059
  msgctxt "widget-enhanced-select"
2060
  msgid "Please try after some time"
2061
  msgstr "Por favor, inténtalo transcurridos unos minutos"
2062
 
2063
+ #: ../classes/es-register.php:286
2064
  msgctxt "widget-enhanced-select"
2065
  msgid "There was a problem with the request"
2066
  msgstr "Ha habido un problema con la solicitud"
2067
 
2068
+ #: ../classes/es-register.php:293
2069
  msgctxt "widget-page-enhanced-select"
2070
  msgid "Please enter email address"
2071
  msgstr "Por favor introduce dirección de correo electrónico"
2072
 
2073
+ #: ../classes/es-register.php:294
2074
  msgctxt "widget-page-enhanced-select"
2075
  msgid "Please provide a valid email address"
2076
  msgstr "Por favor, inserta una dirección de correo electrónica válida"
2077
 
2078
+ #: ../classes/es-register.php:295
2079
  msgctxt "widget-page-enhanced-select"
2080
  msgid "loading..."
2081
  msgstr "cargando..."
2082
 
2083
+ #: ../classes/es-register.php:296
2084
  msgctxt "widget-page-enhanced-select"
2085
  msgid "Cannot create XMLHTTP instance"
2086
  msgstr "No se puede crear la instancia XMLHTTP"
2087
 
2088
+ #: ../classes/es-register.php:297
2089
  msgctxt "widget-page-enhanced-select"
2090
  msgid "Successfully Subscribed."
2091
  msgstr "Suscripción con éxito."
2092
 
2093
+ #: ../classes/es-register.php:298
2094
  msgctxt "widget-page-enhanced-select"
2095
  msgid ""
2096
  "Your subscription was successful! Within a few minutes, kindly check the "
2102
  "correo en tu bandeja de entrada, por favor revisa tu carpeta de correo no "
2103
  "deseado."
2104
 
2105
+ #: ../classes/es-register.php:299
2106
  msgctxt "widget-page-enhanced-select"
2107
  msgid "Email Address already exists!"
2108
  msgstr "¡Esa dirección de correo electrónico ya existe!"
2109
 
2110
+ #: ../classes/es-register.php:300
2111
  msgctxt "widget-page-enhanced-select"
2112
  msgid "Oops.. Unexpected error occurred."
2113
  msgstr "Ups. Ha sucedido un error inesperado."
2114
 
2115
+ #: ../classes/es-register.php:301
2116
  msgctxt "widget-page-enhanced-select"
2117
  msgid "Invalid email address"
2118
  msgstr "Dirección de correo electrónico no válida"
2119
 
2120
+ #: ../classes/es-register.php:302
2121
  msgctxt "widget-page-enhanced-select"
2122
  msgid "Please try after some time"
2123
  msgstr "Por favor, inténtalo transcurridos unos minutos"
2124
 
2125
+ #: ../classes/es-register.php:303
2126
  msgctxt "widget-page-enhanced-select"
2127
  msgid "There was a problem with the request"
2128
  msgstr "Ha habido un problema con la solicitud"
2129
 
2130
+ #: ../classes/es-register.php:782
2131
  msgid "is getting even better!"
2132
  msgstr "está mejorando aún más!"
2133
 
2134
+ #: ../classes/es-register.php:783
2135
  msgid "But I need you to"
2136
  msgstr "Pero necesito que"
2137
 
2138
+ #: ../classes/es-register.php:783
2139
  msgid "help me prioritize"
2140
  msgstr "me ayudes a priorizar"
2141
 
2142
+ #: ../classes/es-register.php:783
2143
  msgid "Please send your response today."
2144
  msgstr "Por favor, envía tu respuesta hoy."
2145
 
2146
+ #: ../classes/es-register.php:790
2147
  msgid "Here's how you use ES:"
2148
  msgstr "Así es como puedes utilizar ES:"
2149
 
2150
+ #: ../classes/es-register.php:803
2151
  msgid "Have "
2152
  msgstr "Ha "
2153
 
2154
+ #: ../classes/es-register.php:803
2155
  msgid " Active Subscribers"
2156
  msgstr " Suscriptores Activos"
2157
 
2158
+ #: ../classes/es-register.php:804
2159
  msgid "Post "
2160
  msgstr "Entrada "
2161
 
2162
+ #: ../classes/es-register.php:804
2163
  msgid " blog per week"
2164
  msgstr " blog por semana"
2165
 
2166
+ #: ../classes/es-register.php:808
2167
  msgid "Send emails via Cron"
2168
  msgstr "Enviar correos vía Cron"
2169
 
2170
+ #: ../classes/es-register.php:810
2171
  msgid "Send emails Immediately"
2172
  msgstr "Enviar correos inmediatamente"
2173
 
2174
+ #: ../classes/es-register.php:837
2175
  msgid "How soon do you want these new features?"
2176
  msgstr "¿Cómo de pronto quieres estas características?"
2177
 
2178
+ #: ../classes/es-register.php:841
2179
  msgid "Beautiful Email Designs"
2180
  msgstr "Preciosos Diseños de Correo"
2181
 
2182
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2183
+ #: register.php:852 ../classes/es-register.php:857
2184
  msgid "Right now!"
2185
  msgstr "¡Ahora mismo!"
2186
 
2187
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2188
+ #: register.php:853 ../classes/es-register.php:858
2189
  msgid "Soon"
2190
  msgstr "Pronto"
2191
 
2192
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2193
+ #: register.php:854 ../classes/es-register.php:859
2194
  msgid "Later"
2195
  msgstr "Más adelante"
2196
 
2197
+ #: ../classes/es-register.php:846
2198
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2199
  msgstr "Comprobación de Spam, Programando... (Mejor Envío de Correo)"
2200
 
2201
+ #: ../classes/es-register.php:851
2202
  msgid "Discard Fake / Bouncing Emails"
2203
  msgstr "Descartar Correos fraudulentos / rebotados"
2204
 
2205
+ #: ../classes/es-register.php:856
2206
  msgid "Advanced Reporting"
2207
  msgstr "Informe avanzado"
2208
 
2209
+ #: ../classes/es-register.php:884
2210
  msgid "Thank you!"
2211
  msgstr "¡Gracias!"
2212
 
2213
+ #: ../classes/es-register.php:885
2214
  msgid "No issues, have a nice day!"
2215
  msgstr "¡Sin problemas, que pases un buen día!"
2216
 
2217
+ #: ../classes/es-register.php:977
2218
+ msgid ""
2219
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2220
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2221
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2222
+ "</a> rating. A huge thank you from Icegram in advance!"
2223
+ msgstr ""
2224
+ "Si te gusta <strong>Email Subscribers</strong>, por favor considera dejarnos "
2225
+ "una calificación <a target=\"_blank\" href=\"https://wordpress."
2226
+ "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2227
+ "&#9733;&#9733;&#9733;&#9733;</a>. ¡Te lo agradecemos enormemente desde "
2228
+ "Icegram!"
2229
+
2230
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2231
  msgid "Email *"
2232
  msgstr "Email *"
2233
 
2234
+ #: ../classes/es-register.php:1134
2235
  msgid "Widget Title"
2236
  msgstr "Título Widget"
2237
 
2238
+ #: ../classes/es-register.php:1138
2239
  msgid "Short description about subscription form"
2240
  msgstr "Descripción corta sobre el formulario de suscripción"
2241
 
2242
+ #: ../classes/es-register.php:1142
2243
  msgid "Display Name Field"
2244
  msgstr "Mostrar Campo Nombre"
2245
 
2246
+ #: ../classes/es-register.php:1149
2247
  msgid "Subscriber Group"
2248
  msgstr "Grupo de suscripción"
languages/email-subscribers-fr_FR.mo CHANGED
Binary file
languages/email-subscribers-fr_FR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:25:18 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -23,530 +23,22 @@ msgstr ""
23
  "X-Loco-Target-Locale: fr_FR\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
- #. URI of the plugin
27
- msgid "https://www.icegram.com"
28
- msgstr ""
29
-
30
- #: ../email-subscribers.php:70
31
- msgctxt "timezone date format"
32
- msgid "Y-m-d H:i:s"
33
- msgstr ""
34
-
35
- #: ../settings/settings-edit.php:92
36
- msgid "Email Type"
37
- msgstr ""
38
-
39
- #: ../settings/settings-edit.php:93
40
- msgid ""
41
- "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
- "Option 3 & 4 is to send emails with PHP method mail()."
43
- msgstr ""
44
-
45
- #: ../settings/settings-edit.php:107
46
- msgid "Opt-In Type"
47
- msgstr ""
48
-
49
- #: ../settings/settings-edit.php:108
50
- msgid ""
51
- "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
- "soon as they subscribe to your list. They have to confirm their subscription "
53
- "by clicking on the activation link.<br />Single Opt-In : In this type, the "
54
- "subscriber is not asked to confirm their email address. They are subscribed "
55
- "directly in the list."
56
- msgstr ""
57
-
58
- #: ../settings/settings-edit.php:139
59
- msgid "Notify Admin when a new subscriber signs up"
60
- msgstr ""
61
-
62
- #: ../settings/settings-edit.php:152
63
- msgid "Admin Email Subject on new subscriber sign up"
64
- msgstr ""
65
-
66
- #: ../settings/settings-edit.php:153
67
- msgid ""
68
- "Subject for the admin email whenever a new subscriber signs up and is "
69
- "confirmed."
70
- msgstr ""
71
-
72
- #: ../settings/settings-edit.php:159
73
- msgid "Admin Email Content on new subscriber signs up"
74
- msgstr ""
75
-
76
- #: ../settings/settings-edit.php:160
77
- msgid ""
78
- "Content for the admin email whenever a new subscriber signs up and is "
79
- "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
- msgstr ""
81
-
82
- #: ../settings/settings-edit.php:168
83
- msgid "Subject for the email report which will be sent to admin."
84
- msgstr ""
85
-
86
- #: ../settings/settings-edit.php:175
87
- msgid ""
88
- "Content for the email report which will be sent to admin.<br />(Available "
89
- "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
- msgstr ""
91
-
92
- #: ../settings/settings-edit.php:186
93
- msgid "Double Opt-In Email Subject (Confirmation Email)"
94
- msgstr ""
95
-
96
- #: ../settings/settings-edit.php:187
97
- msgid ""
98
- "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
- "subscriber signs up."
100
- msgstr ""
101
-
102
- #: ../settings/settings-edit.php:193
103
- msgid "Double Opt-In Email Content (Confirmation Email)"
104
- msgstr ""
105
-
106
- #: ../settings/settings-edit.php:194
107
- msgid ""
108
- "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
- "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
- msgstr ""
111
-
112
- #: ../settings/settings-edit.php:200
113
- msgid "Double Opt-In Confirmation Link"
114
- msgstr ""
115
-
116
- #: ../settings/settings-edit.php:207
117
- msgid ""
118
- "Text to display after an email address is successfully subscribed from "
119
- "Double Opt-In (Confirmation) Email"
120
- msgstr ""
121
-
122
- #: ../settings/settings-edit.php:215
123
- msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
- msgstr ""
125
-
126
- #: ../settings/settings-edit.php:227
127
- msgid "Subject for Welcome Email"
128
- msgstr ""
129
-
130
- #: ../settings/settings-edit.php:228
131
- msgid ""
132
- "Subject for the subscriber welcome email. This will be sent whenever a "
133
- "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
- "Opt-In) successfully."
135
- msgstr ""
136
-
137
- #: ../settings/settings-edit.php:234
138
- msgid "Email Content for Welcome Email"
139
- msgstr ""
140
-
141
- #: ../settings/settings-edit.php:235
142
- msgid ""
143
- "Content for the subscriber welcome email whenever a user's email is either "
144
- "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
- "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
- msgstr ""
147
-
148
- #: ../settings/settings-edit.php:244
149
- msgid ""
150
- "This unsubscribe link is automatically added to all the emails that are sent "
151
- "from this plugin. It is a readonly field and you are advised not to modify "
152
- "it."
153
- msgstr ""
154
-
155
- #: ../settings/settings-edit.php:251
156
- msgid ""
157
- "The text for the unsubscribe link. This text is automatically added with "
158
- "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
- msgstr ""
160
-
161
- #: ../settings/settings-edit.php:258
162
- msgid ""
163
- "This text will be displayed once user clicks on unsubscribe link from the "
164
- "email."
165
- msgstr ""
166
-
167
- #: ../settings/settings-edit.php:265
168
- msgid "Error in the Subscribe / Confirmation Link"
169
- msgstr ""
170
-
171
- #: ../settings/settings-edit.php:266
172
- msgid ""
173
- "Default message to display if there is any issue while clicking on subscribe "
174
- "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
- msgstr ""
176
-
177
- #: ../settings/settings-edit.php:273
178
- msgid ""
179
- "Default message to display if there is any issue while clicking on "
180
- "unsubscribe link from the emails."
181
- msgstr ""
182
-
183
- #: ../settings/settings-edit.php:372
184
- msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
- msgstr ""
186
-
187
- #: ../settings/settings-edit.php:377
188
- msgid "Cron Report"
189
- msgstr ""
190
-
191
- #: ../settings/settings-edit.php:378
192
- msgid ""
193
- "Email to admin whenever a cron URL is triggered from your server. (Available "
194
- "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
- msgstr ""
196
-
197
- #: ../settings/settings-edit.php:389
198
- msgid ""
199
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
- "schedule-cron-emails/?"
201
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
202
- "Cron?</a>"
203
- msgstr ""
204
-
205
- #: ../settings/settings-edit.php:390
206
- msgid ""
207
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
- "schedule-cron-emails-in-cpanel/?"
209
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
210
- "job in cPanel</a>"
211
- msgstr ""
212
-
213
- #: ../settings/settings-edit.php:391
214
- msgid ""
215
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
- "schedule-cron-emails-in-parallels-plesk/?"
217
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
218
- "job in Plesk</a>"
219
- msgstr ""
220
-
221
- #: ../settings/settings-edit.php:392
222
- msgid ""
223
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
- "if-hosting-doesnt-support-cron-jobs/?"
225
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
226
- "does not support cron jobs?</a>"
227
- msgstr ""
228
-
229
- #: ../compose/compose-edit.php:61
230
- msgid "Successfully updated. "
231
- msgstr ""
232
-
233
- #: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
234
- msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
235
- msgstr ""
236
-
237
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
238
- #, php-format
239
- msgid ""
240
- "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
241
- "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
242
- "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
243
- msgstr ""
244
-
245
- #: ../compose/compose-add.php:43
246
- msgid "Successfully created. "
247
- msgstr ""
248
-
249
- #: ../help/help.php:178
250
- msgid "Get more help and tips..."
251
- msgstr ""
252
-
253
- #: ../help/help.php:192
254
- #, php-format
255
- msgid "Version: %s"
256
- msgstr ""
257
-
258
- #: ../help/help.php:195
259
- msgid "Questions? Need Help?"
260
- msgstr ""
261
-
262
- #: ../help/help.php:196
263
- msgid "Contact Us"
264
- msgstr ""
265
-
266
- #: ../help/help.php:236
267
- msgid "Description"
268
- msgstr ""
269
-
270
- #: ../help/help.php:238
271
- msgid ""
272
- "Email Subscribers is a complete newsletter plugin which lets you collect "
273
- "leads, send automated new blog post notification emails, create & send "
274
- "newsletters and manage all this in one single place."
275
- msgstr ""
276
-
277
- #: ../help/help.php:240
278
- msgid "Feature Overview"
279
- msgstr ""
280
-
281
- #: ../help/help.php:243
282
- msgid ""
283
- "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
284
- "Code)."
285
- msgstr ""
286
-
287
- #: ../help/help.php:246
288
- msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
289
- msgstr ""
290
-
291
- #: ../help/help.php:249
292
- msgid "Send automatic welcome email to subscribers."
293
- msgstr ""
294
-
295
- #: ../help/help.php:252
296
- msgid ""
297
- "Send new post notification emails to subscribers when new posts are "
298
- "published on your website."
299
- msgstr ""
300
-
301
- #: ../help/help.php:255
302
- msgid "Schedule email (Cron job) or send them manually."
303
- msgstr ""
304
-
305
- #: ../help/help.php:258
306
- msgid "Send email notification to admin when a new user signs up."
307
- msgstr ""
308
-
309
- #: ../help/help.php:261
310
- msgid "Automatically add Unsubscribe link in the email."
311
- msgstr ""
312
-
313
- #: ../help/help.php:264
314
- msgid "Easily migrate subscribers from another app using Import & Export."
315
- msgstr ""
316
-
317
- #: ../help/help.php:267
318
- msgid "Use HTML editor to compose newsletters and post notifications."
319
- msgstr ""
320
-
321
- #: ../help/help.php:270
322
- msgid "Send newsletters to different groups."
323
- msgstr ""
324
-
325
- #: ../help/help.php:273
326
- msgid "Get detailed sent email reports."
327
- msgstr ""
328
-
329
- #: ../help/help.php:276
330
- msgid "Control user access (User Roles and Capabilities)."
331
- msgstr ""
332
-
333
- #: ../help/help.php:279
334
- msgid "Supports localization and internationalization."
335
- msgstr ""
336
-
337
- #: ../help/help.php:286
338
- msgid "Add Subscribe form"
339
- msgstr ""
340
-
341
- #: ../help/help.php:291
342
- #, php-format
343
- msgid ""
344
- "Use any of the following 3 methods :<br>\n"
345
- " a) Shortcode in any page/post : <strong>[email-subscribers "
346
- "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
347
- " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
348
- "and drag it to the sidebar on the right <i>Or</i><br>\n"
349
- " c) Copy and past this php code to your desired template location : "
350
- "<strong>%s</strong>"
351
- msgstr ""
352
-
353
- #: ../help/help.php:296
354
- msgid "Additional form settings"
355
- msgstr ""
356
-
357
- #: ../help/help.php:311
358
- #, php-format
359
- msgid "Modify %s"
360
- msgstr ""
361
-
362
- #: ../help/help.php:311
363
- msgid "default text, email contents"
364
- msgstr ""
365
-
366
- #: ../help/help.php:311
367
- msgid ""
368
- " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
369
- "Roles"
370
- msgstr ""
371
-
372
- #: ../help/help.php:320
373
- msgid "How to change/update/translate any texts from the plugin?"
374
- msgstr ""
375
-
376
- #: ../help/help.php:333
377
- msgid "Usage"
378
- msgstr ""
379
-
380
- #: ../help/help.php:336
381
- msgid "Compose and Send Newsletter Emails"
382
- msgstr ""
383
-
384
- #: ../help/help.php:339
385
- msgid "Compose and Send Post Notification Emails when new posts are published"
386
- msgstr ""
387
-
388
- #: ../help/help.php:342
389
- msgid "Keywords in the Post Notifications"
390
- msgstr ""
391
-
392
- #: ../help/help.php:345
393
- msgid "Send a test post notification email to myself/testgroup"
394
- msgstr ""
395
-
396
- #: ../help/help.php:348
397
- msgid "Check sent emails"
398
- msgstr ""
399
-
400
- #: ../help/help.php:355
401
- msgid "Cron Job Setup"
402
- msgstr ""
403
-
404
- #: ../help/help.php:361
405
- msgid "Schedule Cron Emails in cPanel"
406
- msgstr ""
407
-
408
- #: ../help/help.php:364
409
- msgid "Schedule Cron Emails in Parallels Plesk"
410
- msgstr ""
411
-
412
- #: ../help/help.php:367
413
- msgid "Hosting doesn’t support Cron Jobs?"
414
- msgstr ""
415
-
416
- #: ../help/help.php:374
417
- msgid "Troubleshooting Steps"
418
- msgstr ""
419
-
420
- #: ../help/help.php:382
421
- msgid "FAQ's"
422
- msgstr ""
423
-
424
- #: ../help/help.php:389
425
- msgid "Want to do more? Here's how.."
426
- msgstr ""
427
-
428
- #: ../help/help.php:392
429
- msgid "Allow Subscribers to get subscribed to any group"
430
- msgstr ""
431
-
432
- #: ../help/help.php:397
433
- msgid "Using our free "
434
- msgstr ""
435
-
436
- #: ../help/help.php:398
437
- msgid "Group Selector"
438
- msgstr ""
439
-
440
- #: ../help/help.php:399
441
- msgid ""
442
- "plugin, you can extend Email Subscribers Form functionality by providing an "
443
- "grouping option right next to the form."
444
- msgstr ""
445
-
446
- #: ../help/help.php:402
447
- msgid "The user can then subscribe to whichever group most appeals to them."
448
- msgstr ""
449
-
450
- #: ../help/help.php:405
451
- msgid "For example: Subscribe either to Updates or to Offers."
452
- msgstr ""
453
-
454
- #: ../help/help.php:409
455
- msgid "Show your subscribe form inside attractive popups"
456
- msgstr ""
457
-
458
- #: ../help/help.php:414
459
- msgid ""
460
- "Don't limit your subscriber form to a widget. Embed it within popups, hello "
461
- "bars, slide-ins, sidebars, full screen popups etc."
462
- msgstr ""
463
-
464
- #: ../help/help.php:417
465
- msgid "Using Email Subscribers you can achieve this easily with our free plugin "
466
- msgstr ""
467
-
468
- #: ../help/help.php:421
469
- msgid ""
470
- "Icegram's beautiful designs instantly capture user attention and help "
471
- "increase sign-ups to your WordPress website."
472
- msgstr ""
473
-
474
- #: ../help/help.php:424 ../help/help.php:444
475
- #, php-format
476
- msgid "How to %s"
477
- msgstr ""
478
-
479
- #: ../help/help.php:424
480
- msgid "show subscribe form inside a popup"
481
- msgstr ""
482
-
483
- #: ../help/help.php:428
484
- msgid "Get beautiful and elegant form styles"
485
- msgstr ""
486
-
487
- #: ../help/help.php:434
488
- msgid "Email subscribers easily integrates with another free plugin "
489
- msgstr ""
490
-
491
- #: ../help/help.php:435
492
- msgid "Rainmaker"
493
  msgstr ""
494
 
495
- #: ../help/help.php:438
496
  msgid ""
497
- "Rainmaker extends the core features of Email Subscribers and provides "
498
- "elegant form styles."
 
499
  msgstr ""
500
 
501
- #: ../help/help.php:441
502
  msgid ""
503
- "These styles are well designed and beautify your subscription form making it "
504
- "more appealing."
505
- msgstr ""
506
-
507
- #: ../help/help.php:444
508
- msgid "add Rainmaker’s form in Email Subscribers"
509
- msgstr ""
510
-
511
- #: ../sendmail/sendmail.php:59
512
- msgid "Email sent successfully. "
513
- msgstr ""
514
-
515
- #: ../classes/es-register.php:164
516
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
517
- msgstr ""
518
-
519
- #: ../classes/es-register.php:707
520
- msgctxt "timezone date format"
521
- msgid "Y-m-d"
522
- msgstr ""
523
-
524
- #: ../classes/es-register.php:737
525
- msgid "Post Notifications more often than Newsletter"
526
- msgstr ""
527
-
528
- #: ../classes/es-register.php:739
529
- msgid "Newsletter more often than Post Notifications"
530
- msgstr ""
531
-
532
- #: ../classes/es-register.php:741
533
- msgid "Post Notification &amp; Newsletter equally"
534
- msgstr ""
535
-
536
- #: ../classes/es-register.php:759
537
- msgid "Using Double Opt In"
538
- msgstr ""
539
-
540
- #: ../classes/es-register.php:761
541
- msgid "Using Single Opt In"
542
- msgstr ""
543
-
544
- #: ../classes/es-register.php:810
545
- msgid "Nah, I don't like improvements"
546
- msgstr ""
547
-
548
- #: ../classes/es-register.php:816
549
- msgid "Next"
550
  msgstr ""
551
 
552
  #: ../notification/notification-add.php:33
@@ -662,7 +154,7 @@ msgstr "Ne pas envoyer"
662
 
663
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
664
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
665
- #: 117 ../compose/compose-add.php:105
666
  msgid "Save"
667
  msgstr "Enregistrer"
668
 
@@ -678,8 +170,8 @@ msgstr "Oups, ces données n'existent pas."
678
  msgid "Selected record deleted."
679
  msgstr "La sélection a été supprimée."
680
 
681
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
682
- #: classes/es-register.php:152
683
  msgid "Post Notifications"
684
  msgstr "Notifications d'article"
685
 
@@ -697,7 +189,7 @@ msgstr ""
697
  "nouveaux articles sont publiés."
698
 
699
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
700
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
701
  msgid "Email Subject"
702
  msgstr "Sujet"
703
 
@@ -717,19 +209,19 @@ msgid "Notification Status"
717
  msgstr "Mode d'envoi"
718
 
719
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
720
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
721
  msgid "Edit"
722
  msgstr "Modifier"
723
 
724
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
725
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
726
- #: php:102
727
  msgid "Delete"
728
  msgstr "Supprimer"
729
 
730
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
731
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
732
- #: 432 ../compose/compose-show.php:111
733
  msgid "No records available."
734
  msgstr "Aucun enregistrement."
735
 
@@ -758,6 +250,10 @@ msgstr "Mettre à jour le groupe"
758
  msgid "Email Subscribers & Newsletters"
759
  msgstr "Email Subscribers & Newsletters"
760
 
 
 
 
 
761
  #. Description of the plugin/theme
762
  msgid ""
763
  "Add subscription forms on website, send HTML newsletters & automatically "
@@ -771,6 +267,11 @@ msgstr ""
771
  msgid "Icegram"
772
  msgstr "Icegram"
773
 
 
 
 
 
 
774
  #: ../settings/settings-edit.php:23
775
  msgid "Admin"
776
  msgstr "Administration"
@@ -787,8 +288,8 @@ msgstr "Tâche CRON"
787
  msgid "User Roles"
788
  msgstr "Rôles utilisateur"
789
 
790
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
791
- #: register.php:158
792
  msgid "Settings"
793
  msgstr "Paramètres"
794
 
@@ -796,72 +297,102 @@ msgstr "Paramètres"
796
  msgid "Save Settings"
797
  msgstr "Enregistrer les paramètres"
798
 
799
- #: ../settings/settings-edit.php:81
800
  msgid "Sender of Notifications"
801
  msgstr "Expéditeur des courriels"
802
 
803
- #: ../settings/settings-edit.php:82
804
  msgid ""
805
  "Choose a FROM name and FROM email address for all the emails to be sent from "
806
  "this plugin."
807
  msgstr ""
808
- "Choisissez le nom et l'e-mail de l'expéditeur pour tous les courriels "
809
- "envoyés via cette extension."
 
 
 
 
 
 
 
 
 
 
 
 
 
810
 
811
- #: ../settings/settings-edit.php:97
812
  msgid "1. WP HTML MAIL"
813
  msgstr "1. WP HTML MAIL"
814
 
815
- #: ../settings/settings-edit.php:98
816
  msgid "2. WP PLAINTEXT MAIL"
817
  msgstr "2. WP PLAINTEXT MAIL"
818
 
819
- #: ../settings/settings-edit.php:99
820
  msgid "3. PHP HTML MAIL"
821
  msgstr "3. PHP HTML MAIL"
822
 
823
- #: ../settings/settings-edit.php:100
824
  msgid "4. PHP PLAINTEXT MAIL"
825
  msgstr "4. PHP PLAINTEXT MAIL"
826
 
827
- #: ../settings/settings-edit.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
828
  msgid "Double Opt In"
829
  msgstr "Doube validation"
830
 
831
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
832
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
833
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
834
  #: subscriber-edit.php:150
835
  msgid "Single Opt In"
836
  msgstr "Simple validation"
837
 
838
- #: ../settings/settings-edit.php:119
839
  msgid "Image Size"
840
  msgstr "Taille d'image"
841
 
842
- #: ../settings/settings-edit.php:120
843
  msgid ""
844
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
845
  "Emails."
846
  msgstr "Choisissez la taille d'image dans le courriel pour ###POSTIMAGE###."
847
 
848
- #: ../settings/settings-edit.php:124
849
  msgid "Full Size"
850
  msgstr "Grande taille"
851
 
852
- #: ../settings/settings-edit.php:125
853
  msgid "Medium Size"
854
  msgstr "Taille moyenne"
855
 
856
- #: ../settings/settings-edit.php:126
857
  msgid "Thumbnail"
858
  msgstr "Miniature"
859
 
860
- #: ../settings/settings-edit.php:132
861
  msgid "Admin Email Addresses"
862
  msgstr "Adresses e-mail des administrateurs"
863
 
864
- #: ../settings/settings-edit.php:133
865
  msgid ""
866
  "Enter the admin email addresses that should receive notifications (separated "
867
  "by comma)."
@@ -869,7 +400,11 @@ msgstr ""
869
  "Entrer les adresses des administrateurs qui recevront les notifications "
870
  "(séparés par une virgule)."
871
 
872
- #: ../settings/settings-edit.php:140
 
 
 
 
873
  msgid ""
874
  "To send admin email notifications for the new subscriber. This option must "
875
  "be set to YES."
@@ -877,29 +412,102 @@ msgstr ""
877
  "Pour envoyer une notification aux administrateurs lors d'une nouvelle "
878
  "inscription, cette option doit être sur OUI."
879
 
880
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
881
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
882
  msgid "YES"
883
  msgstr "OUI"
884
 
885
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
886
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
887
  msgid "NO"
888
  msgstr "NON"
889
 
890
- #: ../settings/settings-edit.php:167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
891
  msgid "Sent Report Subject"
892
  msgstr "Sujet pour le rapport d'envoi"
893
 
894
- #: ../settings/settings-edit.php:174
 
 
 
 
895
  msgid "Sent Report Content"
896
  msgstr "Contenu du rapport d'envoi"
897
 
898
- #: ../settings/settings-edit.php:201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
899
  msgid "It is a readonly field and you are advised not to modify it."
900
  msgstr "C'est un champ en lecture seule et il est conseillé de ne pas le modifier."
901
 
902
- #: ../settings/settings-edit.php:208
 
 
 
 
 
 
903
  msgid ""
904
  "This text will be displayed once user clicks on email confirmation link from "
905
  "the Double Opt In (confirmation) Email."
@@ -907,7 +515,11 @@ msgstr ""
907
  "Ce texte sera affiché lorsque l'utilisateur clique sur le lien de "
908
  "confirmation dans le courriel de confirmation."
909
 
910
- #: ../settings/settings-edit.php:216
 
 
 
 
911
  msgid ""
912
  "To send welcome email to subscriber after successful signup. This option "
913
  "must be set to YES."
@@ -915,106 +527,243 @@ msgstr ""
915
  "Pour envoyer un courriel de bienvenue suite à une inscription réussie, cette "
916
  "option doit être sur OUI."
917
 
918
- #: ../settings/settings-edit.php:243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
919
  msgid "Unsubscribe Link"
920
  msgstr "Lien de désabonnement"
921
 
922
- #: ../settings/settings-edit.php:250
 
 
 
 
 
 
 
 
 
923
  msgid "Unsubscribe Text in Email"
924
  msgstr "Texte de désabonnement dans les courriels"
925
 
926
- #: ../settings/settings-edit.php:257
 
 
 
 
 
 
 
 
927
  msgid "Text to display after an email address is unsubscribed"
928
  msgstr "Texte à afficher lors d'un désabonnement"
929
 
930
- #: ../settings/settings-edit.php:272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
931
  msgid "Error in the Unsubscribe Link"
932
  msgstr "Erreur sur le lien de désabonnement"
933
 
934
- #: ../settings/settings-edit.php:285
 
 
 
 
 
 
935
  msgid "Select user roles who can access following menus. Only Admin can change this."
936
  msgstr ""
937
  "Sélectionnez à partir de quel rôle les menus sont accessibles. Seuls les "
938
  "administrateurs peuvent changer cette option."
939
 
940
- #: ../settings/settings-edit.php:291
941
  msgid "Subscribers Menu"
942
  msgstr "Menu Abonnés"
943
 
944
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
945
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
946
- #: settings/settings-edit.php:343
947
  msgid "Administrator Only"
948
  msgstr "Que les administrateurs"
949
 
950
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
951
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
952
- #: settings/settings-edit.php:344
953
  msgid "Administrator/Editor"
954
  msgstr "Administrateur/Editeur"
955
 
956
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
957
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
958
- #: settings/settings-edit.php:345
959
  msgid "Administrator/Editor/Author/Contributor"
960
  msgstr "Administrateur/Editeur/Auteur/Contributeur"
961
 
962
- #: ../settings/settings-edit.php:303
963
  msgid "Compose Menu"
964
  msgstr "Menu Modèles"
965
 
966
- #: ../settings/settings-edit.php:315
967
  msgid "Post Notifications Menu"
968
  msgstr "Menu Notifications d'article"
969
 
970
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
971
- #: register.php:154 ../classes/es-register.php:155
972
  msgid "Newsletters"
973
  msgstr "Newsletters"
974
 
975
- #: ../settings/settings-edit.php:339
976
  msgid "Reports Menu"
977
  msgstr "Menu Rapports"
978
 
979
- #: ../settings/settings-edit.php:356
980
  msgid "Cron job URL"
981
  msgstr "URL de la tâche CRON"
982
 
983
- #: ../settings/settings-edit.php:357
984
  msgid ""
985
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
986
  "modify it."
987
  msgstr "URL à utiliser pour paramétrer la tâche CRON sur votre serveur."
988
 
989
- #: ../settings/settings-edit.php:366
990
  msgid "Email Count"
991
  msgstr "Nombre de courriels"
992
 
993
- #: ../settings/settings-edit.php:367
994
  msgid "Number of emails that you want to trigger per hour."
995
  msgstr "Nombre de courriels que vous souhaitez envoyer par heure."
996
 
997
- #: ../settings/settings-edit.php:388
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
998
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
999
  msgstr "Qu'est-ce que Cron et comment paramétrer une tâche Cron?"
1000
 
1001
- #: ../settings/settings-edit.php:507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1002
  msgid "Please enter sender of notifications from name."
1003
  msgstr "Veuillez saisir le nom de l'expéditeur"
1004
 
1005
- #: ../settings/settings-edit.php:512
1006
  msgid "Please enter sender of notifications from email."
1007
  msgstr "Veuillez saisir l'e-mail de l'expéditeur"
1008
 
1009
- #: ../settings/settings-edit.php:556
1010
  msgid "Please enter valid mail count."
1011
  msgstr "Veuillez saisir un nombre de courriel valide."
1012
 
1013
- #: ../settings/settings-edit.php:569
1014
  msgid "Settings Saved."
1015
  msgstr "Options enregistrées."
1016
 
1017
- #: ../settings/settings-edit.php:572
1018
  msgid "Oops, unable to update."
1019
  msgstr "Oups, impossible de mettre à jour."
1020
 
@@ -1030,11 +779,7 @@ msgstr "Synchronisation des tables"
1030
  msgid "Click to sync tables"
1031
  msgstr "Cliquez pour synchroniser les tables"
1032
 
1033
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1034
- msgid "Preview Mail"
1035
- msgstr "Aperçu du courriel"
1036
-
1037
- #: ../sentmail/sentmail-preview.php:42
1038
  msgid "Back"
1039
  msgstr "Retour"
1040
 
@@ -1050,8 +795,8 @@ msgstr " &lt;&lt; "
1050
  msgid " &gt;&gt; "
1051
  msgstr " &gt;&gt; "
1052
 
1053
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1054
- #: register.php:161
1055
  msgid "Reports"
1056
  msgstr "Rapports"
1057
 
@@ -1066,7 +811,8 @@ msgid "View Reports"
1066
  msgstr "Afficher les rapports"
1067
 
1068
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1069
- #: compose/compose-show.php:103
 
1070
  msgid "Preview"
1071
  msgstr "Aperçu"
1072
 
@@ -1077,7 +823,7 @@ msgstr "Type"
1077
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1078
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1079
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1080
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1081
  msgid "Status"
1082
  msgstr "Statut"
1083
 
@@ -1304,8 +1050,8 @@ msgstr "Statut des abonnés mis à jour."
1304
  msgid "Please select New Status to update."
1305
  msgstr "Veuillez choisir le nouveau statut."
1306
 
1307
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1308
- #: classes/es-register.php:146
1309
  msgid "Subscribers"
1310
  msgstr "Abonnés"
1311
 
@@ -1390,7 +1136,7 @@ msgid "Email Address"
1390
  msgstr "Adresses e-mail"
1391
 
1392
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1393
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1394
  msgid "Name"
1395
  msgstr "Nom"
1396
 
@@ -1571,6 +1317,10 @@ msgstr "Sélectionner un groupe auquel ajouter les nouveaux abonnés du site"
1571
  msgid "Please enter template heading."
1572
  msgstr "Veuillez saisir le nom du modèle."
1573
 
 
 
 
 
1574
  #: ../compose/compose-edit.php:84
1575
  msgid "Edit Email"
1576
  msgstr "Modifier l'email"
@@ -1591,36 +1341,58 @@ msgstr "Notification d'article"
1591
  msgid "Enter your Email Subject"
1592
  msgstr "Saisir le sujet du courriel"
1593
 
 
 
 
 
 
 
1594
  #: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
1595
  msgid "Enter Content for your Email"
1596
  msgstr "Saisir le contenu du courriel"
1597
 
1598
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
 
 
 
 
 
 
 
 
 
 
 
 
1599
  msgid "Available Keywords"
1600
  msgstr "Mots clés autorisés"
1601
 
1602
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1603
  msgid "Published"
1604
  msgstr "Publié"
1605
 
1606
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1607
  msgid "Please select your mail status"
1608
  msgstr "Sélectionnez le statut du modèle de courriel"
1609
 
 
 
 
 
1610
  #: ../compose/compose-add.php:74
1611
  msgid "Add new Email"
1612
  msgstr "Ajouter un nouveau courriel"
1613
 
1614
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1615
- #: register.php:149
1616
  msgid "Compose"
1617
  msgstr "Modèles"
1618
 
1619
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1620
  msgid "Email Template"
1621
  msgstr "Type d'email"
1622
 
1623
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1624
  msgid "Actions"
1625
  msgstr "Actions"
1626
 
@@ -1637,37 +1409,137 @@ msgstr ""
1637
  "Oups... Nous avons des erreurs techniques. Veuillez réessayer ou contactez "
1638
  "l'administrateur du site."
1639
 
1640
- #: ../job/es-optin.php:61
1641
- msgid "This email address has already been confirmed."
1642
- msgstr "Cette adresse a déjà été confirmée."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1643
 
1644
- #: ../help/help.php:173
1645
- msgid "Welcome to Email Subscribers!"
1646
- msgstr "Bienvenue sur Email Subscribers & Newsletters!"
1647
 
1648
- #: ../help/help.php:174
1649
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1650
- msgstr ""
1651
- "Merci d'avoir installé Email Subscribers & Newsletters. Nous espérons que "
1652
- "vous serez satisfaits d'utiliser cette extension."
1653
 
1654
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1655
- #: php:38
1656
- msgid "Subscribe"
1657
- msgstr "S'abonner"
1658
 
1659
- #: ../help/help.php:201
1660
- #, php-format
1661
- msgid ""
1662
- "Like Email Subscribers? If yes, then consider %s to support further "
1663
- "developments."
1664
- msgstr ""
1665
- "Vous aimez Email Subscribers? Si oui, merci de nous soutenir %s pour aider "
1666
- "aux futurs développements."
1667
 
1668
- #: ../help/help.php:201
1669
- msgid "donating to us"
1670
- msgstr "en nous versant une contribution"
 
 
 
 
 
 
 
 
1671
 
1672
  #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1673
  #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
@@ -1683,6 +1555,29 @@ msgstr "%s"
1683
  msgid "How to Add Subscription box to website?"
1684
  msgstr "Comment ajouter un formulaire d'abonnement sur votre site?"
1685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1686
  #: ../help/help.php:299
1687
  msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1688
  msgstr ""
@@ -1697,6 +1592,24 @@ msgstr "Comment ajouter un captcha au formulaire d'abonnement?"
1697
  msgid "General Plugin Settings"
1698
  msgstr "Options générales"
1699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1700
  #: ../help/help.php:314
1701
  msgid "How to Import or Export Email Addresses?"
1702
  msgstr "Comment importer ou exporter des adresses e-mail?"
@@ -1705,13 +1618,63 @@ msgstr "Comment importer ou exporter des adresses e-mail?"
1705
  msgid "How to Add/Update Existing Subscribers Group & Status?"
1706
  msgstr "Comment ajouter/mettre à jour un groupe d'abonnés?"
1707
 
 
 
 
 
1708
  #: ../help/help.php:323
1709
  msgid "How to add Unsubscribe link in emails?"
1710
  msgstr "Comment ajouter un lien pour se désabonner dans les courriels envoyés?"
1711
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1712
  #: ../help/help.php:358
1713
  msgid "How to Schedule Cron Emails?"
1714
- msgstr "Comment programmer un envoi d'e-mail en tache Cron?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1715
 
1716
  #: ../help/help.php:377
1717
  msgid "Subscribers are not receiving Emails?"
@@ -1721,6 +1684,110 @@ msgstr "Les abonnés ne reçoivent pas les courriels ?"
1721
  msgid "CSS Help"
1722
  msgstr "Aide CSS"
1723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1724
  #: ../sendmail/sendmail.php:40
1725
  msgid "Please select your mail subject."
1726
  msgstr "Veuillez choisir le sujet de votre courriel."
@@ -1733,6 +1800,10 @@ msgstr "Veuillez sélectionner le type de courriel."
1733
  msgid "Please select your group."
1734
  msgstr "Veuillez sélectionner le groupe."
1735
 
 
 
 
 
1736
  #: ../sendmail/sendmail.php:63
1737
  msgid "Click here to check Statistics"
1738
  msgstr "Cliquez ici pour voir les statistiques"
@@ -1788,18 +1859,6 @@ msgstr "Envoyer"
1788
  msgid "Reset"
1789
  msgstr "Réinitialiser"
1790
 
1791
- #: ../base/es-defined.php:32
1792
- msgid ""
1793
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1794
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1795
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1796
- "</a> rating. A huge thank you from Icegram in advance!"
1797
- msgstr ""
1798
- "Si vous aimez <strong>Email Subscribers</strong>, attribuez-lui <a "
1799
- "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1800
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1801
- "</a>. Un grand merci d'Icegram d'avance!"
1802
-
1803
  #: ../classes/es-common.php:13
1804
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1805
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmé</span>"
@@ -1844,46 +1903,50 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
1844
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1845
  msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
1846
 
1847
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1848
- #: register.php:724
1849
  msgid "Email Subscribers"
1850
  msgstr "Email Subscribers & Newsletters"
1851
 
1852
- #: ../classes/es-register.php:163
1853
  msgid "Help & Info"
1854
  msgstr "Aide & Infos"
1855
 
1856
- #: ../classes/es-register.php:175
 
 
 
 
1857
  msgctxt "view-subscriber-enhanced-select"
1858
  msgid "Please enter subscriber email address."
1859
  msgstr "Entrer l'adresse e-mail de l'abonné."
1860
 
1861
- #: ../classes/es-register.php:176
1862
  msgctxt "view-subscriber-enhanced-select"
1863
  msgid "Please select subscriber email status."
1864
  msgstr "Sélectionner le type d'envoi pour cet abonné."
1865
 
1866
- #: ../classes/es-register.php:177
1867
  msgctxt "view-subscriber-enhanced-select"
1868
  msgid "Please select or create group for this subscriber."
1869
  msgstr "Sélectionner ou créer un groupe pour cet abonné."
1870
 
1871
- #: ../classes/es-register.php:178
1872
  msgctxt "view-subscriber-enhanced-select"
1873
  msgid "Do you want to delete this record?"
1874
  msgstr "Voulez-vous supprimer cette ligne?"
1875
 
1876
- #: ../classes/es-register.php:179
1877
  msgctxt "view-subscriber-enhanced-select"
1878
  msgid "Please select the bulk action."
1879
  msgstr "Veuillez sélectionner une action."
1880
 
1881
- #: ../classes/es-register.php:180
1882
  msgctxt "view-subscriber-enhanced-select"
1883
  msgid "Are you sure you want to delete selected records?"
1884
  msgstr "Voulez-vous supprimer les lignes sélectionnées?"
1885
 
1886
- #: ../classes/es-register.php:181
1887
  msgctxt "view-subscriber-enhanced-select"
1888
  msgid ""
1889
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1892,27 +1955,27 @@ msgstr ""
1892
  "Voulez-vous renvoyer un message de confirmation?\\n A noter: le statut de "
1893
  "l'abonné passera à 'En attente de confirmation'."
1894
 
1895
- #: ../classes/es-register.php:182
1896
  msgctxt "view-subscriber-enhanced-select"
1897
  msgid "Please select new subscriber group."
1898
  msgstr "Veuillez choisir un groupe d'abonnés."
1899
 
1900
- #: ../classes/es-register.php:183
1901
  msgctxt "view-subscriber-enhanced-select"
1902
  msgid "Please select new status for subscribers"
1903
  msgstr "Veuillez choisir un nouveau statut pour ces abonnés"
1904
 
1905
- #: ../classes/es-register.php:184
1906
  msgctxt "view-subscriber-enhanced-select"
1907
  msgid "Do you want to update subscribers group?"
1908
  msgstr "Voulez-vous mettre à jour ce groupe?"
1909
 
1910
- #: ../classes/es-register.php:185
1911
  msgctxt "view-subscriber-enhanced-select"
1912
  msgid "Do you want to update subscribers status?"
1913
  msgstr "Voulez vous modifier le statut de ces abonnés?"
1914
 
1915
- #: ../classes/es-register.php:186
1916
  msgctxt "view-subscriber-enhanced-select"
1917
  msgid ""
1918
  "Please select only csv file. Please check official website for csv structure."
@@ -1921,49 +1984,49 @@ msgstr ""
1921
  "Veuillez choisir uniquement un fichier csv. Consultez la documentation pour "
1922
  "la structure du fichier csv."
1923
 
1924
- #: ../classes/es-register.php:194
1925
  msgctxt "compose-enhanced-select"
1926
  msgid "Please enter the Email Subject."
1927
  msgstr "Veuillez saisir le sujet de votre courriel."
1928
 
1929
- #: ../classes/es-register.php:195
1930
  msgctxt "compose-enhanced-select"
1931
  msgid "Do you want to delete this record?"
1932
  msgstr "Voulez-vous supprimer cet enregistrement?"
1933
 
1934
- #: ../classes/es-register.php:203
1935
  msgctxt "notification-enhanced-select"
1936
  msgid "Please select subscribers group."
1937
  msgstr "Veuillez choisir un groupe."
1938
 
1939
- #: ../classes/es-register.php:204
1940
  msgctxt "notification-enhanced-select"
1941
  msgid "Please select notification mail subject. Use compose menu to create new."
1942
  msgstr ""
1943
  "Veuillez choisir le modèle de courriel. Utilisez le menu Modèles pour en "
1944
  "créer un nouveau."
1945
 
1946
- #: ../classes/es-register.php:205
1947
  msgctxt "notification-enhanced-select"
1948
  msgid "Please select notification status."
1949
  msgstr "Veuillez sélectionner le statut de la notification."
1950
 
1951
- #: ../classes/es-register.php:206
1952
  msgctxt "notification-enhanced-select"
1953
  msgid "Do you want to delete this record?"
1954
  msgstr "Voulez-vous supprimer cet enregistrement?"
1955
 
1956
- #: ../classes/es-register.php:214
1957
  msgctxt "sendmail-enhanced-select"
1958
  msgid "Please select your mail subject."
1959
  msgstr "Veuillez choisir le sujet du courriel."
1960
 
1961
- #: ../classes/es-register.php:215
1962
  msgctxt "sendmail-enhanced-select"
1963
  msgid "Please select your mail type."
1964
  msgstr "Veuillez choisir le type d'envoi."
1965
 
1966
- #: ../classes/es-register.php:216
1967
  msgctxt "sendmail-enhanced-select"
1968
  msgid ""
1969
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1972,54 +2035,54 @@ msgstr ""
1972
  "Avez-vous vérifié les groupes sélectionnés? Si c'est bon, allons-y, on peut "
1973
  "envoyer."
1974
 
1975
- #: ../classes/es-register.php:224
1976
  msgctxt "sentmail-enhanced-select"
1977
  msgid "Do you want to delete this record?"
1978
  msgstr "Voulez-vous supprimer cet enregistrement?"
1979
 
1980
- #: ../classes/es-register.php:225
1981
  msgctxt "sentmail-enhanced-select"
1982
  msgid "Do you want to delete all records except latest 10?"
1983
  msgstr "Voulez-vous supprimer tous les enregistrements sauf les 10 derniers?"
1984
 
1985
- #: ../classes/es-register.php:233
1986
  msgctxt "cron-enhanced-select"
1987
  msgid "Please select enter number of mails you want to send per hour/trigger."
1988
  msgstr ""
1989
  "Veuillez saisir le nombre de courriels que vous voulez envoyer par "
1990
  "heure/envoi."
1991
 
1992
- #: ../classes/es-register.php:234
1993
  msgctxt "cron-enhanced-select"
1994
  msgid "Please enter the mail count, only number."
1995
  msgstr "Veuillez saisir le nombre de courriel. Que des chiffres."
1996
 
1997
- #: ../classes/es-register.php:247
1998
  msgctxt "widget-enhanced-select"
1999
  msgid "Please enter email address"
2000
  msgstr "Veuillez saisir une adresse e-mail"
2001
 
2002
- #: ../classes/es-register.php:248
2003
  msgctxt "widget-enhanced-select"
2004
  msgid "Please provide a valid email address"
2005
  msgstr "Veuillez saisir une adresse e-mail valide"
2006
 
2007
- #: ../classes/es-register.php:249
2008
  msgctxt "widget-enhanced-select"
2009
  msgid "loading..."
2010
  msgstr "envoi..."
2011
 
2012
- #: ../classes/es-register.php:250
2013
  msgctxt "widget-enhanced-select"
2014
  msgid "Cannot create XMLHTTP instance"
2015
  msgstr "Impossible de créer l'instance XMLHTTP"
2016
 
2017
- #: ../classes/es-register.php:251
2018
  msgctxt "widget-enhanced-select"
2019
  msgid "Successfully Subscribed."
2020
  msgstr "Mise à jour réussie."
2021
 
2022
- #: ../classes/es-register.php:252
2023
  msgctxt "widget-enhanced-select"
2024
  msgid ""
2025
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2029,57 +2092,57 @@ msgstr ""
2029
  "Pour confirmer votre abonnement, consultez votre boîte de reception et "
2030
  "cliquez sur le lien qui vous a été envoyé."
2031
 
2032
- #: ../classes/es-register.php:253
2033
  msgctxt "widget-enhanced-select"
2034
  msgid "Email Address already exists!"
2035
  msgstr "Cet adresse e-mail existe déjà !"
2036
 
2037
- #: ../classes/es-register.php:254
2038
  msgctxt "widget-enhanced-select"
2039
  msgid "Oops.. Unexpected error occurred."
2040
  msgstr "Oups.. une erreur inattendue s'est produite."
2041
 
2042
- #: ../classes/es-register.php:255
2043
  msgctxt "widget-enhanced-select"
2044
  msgid "Invalid email address"
2045
  msgstr "Adresse e-mail non valide"
2046
 
2047
- #: ../classes/es-register.php:256
2048
  msgctxt "widget-enhanced-select"
2049
  msgid "Please try after some time"
2050
  msgstr "Veuillez réessayer dans quelques instants"
2051
 
2052
- #: ../classes/es-register.php:257
2053
  msgctxt "widget-enhanced-select"
2054
  msgid "There was a problem with the request"
2055
  msgstr "Il y a eu un problème avec la requête"
2056
 
2057
- #: ../classes/es-register.php:264
2058
  msgctxt "widget-page-enhanced-select"
2059
  msgid "Please enter email address"
2060
  msgstr "Veuillez saisir une adresse e-mail"
2061
 
2062
- #: ../classes/es-register.php:265
2063
  msgctxt "widget-page-enhanced-select"
2064
  msgid "Please provide a valid email address"
2065
  msgstr "Veuillez saisir une adresse e-mail valide"
2066
 
2067
- #: ../classes/es-register.php:266
2068
  msgctxt "widget-page-enhanced-select"
2069
  msgid "loading..."
2070
  msgstr "chargement..."
2071
 
2072
- #: ../classes/es-register.php:267
2073
  msgctxt "widget-page-enhanced-select"
2074
  msgid "Cannot create XMLHTTP instance"
2075
  msgstr "Impossible de créer l'instance XMLHTTP"
2076
 
2077
- #: ../classes/es-register.php:268
2078
  msgctxt "widget-page-enhanced-select"
2079
  msgid "Successfully Subscribed."
2080
  msgstr "Abonnement réussi."
2081
 
2082
- #: ../classes/es-register.php:269
2083
  msgctxt "widget-page-enhanced-select"
2084
  msgid ""
2085
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2089,134 +2152,179 @@ msgstr ""
2089
  "Pour confirmer votre abonnement, consultez votre boîte de reception et "
2090
  "cliquez sur le lien qui vous a été envoyé."
2091
 
2092
- #: ../classes/es-register.php:270
2093
  msgctxt "widget-page-enhanced-select"
2094
  msgid "Email Address already exists!"
2095
  msgstr "Cette adresse existe déjà !"
2096
 
2097
- #: ../classes/es-register.php:271
2098
  msgctxt "widget-page-enhanced-select"
2099
  msgid "Oops.. Unexpected error occurred."
2100
  msgstr "Oups... Une erreur inattendue s'est produite."
2101
 
2102
- #: ../classes/es-register.php:272
2103
  msgctxt "widget-page-enhanced-select"
2104
  msgid "Invalid email address"
2105
  msgstr "Adresse e-mail non valide"
2106
 
2107
- #: ../classes/es-register.php:273
2108
  msgctxt "widget-page-enhanced-select"
2109
  msgid "Please try after some time"
2110
  msgstr "Veuillez réessayer plus tard"
2111
 
2112
- #: ../classes/es-register.php:274
2113
  msgctxt "widget-page-enhanced-select"
2114
  msgid "There was a problem with the request"
2115
  msgstr "Il y a eu un problème avec la requête"
2116
 
2117
- #: ../classes/es-register.php:724
 
 
 
 
 
2118
  msgid "is getting even better!"
2119
  msgstr "s'améliore toujours!"
2120
 
2121
- #: ../classes/es-register.php:725
2122
  msgid "But I need you to"
2123
  msgstr "Mais j'ai besoin de vous"
2124
 
2125
- #: ../classes/es-register.php:725
2126
  msgid "help me prioritize"
2127
  msgstr "pour m'aider à choisir les priorités"
2128
 
2129
- #: ../classes/es-register.php:725
2130
  msgid "Please send your response today."
2131
  msgstr "Merci d'envoyer votre réponse maintenant."
2132
 
2133
- #: ../classes/es-register.php:732
2134
  msgid "Here's how you use ES:"
2135
  msgstr "Comment utilisez-vous Email Subscribers :"
2136
 
2137
- #: ../classes/es-register.php:745
 
 
 
 
 
 
 
 
 
 
 
 
2138
  msgid "Have "
2139
  msgstr "J'ai"
2140
 
2141
- #: ../classes/es-register.php:745
2142
  msgid " Active Subscribers"
2143
  msgstr " Abonnés activés"
2144
 
2145
- #: ../classes/es-register.php:746
2146
  msgid "Post "
2147
  msgstr "J'écris"
2148
 
2149
- #: ../classes/es-register.php:746
2150
  msgid " blog per week"
2151
  msgstr " articles par semaine"
2152
 
2153
- #: ../classes/es-register.php:750
2154
  msgid "Send emails via Cron"
2155
  msgstr "Envoi d'e-mails via Cron"
2156
 
2157
- #: ../classes/es-register.php:752
2158
  msgid "Send emails Immediately"
2159
  msgstr "Envoi d'e-mails immédiatement"
2160
 
2161
- #: ../classes/es-register.php:779
 
 
 
 
 
 
 
 
2162
  msgid "How soon do you want these new features?"
2163
  msgstr "Quand désirez-vous ces nouvelles fonctionnalités?"
2164
 
2165
- #: ../classes/es-register.php:783
2166
  msgid "Beautiful Email Designs"
2167
  msgstr "Superbes design d'e-mail "
2168
 
2169
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2170
- #: register.php:794 ../classes/es-register.php:799
2171
  msgid "Right now!"
2172
  msgstr "Tout de suite!"
2173
 
2174
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2175
- #: register.php:795 ../classes/es-register.php:800
2176
  msgid "Soon"
2177
  msgstr "Bientôt"
2178
 
2179
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2180
- #: register.php:796 ../classes/es-register.php:801
2181
  msgid "Later"
2182
  msgstr "Plus tard"
2183
 
2184
- #: ../classes/es-register.php:788
2185
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2186
  msgstr "Vérification de span, planification... (Meilleur réception d'e-mail)"
2187
 
2188
- #: ../classes/es-register.php:793
2189
  msgid "Discard Fake / Bouncing Emails"
2190
  msgstr "Suppression des fakes / Message de non délivrance"
2191
 
2192
- #: ../classes/es-register.php:798
2193
  msgid "Advanced Reporting"
2194
  msgstr "Rapport avancé"
2195
 
2196
- #: ../classes/es-register.php:826
 
 
 
 
 
 
 
 
2197
  msgid "Thank you!"
2198
  msgstr "Merci!"
2199
 
2200
- #: ../classes/es-register.php:827
2201
  msgid "No issues, have a nice day!"
2202
  msgstr "Aucune demande, passez une bonne journée!"
2203
 
2204
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2205
  msgid "Email *"
2206
  msgstr "E-mail *"
2207
 
2208
- #: ../classes/es-register.php:1035
2209
  msgid "Widget Title"
2210
  msgstr "Titre du widget"
2211
 
2212
- #: ../classes/es-register.php:1039
2213
  msgid "Short description about subscription form"
2214
  msgstr "Courte description de votre formulaire d'abonnement"
2215
 
2216
- #: ../classes/es-register.php:1043
2217
  msgid "Display Name Field"
2218
  msgstr "Afficher le champ Nom"
2219
 
2220
- #: ../classes/es-register.php:1050
2221
  msgid "Subscriber Group"
2222
  msgstr "Groupe d'abonnés"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:10 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
23
  "X-Loco-Target-Locale: fr_FR\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
27
+ msgid "Preview Email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  msgstr ""
29
 
30
+ #: ../sentmail/sentmail-preview.php:31
31
  msgid ""
32
+ "This is how the email you sent may look. <br>Note: Different email services "
33
+ "(like gmail, yahoo etc) display email content differently. So there could be "
34
+ "a slight variation on how your customer will view the email content."
35
  msgstr ""
36
 
37
+ #: ../compose/compose-preview.php:31
38
  msgid ""
39
+ "This is how your email may look. <br>Note: Different email services (like "
40
+ "gmail, yahoo etc) display email content differently. So there could be a "
41
+ "slight variation on how your customer will view the email content."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  msgstr ""
43
 
44
  #: ../notification/notification-add.php:33
154
 
155
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
156
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
157
+ #: 123 ../compose/compose-add.php:105
158
  msgid "Save"
159
  msgstr "Enregistrer"
160
 
170
  msgid "Selected record deleted."
171
  msgstr "La sélection a été supprimée."
172
 
173
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
174
+ #: classes/es-register.php:181
175
  msgid "Post Notifications"
176
  msgstr "Notifications d'article"
177
 
189
  "nouveaux articles sont publiés."
190
 
191
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
192
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
193
  msgid "Email Subject"
194
  msgstr "Sujet"
195
 
209
  msgstr "Mode d'envoi"
210
 
211
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
212
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
213
  msgid "Edit"
214
  msgstr "Modifier"
215
 
216
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
217
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
218
+ #: php:104
219
  msgid "Delete"
220
  msgstr "Supprimer"
221
 
222
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
223
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
224
+ #: 432 ../compose/compose-show.php:117
225
  msgid "No records available."
226
  msgstr "Aucun enregistrement."
227
 
250
  msgid "Email Subscribers & Newsletters"
251
  msgstr "Email Subscribers & Newsletters"
252
 
253
+ #. URI of the plugin
254
+ msgid "https://www.icegram.com"
255
+ msgstr "https://www.icegram.com"
256
+
257
  #. Description of the plugin/theme
258
  msgid ""
259
  "Add subscription forms on website, send HTML newsletters & automatically "
267
  msgid "Icegram"
268
  msgstr "Icegram"
269
 
270
+ #: ../email-subscribers.php:75
271
+ msgctxt "timezone date format"
272
+ msgid "Y-m-d H:i:s"
273
+ msgstr "d-m-Y H:i:s"
274
+
275
  #: ../settings/settings-edit.php:23
276
  msgid "Admin"
277
  msgstr "Administration"
288
  msgid "User Roles"
289
  msgstr "Rôles utilisateur"
290
 
291
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
292
+ #: register.php:187
293
  msgid "Settings"
294
  msgstr "Paramètres"
295
 
297
  msgid "Save Settings"
298
  msgstr "Enregistrer les paramètres"
299
 
300
+ #: ../settings/settings-edit.php:78
301
  msgid "Sender of Notifications"
302
  msgstr "Expéditeur des courriels"
303
 
304
+ #: ../settings/settings-edit.php:79
305
  msgid ""
306
  "Choose a FROM name and FROM email address for all the emails to be sent from "
307
  "this plugin."
308
  msgstr ""
309
+ "Choisissez le nom et l'e-mail de l'expéditeur pour tous les courriels "
310
+ "envoyés via cette extension."
311
+
312
+ #: ../settings/settings-edit.php:89
313
+ msgid "Email Type"
314
+ msgstr "Type d'email"
315
+
316
+ #: ../settings/settings-edit.php:90
317
+ msgid ""
318
+ "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
319
+ "Option 3 & 4 is to send emails with PHP method mail()."
320
+ msgstr ""
321
+ "Les options 1 et 2 envoient les e-mails par la fonction de WordPress "
322
+ "wp_mail(). Les options 3 et 4 envoient les e-mails avec la fonction PHP "
323
+ "mail()."
324
 
325
+ #: ../settings/settings-edit.php:94
326
  msgid "1. WP HTML MAIL"
327
  msgstr "1. WP HTML MAIL"
328
 
329
+ #: ../settings/settings-edit.php:95
330
  msgid "2. WP PLAINTEXT MAIL"
331
  msgstr "2. WP PLAINTEXT MAIL"
332
 
333
+ #: ../settings/settings-edit.php:96
334
  msgid "3. PHP HTML MAIL"
335
  msgstr "3. PHP HTML MAIL"
336
 
337
+ #: ../settings/settings-edit.php:97
338
  msgid "4. PHP PLAINTEXT MAIL"
339
  msgstr "4. PHP PLAINTEXT MAIL"
340
 
341
+ #: ../settings/settings-edit.php:104
342
+ msgid "Opt-In Type"
343
+ msgstr "Type de validation"
344
+
345
+ #: ../settings/settings-edit.php:105
346
+ msgid ""
347
+ "Double Opt-In : In this type, the subscriber is sent an activation link as "
348
+ "soon as they subscribe to your list. They have to confirm their subscription "
349
+ "by clicking on the activation link.<br />Single Opt-In : In this type, the "
350
+ "subscriber is not asked to confirm their email address. They are subscribed "
351
+ "directly in the list."
352
+ msgstr ""
353
+ "Double validation : l'utilisateur reçoit un lien d'activation par e-mail "
354
+ "lorsqu'il s'abonne. Il doit cliquer sur ce lien pour confirmer son "
355
+ "abonnement.<br />Simple validation : l'utilisateur n'a pas à confirmer son "
356
+ "adresse e-mail. Il est directement inscrit dans la liste d'abonnés."
357
+
358
+ #: ../settings/settings-edit.php:109
359
  msgid "Double Opt In"
360
  msgstr "Doube validation"
361
 
362
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
363
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
364
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
365
  #: subscriber-edit.php:150
366
  msgid "Single Opt In"
367
  msgstr "Simple validation"
368
 
369
+ #: ../settings/settings-edit.php:116
370
  msgid "Image Size"
371
  msgstr "Taille d'image"
372
 
373
+ #: ../settings/settings-edit.php:117
374
  msgid ""
375
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
376
  "Emails."
377
  msgstr "Choisissez la taille d'image dans le courriel pour ###POSTIMAGE###."
378
 
379
+ #: ../settings/settings-edit.php:121
380
  msgid "Full Size"
381
  msgstr "Grande taille"
382
 
383
+ #: ../settings/settings-edit.php:122
384
  msgid "Medium Size"
385
  msgstr "Taille moyenne"
386
 
387
+ #: ../settings/settings-edit.php:123
388
  msgid "Thumbnail"
389
  msgstr "Miniature"
390
 
391
+ #: ../settings/settings-edit.php:129
392
  msgid "Admin Email Addresses"
393
  msgstr "Adresses e-mail des administrateurs"
394
 
395
+ #: ../settings/settings-edit.php:130
396
  msgid ""
397
  "Enter the admin email addresses that should receive notifications (separated "
398
  "by comma)."
400
  "Entrer les adresses des administrateurs qui recevront les notifications "
401
  "(séparés par une virgule)."
402
 
403
+ #: ../settings/settings-edit.php:136
404
+ msgid "Notify Admin when a new subscriber signs up"
405
+ msgstr "Informer l'administrateur lorsqu'un abonné s'inscrit"
406
+
407
+ #: ../settings/settings-edit.php:137
408
  msgid ""
409
  "To send admin email notifications for the new subscriber. This option must "
410
  "be set to YES."
412
  "Pour envoyer une notification aux administrateurs lors d'une nouvelle "
413
  "inscription, cette option doit être sur OUI."
414
 
415
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
416
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
417
  msgid "YES"
418
  msgstr "OUI"
419
 
420
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
421
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
422
  msgid "NO"
423
  msgstr "NON"
424
 
425
+ #: ../settings/settings-edit.php:149
426
+ msgid "Admin Email Subject on new subscriber sign up"
427
+ msgstr "Sujet de l'email à l'administrateur pour un nouvel abonné"
428
+
429
+ #: ../settings/settings-edit.php:150
430
+ msgid ""
431
+ "Subject for the admin email whenever a new subscriber signs up and is "
432
+ "confirmed."
433
+ msgstr ""
434
+ "C'est le sujet de l'e-mail envoyé à l'administrateur lorsqu'un abonné "
435
+ "s'inscrit et confirme son abonnement."
436
+
437
+ #: ../settings/settings-edit.php:156
438
+ msgid "Admin Email Content on new subscriber signs up"
439
+ msgstr "Contenu de l'email à l'administrateur pour un nouvel abonné"
440
+
441
+ #: ../settings/settings-edit.php:157
442
+ msgid ""
443
+ "Content for the admin email whenever a new subscriber signs up and is "
444
+ "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
445
+ msgstr ""
446
+ "C'est le contenu de l'e-mail envoyé à l'administrateur lorsqu'un abonné "
447
+ "s'inscrit et confirme son abonnement..<br />(Mots clés autorisés : "
448
+ "###NAME###, ###EMAIL###, ###GROUP###)"
449
+
450
+ #: ../settings/settings-edit.php:164
451
  msgid "Sent Report Subject"
452
  msgstr "Sujet pour le rapport d'envoi"
453
 
454
+ #: ../settings/settings-edit.php:165
455
+ msgid "Subject for the email report which will be sent to admin."
456
+ msgstr "C'est le sujet de l'e-mail de rapport d'envoi envoyé à l'administrateur."
457
+
458
+ #: ../settings/settings-edit.php:171
459
  msgid "Sent Report Content"
460
  msgstr "Contenu du rapport d'envoi"
461
 
462
+ #: ../settings/settings-edit.php:172
463
+ msgid ""
464
+ "Content for the email report which will be sent to admin.<br />(Available "
465
+ "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
466
+ msgstr ""
467
+ "C'est le contenu de l'e-mail de rapport d'envoi envoyé à l'administrateur."
468
+ "<br />(Mots clés autorisés : ###COUNT###, ###UNIQUE###, ###STARTTIME###, "
469
+ "###ENDTIME###)"
470
+
471
+ #: ../settings/settings-edit.php:183
472
+ msgid "Double Opt-In Email Subject (Confirmation Email)"
473
+ msgstr "Sujet de l'e-mail de confirmation d'abonnement"
474
+
475
+ #: ../settings/settings-edit.php:184
476
+ msgid ""
477
+ "Subject for the confirmation email to be sent for Double Opt-In whenever a "
478
+ "subscriber signs up."
479
+ msgstr ""
480
+ "C'est le sujet de l'e-mail de confirmation d'abonnement envoyé à "
481
+ "l'utilisateur lorsqu'il s'inscrit si l'option double validation est active."
482
+
483
+ #: ../settings/settings-edit.php:190
484
+ msgid "Double Opt-In Email Content (Confirmation Email)"
485
+ msgstr "Contenu de l'e-mail de confirmation d'abonnement"
486
+
487
+ #: ../settings/settings-edit.php:191
488
+ msgid ""
489
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
490
+ "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
491
+ msgstr ""
492
+ "C'est le contenu de l'e-mail de confirmation d'abonnement envoyé à "
493
+ "l'utilisateur lorsqu'il s'inscrit si l'option double validation est active."
494
+ "<br />(Mots clés autorisé : ###NAME###, ###LINK###)"
495
+
496
+ #: ../settings/settings-edit.php:197
497
+ msgid "Double Opt-In Confirmation Link"
498
+ msgstr "Lien de confirmation"
499
+
500
+ #: ../settings/settings-edit.php:198
501
  msgid "It is a readonly field and you are advised not to modify it."
502
  msgstr "C'est un champ en lecture seule et il est conseillé de ne pas le modifier."
503
 
504
+ #: ../settings/settings-edit.php:204
505
+ msgid ""
506
+ "Text to display after an email address is successfully subscribed from "
507
+ "Double Opt-In (Confirmation) Email"
508
+ msgstr "Texte affiché après confirmation"
509
+
510
+ #: ../settings/settings-edit.php:205
511
  msgid ""
512
  "This text will be displayed once user clicks on email confirmation link from "
513
  "the Double Opt In (confirmation) Email."
515
  "Ce texte sera affiché lorsque l'utilisateur clique sur le lien de "
516
  "confirmation dans le courriel de confirmation."
517
 
518
+ #: ../settings/settings-edit.php:212
519
+ msgid "Send Welcome Email to New Subscribers after Sign Up?"
520
+ msgstr "Envoyer un e-mail de bienvenue aux nouveaux abonnés après leur inscription?"
521
+
522
+ #: ../settings/settings-edit.php:213
523
  msgid ""
524
  "To send welcome email to subscriber after successful signup. This option "
525
  "must be set to YES."
527
  "Pour envoyer un courriel de bienvenue suite à une inscription réussie, cette "
528
  "option doit être sur OUI."
529
 
530
+ #: ../settings/settings-edit.php:224
531
+ msgid "Subject for Welcome Email"
532
+ msgstr "Sujet de l'e-mail de bienvenue"
533
+
534
+ #: ../settings/settings-edit.php:225
535
+ msgid ""
536
+ "Subject for the subscriber welcome email. This will be sent whenever a "
537
+ "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
538
+ "Opt-In) successfully."
539
+ msgstr ""
540
+ "C'est le sujet de l'e-mail de bienvenue. Cet e-mail sera envoyé à "
541
+ "l'utilisateur lorsqu'il confirme son abonnement (double validation) ou "
542
+ "lorsqu'il s'inscrit (simple validation)."
543
+
544
+ #: ../settings/settings-edit.php:231
545
+ msgid "Email Content for Welcome Email"
546
+ msgstr "Contenu de l'e-mail de bienvenue"
547
+
548
+ #: ../settings/settings-edit.php:232
549
+ msgid ""
550
+ "Content for the subscriber welcome email whenever a user's email is either "
551
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
552
+ "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
553
+ msgstr ""
554
+ "C'est le contenu de l'e-mail de bienvenue. Cet e-mail sera envoyé à "
555
+ "l'utilisateur lorsqu'il confirme son abonnement (double validation) ou "
556
+ "lorsqu'il s'inscrit (simple validation).<br />(Mots clés autorisés : "
557
+ "###NAME###, ###GROUP###, ###LINK###)"
558
+
559
+ #: ../settings/settings-edit.php:240
560
  msgid "Unsubscribe Link"
561
  msgstr "Lien de désabonnement"
562
 
563
+ #: ../settings/settings-edit.php:241
564
+ msgid ""
565
+ "This unsubscribe link is automatically added to all the emails that are sent "
566
+ "from this plugin. It is a readonly field and you are advised not to modify "
567
+ "it."
568
+ msgstr ""
569
+ "Ce lien de désabonnement est automatiquement ajouté dans les e-mails envoyés "
570
+ "par cette extension. C'est un champ non modifiable."
571
+
572
+ #: ../settings/settings-edit.php:247
573
  msgid "Unsubscribe Text in Email"
574
  msgstr "Texte de désabonnement dans les courriels"
575
 
576
+ #: ../settings/settings-edit.php:248
577
+ msgid ""
578
+ "The text for the unsubscribe link. This text is automatically added with "
579
+ "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
580
+ msgstr ""
581
+ "Texte associé au lien de désabonnement. Ce texte est ajouté automatiquement "
582
+ "avec le lien de désabonnement.<br />(Mots clés autorisés : ###LINK###)"
583
+
584
+ #: ../settings/settings-edit.php:254
585
  msgid "Text to display after an email address is unsubscribed"
586
  msgstr "Texte à afficher lors d'un désabonnement"
587
 
588
+ #: ../settings/settings-edit.php:255
589
+ msgid ""
590
+ "This text will be displayed once user clicks on unsubscribe link from the "
591
+ "email."
592
+ msgstr ""
593
+ "Ce teste est affiché lorsqu'un abonné clique sur le lien de désabonnement "
594
+ "dans un e-mail qu'il a reçu."
595
+
596
+ #: ../settings/settings-edit.php:262
597
+ msgid "Error in the Subscribe / Confirmation Link"
598
+ msgstr "Erreur sur lien de confirmation"
599
+
600
+ #: ../settings/settings-edit.php:263
601
+ msgid ""
602
+ "Default message to display if there is any issue while clicking on subscribe "
603
+ "/ confirmation link from the Double Opt-In (Confirmation) emails."
604
+ msgstr ""
605
+ "Message à afficher si une erreur se produit lors de la confirmation "
606
+ "d'abonnement."
607
+
608
+ #: ../settings/settings-edit.php:269
609
  msgid "Error in the Unsubscribe Link"
610
  msgstr "Erreur sur le lien de désabonnement"
611
 
612
+ #: ../settings/settings-edit.php:270
613
+ msgid ""
614
+ "Default message to display if there is any issue while clicking on "
615
+ "unsubscribe link from the emails."
616
+ msgstr "Message à afficher si une erreur se produit lors d'un désabonnement."
617
+
618
+ #: ../settings/settings-edit.php:282
619
  msgid "Select user roles who can access following menus. Only Admin can change this."
620
  msgstr ""
621
  "Sélectionnez à partir de quel rôle les menus sont accessibles. Seuls les "
622
  "administrateurs peuvent changer cette option."
623
 
624
+ #: ../settings/settings-edit.php:288
625
  msgid "Subscribers Menu"
626
  msgstr "Menu Abonnés"
627
 
628
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
629
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
630
+ #: settings/settings-edit.php:340
631
  msgid "Administrator Only"
632
  msgstr "Que les administrateurs"
633
 
634
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
635
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
636
+ #: settings/settings-edit.php:341
637
  msgid "Administrator/Editor"
638
  msgstr "Administrateur/Editeur"
639
 
640
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
641
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
642
+ #: settings/settings-edit.php:342
643
  msgid "Administrator/Editor/Author/Contributor"
644
  msgstr "Administrateur/Editeur/Auteur/Contributeur"
645
 
646
+ #: ../settings/settings-edit.php:300
647
  msgid "Compose Menu"
648
  msgstr "Menu Modèles"
649
 
650
+ #: ../settings/settings-edit.php:312
651
  msgid "Post Notifications Menu"
652
  msgstr "Menu Notifications d'article"
653
 
654
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
655
+ #: register.php:183 ../classes/es-register.php:184
656
  msgid "Newsletters"
657
  msgstr "Newsletters"
658
 
659
+ #: ../settings/settings-edit.php:336
660
  msgid "Reports Menu"
661
  msgstr "Menu Rapports"
662
 
663
+ #: ../settings/settings-edit.php:353
664
  msgid "Cron job URL"
665
  msgstr "URL de la tâche CRON"
666
 
667
+ #: ../settings/settings-edit.php:354
668
  msgid ""
669
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
670
  "modify it."
671
  msgstr "URL à utiliser pour paramétrer la tâche CRON sur votre serveur."
672
 
673
+ #: ../settings/settings-edit.php:363
674
  msgid "Email Count"
675
  msgstr "Nombre de courriels"
676
 
677
+ #: ../settings/settings-edit.php:364
678
  msgid "Number of emails that you want to trigger per hour."
679
  msgstr "Nombre de courriels que vous souhaitez envoyer par heure."
680
 
681
+ #: ../settings/settings-edit.php:369
682
+ msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
683
+ msgstr "(Votre hébergeur a ses limites. Nous conseillons 50 e-mails par heure.)"
684
+
685
+ #: ../settings/settings-edit.php:374
686
+ msgid "Cron Report"
687
+ msgstr "Rapport de têche CRON"
688
+
689
+ #: ../settings/settings-edit.php:375
690
+ msgid ""
691
+ "Email to admin whenever a cron URL is triggered from your server. (Available "
692
+ "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
693
+ msgstr ""
694
+ "Contenu du courriel envoyé à l'administrateur à chaque fois que la tâche "
695
+ "Cron est déclenchée depuis votre serveur. (Mots clés autorisés : ###DATE###, "
696
+ "###SUBJECT###, ###COUNT###)"
697
+
698
+ #: ../settings/settings-edit.php:385
699
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
700
  msgstr "Qu'est-ce que Cron et comment paramétrer une tâche Cron?"
701
 
702
+ #: ../settings/settings-edit.php:386
703
+ msgid ""
704
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
705
+ "schedule-cron-emails/?"
706
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
707
+ "Cron?</a>"
708
+ msgstr ""
709
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
710
+ "schedule-cron-emails/?"
711
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Qu'est-ce "
712
+ "qu'une tâche Cron?</a>"
713
+
714
+ #: ../settings/settings-edit.php:387
715
+ msgid ""
716
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
717
+ "schedule-cron-emails-in-cpanel/?"
718
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
719
+ "job in cPanel</a>"
720
+ msgstr ""
721
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
722
+ "schedule-cron-emails-in-cpanel/?"
723
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Paramétrer "
724
+ "une tâche Cron dans cPanel</a>"
725
+
726
+ #: ../settings/settings-edit.php:388
727
+ msgid ""
728
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
729
+ "schedule-cron-emails-in-parallels-plesk/?"
730
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
731
+ "job in Plesk</a>"
732
+ msgstr ""
733
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
734
+ "schedule-cron-emails-in-parallels-plesk/?"
735
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Paramétrer "
736
+ "une tâche Cron dans Plesk</a>"
737
+
738
+ #: ../settings/settings-edit.php:389
739
+ msgid ""
740
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
741
+ "if-hosting-doesnt-support-cron-jobs/?"
742
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
743
+ "does not support cron jobs?</a>"
744
+ msgstr ""
745
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
746
+ "if-hosting-doesnt-support-cron-jobs/?"
747
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Votre "
748
+ "hébergeur ne gère pas les tâches Cron?</a>"
749
+
750
+ #: ../settings/settings-edit.php:504
751
  msgid "Please enter sender of notifications from name."
752
  msgstr "Veuillez saisir le nom de l'expéditeur"
753
 
754
+ #: ../settings/settings-edit.php:509
755
  msgid "Please enter sender of notifications from email."
756
  msgstr "Veuillez saisir l'e-mail de l'expéditeur"
757
 
758
+ #: ../settings/settings-edit.php:553
759
  msgid "Please enter valid mail count."
760
  msgstr "Veuillez saisir un nombre de courriel valide."
761
 
762
+ #: ../settings/settings-edit.php:566
763
  msgid "Settings Saved."
764
  msgstr "Options enregistrées."
765
 
766
+ #: ../settings/settings-edit.php:569
767
  msgid "Oops, unable to update."
768
  msgstr "Oups, impossible de mettre à jour."
769
 
779
  msgid "Click to sync tables"
780
  msgstr "Cliquez pour synchroniser les tables"
781
 
782
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
783
  msgid "Back"
784
  msgstr "Retour"
785
 
795
  msgid " &gt;&gt; "
796
  msgstr " &gt;&gt; "
797
 
798
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
799
+ #: register.php:190
800
  msgid "Reports"
801
  msgstr "Rapports"
802
 
811
  msgstr "Afficher les rapports"
812
 
813
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
814
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
815
+ #: compose/compose-show.php:88
816
  msgid "Preview"
817
  msgstr "Aperçu"
818
 
823
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
824
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
825
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
826
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
827
  msgid "Status"
828
  msgstr "Statut"
829
 
1050
  msgid "Please select New Status to update."
1051
  msgstr "Veuillez choisir le nouveau statut."
1052
 
1053
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1054
+ #: classes/es-register.php:175
1055
  msgid "Subscribers"
1056
  msgstr "Abonnés"
1057
 
1136
  msgstr "Adresses e-mail"
1137
 
1138
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1139
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1140
  msgid "Name"
1141
  msgstr "Nom"
1142
 
1317
  msgid "Please enter template heading."
1318
  msgstr "Veuillez saisir le nom du modèle."
1319
 
1320
+ #: ../compose/compose-edit.php:61
1321
+ msgid "Successfully updated. "
1322
+ msgstr "Mise à jour réussie. "
1323
+
1324
  #: ../compose/compose-edit.php:84
1325
  msgid "Edit Email"
1326
  msgstr "Modifier l'email"
1341
  msgid "Enter your Email Subject"
1342
  msgstr "Saisir le sujet du courriel"
1343
 
1344
+ #: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
1345
+ msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
1346
+ msgstr ""
1347
+ "Mots clés autorisés: ###POSTTITLE### (Seulement pour les notification "
1348
+ "d'article)"
1349
+
1350
  #: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
1351
  msgid "Enter Content for your Email"
1352
  msgstr "Saisir le contenu du courriel"
1353
 
1354
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1355
+ #, php-format
1356
+ msgid ""
1357
+ "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1358
+ "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
1359
+ "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
1360
+ msgstr ""
1361
+ "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1362
+ "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
1363
+ "###POSTLINK-ONLY###, ###POSTFULL### (Seulement pour les notification "
1364
+ "d'article)"
1365
+
1366
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1367
  msgid "Available Keywords"
1368
  msgstr "Mots clés autorisés"
1369
 
1370
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1371
  msgid "Published"
1372
  msgstr "Publié"
1373
 
1374
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1375
  msgid "Please select your mail status"
1376
  msgstr "Sélectionnez le statut du modèle de courriel"
1377
 
1378
+ #: ../compose/compose-add.php:43
1379
+ msgid "Successfully created. "
1380
+ msgstr "Création réussie. "
1381
+
1382
  #: ../compose/compose-add.php:74
1383
  msgid "Add new Email"
1384
  msgstr "Ajouter un nouveau courriel"
1385
 
1386
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1387
+ #: register.php:178
1388
  msgid "Compose"
1389
  msgstr "Modèles"
1390
 
1391
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1392
  msgid "Email Template"
1393
  msgstr "Type d'email"
1394
 
1395
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1396
  msgid "Actions"
1397
  msgstr "Actions"
1398
 
1409
  "Oups... Nous avons des erreurs techniques. Veuillez réessayer ou contactez "
1410
  "l'administrateur du site."
1411
 
1412
+ #: ../job/es-optin.php:61
1413
+ msgid "This email address has already been confirmed."
1414
+ msgstr "Cette adresse a déjà été confirmée."
1415
+
1416
+ #: ../help/help.php:173
1417
+ msgid "Welcome to Email Subscribers!"
1418
+ msgstr "Bienvenue sur Email Subscribers & Newsletters!"
1419
+
1420
+ #: ../help/help.php:174
1421
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1422
+ msgstr ""
1423
+ "Merci d'avoir installé Email Subscribers & Newsletters. Nous espérons que "
1424
+ "vous serez satisfaits d'utiliser cette extension."
1425
+
1426
+ #: ../help/help.php:178
1427
+ msgid "Get more help and tips..."
1428
+ msgstr "Obtener plus d'aide et d'astuces..."
1429
+
1430
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1431
+ #: php:38
1432
+ msgid "Subscribe"
1433
+ msgstr "S'abonner"
1434
+
1435
+ #: ../help/help.php:192
1436
+ #, php-format
1437
+ msgid "Version: %s"
1438
+ msgstr "Version: %s"
1439
+
1440
+ #: ../help/help.php:195
1441
+ msgid "Questions? Need Help?"
1442
+ msgstr "Des questions? Besoin d'aide?"
1443
+
1444
+ #: ../help/help.php:196
1445
+ msgid "Contact Us"
1446
+ msgstr "Contactez-nous"
1447
+
1448
+ #: ../help/help.php:201
1449
+ #, php-format
1450
+ msgid ""
1451
+ "Like Email Subscribers? If yes, then consider %s to support further "
1452
+ "developments."
1453
+ msgstr ""
1454
+ "Vous aimez Email Subscribers? Si oui, merci de nous soutenir %s pour aider "
1455
+ "aux futurs développements."
1456
+
1457
+ #: ../help/help.php:201
1458
+ msgid "donating to us"
1459
+ msgstr "en nous versant une contribution"
1460
+
1461
+ #: ../help/help.php:236
1462
+ msgid "Description"
1463
+ msgstr "Description"
1464
+
1465
+ #: ../help/help.php:238
1466
+ msgid ""
1467
+ "Email Subscribers is a complete newsletter plugin which lets you collect "
1468
+ "leads, send automated new blog post notification emails, create & send "
1469
+ "newsletters and manage all this in one single place."
1470
+ msgstr ""
1471
+ "Email subscribers est une extension complète de newsletter qui vous permet "
1472
+ "de collecter des prospects, d'envoyer automatiquement des courriels de "
1473
+ "notification de nouvel article de blog, de créer et d'envoyer des "
1474
+ "newsletters et de gérer tout cela en un seul endroit."
1475
+
1476
+ #: ../help/help.php:240
1477
+ msgid "Feature Overview"
1478
+ msgstr "Vue d'ensemble des fonctionnalités"
1479
+
1480
+ #: ../help/help.php:243
1481
+ msgid ""
1482
+ "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
1483
+ "Code)."
1484
+ msgstr ""
1485
+ "Collecte des courriels des utilisateurs en ajoutant une boîte d'inscription "
1486
+ "(Widget/Shortcode/Code PHP)."
1487
+
1488
+ #: ../help/help.php:246
1489
+ msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
1490
+ msgstr "Configuration du type de validation des abonnements."
1491
+
1492
+ #: ../help/help.php:249
1493
+ msgid "Send automatic welcome email to subscribers."
1494
+ msgstr "Envoi automatique de courriel de bienvenue aux nouveaux abonnés."
1495
+
1496
+ #: ../help/help.php:252
1497
+ msgid ""
1498
+ "Send new post notification emails to subscribers when new posts are "
1499
+ "published on your website."
1500
+ msgstr ""
1501
+ "Envoi d'un courriel de notification aux abonnés lorsqu'un nouvel article est "
1502
+ "publié."
1503
+
1504
+ #: ../help/help.php:255
1505
+ msgid "Schedule email (Cron job) or send them manually."
1506
+ msgstr "Planification des envois (tâche Cron) ou envoi manuel."
1507
+
1508
+ #: ../help/help.php:258
1509
+ msgid "Send email notification to admin when a new user signs up."
1510
+ msgstr "Envoi de notification à l'administrateur à chaque nouvel abonnement."
1511
+
1512
+ #: ../help/help.php:261
1513
+ msgid "Automatically add Unsubscribe link in the email."
1514
+ msgstr "Ajout automatique d'un lien de désabonnement dans les courriels envoyés."
1515
 
1516
+ #: ../help/help.php:264
1517
+ msgid "Easily migrate subscribers from another app using Import & Export."
1518
+ msgstr "Importation et exportation des abonnés depuis une autre application."
1519
 
1520
+ #: ../help/help.php:267
1521
+ msgid "Use HTML editor to compose newsletters and post notifications."
1522
+ msgstr "Editeur HTML pour composer vos newsletter et vos notifications."
 
 
1523
 
1524
+ #: ../help/help.php:270
1525
+ msgid "Send newsletters to different groups."
1526
+ msgstr "Envoi de newsletters à différents groupes."
 
1527
 
1528
+ #: ../help/help.php:273
1529
+ msgid "Get detailed sent email reports."
1530
+ msgstr "Rapport détaillé des envois de courriels."
 
 
 
 
 
1531
 
1532
+ #: ../help/help.php:276
1533
+ msgid "Control user access (User Roles and Capabilities)."
1534
+ msgstr "Contrôle des droits d'accès ( Rôles et capacités )."
1535
+
1536
+ #: ../help/help.php:279
1537
+ msgid "Supports localization and internationalization."
1538
+ msgstr "Support de la localisation et de l'internationalisation."
1539
+
1540
+ #: ../help/help.php:286
1541
+ msgid "Add Subscribe form"
1542
+ msgstr "Ajout d'un formulaire d'abonnement"
1543
 
1544
  #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1545
  #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
1555
  msgid "How to Add Subscription box to website?"
1556
  msgstr "Comment ajouter un formulaire d'abonnement sur votre site?"
1557
 
1558
+ #: ../help/help.php:291
1559
+ #, php-format
1560
+ msgid ""
1561
+ "Use any of the following 3 methods :<br>\n"
1562
+ " a) Shortcode in any page/post : <strong>[email-subscribers "
1563
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
1564
+ " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
1565
+ "and drag it to the sidebar on the right <i>Or</i><br>\n"
1566
+ " c) Copy and past this php code to your desired template location : "
1567
+ "<strong>%s</strong>"
1568
+ msgstr ""
1569
+ "Utilisez l'une de ces 3 méthides :<br>\n"
1570
+ " a) Shortcode dans un article/une page: <strong>[email-subscribers "
1571
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>ou</i><br>\n"
1572
+ " b) Allez dans Apparence -> Widgets. Cliquez sur le widget Email "
1573
+ "subscribers et faites le glisser dans un groupe de widgets<i>ou</i><br>\n"
1574
+ " c) Copiez et collez ce code php dans un fichier de votre thème : "
1575
+ "<strong>%s</strong>"
1576
+
1577
+ #: ../help/help.php:296
1578
+ msgid "Additional form settings"
1579
+ msgstr "Autres options du formulaire"
1580
+
1581
  #: ../help/help.php:299
1582
  msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1583
  msgstr ""
1592
  msgid "General Plugin Settings"
1593
  msgstr "Options générales"
1594
 
1595
+ #: ../help/help.php:311
1596
+ #, php-format
1597
+ msgid "Modify %s"
1598
+ msgstr "Modifier %s"
1599
+
1600
+ #: ../help/help.php:311
1601
+ msgid "default text, email contents"
1602
+ msgstr "les textes affichés, le contenus des courriels"
1603
+
1604
+ #: ../help/help.php:311
1605
+ msgid ""
1606
+ " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
1607
+ "Roles"
1608
+ msgstr ""
1609
+ " (comme les courriels de confirmation, de bienvenue, de notification à "
1610
+ "l'administrateur), les réglages des tâches Cron et les droits des "
1611
+ "utilisateurs"
1612
+
1613
  #: ../help/help.php:314
1614
  msgid "How to Import or Export Email Addresses?"
1615
  msgstr "Comment importer ou exporter des adresses e-mail?"
1618
  msgid "How to Add/Update Existing Subscribers Group & Status?"
1619
  msgstr "Comment ajouter/mettre à jour un groupe d'abonnés?"
1620
 
1621
+ #: ../help/help.php:320
1622
+ msgid "How to change/update/translate any texts from the plugin?"
1623
+ msgstr "Comment changer/mettre à jour/traduire les textes de l'extension?"
1624
+
1625
  #: ../help/help.php:323
1626
  msgid "How to add Unsubscribe link in emails?"
1627
  msgstr "Comment ajouter un lien pour se désabonner dans les courriels envoyés?"
1628
 
1629
+ #: ../help/help.php:333
1630
+ msgid "Usage"
1631
+ msgstr "Utilisation"
1632
+
1633
+ #: ../help/help.php:336
1634
+ msgid "Compose and Send Newsletter Emails"
1635
+ msgstr "Composer et envoyer des newsletters"
1636
+
1637
+ #: ../help/help.php:339
1638
+ msgid "Compose and Send Post Notification Emails when new posts are published"
1639
+ msgstr "Composer et envoyer des notifications lorsqu'un nouvel article est publié"
1640
+
1641
+ #: ../help/help.php:342
1642
+ msgid "Keywords in the Post Notifications"
1643
+ msgstr "Mots clés pour les notifications de nouvel article"
1644
+
1645
+ #: ../help/help.php:345
1646
+ msgid "Send a test post notification email to myself/testgroup"
1647
+ msgstr ""
1648
+ "Envoi d'un courriel test de notification d'article à moi-même ou un groupe "
1649
+ "test"
1650
+
1651
+ #: ../help/help.php:348
1652
+ msgid "Check sent emails"
1653
+ msgstr "Vérifier lles envois de courriels"
1654
+
1655
+ #: ../help/help.php:355
1656
+ msgid "Cron Job Setup"
1657
+ msgstr "Réglage des tâches Cron"
1658
+
1659
  #: ../help/help.php:358
1660
  msgid "How to Schedule Cron Emails?"
1661
+ msgstr "Comment programmer un envoi de courriel en tâche Cron?"
1662
+
1663
+ #: ../help/help.php:361
1664
+ msgid "Schedule Cron Emails in cPanel"
1665
+ msgstr "Planifier une tâche Cron dans cPanel"
1666
+
1667
+ #: ../help/help.php:364
1668
+ msgid "Schedule Cron Emails in Parallels Plesk"
1669
+ msgstr "Planifier une tâche Cron dans Plesk"
1670
+
1671
+ #: ../help/help.php:367
1672
+ msgid "Hosting doesn’t support Cron Jobs?"
1673
+ msgstr "Votre hébergeur de gère pas les tâches Cron?"
1674
+
1675
+ #: ../help/help.php:374
1676
+ msgid "Troubleshooting Steps"
1677
+ msgstr "Étapes de dépannage"
1678
 
1679
  #: ../help/help.php:377
1680
  msgid "Subscribers are not receiving Emails?"
1684
  msgid "CSS Help"
1685
  msgstr "Aide CSS"
1686
 
1687
+ #: ../help/help.php:382
1688
+ msgid "FAQ's"
1689
+ msgstr "FAQ"
1690
+
1691
+ #: ../help/help.php:389
1692
+ msgid "Want to do more? Here's how.."
1693
+ msgstr "Vous voulez en faire plus? Voici comment..."
1694
+
1695
+ #: ../help/help.php:392
1696
+ msgid "Allow Subscribers to get subscribed to any group"
1697
+ msgstr "Autoriser les abonnés à s'inscrire à n'importe quel groupe"
1698
+
1699
+ #: ../help/help.php:397
1700
+ msgid "Using our free "
1701
+ msgstr "En utilisant notre extension gratuite"
1702
+
1703
+ #: ../help/help.php:398
1704
+ msgid "Group Selector"
1705
+ msgstr "Group Selector"
1706
+
1707
+ #: ../help/help.php:399
1708
+ msgid ""
1709
+ "plugin, you can extend Email Subscribers Form functionality by providing an "
1710
+ "grouping option right next to the form."
1711
+ msgstr ""
1712
+ ", vous pourrez ajouter une option de choix de groupe dans le formulaire "
1713
+ "d'abonnement."
1714
+
1715
+ #: ../help/help.php:402
1716
+ msgid "The user can then subscribe to whichever group most appeals to them."
1717
+ msgstr "L'utilisateur peut alors s'abonner au groupe qui lui convient le mieux."
1718
+
1719
+ #: ../help/help.php:405
1720
+ msgid "For example: Subscribe either to Updates or to Offers."
1721
+ msgstr "Par exemple: S'abonner aux mises à jour ou aux offres."
1722
+
1723
+ #: ../help/help.php:409
1724
+ msgid "Show your subscribe form inside attractive popups"
1725
+ msgstr "Afficher votre formulaire d'abonnement dans une popup attractive"
1726
+
1727
+ #: ../help/help.php:414
1728
+ msgid ""
1729
+ "Don't limit your subscriber form to a widget. Embed it within popups, hello "
1730
+ "bars, slide-ins, sidebars, full screen popups etc."
1731
+ msgstr ""
1732
+ "Ne limiter pas votre formulaire d'inscription à un shortcode. Intégrez-le "
1733
+ "dans une fenêtre pop-up, une barre de bienvenue, vos colonnes latérales, une "
1734
+ "pop-up en plein écran, etc."
1735
+
1736
+ #: ../help/help.php:417
1737
+ msgid "Using Email Subscribers you can achieve this easily with our free plugin "
1738
+ msgstr ""
1739
+ "En utilisant Email Subscribers, vous pouvez le faire facilement avec notre "
1740
+ "extension gratuite"
1741
+
1742
+ #: ../help/help.php:421
1743
+ msgid ""
1744
+ "Icegram's beautiful designs instantly capture user attention and help "
1745
+ "increase sign-ups to your WordPress website."
1746
+ msgstr ""
1747
+ "Les magnifiques designs d'Icegram captent instantanément l'attention de "
1748
+ "l'utilisateur et aident à augmenter les inscriptions à votre site WordPress."
1749
+
1750
+ #: ../help/help.php:424 ../help/help.php:444
1751
+ #, php-format
1752
+ msgid "How to %s"
1753
+ msgstr "Comment %s"
1754
+
1755
+ #: ../help/help.php:424
1756
+ msgid "show subscribe form inside a popup"
1757
+ msgstr "afficher une formulaire d'abonnement dans une pop-up"
1758
+
1759
+ #: ../help/help.php:428
1760
+ msgid "Get beautiful and elegant form styles"
1761
+ msgstr "Styler élégamment vos formulaires "
1762
+
1763
+ #: ../help/help.php:434
1764
+ msgid "Email subscribers easily integrates with another free plugin "
1765
+ msgstr "Email subscribers s'intègre facilement avec une autre extension gratuite"
1766
+
1767
+ #: ../help/help.php:435
1768
+ msgid "Rainmaker"
1769
+ msgstr "Rainmaker"
1770
+
1771
+ #: ../help/help.php:438
1772
+ msgid ""
1773
+ "Rainmaker extends the core features of Email Subscribers and provides "
1774
+ "elegant form styles."
1775
+ msgstr ""
1776
+ "Rainmaker étend les fonctionnalités principales d'Email Subscribers et "
1777
+ "propose des styles de formulaire élégants."
1778
+
1779
+ #: ../help/help.php:441
1780
+ msgid ""
1781
+ "These styles are well designed and beautify your subscription form making it "
1782
+ "more appealing."
1783
+ msgstr ""
1784
+ "Ces styles sont bien conçus et embellissent votre formulaire d'abonnement, "
1785
+ "ce qui le rend plus attrayant."
1786
+
1787
+ #: ../help/help.php:444
1788
+ msgid "add Rainmaker’s form in Email Subscribers"
1789
+ msgstr "ajouter un formulaire Rainmaker dans Email Subscribers"
1790
+
1791
  #: ../sendmail/sendmail.php:40
1792
  msgid "Please select your mail subject."
1793
  msgstr "Veuillez choisir le sujet de votre courriel."
1800
  msgid "Please select your group."
1801
  msgstr "Veuillez sélectionner le groupe."
1802
 
1803
+ #: ../sendmail/sendmail.php:59
1804
+ msgid "Email sent successfully. "
1805
+ msgstr "Courriel envoyé. "
1806
+
1807
  #: ../sendmail/sendmail.php:63
1808
  msgid "Click here to check Statistics"
1809
  msgstr "Cliquez ici pour voir les statistiques"
1859
  msgid "Reset"
1860
  msgstr "Réinitialiser"
1861
 
 
 
 
 
 
 
 
 
 
 
 
 
1862
  #: ../classes/es-common.php:13
1863
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1864
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Confirmé</span>"
1903
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1904
  msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
1905
 
1906
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1907
+ #: register.php:782
1908
  msgid "Email Subscribers"
1909
  msgstr "Email Subscribers & Newsletters"
1910
 
1911
+ #: ../classes/es-register.php:192
1912
  msgid "Help & Info"
1913
  msgstr "Aide & Infos"
1914
 
1915
+ #: ../classes/es-register.php:193
1916
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
1917
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Aide & Info</span>"
1918
+
1919
+ #: ../classes/es-register.php:204
1920
  msgctxt "view-subscriber-enhanced-select"
1921
  msgid "Please enter subscriber email address."
1922
  msgstr "Entrer l'adresse e-mail de l'abonné."
1923
 
1924
+ #: ../classes/es-register.php:205
1925
  msgctxt "view-subscriber-enhanced-select"
1926
  msgid "Please select subscriber email status."
1927
  msgstr "Sélectionner le type d'envoi pour cet abonné."
1928
 
1929
+ #: ../classes/es-register.php:206
1930
  msgctxt "view-subscriber-enhanced-select"
1931
  msgid "Please select or create group for this subscriber."
1932
  msgstr "Sélectionner ou créer un groupe pour cet abonné."
1933
 
1934
+ #: ../classes/es-register.php:207
1935
  msgctxt "view-subscriber-enhanced-select"
1936
  msgid "Do you want to delete this record?"
1937
  msgstr "Voulez-vous supprimer cette ligne?"
1938
 
1939
+ #: ../classes/es-register.php:208
1940
  msgctxt "view-subscriber-enhanced-select"
1941
  msgid "Please select the bulk action."
1942
  msgstr "Veuillez sélectionner une action."
1943
 
1944
+ #: ../classes/es-register.php:209
1945
  msgctxt "view-subscriber-enhanced-select"
1946
  msgid "Are you sure you want to delete selected records?"
1947
  msgstr "Voulez-vous supprimer les lignes sélectionnées?"
1948
 
1949
+ #: ../classes/es-register.php:210
1950
  msgctxt "view-subscriber-enhanced-select"
1951
  msgid ""
1952
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1955
  "Voulez-vous renvoyer un message de confirmation?\\n A noter: le statut de "
1956
  "l'abonné passera à 'En attente de confirmation'."
1957
 
1958
+ #: ../classes/es-register.php:211
1959
  msgctxt "view-subscriber-enhanced-select"
1960
  msgid "Please select new subscriber group."
1961
  msgstr "Veuillez choisir un groupe d'abonnés."
1962
 
1963
+ #: ../classes/es-register.php:212
1964
  msgctxt "view-subscriber-enhanced-select"
1965
  msgid "Please select new status for subscribers"
1966
  msgstr "Veuillez choisir un nouveau statut pour ces abonnés"
1967
 
1968
+ #: ../classes/es-register.php:213
1969
  msgctxt "view-subscriber-enhanced-select"
1970
  msgid "Do you want to update subscribers group?"
1971
  msgstr "Voulez-vous mettre à jour ce groupe?"
1972
 
1973
+ #: ../classes/es-register.php:214
1974
  msgctxt "view-subscriber-enhanced-select"
1975
  msgid "Do you want to update subscribers status?"
1976
  msgstr "Voulez vous modifier le statut de ces abonnés?"
1977
 
1978
+ #: ../classes/es-register.php:215
1979
  msgctxt "view-subscriber-enhanced-select"
1980
  msgid ""
1981
  "Please select only csv file. Please check official website for csv structure."
1984
  "Veuillez choisir uniquement un fichier csv. Consultez la documentation pour "
1985
  "la structure du fichier csv."
1986
 
1987
+ #: ../classes/es-register.php:223
1988
  msgctxt "compose-enhanced-select"
1989
  msgid "Please enter the Email Subject."
1990
  msgstr "Veuillez saisir le sujet de votre courriel."
1991
 
1992
+ #: ../classes/es-register.php:224
1993
  msgctxt "compose-enhanced-select"
1994
  msgid "Do you want to delete this record?"
1995
  msgstr "Voulez-vous supprimer cet enregistrement?"
1996
 
1997
+ #: ../classes/es-register.php:232
1998
  msgctxt "notification-enhanced-select"
1999
  msgid "Please select subscribers group."
2000
  msgstr "Veuillez choisir un groupe."
2001
 
2002
+ #: ../classes/es-register.php:233
2003
  msgctxt "notification-enhanced-select"
2004
  msgid "Please select notification mail subject. Use compose menu to create new."
2005
  msgstr ""
2006
  "Veuillez choisir le modèle de courriel. Utilisez le menu Modèles pour en "
2007
  "créer un nouveau."
2008
 
2009
+ #: ../classes/es-register.php:234
2010
  msgctxt "notification-enhanced-select"
2011
  msgid "Please select notification status."
2012
  msgstr "Veuillez sélectionner le statut de la notification."
2013
 
2014
+ #: ../classes/es-register.php:235
2015
  msgctxt "notification-enhanced-select"
2016
  msgid "Do you want to delete this record?"
2017
  msgstr "Voulez-vous supprimer cet enregistrement?"
2018
 
2019
+ #: ../classes/es-register.php:243
2020
  msgctxt "sendmail-enhanced-select"
2021
  msgid "Please select your mail subject."
2022
  msgstr "Veuillez choisir le sujet du courriel."
2023
 
2024
+ #: ../classes/es-register.php:244
2025
  msgctxt "sendmail-enhanced-select"
2026
  msgid "Please select your mail type."
2027
  msgstr "Veuillez choisir le type d'envoi."
2028
 
2029
+ #: ../classes/es-register.php:245
2030
  msgctxt "sendmail-enhanced-select"
2031
  msgid ""
2032
  "Have you double checked your selected group? If so, let's go ahead and send "
2035
  "Avez-vous vérifié les groupes sélectionnés? Si c'est bon, allons-y, on peut "
2036
  "envoyer."
2037
 
2038
+ #: ../classes/es-register.php:253
2039
  msgctxt "sentmail-enhanced-select"
2040
  msgid "Do you want to delete this record?"
2041
  msgstr "Voulez-vous supprimer cet enregistrement?"
2042
 
2043
+ #: ../classes/es-register.php:254
2044
  msgctxt "sentmail-enhanced-select"
2045
  msgid "Do you want to delete all records except latest 10?"
2046
  msgstr "Voulez-vous supprimer tous les enregistrements sauf les 10 derniers?"
2047
 
2048
+ #: ../classes/es-register.php:262
2049
  msgctxt "cron-enhanced-select"
2050
  msgid "Please select enter number of mails you want to send per hour/trigger."
2051
  msgstr ""
2052
  "Veuillez saisir le nombre de courriels que vous voulez envoyer par "
2053
  "heure/envoi."
2054
 
2055
+ #: ../classes/es-register.php:263
2056
  msgctxt "cron-enhanced-select"
2057
  msgid "Please enter the mail count, only number."
2058
  msgstr "Veuillez saisir le nombre de courriel. Que des chiffres."
2059
 
2060
+ #: ../classes/es-register.php:276
2061
  msgctxt "widget-enhanced-select"
2062
  msgid "Please enter email address"
2063
  msgstr "Veuillez saisir une adresse e-mail"
2064
 
2065
+ #: ../classes/es-register.php:277
2066
  msgctxt "widget-enhanced-select"
2067
  msgid "Please provide a valid email address"
2068
  msgstr "Veuillez saisir une adresse e-mail valide"
2069
 
2070
+ #: ../classes/es-register.php:278
2071
  msgctxt "widget-enhanced-select"
2072
  msgid "loading..."
2073
  msgstr "envoi..."
2074
 
2075
+ #: ../classes/es-register.php:279
2076
  msgctxt "widget-enhanced-select"
2077
  msgid "Cannot create XMLHTTP instance"
2078
  msgstr "Impossible de créer l'instance XMLHTTP"
2079
 
2080
+ #: ../classes/es-register.php:280
2081
  msgctxt "widget-enhanced-select"
2082
  msgid "Successfully Subscribed."
2083
  msgstr "Mise à jour réussie."
2084
 
2085
+ #: ../classes/es-register.php:281
2086
  msgctxt "widget-enhanced-select"
2087
  msgid ""
2088
  "Your subscription was successful! Within a few minutes, kindly check the "
2092
  "Pour confirmer votre abonnement, consultez votre boîte de reception et "
2093
  "cliquez sur le lien qui vous a été envoyé."
2094
 
2095
+ #: ../classes/es-register.php:282
2096
  msgctxt "widget-enhanced-select"
2097
  msgid "Email Address already exists!"
2098
  msgstr "Cet adresse e-mail existe déjà !"
2099
 
2100
+ #: ../classes/es-register.php:283
2101
  msgctxt "widget-enhanced-select"
2102
  msgid "Oops.. Unexpected error occurred."
2103
  msgstr "Oups.. une erreur inattendue s'est produite."
2104
 
2105
+ #: ../classes/es-register.php:284
2106
  msgctxt "widget-enhanced-select"
2107
  msgid "Invalid email address"
2108
  msgstr "Adresse e-mail non valide"
2109
 
2110
+ #: ../classes/es-register.php:285
2111
  msgctxt "widget-enhanced-select"
2112
  msgid "Please try after some time"
2113
  msgstr "Veuillez réessayer dans quelques instants"
2114
 
2115
+ #: ../classes/es-register.php:286
2116
  msgctxt "widget-enhanced-select"
2117
  msgid "There was a problem with the request"
2118
  msgstr "Il y a eu un problème avec la requête"
2119
 
2120
+ #: ../classes/es-register.php:293
2121
  msgctxt "widget-page-enhanced-select"
2122
  msgid "Please enter email address"
2123
  msgstr "Veuillez saisir une adresse e-mail"
2124
 
2125
+ #: ../classes/es-register.php:294
2126
  msgctxt "widget-page-enhanced-select"
2127
  msgid "Please provide a valid email address"
2128
  msgstr "Veuillez saisir une adresse e-mail valide"
2129
 
2130
+ #: ../classes/es-register.php:295
2131
  msgctxt "widget-page-enhanced-select"
2132
  msgid "loading..."
2133
  msgstr "chargement..."
2134
 
2135
+ #: ../classes/es-register.php:296
2136
  msgctxt "widget-page-enhanced-select"
2137
  msgid "Cannot create XMLHTTP instance"
2138
  msgstr "Impossible de créer l'instance XMLHTTP"
2139
 
2140
+ #: ../classes/es-register.php:297
2141
  msgctxt "widget-page-enhanced-select"
2142
  msgid "Successfully Subscribed."
2143
  msgstr "Abonnement réussi."
2144
 
2145
+ #: ../classes/es-register.php:298
2146
  msgctxt "widget-page-enhanced-select"
2147
  msgid ""
2148
  "Your subscription was successful! Within a few minutes, kindly check the "
2152
  "Pour confirmer votre abonnement, consultez votre boîte de reception et "
2153
  "cliquez sur le lien qui vous a été envoyé."
2154
 
2155
+ #: ../classes/es-register.php:299
2156
  msgctxt "widget-page-enhanced-select"
2157
  msgid "Email Address already exists!"
2158
  msgstr "Cette adresse existe déjà !"
2159
 
2160
+ #: ../classes/es-register.php:300
2161
  msgctxt "widget-page-enhanced-select"
2162
  msgid "Oops.. Unexpected error occurred."
2163
  msgstr "Oups... Une erreur inattendue s'est produite."
2164
 
2165
+ #: ../classes/es-register.php:301
2166
  msgctxt "widget-page-enhanced-select"
2167
  msgid "Invalid email address"
2168
  msgstr "Adresse e-mail non valide"
2169
 
2170
+ #: ../classes/es-register.php:302
2171
  msgctxt "widget-page-enhanced-select"
2172
  msgid "Please try after some time"
2173
  msgstr "Veuillez réessayer plus tard"
2174
 
2175
+ #: ../classes/es-register.php:303
2176
  msgctxt "widget-page-enhanced-select"
2177
  msgid "There was a problem with the request"
2178
  msgstr "Il y a eu un problème avec la requête"
2179
 
2180
+ #: ../classes/es-register.php:765
2181
+ msgctxt "timezone date format"
2182
+ msgid "Y-m-d"
2183
+ msgstr "d-m-Y"
2184
+
2185
+ #: ../classes/es-register.php:782
2186
  msgid "is getting even better!"
2187
  msgstr "s'améliore toujours!"
2188
 
2189
+ #: ../classes/es-register.php:783
2190
  msgid "But I need you to"
2191
  msgstr "Mais j'ai besoin de vous"
2192
 
2193
+ #: ../classes/es-register.php:783
2194
  msgid "help me prioritize"
2195
  msgstr "pour m'aider à choisir les priorités"
2196
 
2197
+ #: ../classes/es-register.php:783
2198
  msgid "Please send your response today."
2199
  msgstr "Merci d'envoyer votre réponse maintenant."
2200
 
2201
+ #: ../classes/es-register.php:790
2202
  msgid "Here's how you use ES:"
2203
  msgstr "Comment utilisez-vous Email Subscribers :"
2204
 
2205
+ #: ../classes/es-register.php:795
2206
+ msgid "Post Notifications more often than Newsletter"
2207
+ msgstr "Plutôt les notifications d'articles que la newsletter"
2208
+
2209
+ #: ../classes/es-register.php:797
2210
+ msgid "Newsletter more often than Post Notifications"
2211
+ msgstr "Plutôt les newsletters que les notifications d'articles"
2212
+
2213
+ #: ../classes/es-register.php:799
2214
+ msgid "Post Notification &amp; Newsletter equally"
2215
+ msgstr "Autant les newsletters que les notifications d'articles"
2216
+
2217
+ #: ../classes/es-register.php:803
2218
  msgid "Have "
2219
  msgstr "J'ai"
2220
 
2221
+ #: ../classes/es-register.php:803
2222
  msgid " Active Subscribers"
2223
  msgstr " Abonnés activés"
2224
 
2225
+ #: ../classes/es-register.php:804
2226
  msgid "Post "
2227
  msgstr "J'écris"
2228
 
2229
+ #: ../classes/es-register.php:804
2230
  msgid " blog per week"
2231
  msgstr " articles par semaine"
2232
 
2233
+ #: ../classes/es-register.php:808
2234
  msgid "Send emails via Cron"
2235
  msgstr "Envoi d'e-mails via Cron"
2236
 
2237
+ #: ../classes/es-register.php:810
2238
  msgid "Send emails Immediately"
2239
  msgstr "Envoi d'e-mails immédiatement"
2240
 
2241
+ #: ../classes/es-register.php:817
2242
+ msgid "Using Double Opt In"
2243
+ msgstr "Avec la double validation"
2244
+
2245
+ #: ../classes/es-register.php:819
2246
+ msgid "Using Single Opt In"
2247
+ msgstr "Avec la simple validation"
2248
+
2249
+ #: ../classes/es-register.php:837
2250
  msgid "How soon do you want these new features?"
2251
  msgstr "Quand désirez-vous ces nouvelles fonctionnalités?"
2252
 
2253
+ #: ../classes/es-register.php:841
2254
  msgid "Beautiful Email Designs"
2255
  msgstr "Superbes design d'e-mail "
2256
 
2257
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2258
+ #: register.php:852 ../classes/es-register.php:857
2259
  msgid "Right now!"
2260
  msgstr "Tout de suite!"
2261
 
2262
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2263
+ #: register.php:853 ../classes/es-register.php:858
2264
  msgid "Soon"
2265
  msgstr "Bientôt"
2266
 
2267
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2268
+ #: register.php:854 ../classes/es-register.php:859
2269
  msgid "Later"
2270
  msgstr "Plus tard"
2271
 
2272
+ #: ../classes/es-register.php:846
2273
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2274
  msgstr "Vérification de span, planification... (Meilleur réception d'e-mail)"
2275
 
2276
+ #: ../classes/es-register.php:851
2277
  msgid "Discard Fake / Bouncing Emails"
2278
  msgstr "Suppression des fakes / Message de non délivrance"
2279
 
2280
+ #: ../classes/es-register.php:856
2281
  msgid "Advanced Reporting"
2282
  msgstr "Rapport avancé"
2283
 
2284
+ #: ../classes/es-register.php:868
2285
+ msgid "Nah, I don't like improvements"
2286
+ msgstr "Non, je n'aime pas les améliorations"
2287
+
2288
+ #: ../classes/es-register.php:874
2289
+ msgid "Next"
2290
+ msgstr "Suivant"
2291
+
2292
+ #: ../classes/es-register.php:884
2293
  msgid "Thank you!"
2294
  msgstr "Merci!"
2295
 
2296
+ #: ../classes/es-register.php:885
2297
  msgid "No issues, have a nice day!"
2298
  msgstr "Aucune demande, passez une bonne journée!"
2299
 
2300
+ #: ../classes/es-register.php:977
2301
+ msgid ""
2302
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2303
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2304
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2305
+ "</a> rating. A huge thank you from Icegram in advance!"
2306
+ msgstr ""
2307
+ "Si vous aimez <strong>Email Subscribers</strong>, attribuez-lui <a "
2308
+ "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2309
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2310
+ "</a>. Un grand merci d'Icegram d'avance!"
2311
+
2312
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2313
  msgid "Email *"
2314
  msgstr "E-mail *"
2315
 
2316
+ #: ../classes/es-register.php:1134
2317
  msgid "Widget Title"
2318
  msgstr "Titre du widget"
2319
 
2320
+ #: ../classes/es-register.php:1138
2321
  msgid "Short description about subscription form"
2322
  msgstr "Courte description de votre formulaire d'abonnement"
2323
 
2324
+ #: ../classes/es-register.php:1142
2325
  msgid "Display Name Field"
2326
  msgstr "Afficher le champ Nom"
2327
 
2328
+ #: ../classes/es-register.php:1149
2329
  msgid "Subscriber Group"
2330
  msgstr "Groupe d'abonnés"
languages/email-subscribers-hu_HU.mo CHANGED
Binary file
languages/email-subscribers-hu_HU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:26:18 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -27,26 +27,26 @@ msgstr ""
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
- #: ../email-subscribers.php:70
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
34
 
35
- #: ../settings/settings-edit.php:92
36
  msgid "Email Type"
37
  msgstr ""
38
 
39
- #: ../settings/settings-edit.php:93
40
  msgid ""
41
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
  "Option 3 & 4 is to send emails with PHP method mail()."
43
  msgstr ""
44
 
45
- #: ../settings/settings-edit.php:107
46
  msgid "Opt-In Type"
47
  msgstr ""
48
 
49
- #: ../settings/settings-edit.php:108
50
  msgid ""
51
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -55,146 +55,146 @@ msgid ""
55
  "directly in the list."
56
  msgstr ""
57
 
58
- #: ../settings/settings-edit.php:139
59
  msgid "Notify Admin when a new subscriber signs up"
60
  msgstr ""
61
 
62
- #: ../settings/settings-edit.php:152
63
  msgid "Admin Email Subject on new subscriber sign up"
64
  msgstr ""
65
 
66
- #: ../settings/settings-edit.php:153
67
  msgid ""
68
  "Subject for the admin email whenever a new subscriber signs up and is "
69
  "confirmed."
70
  msgstr ""
71
 
72
- #: ../settings/settings-edit.php:159
73
  msgid "Admin Email Content on new subscriber signs up"
74
  msgstr ""
75
 
76
- #: ../settings/settings-edit.php:160
77
  msgid ""
78
  "Content for the admin email whenever a new subscriber signs up and is "
79
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
  msgstr ""
81
 
82
- #: ../settings/settings-edit.php:168
83
  msgid "Subject for the email report which will be sent to admin."
84
  msgstr ""
85
 
86
- #: ../settings/settings-edit.php:175
87
  msgid ""
88
  "Content for the email report which will be sent to admin.<br />(Available "
89
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
  msgstr ""
91
 
92
- #: ../settings/settings-edit.php:186
93
  msgid "Double Opt-In Email Subject (Confirmation Email)"
94
  msgstr ""
95
 
96
- #: ../settings/settings-edit.php:187
97
  msgid ""
98
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
  "subscriber signs up."
100
  msgstr ""
101
 
102
- #: ../settings/settings-edit.php:193
103
  msgid "Double Opt-In Email Content (Confirmation Email)"
104
  msgstr ""
105
 
106
- #: ../settings/settings-edit.php:194
107
  msgid ""
108
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
  msgstr ""
111
 
112
- #: ../settings/settings-edit.php:200
113
  msgid "Double Opt-In Confirmation Link"
114
  msgstr ""
115
 
116
- #: ../settings/settings-edit.php:207
117
  msgid ""
118
  "Text to display after an email address is successfully subscribed from "
119
  "Double Opt-In (Confirmation) Email"
120
  msgstr ""
121
 
122
- #: ../settings/settings-edit.php:215
123
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
  msgstr ""
125
 
126
- #: ../settings/settings-edit.php:227
127
  msgid "Subject for Welcome Email"
128
  msgstr ""
129
 
130
- #: ../settings/settings-edit.php:228
131
  msgid ""
132
  "Subject for the subscriber welcome email. This will be sent whenever a "
133
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
  "Opt-In) successfully."
135
  msgstr ""
136
 
137
- #: ../settings/settings-edit.php:234
138
  msgid "Email Content for Welcome Email"
139
  msgstr ""
140
 
141
- #: ../settings/settings-edit.php:235
142
  msgid ""
143
  "Content for the subscriber welcome email whenever a user's email is either "
144
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
  msgstr ""
147
 
148
- #: ../settings/settings-edit.php:244
149
  msgid ""
150
  "This unsubscribe link is automatically added to all the emails that are sent "
151
  "from this plugin. It is a readonly field and you are advised not to modify "
152
  "it."
153
  msgstr ""
154
 
155
- #: ../settings/settings-edit.php:251
156
  msgid ""
157
  "The text for the unsubscribe link. This text is automatically added with "
158
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
  msgstr ""
160
 
161
- #: ../settings/settings-edit.php:258
162
  msgid ""
163
  "This text will be displayed once user clicks on unsubscribe link from the "
164
  "email."
165
  msgstr ""
166
 
167
- #: ../settings/settings-edit.php:265
168
  msgid "Error in the Subscribe / Confirmation Link"
169
  msgstr ""
170
 
171
- #: ../settings/settings-edit.php:266
172
  msgid ""
173
  "Default message to display if there is any issue while clicking on subscribe "
174
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
  msgstr ""
176
 
177
- #: ../settings/settings-edit.php:273
178
  msgid ""
179
  "Default message to display if there is any issue while clicking on "
180
  "unsubscribe link from the emails."
181
  msgstr ""
182
 
183
- #: ../settings/settings-edit.php:372
184
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
  msgstr ""
186
 
187
- #: ../settings/settings-edit.php:377
188
  msgid "Cron Report"
189
  msgstr ""
190
 
191
- #: ../settings/settings-edit.php:378
192
  msgid ""
193
  "Email to admin whenever a cron URL is triggered from your server. (Available "
194
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
  msgstr ""
196
 
197
- #: ../settings/settings-edit.php:389
198
  msgid ""
199
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
  "schedule-cron-emails/?"
@@ -202,7 +202,7 @@ msgid ""
202
  "Cron?</a>"
203
  msgstr ""
204
 
205
- #: ../settings/settings-edit.php:390
206
  msgid ""
207
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
  "schedule-cron-emails-in-cpanel/?"
@@ -210,7 +210,7 @@ msgid ""
210
  "job in cPanel</a>"
211
  msgstr ""
212
 
213
- #: ../settings/settings-edit.php:391
214
  msgid ""
215
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -218,7 +218,7 @@ msgid ""
218
  "job in Plesk</a>"
219
  msgstr ""
220
 
221
- #: ../settings/settings-edit.php:392
222
  msgid ""
223
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -226,6 +226,17 @@ msgid ""
226
  "does not support cron jobs?</a>"
227
  msgstr ""
228
 
 
 
 
 
 
 
 
 
 
 
 
229
  #: ../compose/compose-edit.php:61
230
  msgid "Successfully updated. "
231
  msgstr ""
@@ -238,7 +249,7 @@ msgstr ""
238
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
239
  msgstr ""
240
 
241
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
242
  #, php-format
243
  msgid ""
244
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -250,6 +261,13 @@ msgstr ""
250
  msgid "Successfully created. "
251
  msgstr ""
252
 
 
 
 
 
 
 
 
253
  #: ../help/help.php:178
254
  msgid "Get more help and tips..."
255
  msgstr ""
@@ -532,48 +550,48 @@ msgstr ""
532
  msgid "Email sent successfully. "
533
  msgstr ""
534
 
535
- #: ../classes/es-register.php:164
536
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
537
  msgstr ""
538
 
539
- #: ../classes/es-register.php:707
540
  msgctxt "timezone date format"
541
  msgid "Y-m-d"
542
  msgstr ""
543
 
544
- #: ../classes/es-register.php:737
545
  msgid "Post Notifications more often than Newsletter"
546
  msgstr ""
547
 
548
- #: ../classes/es-register.php:739
549
  msgid "Newsletter more often than Post Notifications"
550
  msgstr ""
551
 
552
- #: ../classes/es-register.php:741
553
  msgid "Post Notification &amp; Newsletter equally"
554
  msgstr ""
555
 
556
- #: ../classes/es-register.php:750
557
  msgid "Send emails via Cron"
558
  msgstr ""
559
 
560
- #: ../classes/es-register.php:752
561
  msgid "Send emails Immediately"
562
  msgstr ""
563
 
564
- #: ../classes/es-register.php:759
565
  msgid "Using Double Opt In"
566
  msgstr ""
567
 
568
- #: ../classes/es-register.php:761
569
  msgid "Using Single Opt In"
570
  msgstr ""
571
 
572
- #: ../classes/es-register.php:810
573
  msgid "Nah, I don't like improvements"
574
  msgstr ""
575
 
576
- #: ../classes/es-register.php:816
577
  msgid "Next"
578
  msgstr ""
579
 
@@ -690,7 +708,7 @@ msgstr "Az új bejegyzések értesítésének letiltása"
690
 
691
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
692
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
693
- #: 117 ../compose/compose-add.php:105
694
  msgid "Save"
695
  msgstr "Mentés"
696
 
@@ -706,8 +724,8 @@ msgstr "A részleteket add meg kérlek"
706
  msgid "Selected record deleted."
707
  msgstr "Sikeresen törölve"
708
 
709
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
710
- #: classes/es-register.php:152
711
  msgid "Post Notifications"
712
  msgstr "Új bejegyzés értesítés"
713
 
@@ -725,7 +743,7 @@ msgstr ""
725
  " milyen értesítést küldjön a feliratkozottaknak. "
726
 
727
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
728
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
729
  msgid "Email Subject"
730
  msgstr "Tárgy"
731
 
@@ -745,19 +763,19 @@ msgid "Notification Status"
745
  msgstr "Értesítés sttusza"
746
 
747
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
748
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
749
  msgid "Edit"
750
  msgstr "Szerkesztés"
751
 
752
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
753
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
754
- #: php:102
755
  msgid "Delete"
756
  msgstr "Törlés"
757
 
758
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
759
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
760
- #: 432 ../compose/compose-show.php:111
761
  msgid "No records available."
762
  msgstr "Nincs ilyen adat."
763
 
@@ -814,8 +832,8 @@ msgstr "Időzítés"
814
  msgid "User Roles"
815
  msgstr "Felhasználói jogosultságok"
816
 
817
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
818
- #: register.php:158
819
  msgid "Settings"
820
  msgstr "Beállítások"
821
 
@@ -823,70 +841,70 @@ msgstr "Beállítások"
823
  msgid "Save Settings"
824
  msgstr "Beállítások mentése"
825
 
826
- #: ../settings/settings-edit.php:81
827
  msgid "Sender of Notifications"
828
  msgstr "Az értesítések küldőjw"
829
 
830
- #: ../settings/settings-edit.php:82
831
  msgid ""
832
  "Choose a FROM name and FROM email address for all the emails to be sent from "
833
  "this plugin."
834
  msgstr "Add megy, hogy milyen e-mail címről küldjük és mi legyen a küldő neve?"
835
 
836
- #: ../settings/settings-edit.php:97
837
  msgid "1. WP HTML MAIL"
838
  msgstr "1. WordPress HTML e-mail"
839
 
840
- #: ../settings/settings-edit.php:98
841
  msgid "2. WP PLAINTEXT MAIL"
842
  msgstr "2. WordPress e-mail csak szöveg"
843
 
844
- #: ../settings/settings-edit.php:99
845
  msgid "3. PHP HTML MAIL"
846
  msgstr "3. PHP HTML e-mail"
847
 
848
- #: ../settings/settings-edit.php:100
849
  msgid "4. PHP PLAINTEXT MAIL"
850
  msgstr "4. PHP csak szöveges e-mail"
851
 
852
- #: ../settings/settings-edit.php:112
853
  msgid "Double Opt In"
854
  msgstr "Kettős opt-in"
855
 
856
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
857
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
858
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
859
  #: subscriber-edit.php:150
860
  msgid "Single Opt In"
861
  msgstr "Visszaigazolás nélkül"
862
 
863
- #: ../settings/settings-edit.php:119
864
  msgid "Image Size"
865
  msgstr "Képméret"
866
 
867
- #: ../settings/settings-edit.php:120
868
  msgid ""
869
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
870
  "Emails."
871
  msgstr "Az értesítőlevélben a ###POTIMAGE### képméretének kiválasztása "
872
 
873
- #: ../settings/settings-edit.php:124
874
  msgid "Full Size"
875
  msgstr "Teljes méretű kép"
876
 
877
- #: ../settings/settings-edit.php:125
878
  msgid "Medium Size"
879
  msgstr "Közepes méretű kép"
880
 
881
- #: ../settings/settings-edit.php:126
882
  msgid "Thumbnail"
883
  msgstr "Bélyegkép"
884
 
885
- #: ../settings/settings-edit.php:132
886
  msgid "Admin Email Addresses"
887
  msgstr "Az adminisztrátor e-mail címei"
888
 
889
- #: ../settings/settings-edit.php:133
890
  msgid ""
891
  "Enter the admin email addresses that should receive notifications (separated "
892
  "by comma)."
@@ -894,7 +912,7 @@ msgstr ""
894
  "Azoknak az adminisztrátoroknak az e-mail címe, akik értesítést kapnak a "
895
  "levelek küldéséről"
896
 
897
- #: ../settings/settings-edit.php:140
898
  msgid ""
899
  "To send admin email notifications for the new subscriber. This option must "
900
  "be set to YES."
@@ -902,29 +920,29 @@ msgstr ""
902
  "Ha szeretnénk, hogy az adminisztrátor értesüljön egy új feliratkozóról, "
903
  "állítsuk \"IGEN\"-re. "
904
 
905
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
906
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
907
  msgid "YES"
908
  msgstr "Igen"
909
 
910
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
911
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
912
  msgid "NO"
913
  msgstr "Nem"
914
 
915
- #: ../settings/settings-edit.php:167
916
  msgid "Sent Report Subject"
917
  msgstr "A levél kiküldés értesítőlevelének tárgya"
918
 
919
- #: ../settings/settings-edit.php:174
920
  msgid "Sent Report Content"
921
  msgstr "Az elküldött levelek értesítőlevelének tartalma"
922
 
923
- #: ../settings/settings-edit.php:201
924
  msgid "It is a readonly field and you are advised not to modify it."
925
  msgstr "Csak olvasható mező"
926
 
927
- #: ../settings/settings-edit.php:208
928
  msgid ""
929
  "This text will be displayed once user clicks on email confirmation link from "
930
  "the Double Opt In (confirmation) Email."
@@ -932,112 +950,112 @@ msgstr ""
932
  "Ez a szöveg fog megjelenni, amikor a felhasználó az e-mail visszaigazoló "
933
  "linkre kattint"
934
 
935
- #: ../settings/settings-edit.php:216
936
  msgid ""
937
  "To send welcome email to subscriber after successful signup. This option "
938
  "must be set to YES."
939
  msgstr "Ha szeretnéd egy levélben üdvözölni az új feliratkozót, állítsd IGEN-re"
940
 
941
- #: ../settings/settings-edit.php:243
942
  msgid "Unsubscribe Link"
943
  msgstr "Leiratkozó link"
944
 
945
- #: ../settings/settings-edit.php:250
946
  msgid "Unsubscribe Text in Email"
947
  msgstr "A leiratkozó link szövete"
948
 
949
- #: ../settings/settings-edit.php:257
950
  msgid "Text to display after an email address is unsubscribed"
951
  msgstr "A leiratkozás után megjelenő szöveg."
952
 
953
- #: ../settings/settings-edit.php:272
954
  msgid "Error in the Unsubscribe Link"
955
  msgstr "A leriratkozó link hibás."
956
 
957
- #: ../settings/settings-edit.php:285
958
  msgid "Select user roles who can access following menus. Only Admin can change this."
959
  msgstr ""
960
  "Jogosultságok beállítása. Az adminisztrátor jogosultságot adhat másoknak a "
961
  "menük kezelésére."
962
 
963
- #: ../settings/settings-edit.php:291
964
  msgid "Subscribers Menu"
965
  msgstr "Előfizetők"
966
 
967
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
968
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
969
- #: settings/settings-edit.php:343
970
  msgid "Administrator Only"
971
  msgstr "Csak adminisztrátor"
972
 
973
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
974
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
975
- #: settings/settings-edit.php:344
976
  msgid "Administrator/Editor"
977
  msgstr "Adminisztrátor/Szerkesztő"
978
 
979
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
980
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
981
- #: settings/settings-edit.php:345
982
  msgid "Administrator/Editor/Author/Contributor"
983
  msgstr "Adminisztrátor/Szerkesztő/Szerző/Közreműködő"
984
 
985
- #: ../settings/settings-edit.php:303
986
  msgid "Compose Menu"
987
  msgstr "Szerkesztés"
988
 
989
- #: ../settings/settings-edit.php:315
990
  msgid "Post Notifications Menu"
991
  msgstr "Új bejegyzésről értesítés"
992
 
993
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
994
- #: register.php:154 ../classes/es-register.php:155
995
  msgid "Newsletters"
996
  msgstr "Hírlevél"
997
 
998
- #: ../settings/settings-edit.php:339
999
  msgid "Reports Menu"
1000
  msgstr "Jelentések"
1001
 
1002
- #: ../settings/settings-edit.php:356
1003
  msgid "Cron job URL"
1004
  msgstr "Időzítés URL-je"
1005
 
1006
- #: ../settings/settings-edit.php:357
1007
  msgid ""
1008
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1009
  "modify it."
1010
  msgstr "Ez a időzített kiküldés URL-je. Ezta mezőt nem lehet módosítani. "
1011
 
1012
- #: ../settings/settings-edit.php:366
1013
  msgid "Email Count"
1014
  msgstr "E-mail számláló."
1015
 
1016
- #: ../settings/settings-edit.php:367
1017
  msgid "Number of emails that you want to trigger per hour."
1018
  msgstr "Ennyi e-mail küldünk ki egy óra alatt. "
1019
 
1020
- #: ../settings/settings-edit.php:388
1021
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1022
  msgstr "Mi az időzített kiküldés, és hogyan állíthatod be? "
1023
 
1024
- #: ../settings/settings-edit.php:507
1025
  msgid "Please enter sender of notifications from name."
1026
  msgstr "Az értesítőlevél feladójának neve"
1027
 
1028
- #: ../settings/settings-edit.php:512
1029
  msgid "Please enter sender of notifications from email."
1030
  msgstr "Az értesítőlevél levél feladójának e-mail címe"
1031
 
1032
- #: ../settings/settings-edit.php:556
1033
  msgid "Please enter valid mail count."
1034
  msgstr "Kérem, hogy egy számot írjon be!"
1035
 
1036
- #: ../settings/settings-edit.php:569
1037
  msgid "Settings Saved."
1038
  msgstr "Sikeres mentés"
1039
 
1040
- #: ../settings/settings-edit.php:572
1041
  msgid "Oops, unable to update."
1042
  msgstr "Nem sikerült menteni. "
1043
 
@@ -1053,11 +1071,7 @@ msgstr "Táblák szinkronizálása"
1053
  msgid "Click to sync tables"
1054
  msgstr "Ide kattintva elkezdődik a táblák szinkronizálása"
1055
 
1056
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1057
- msgid "Preview Mail"
1058
- msgstr "E-mail megtekintés"
1059
-
1060
- #: ../sentmail/sentmail-preview.php:42
1061
  msgid "Back"
1062
  msgstr "Előző"
1063
 
@@ -1073,8 +1087,8 @@ msgstr " &lt;&lt; "
1073
  msgid " &gt;&gt; "
1074
  msgstr " &gt;&gt; "
1075
 
1076
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1077
- #: register.php:161
1078
  msgid "Reports"
1079
  msgstr "Jelentések"
1080
 
@@ -1089,7 +1103,8 @@ msgid "View Reports"
1089
  msgstr "Jelentés megtekintése"
1090
 
1091
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1092
- #: compose/compose-show.php:103
 
1093
  msgid "Preview"
1094
  msgstr "Előnézet"
1095
 
@@ -1100,7 +1115,7 @@ msgstr "Típus"
1100
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1101
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1102
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1103
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1104
  msgid "Status"
1105
  msgstr "Státusz"
1106
 
@@ -1327,8 +1342,8 @@ msgstr "A feliratkozók státuszát frissítettük. "
1327
  msgid "Please select New Status to update."
1328
  msgstr "Válaszd ki a feliratkozók új státuszát"
1329
 
1330
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1331
- #: classes/es-register.php:146
1332
  msgid "Subscribers"
1333
  msgstr "Feliratkozottak"
1334
 
@@ -1413,7 +1428,7 @@ msgid "Email Address"
1413
  msgstr "E-mail cím"
1414
 
1415
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1416
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1417
  msgid "Name"
1418
  msgstr "Név"
1419
 
@@ -1614,15 +1629,15 @@ msgstr "Írd be az e-mail tárgyát!"
1614
  msgid "Enter Content for your Email"
1615
  msgstr "Írd be az e-mail tartalmát!"
1616
 
1617
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1618
  msgid "Available Keywords"
1619
  msgstr "Választható kulcsszavak"
1620
 
1621
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1622
  msgid "Published"
1623
  msgstr "Közzétéve"
1624
 
1625
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1626
  msgid "Please select your mail status"
1627
  msgstr "Válaszd ki az e-mail státuszát"
1628
 
@@ -1630,16 +1645,16 @@ msgstr "Válaszd ki az e-mail státuszát"
1630
  msgid "Add new Email"
1631
  msgstr "Új e-mail hozzáadása"
1632
 
1633
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1634
- #: register.php:149
1635
  msgid "Compose"
1636
  msgstr "E-mail szerkesztése"
1637
 
1638
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1639
  msgid "Email Template"
1640
  msgstr "E-mail sablon"
1641
 
1642
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1643
  msgid "Actions"
1644
  msgstr "Tevékenységek"
1645
 
@@ -1668,7 +1683,7 @@ msgstr "Üdvözöljük!"
1668
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1669
  msgstr "Köszönjük, hogy telepítette a bővítményünket és reméljük elégedett lesz. "
1670
 
1671
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1672
  #: php:38
1673
  msgid "Subscribe"
1674
  msgstr "Feliratkozás"
@@ -1785,18 +1800,6 @@ msgstr "Hírlevél küldése"
1785
  msgid "Reset"
1786
  msgstr "Alapbeállítások visszaállítása"
1787
 
1788
- #: ../base/es-defined.php:32
1789
- msgid ""
1790
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1791
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1792
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1793
- "</a> rating. A huge thank you from Icegram in advance!"
1794
- msgstr ""
1795
- "Ha tetszett az <strong>Email Subscribers bővítmény </strong>, kérem adjon "
1796
- "értékelést:<a target=\"_blank\" href=\"https://wordpress."
1797
- "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
1798
- "&#9733;&#9733;&#9733;&#9733;</a> . Köszönjük előre is. "
1799
-
1800
  #: ../classes/es-common.php:13
1801
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1802
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Visszaigazolt</span>"
@@ -1841,46 +1844,46 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">Időzített</span>"
1841
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1842
  msgstr "<span style=\"color:#993399;\">Azonnal</span>"
1843
 
1844
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1845
- #: register.php:724
1846
  msgid "Email Subscribers"
1847
  msgstr "Email Subscribers"
1848
 
1849
- #: ../classes/es-register.php:163
1850
  msgid "Help & Info"
1851
  msgstr "Segítség & Információ"
1852
 
1853
- #: ../classes/es-register.php:175
1854
  msgctxt "view-subscriber-enhanced-select"
1855
  msgid "Please enter subscriber email address."
1856
  msgstr "Adja meg az előfizető e-mail címét."
1857
 
1858
- #: ../classes/es-register.php:176
1859
  msgctxt "view-subscriber-enhanced-select"
1860
  msgid "Please select subscriber email status."
1861
  msgstr "Válassza ki az előfizető e-mail státuszát."
1862
 
1863
- #: ../classes/es-register.php:177
1864
  msgctxt "view-subscriber-enhanced-select"
1865
  msgid "Please select or create group for this subscriber."
1866
  msgstr "Törölni akarja ezt az adatot?"
1867
 
1868
- #: ../classes/es-register.php:178
1869
  msgctxt "view-subscriber-enhanced-select"
1870
  msgid "Do you want to delete this record?"
1871
  msgstr "Biztos törölni szeretnéd?"
1872
 
1873
- #: ../classes/es-register.php:179
1874
  msgctxt "view-subscriber-enhanced-select"
1875
  msgid "Please select the bulk action."
1876
  msgstr "Kérem válassza a tömeges műveleteket!"
1877
 
1878
- #: ../classes/es-register.php:180
1879
  msgctxt "view-subscriber-enhanced-select"
1880
  msgid "Are you sure you want to delete selected records?"
1881
  msgstr "Biztosan törlöd ezeket az adatokat? "
1882
 
1883
- #: ../classes/es-register.php:181
1884
  msgctxt "view-subscriber-enhanced-select"
1885
  msgid ""
1886
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1889,74 +1892,74 @@ msgstr ""
1889
  "Valóban újra akarja küldeni az e-mail visszaigazoló levelet? Ha igen, akkor "
1890
  "az előfizető ismét 'nem igazolt' státuszú lesz. "
1891
 
1892
- #: ../classes/es-register.php:182
1893
  msgctxt "view-subscriber-enhanced-select"
1894
  msgid "Please select new subscriber group."
1895
  msgstr "KÉrem válassza ki az előfizetői csoportot"
1896
 
1897
- #: ../classes/es-register.php:183
1898
  msgctxt "view-subscriber-enhanced-select"
1899
  msgid "Please select new status for subscribers"
1900
  msgstr "Add meg az előfizetők új státuszát!"
1901
 
1902
- #: ../classes/es-register.php:184
1903
  msgctxt "view-subscriber-enhanced-select"
1904
  msgid "Do you want to update subscribers group?"
1905
  msgstr "Frissíteni akarja az előfizetői csoportokat? "
1906
 
1907
- #: ../classes/es-register.php:185
1908
  msgctxt "view-subscriber-enhanced-select"
1909
  msgid "Do you want to update subscribers status?"
1910
  msgstr "Frissítsük a feliratkozók státuszát?"
1911
 
1912
- #: ../classes/es-register.php:186
1913
  msgctxt "view-subscriber-enhanced-select"
1914
  msgid ""
1915
  "Please select only csv file. Please check official website for csv structure."
1916
  "."
1917
  msgstr "Csak csv fájlt választhat. Kérem ellenőrizze a csv megfelelő formátumát!"
1918
 
1919
- #: ../classes/es-register.php:194
1920
  msgctxt "compose-enhanced-select"
1921
  msgid "Please enter the Email Subject."
1922
  msgstr "Kérem írja be a levél tárgyát."
1923
 
1924
- #: ../classes/es-register.php:195
1925
  msgctxt "compose-enhanced-select"
1926
  msgid "Do you want to delete this record?"
1927
  msgstr "Valóban ki akarja törölni ezt az adatot? "
1928
 
1929
- #: ../classes/es-register.php:203
1930
  msgctxt "notification-enhanced-select"
1931
  msgid "Please select subscribers group."
1932
  msgstr "Kérem válassza ki az előfizetői csoportot!"
1933
 
1934
- #: ../classes/es-register.php:204
1935
  msgctxt "notification-enhanced-select"
1936
  msgid "Please select notification mail subject. Use compose menu to create new."
1937
  msgstr "KÉrem válassza ki az értesítőlevél tárgyát!"
1938
 
1939
- #: ../classes/es-register.php:205
1940
  msgctxt "notification-enhanced-select"
1941
  msgid "Please select notification status."
1942
  msgstr "Válassza ki az értesítőlevél státuszát!"
1943
 
1944
- #: ../classes/es-register.php:206
1945
  msgctxt "notification-enhanced-select"
1946
  msgid "Do you want to delete this record?"
1947
  msgstr "Valóban törölni akarja ezt az adatot? "
1948
 
1949
- #: ../classes/es-register.php:214
1950
  msgctxt "sendmail-enhanced-select"
1951
  msgid "Please select your mail subject."
1952
  msgstr "Kérem töltse ki a levél tárgyát!"
1953
 
1954
- #: ../classes/es-register.php:215
1955
  msgctxt "sendmail-enhanced-select"
1956
  msgid "Please select your mail type."
1957
  msgstr "Az e-mail típusa (időzített vagy azonnali)"
1958
 
1959
- #: ../classes/es-register.php:216
1960
  msgctxt "sendmail-enhanced-select"
1961
  msgid ""
1962
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1965,54 +1968,54 @@ msgstr ""
1965
  "Ellenőrizd még egyszer, hogy megfelelő csoportnak küldjük ki a leveleket. Ha "
1966
  "rendben, akkor klikkelj megint."
1967
 
1968
- #: ../classes/es-register.php:224
1969
  msgctxt "sentmail-enhanced-select"
1970
  msgid "Do you want to delete this record?"
1971
  msgstr "Szeretné törölni ezt az adatot? "
1972
 
1973
- #: ../classes/es-register.php:225
1974
  msgctxt "sentmail-enhanced-select"
1975
  msgid "Do you want to delete all records except latest 10?"
1976
  msgstr "Minden adatot törölni szeretne az utolsó 10 kivételével?"
1977
 
1978
- #: ../classes/es-register.php:233
1979
  msgctxt "cron-enhanced-select"
1980
  msgid "Please select enter number of mails you want to send per hour/trigger."
1981
  msgstr ""
1982
  "Kérem írja be, hány darab e-mailt szeretne óránként vagy ciklusonként "
1983
  "küldeni?"
1984
 
1985
- #: ../classes/es-register.php:234
1986
  msgctxt "cron-enhanced-select"
1987
  msgid "Please enter the mail count, only number."
1988
  msgstr "Kérem egy számot adjon meg, hány e-mail? "
1989
 
1990
- #: ../classes/es-register.php:247
1991
  msgctxt "widget-enhanced-select"
1992
  msgid "Please enter email address"
1993
  msgstr "Kérjük adja meg az e-mail címét"
1994
 
1995
- #: ../classes/es-register.php:248
1996
  msgctxt "widget-enhanced-select"
1997
  msgid "Please provide a valid email address"
1998
  msgstr "Kérem adjon meg egy érvényes e-mail címet!"
1999
 
2000
- #: ../classes/es-register.php:249
2001
  msgctxt "widget-enhanced-select"
2002
  msgid "loading..."
2003
  msgstr "betöltés..."
2004
 
2005
- #: ../classes/es-register.php:250
2006
  msgctxt "widget-enhanced-select"
2007
  msgid "Cannot create XMLHTTP instance"
2008
  msgstr "Nem lehet ilyen XMLHTTP-t létrehozni"
2009
 
2010
- #: ../classes/es-register.php:251
2011
  msgctxt "widget-enhanced-select"
2012
  msgid "Successfully Subscribed."
2013
  msgstr "Sikeres feliratkozás"
2014
 
2015
- #: ../classes/es-register.php:252
2016
  msgctxt "widget-enhanced-select"
2017
  msgid ""
2018
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2024,57 +2027,57 @@ msgstr ""
2024
  "sincs meg, akkor próbáld meg még egyszer a feliratkozást, hátha hibás e-mail "
2025
  "címet adtál meg. "
2026
 
2027
- #: ../classes/es-register.php:253
2028
  msgctxt "widget-enhanced-select"
2029
  msgid "Email Address already exists!"
2030
  msgstr "Ez az e-mail cím már létezik"
2031
 
2032
- #: ../classes/es-register.php:254
2033
  msgctxt "widget-enhanced-select"
2034
  msgid "Oops.. Unexpected error occurred."
2035
  msgstr "Váratlan hiba"
2036
 
2037
- #: ../classes/es-register.php:255
2038
  msgctxt "widget-enhanced-select"
2039
  msgid "Invalid email address"
2040
  msgstr "Hibás e-mail cím"
2041
 
2042
- #: ../classes/es-register.php:256
2043
  msgctxt "widget-enhanced-select"
2044
  msgid "Please try after some time"
2045
  msgstr "Kérem próbálja meg kicsit később!"
2046
 
2047
- #: ../classes/es-register.php:257
2048
  msgctxt "widget-enhanced-select"
2049
  msgid "There was a problem with the request"
2050
  msgstr "Sajnos valami hiba történt."
2051
 
2052
- #: ../classes/es-register.php:264
2053
  msgctxt "widget-page-enhanced-select"
2054
  msgid "Please enter email address"
2055
  msgstr "KÉrem adja meg az e-mail címét!"
2056
 
2057
- #: ../classes/es-register.php:265
2058
  msgctxt "widget-page-enhanced-select"
2059
  msgid "Please provide a valid email address"
2060
  msgstr "Kérem adjon meg egy érvényes e-mail címet."
2061
 
2062
- #: ../classes/es-register.php:266
2063
  msgctxt "widget-page-enhanced-select"
2064
  msgid "loading..."
2065
  msgstr "Kis türelmet..."
2066
 
2067
- #: ../classes/es-register.php:267
2068
  msgctxt "widget-page-enhanced-select"
2069
  msgid "Cannot create XMLHTTP instance"
2070
  msgstr "Nem lehet ilyen XMLHTTP-t létrehozni"
2071
 
2072
- #: ../classes/es-register.php:268
2073
  msgctxt "widget-page-enhanced-select"
2074
  msgid "Successfully Subscribed."
2075
  msgstr "Sikeres feliratkozás."
2076
 
2077
- #: ../classes/es-register.php:269
2078
  msgctxt "widget-page-enhanced-select"
2079
  msgid ""
2080
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2086,126 +2089,138 @@ msgstr ""
2086
  "sincs meg, akkor próbáld meg még egyszer a feliratkozást, hátha hibás e-mail "
2087
  "címet adtál meg. "
2088
 
2089
- #: ../classes/es-register.php:270
2090
  msgctxt "widget-page-enhanced-select"
2091
  msgid "Email Address already exists!"
2092
  msgstr "Ilyen e-mail cím már létezik. "
2093
 
2094
- #: ../classes/es-register.php:271
2095
  msgctxt "widget-page-enhanced-select"
2096
  msgid "Oops.. Unexpected error occurred."
2097
  msgstr "Váratlan hiba lépett fel"
2098
 
2099
- #: ../classes/es-register.php:272
2100
  msgctxt "widget-page-enhanced-select"
2101
  msgid "Invalid email address"
2102
  msgstr "Hibás e-mail cím."
2103
 
2104
- #: ../classes/es-register.php:273
2105
  msgctxt "widget-page-enhanced-select"
2106
  msgid "Please try after some time"
2107
  msgstr "Kérem próbálja meg később. "
2108
 
2109
- #: ../classes/es-register.php:274
2110
  msgctxt "widget-page-enhanced-select"
2111
  msgid "There was a problem with the request"
2112
  msgstr "Valami hiba történt. "
2113
 
2114
- #: ../classes/es-register.php:724
2115
  msgid "is getting even better!"
2116
  msgstr "még jobb lesz!"
2117
 
2118
- #: ../classes/es-register.php:725
2119
  msgid "But I need you to"
2120
  msgstr "De szükségem van arra, hogy"
2121
 
2122
- #: ../classes/es-register.php:725
2123
  msgid "help me prioritize"
2124
  msgstr "segítsen sorrendet kialakítani"
2125
 
2126
- #: ../classes/es-register.php:725
2127
  msgid "Please send your response today."
2128
  msgstr "kérem küldje a válaszát még ma!"
2129
 
2130
- #: ../classes/es-register.php:732
2131
  msgid "Here's how you use ES:"
2132
  msgstr "Így használd az ES-t:"
2133
 
2134
- #: ../classes/es-register.php:745
2135
  msgid "Have "
2136
  msgstr "Van "
2137
 
2138
- #: ../classes/es-register.php:745
2139
  msgid " Active Subscribers"
2140
  msgstr " Aktív előfizető"
2141
 
2142
- #: ../classes/es-register.php:746
2143
  msgid "Post "
2144
  msgstr "Bejegyzés "
2145
 
2146
- #: ../classes/es-register.php:746
2147
  msgid " blog per week"
2148
  msgstr " blog hetente"
2149
 
2150
- #: ../classes/es-register.php:779
2151
  msgid "How soon do you want these new features?"
2152
  msgstr "Mikor szeretnéd ezeket az új funkciókat?"
2153
 
2154
- #: ../classes/es-register.php:783
2155
  msgid "Beautiful Email Designs"
2156
  msgstr "Gyönyörű e-mail dizájn."
2157
 
2158
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2159
- #: register.php:794 ../classes/es-register.php:799
2160
  msgid "Right now!"
2161
  msgstr "Most!"
2162
 
2163
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2164
- #: register.php:795 ../classes/es-register.php:800
2165
  msgid "Soon"
2166
  msgstr "Hamarosan"
2167
 
2168
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2169
- #: register.php:796 ../classes/es-register.php:801
2170
  msgid "Later"
2171
  msgstr "Később"
2172
 
2173
- #: ../classes/es-register.php:788
2174
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2175
  msgstr "Levélszemét ellenőrzése. Folyamatban.... (még jobb célbatalálási arány)"
2176
 
2177
- #: ../classes/es-register.php:793
2178
  msgid "Discard Fake / Bouncing Emails"
2179
  msgstr "A hamisítá levelek elvetése / Visszautasított levelek"
2180
 
2181
- #: ../classes/es-register.php:798
2182
  msgid "Advanced Reporting"
2183
  msgstr "Részletesebb jelentések"
2184
 
2185
- #: ../classes/es-register.php:826
2186
  msgid "Thank you!"
2187
  msgstr "Köszönjük!"
2188
 
2189
- #: ../classes/es-register.php:827
2190
  msgid "No issues, have a nice day!"
2191
  msgstr "Semmi probléma a mai nap!"
2192
 
2193
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2194
  msgid "Email *"
2195
  msgstr "E-mail*"
2196
 
2197
- #: ../classes/es-register.php:1035
2198
  msgid "Widget Title"
2199
  msgstr "Widget Cím"
2200
 
2201
- #: ../classes/es-register.php:1039
2202
  msgid "Short description about subscription form"
2203
  msgstr "A feliratkozó űrlap rövid leírása"
2204
 
2205
- #: ../classes/es-register.php:1043
2206
  msgid "Display Name Field"
2207
  msgstr "Feliratkozásnál kérjük a nevet is? "
2208
 
2209
- #: ../classes/es-register.php:1050
2210
  msgid "Subscriber Group"
2211
  msgstr "Előfizetői csoport"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:43 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
+ #: ../email-subscribers.php:75
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
34
 
35
+ #: ../settings/settings-edit.php:89
36
  msgid "Email Type"
37
  msgstr ""
38
 
39
+ #: ../settings/settings-edit.php:90
40
  msgid ""
41
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
  "Option 3 & 4 is to send emails with PHP method mail()."
43
  msgstr ""
44
 
45
+ #: ../settings/settings-edit.php:104
46
  msgid "Opt-In Type"
47
  msgstr ""
48
 
49
+ #: ../settings/settings-edit.php:105
50
  msgid ""
51
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
  "soon as they subscribe to your list. They have to confirm their subscription "
55
  "directly in the list."
56
  msgstr ""
57
 
58
+ #: ../settings/settings-edit.php:136
59
  msgid "Notify Admin when a new subscriber signs up"
60
  msgstr ""
61
 
62
+ #: ../settings/settings-edit.php:149
63
  msgid "Admin Email Subject on new subscriber sign up"
64
  msgstr ""
65
 
66
+ #: ../settings/settings-edit.php:150
67
  msgid ""
68
  "Subject for the admin email whenever a new subscriber signs up and is "
69
  "confirmed."
70
  msgstr ""
71
 
72
+ #: ../settings/settings-edit.php:156
73
  msgid "Admin Email Content on new subscriber signs up"
74
  msgstr ""
75
 
76
+ #: ../settings/settings-edit.php:157
77
  msgid ""
78
  "Content for the admin email whenever a new subscriber signs up and is "
79
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
  msgstr ""
81
 
82
+ #: ../settings/settings-edit.php:165
83
  msgid "Subject for the email report which will be sent to admin."
84
  msgstr ""
85
 
86
+ #: ../settings/settings-edit.php:172
87
  msgid ""
88
  "Content for the email report which will be sent to admin.<br />(Available "
89
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
  msgstr ""
91
 
92
+ #: ../settings/settings-edit.php:183
93
  msgid "Double Opt-In Email Subject (Confirmation Email)"
94
  msgstr ""
95
 
96
+ #: ../settings/settings-edit.php:184
97
  msgid ""
98
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
  "subscriber signs up."
100
  msgstr ""
101
 
102
+ #: ../settings/settings-edit.php:190
103
  msgid "Double Opt-In Email Content (Confirmation Email)"
104
  msgstr ""
105
 
106
+ #: ../settings/settings-edit.php:191
107
  msgid ""
108
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
  msgstr ""
111
 
112
+ #: ../settings/settings-edit.php:197
113
  msgid "Double Opt-In Confirmation Link"
114
  msgstr ""
115
 
116
+ #: ../settings/settings-edit.php:204
117
  msgid ""
118
  "Text to display after an email address is successfully subscribed from "
119
  "Double Opt-In (Confirmation) Email"
120
  msgstr ""
121
 
122
+ #: ../settings/settings-edit.php:212
123
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
  msgstr ""
125
 
126
+ #: ../settings/settings-edit.php:224
127
  msgid "Subject for Welcome Email"
128
  msgstr ""
129
 
130
+ #: ../settings/settings-edit.php:225
131
  msgid ""
132
  "Subject for the subscriber welcome email. This will be sent whenever a "
133
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
  "Opt-In) successfully."
135
  msgstr ""
136
 
137
+ #: ../settings/settings-edit.php:231
138
  msgid "Email Content for Welcome Email"
139
  msgstr ""
140
 
141
+ #: ../settings/settings-edit.php:232
142
  msgid ""
143
  "Content for the subscriber welcome email whenever a user's email is either "
144
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
  msgstr ""
147
 
148
+ #: ../settings/settings-edit.php:241
149
  msgid ""
150
  "This unsubscribe link is automatically added to all the emails that are sent "
151
  "from this plugin. It is a readonly field and you are advised not to modify "
152
  "it."
153
  msgstr ""
154
 
155
+ #: ../settings/settings-edit.php:248
156
  msgid ""
157
  "The text for the unsubscribe link. This text is automatically added with "
158
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
  msgstr ""
160
 
161
+ #: ../settings/settings-edit.php:255
162
  msgid ""
163
  "This text will be displayed once user clicks on unsubscribe link from the "
164
  "email."
165
  msgstr ""
166
 
167
+ #: ../settings/settings-edit.php:262
168
  msgid "Error in the Subscribe / Confirmation Link"
169
  msgstr ""
170
 
171
+ #: ../settings/settings-edit.php:263
172
  msgid ""
173
  "Default message to display if there is any issue while clicking on subscribe "
174
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
  msgstr ""
176
 
177
+ #: ../settings/settings-edit.php:270
178
  msgid ""
179
  "Default message to display if there is any issue while clicking on "
180
  "unsubscribe link from the emails."
181
  msgstr ""
182
 
183
+ #: ../settings/settings-edit.php:369
184
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
  msgstr ""
186
 
187
+ #: ../settings/settings-edit.php:374
188
  msgid "Cron Report"
189
  msgstr ""
190
 
191
+ #: ../settings/settings-edit.php:375
192
  msgid ""
193
  "Email to admin whenever a cron URL is triggered from your server. (Available "
194
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
  msgstr ""
196
 
197
+ #: ../settings/settings-edit.php:386
198
  msgid ""
199
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
  "schedule-cron-emails/?"
202
  "Cron?</a>"
203
  msgstr ""
204
 
205
+ #: ../settings/settings-edit.php:387
206
  msgid ""
207
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
  "schedule-cron-emails-in-cpanel/?"
210
  "job in cPanel</a>"
211
  msgstr ""
212
 
213
+ #: ../settings/settings-edit.php:388
214
  msgid ""
215
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
  "schedule-cron-emails-in-parallels-plesk/?"
218
  "job in Plesk</a>"
219
  msgstr ""
220
 
221
+ #: ../settings/settings-edit.php:389
222
  msgid ""
223
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
  "if-hosting-doesnt-support-cron-jobs/?"
226
  "does not support cron jobs?</a>"
227
  msgstr ""
228
 
229
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
230
+ msgid "Preview Email"
231
+ msgstr ""
232
+
233
+ #: ../sentmail/sentmail-preview.php:31
234
+ msgid ""
235
+ "This is how the email you sent may look. <br>Note: Different email services "
236
+ "(like gmail, yahoo etc) display email content differently. So there could be "
237
+ "a slight variation on how your customer will view the email content."
238
+ msgstr ""
239
+
240
  #: ../compose/compose-edit.php:61
241
  msgid "Successfully updated. "
242
  msgstr ""
249
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
250
  msgstr ""
251
 
252
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
253
  #, php-format
254
  msgid ""
255
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
261
  msgid "Successfully created. "
262
  msgstr ""
263
 
264
+ #: ../compose/compose-preview.php:31
265
+ msgid ""
266
+ "This is how your email may look. <br>Note: Different email services (like "
267
+ "gmail, yahoo etc) display email content differently. So there could be a "
268
+ "slight variation on how your customer will view the email content."
269
+ msgstr ""
270
+
271
  #: ../help/help.php:178
272
  msgid "Get more help and tips..."
273
  msgstr ""
550
  msgid "Email sent successfully. "
551
  msgstr ""
552
 
553
+ #: ../classes/es-register.php:193
554
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
555
  msgstr ""
556
 
557
+ #: ../classes/es-register.php:765
558
  msgctxt "timezone date format"
559
  msgid "Y-m-d"
560
  msgstr ""
561
 
562
+ #: ../classes/es-register.php:795
563
  msgid "Post Notifications more often than Newsletter"
564
  msgstr ""
565
 
566
+ #: ../classes/es-register.php:797
567
  msgid "Newsletter more often than Post Notifications"
568
  msgstr ""
569
 
570
+ #: ../classes/es-register.php:799
571
  msgid "Post Notification &amp; Newsletter equally"
572
  msgstr ""
573
 
574
+ #: ../classes/es-register.php:808
575
  msgid "Send emails via Cron"
576
  msgstr ""
577
 
578
+ #: ../classes/es-register.php:810
579
  msgid "Send emails Immediately"
580
  msgstr ""
581
 
582
+ #: ../classes/es-register.php:817
583
  msgid "Using Double Opt In"
584
  msgstr ""
585
 
586
+ #: ../classes/es-register.php:819
587
  msgid "Using Single Opt In"
588
  msgstr ""
589
 
590
+ #: ../classes/es-register.php:868
591
  msgid "Nah, I don't like improvements"
592
  msgstr ""
593
 
594
+ #: ../classes/es-register.php:874
595
  msgid "Next"
596
  msgstr ""
597
 
708
 
709
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
710
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
711
+ #: 123 ../compose/compose-add.php:105
712
  msgid "Save"
713
  msgstr "Mentés"
714
 
724
  msgid "Selected record deleted."
725
  msgstr "Sikeresen törölve"
726
 
727
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
728
+ #: classes/es-register.php:181
729
  msgid "Post Notifications"
730
  msgstr "Új bejegyzés értesítés"
731
 
743
  " milyen értesítést küldjön a feliratkozottaknak. "
744
 
745
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
746
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
747
  msgid "Email Subject"
748
  msgstr "Tárgy"
749
 
763
  msgstr "Értesítés sttusza"
764
 
765
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
766
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
767
  msgid "Edit"
768
  msgstr "Szerkesztés"
769
 
770
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
771
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
772
+ #: php:104
773
  msgid "Delete"
774
  msgstr "Törlés"
775
 
776
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
777
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
778
+ #: 432 ../compose/compose-show.php:117
779
  msgid "No records available."
780
  msgstr "Nincs ilyen adat."
781
 
832
  msgid "User Roles"
833
  msgstr "Felhasználói jogosultságok"
834
 
835
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
836
+ #: register.php:187
837
  msgid "Settings"
838
  msgstr "Beállítások"
839
 
841
  msgid "Save Settings"
842
  msgstr "Beállítások mentése"
843
 
844
+ #: ../settings/settings-edit.php:78
845
  msgid "Sender of Notifications"
846
  msgstr "Az értesítések küldőjw"
847
 
848
+ #: ../settings/settings-edit.php:79
849
  msgid ""
850
  "Choose a FROM name and FROM email address for all the emails to be sent from "
851
  "this plugin."
852
  msgstr "Add megy, hogy milyen e-mail címről küldjük és mi legyen a küldő neve?"
853
 
854
+ #: ../settings/settings-edit.php:94
855
  msgid "1. WP HTML MAIL"
856
  msgstr "1. WordPress HTML e-mail"
857
 
858
+ #: ../settings/settings-edit.php:95
859
  msgid "2. WP PLAINTEXT MAIL"
860
  msgstr "2. WordPress e-mail csak szöveg"
861
 
862
+ #: ../settings/settings-edit.php:96
863
  msgid "3. PHP HTML MAIL"
864
  msgstr "3. PHP HTML e-mail"
865
 
866
+ #: ../settings/settings-edit.php:97
867
  msgid "4. PHP PLAINTEXT MAIL"
868
  msgstr "4. PHP csak szöveges e-mail"
869
 
870
+ #: ../settings/settings-edit.php:109
871
  msgid "Double Opt In"
872
  msgstr "Kettős opt-in"
873
 
874
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
875
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
876
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
877
  #: subscriber-edit.php:150
878
  msgid "Single Opt In"
879
  msgstr "Visszaigazolás nélkül"
880
 
881
+ #: ../settings/settings-edit.php:116
882
  msgid "Image Size"
883
  msgstr "Képméret"
884
 
885
+ #: ../settings/settings-edit.php:117
886
  msgid ""
887
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
888
  "Emails."
889
  msgstr "Az értesítőlevélben a ###POTIMAGE### képméretének kiválasztása "
890
 
891
+ #: ../settings/settings-edit.php:121
892
  msgid "Full Size"
893
  msgstr "Teljes méretű kép"
894
 
895
+ #: ../settings/settings-edit.php:122
896
  msgid "Medium Size"
897
  msgstr "Közepes méretű kép"
898
 
899
+ #: ../settings/settings-edit.php:123
900
  msgid "Thumbnail"
901
  msgstr "Bélyegkép"
902
 
903
+ #: ../settings/settings-edit.php:129
904
  msgid "Admin Email Addresses"
905
  msgstr "Az adminisztrátor e-mail címei"
906
 
907
+ #: ../settings/settings-edit.php:130
908
  msgid ""
909
  "Enter the admin email addresses that should receive notifications (separated "
910
  "by comma)."
912
  "Azoknak az adminisztrátoroknak az e-mail címe, akik értesítést kapnak a "
913
  "levelek küldéséről"
914
 
915
+ #: ../settings/settings-edit.php:137
916
  msgid ""
917
  "To send admin email notifications for the new subscriber. This option must "
918
  "be set to YES."
920
  "Ha szeretnénk, hogy az adminisztrátor értesüljön egy új feliratkozóról, "
921
  "állítsuk \"IGEN\"-re. "
922
 
923
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
924
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
925
  msgid "YES"
926
  msgstr "Igen"
927
 
928
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
929
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
930
  msgid "NO"
931
  msgstr "Nem"
932
 
933
+ #: ../settings/settings-edit.php:164
934
  msgid "Sent Report Subject"
935
  msgstr "A levél kiküldés értesítőlevelének tárgya"
936
 
937
+ #: ../settings/settings-edit.php:171
938
  msgid "Sent Report Content"
939
  msgstr "Az elküldött levelek értesítőlevelének tartalma"
940
 
941
+ #: ../settings/settings-edit.php:198
942
  msgid "It is a readonly field and you are advised not to modify it."
943
  msgstr "Csak olvasható mező"
944
 
945
+ #: ../settings/settings-edit.php:205
946
  msgid ""
947
  "This text will be displayed once user clicks on email confirmation link from "
948
  "the Double Opt In (confirmation) Email."
950
  "Ez a szöveg fog megjelenni, amikor a felhasználó az e-mail visszaigazoló "
951
  "linkre kattint"
952
 
953
+ #: ../settings/settings-edit.php:213
954
  msgid ""
955
  "To send welcome email to subscriber after successful signup. This option "
956
  "must be set to YES."
957
  msgstr "Ha szeretnéd egy levélben üdvözölni az új feliratkozót, állítsd IGEN-re"
958
 
959
+ #: ../settings/settings-edit.php:240
960
  msgid "Unsubscribe Link"
961
  msgstr "Leiratkozó link"
962
 
963
+ #: ../settings/settings-edit.php:247
964
  msgid "Unsubscribe Text in Email"
965
  msgstr "A leiratkozó link szövete"
966
 
967
+ #: ../settings/settings-edit.php:254
968
  msgid "Text to display after an email address is unsubscribed"
969
  msgstr "A leiratkozás után megjelenő szöveg."
970
 
971
+ #: ../settings/settings-edit.php:269
972
  msgid "Error in the Unsubscribe Link"
973
  msgstr "A leriratkozó link hibás."
974
 
975
+ #: ../settings/settings-edit.php:282
976
  msgid "Select user roles who can access following menus. Only Admin can change this."
977
  msgstr ""
978
  "Jogosultságok beállítása. Az adminisztrátor jogosultságot adhat másoknak a "
979
  "menük kezelésére."
980
 
981
+ #: ../settings/settings-edit.php:288
982
  msgid "Subscribers Menu"
983
  msgstr "Előfizetők"
984
 
985
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
986
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
987
+ #: settings/settings-edit.php:340
988
  msgid "Administrator Only"
989
  msgstr "Csak adminisztrátor"
990
 
991
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
992
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
993
+ #: settings/settings-edit.php:341
994
  msgid "Administrator/Editor"
995
  msgstr "Adminisztrátor/Szerkesztő"
996
 
997
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
998
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
999
+ #: settings/settings-edit.php:342
1000
  msgid "Administrator/Editor/Author/Contributor"
1001
  msgstr "Adminisztrátor/Szerkesztő/Szerző/Közreműködő"
1002
 
1003
+ #: ../settings/settings-edit.php:300
1004
  msgid "Compose Menu"
1005
  msgstr "Szerkesztés"
1006
 
1007
+ #: ../settings/settings-edit.php:312
1008
  msgid "Post Notifications Menu"
1009
  msgstr "Új bejegyzésről értesítés"
1010
 
1011
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
1012
+ #: register.php:183 ../classes/es-register.php:184
1013
  msgid "Newsletters"
1014
  msgstr "Hírlevél"
1015
 
1016
+ #: ../settings/settings-edit.php:336
1017
  msgid "Reports Menu"
1018
  msgstr "Jelentések"
1019
 
1020
+ #: ../settings/settings-edit.php:353
1021
  msgid "Cron job URL"
1022
  msgstr "Időzítés URL-je"
1023
 
1024
+ #: ../settings/settings-edit.php:354
1025
  msgid ""
1026
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1027
  "modify it."
1028
  msgstr "Ez a időzített kiküldés URL-je. Ezta mezőt nem lehet módosítani. "
1029
 
1030
+ #: ../settings/settings-edit.php:363
1031
  msgid "Email Count"
1032
  msgstr "E-mail számláló."
1033
 
1034
+ #: ../settings/settings-edit.php:364
1035
  msgid "Number of emails that you want to trigger per hour."
1036
  msgstr "Ennyi e-mail küldünk ki egy óra alatt. "
1037
 
1038
+ #: ../settings/settings-edit.php:385
1039
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1040
  msgstr "Mi az időzített kiküldés, és hogyan állíthatod be? "
1041
 
1042
+ #: ../settings/settings-edit.php:504
1043
  msgid "Please enter sender of notifications from name."
1044
  msgstr "Az értesítőlevél feladójának neve"
1045
 
1046
+ #: ../settings/settings-edit.php:509
1047
  msgid "Please enter sender of notifications from email."
1048
  msgstr "Az értesítőlevél levél feladójának e-mail címe"
1049
 
1050
+ #: ../settings/settings-edit.php:553
1051
  msgid "Please enter valid mail count."
1052
  msgstr "Kérem, hogy egy számot írjon be!"
1053
 
1054
+ #: ../settings/settings-edit.php:566
1055
  msgid "Settings Saved."
1056
  msgstr "Sikeres mentés"
1057
 
1058
+ #: ../settings/settings-edit.php:569
1059
  msgid "Oops, unable to update."
1060
  msgstr "Nem sikerült menteni. "
1061
 
1071
  msgid "Click to sync tables"
1072
  msgstr "Ide kattintva elkezdődik a táblák szinkronizálása"
1073
 
1074
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1075
  msgid "Back"
1076
  msgstr "Előző"
1077
 
1087
  msgid " &gt;&gt; "
1088
  msgstr " &gt;&gt; "
1089
 
1090
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1091
+ #: register.php:190
1092
  msgid "Reports"
1093
  msgstr "Jelentések"
1094
 
1103
  msgstr "Jelentés megtekintése"
1104
 
1105
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1106
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1107
+ #: compose/compose-show.php:88
1108
  msgid "Preview"
1109
  msgstr "Előnézet"
1110
 
1115
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1116
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1117
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1118
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1119
  msgid "Status"
1120
  msgstr "Státusz"
1121
 
1342
  msgid "Please select New Status to update."
1343
  msgstr "Válaszd ki a feliratkozók új státuszát"
1344
 
1345
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1346
+ #: classes/es-register.php:175
1347
  msgid "Subscribers"
1348
  msgstr "Feliratkozottak"
1349
 
1428
  msgstr "E-mail cím"
1429
 
1430
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1431
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1432
  msgid "Name"
1433
  msgstr "Név"
1434
 
1629
  msgid "Enter Content for your Email"
1630
  msgstr "Írd be az e-mail tartalmát!"
1631
 
1632
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1633
  msgid "Available Keywords"
1634
  msgstr "Választható kulcsszavak"
1635
 
1636
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1637
  msgid "Published"
1638
  msgstr "Közzétéve"
1639
 
1640
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1641
  msgid "Please select your mail status"
1642
  msgstr "Válaszd ki az e-mail státuszát"
1643
 
1645
  msgid "Add new Email"
1646
  msgstr "Új e-mail hozzáadása"
1647
 
1648
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1649
+ #: register.php:178
1650
  msgid "Compose"
1651
  msgstr "E-mail szerkesztése"
1652
 
1653
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1654
  msgid "Email Template"
1655
  msgstr "E-mail sablon"
1656
 
1657
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1658
  msgid "Actions"
1659
  msgstr "Tevékenységek"
1660
 
1683
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1684
  msgstr "Köszönjük, hogy telepítette a bővítményünket és reméljük elégedett lesz. "
1685
 
1686
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1687
  #: php:38
1688
  msgid "Subscribe"
1689
  msgstr "Feliratkozás"
1800
  msgid "Reset"
1801
  msgstr "Alapbeállítások visszaállítása"
1802
 
 
 
 
 
 
 
 
 
 
 
 
 
1803
  #: ../classes/es-common.php:13
1804
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1805
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Visszaigazolt</span>"
1844
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1845
  msgstr "<span style=\"color:#993399;\">Azonnal</span>"
1846
 
1847
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1848
+ #: register.php:782
1849
  msgid "Email Subscribers"
1850
  msgstr "Email Subscribers"
1851
 
1852
+ #: ../classes/es-register.php:192
1853
  msgid "Help & Info"
1854
  msgstr "Segítség & Információ"
1855
 
1856
+ #: ../classes/es-register.php:204
1857
  msgctxt "view-subscriber-enhanced-select"
1858
  msgid "Please enter subscriber email address."
1859
  msgstr "Adja meg az előfizető e-mail címét."
1860
 
1861
+ #: ../classes/es-register.php:205
1862
  msgctxt "view-subscriber-enhanced-select"
1863
  msgid "Please select subscriber email status."
1864
  msgstr "Válassza ki az előfizető e-mail státuszát."
1865
 
1866
+ #: ../classes/es-register.php:206
1867
  msgctxt "view-subscriber-enhanced-select"
1868
  msgid "Please select or create group for this subscriber."
1869
  msgstr "Törölni akarja ezt az adatot?"
1870
 
1871
+ #: ../classes/es-register.php:207
1872
  msgctxt "view-subscriber-enhanced-select"
1873
  msgid "Do you want to delete this record?"
1874
  msgstr "Biztos törölni szeretnéd?"
1875
 
1876
+ #: ../classes/es-register.php:208
1877
  msgctxt "view-subscriber-enhanced-select"
1878
  msgid "Please select the bulk action."
1879
  msgstr "Kérem válassza a tömeges műveleteket!"
1880
 
1881
+ #: ../classes/es-register.php:209
1882
  msgctxt "view-subscriber-enhanced-select"
1883
  msgid "Are you sure you want to delete selected records?"
1884
  msgstr "Biztosan törlöd ezeket az adatokat? "
1885
 
1886
+ #: ../classes/es-register.php:210
1887
  msgctxt "view-subscriber-enhanced-select"
1888
  msgid ""
1889
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1892
  "Valóban újra akarja küldeni az e-mail visszaigazoló levelet? Ha igen, akkor "
1893
  "az előfizető ismét 'nem igazolt' státuszú lesz. "
1894
 
1895
+ #: ../classes/es-register.php:211
1896
  msgctxt "view-subscriber-enhanced-select"
1897
  msgid "Please select new subscriber group."
1898
  msgstr "KÉrem válassza ki az előfizetői csoportot"
1899
 
1900
+ #: ../classes/es-register.php:212
1901
  msgctxt "view-subscriber-enhanced-select"
1902
  msgid "Please select new status for subscribers"
1903
  msgstr "Add meg az előfizetők új státuszát!"
1904
 
1905
+ #: ../classes/es-register.php:213
1906
  msgctxt "view-subscriber-enhanced-select"
1907
  msgid "Do you want to update subscribers group?"
1908
  msgstr "Frissíteni akarja az előfizetői csoportokat? "
1909
 
1910
+ #: ../classes/es-register.php:214
1911
  msgctxt "view-subscriber-enhanced-select"
1912
  msgid "Do you want to update subscribers status?"
1913
  msgstr "Frissítsük a feliratkozók státuszát?"
1914
 
1915
+ #: ../classes/es-register.php:215
1916
  msgctxt "view-subscriber-enhanced-select"
1917
  msgid ""
1918
  "Please select only csv file. Please check official website for csv structure."
1919
  "."
1920
  msgstr "Csak csv fájlt választhat. Kérem ellenőrizze a csv megfelelő formátumát!"
1921
 
1922
+ #: ../classes/es-register.php:223
1923
  msgctxt "compose-enhanced-select"
1924
  msgid "Please enter the Email Subject."
1925
  msgstr "Kérem írja be a levél tárgyát."
1926
 
1927
+ #: ../classes/es-register.php:224
1928
  msgctxt "compose-enhanced-select"
1929
  msgid "Do you want to delete this record?"
1930
  msgstr "Valóban ki akarja törölni ezt az adatot? "
1931
 
1932
+ #: ../classes/es-register.php:232
1933
  msgctxt "notification-enhanced-select"
1934
  msgid "Please select subscribers group."
1935
  msgstr "Kérem válassza ki az előfizetői csoportot!"
1936
 
1937
+ #: ../classes/es-register.php:233
1938
  msgctxt "notification-enhanced-select"
1939
  msgid "Please select notification mail subject. Use compose menu to create new."
1940
  msgstr "KÉrem válassza ki az értesítőlevél tárgyát!"
1941
 
1942
+ #: ../classes/es-register.php:234
1943
  msgctxt "notification-enhanced-select"
1944
  msgid "Please select notification status."
1945
  msgstr "Válassza ki az értesítőlevél státuszát!"
1946
 
1947
+ #: ../classes/es-register.php:235
1948
  msgctxt "notification-enhanced-select"
1949
  msgid "Do you want to delete this record?"
1950
  msgstr "Valóban törölni akarja ezt az adatot? "
1951
 
1952
+ #: ../classes/es-register.php:243
1953
  msgctxt "sendmail-enhanced-select"
1954
  msgid "Please select your mail subject."
1955
  msgstr "Kérem töltse ki a levél tárgyát!"
1956
 
1957
+ #: ../classes/es-register.php:244
1958
  msgctxt "sendmail-enhanced-select"
1959
  msgid "Please select your mail type."
1960
  msgstr "Az e-mail típusa (időzített vagy azonnali)"
1961
 
1962
+ #: ../classes/es-register.php:245
1963
  msgctxt "sendmail-enhanced-select"
1964
  msgid ""
1965
  "Have you double checked your selected group? If so, let's go ahead and send "
1968
  "Ellenőrizd még egyszer, hogy megfelelő csoportnak küldjük ki a leveleket. Ha "
1969
  "rendben, akkor klikkelj megint."
1970
 
1971
+ #: ../classes/es-register.php:253
1972
  msgctxt "sentmail-enhanced-select"
1973
  msgid "Do you want to delete this record?"
1974
  msgstr "Szeretné törölni ezt az adatot? "
1975
 
1976
+ #: ../classes/es-register.php:254
1977
  msgctxt "sentmail-enhanced-select"
1978
  msgid "Do you want to delete all records except latest 10?"
1979
  msgstr "Minden adatot törölni szeretne az utolsó 10 kivételével?"
1980
 
1981
+ #: ../classes/es-register.php:262
1982
  msgctxt "cron-enhanced-select"
1983
  msgid "Please select enter number of mails you want to send per hour/trigger."
1984
  msgstr ""
1985
  "Kérem írja be, hány darab e-mailt szeretne óránként vagy ciklusonként "
1986
  "küldeni?"
1987
 
1988
+ #: ../classes/es-register.php:263
1989
  msgctxt "cron-enhanced-select"
1990
  msgid "Please enter the mail count, only number."
1991
  msgstr "Kérem egy számot adjon meg, hány e-mail? "
1992
 
1993
+ #: ../classes/es-register.php:276
1994
  msgctxt "widget-enhanced-select"
1995
  msgid "Please enter email address"
1996
  msgstr "Kérjük adja meg az e-mail címét"
1997
 
1998
+ #: ../classes/es-register.php:277
1999
  msgctxt "widget-enhanced-select"
2000
  msgid "Please provide a valid email address"
2001
  msgstr "Kérem adjon meg egy érvényes e-mail címet!"
2002
 
2003
+ #: ../classes/es-register.php:278
2004
  msgctxt "widget-enhanced-select"
2005
  msgid "loading..."
2006
  msgstr "betöltés..."
2007
 
2008
+ #: ../classes/es-register.php:279
2009
  msgctxt "widget-enhanced-select"
2010
  msgid "Cannot create XMLHTTP instance"
2011
  msgstr "Nem lehet ilyen XMLHTTP-t létrehozni"
2012
 
2013
+ #: ../classes/es-register.php:280
2014
  msgctxt "widget-enhanced-select"
2015
  msgid "Successfully Subscribed."
2016
  msgstr "Sikeres feliratkozás"
2017
 
2018
+ #: ../classes/es-register.php:281
2019
  msgctxt "widget-enhanced-select"
2020
  msgid ""
2021
  "Your subscription was successful! Within a few minutes, kindly check the "
2027
  "sincs meg, akkor próbáld meg még egyszer a feliratkozást, hátha hibás e-mail "
2028
  "címet adtál meg. "
2029
 
2030
+ #: ../classes/es-register.php:282
2031
  msgctxt "widget-enhanced-select"
2032
  msgid "Email Address already exists!"
2033
  msgstr "Ez az e-mail cím már létezik"
2034
 
2035
+ #: ../classes/es-register.php:283
2036
  msgctxt "widget-enhanced-select"
2037
  msgid "Oops.. Unexpected error occurred."
2038
  msgstr "Váratlan hiba"
2039
 
2040
+ #: ../classes/es-register.php:284
2041
  msgctxt "widget-enhanced-select"
2042
  msgid "Invalid email address"
2043
  msgstr "Hibás e-mail cím"
2044
 
2045
+ #: ../classes/es-register.php:285
2046
  msgctxt "widget-enhanced-select"
2047
  msgid "Please try after some time"
2048
  msgstr "Kérem próbálja meg kicsit később!"
2049
 
2050
+ #: ../classes/es-register.php:286
2051
  msgctxt "widget-enhanced-select"
2052
  msgid "There was a problem with the request"
2053
  msgstr "Sajnos valami hiba történt."
2054
 
2055
+ #: ../classes/es-register.php:293
2056
  msgctxt "widget-page-enhanced-select"
2057
  msgid "Please enter email address"
2058
  msgstr "KÉrem adja meg az e-mail címét!"
2059
 
2060
+ #: ../classes/es-register.php:294
2061
  msgctxt "widget-page-enhanced-select"
2062
  msgid "Please provide a valid email address"
2063
  msgstr "Kérem adjon meg egy érvényes e-mail címet."
2064
 
2065
+ #: ../classes/es-register.php:295
2066
  msgctxt "widget-page-enhanced-select"
2067
  msgid "loading..."
2068
  msgstr "Kis türelmet..."
2069
 
2070
+ #: ../classes/es-register.php:296
2071
  msgctxt "widget-page-enhanced-select"
2072
  msgid "Cannot create XMLHTTP instance"
2073
  msgstr "Nem lehet ilyen XMLHTTP-t létrehozni"
2074
 
2075
+ #: ../classes/es-register.php:297
2076
  msgctxt "widget-page-enhanced-select"
2077
  msgid "Successfully Subscribed."
2078
  msgstr "Sikeres feliratkozás."
2079
 
2080
+ #: ../classes/es-register.php:298
2081
  msgctxt "widget-page-enhanced-select"
2082
  msgid ""
2083
  "Your subscription was successful! Within a few minutes, kindly check the "
2089
  "sincs meg, akkor próbáld meg még egyszer a feliratkozást, hátha hibás e-mail "
2090
  "címet adtál meg. "
2091
 
2092
+ #: ../classes/es-register.php:299
2093
  msgctxt "widget-page-enhanced-select"
2094
  msgid "Email Address already exists!"
2095
  msgstr "Ilyen e-mail cím már létezik. "
2096
 
2097
+ #: ../classes/es-register.php:300
2098
  msgctxt "widget-page-enhanced-select"
2099
  msgid "Oops.. Unexpected error occurred."
2100
  msgstr "Váratlan hiba lépett fel"
2101
 
2102
+ #: ../classes/es-register.php:301
2103
  msgctxt "widget-page-enhanced-select"
2104
  msgid "Invalid email address"
2105
  msgstr "Hibás e-mail cím."
2106
 
2107
+ #: ../classes/es-register.php:302
2108
  msgctxt "widget-page-enhanced-select"
2109
  msgid "Please try after some time"
2110
  msgstr "Kérem próbálja meg később. "
2111
 
2112
+ #: ../classes/es-register.php:303
2113
  msgctxt "widget-page-enhanced-select"
2114
  msgid "There was a problem with the request"
2115
  msgstr "Valami hiba történt. "
2116
 
2117
+ #: ../classes/es-register.php:782
2118
  msgid "is getting even better!"
2119
  msgstr "még jobb lesz!"
2120
 
2121
+ #: ../classes/es-register.php:783
2122
  msgid "But I need you to"
2123
  msgstr "De szükségem van arra, hogy"
2124
 
2125
+ #: ../classes/es-register.php:783
2126
  msgid "help me prioritize"
2127
  msgstr "segítsen sorrendet kialakítani"
2128
 
2129
+ #: ../classes/es-register.php:783
2130
  msgid "Please send your response today."
2131
  msgstr "kérem küldje a válaszát még ma!"
2132
 
2133
+ #: ../classes/es-register.php:790
2134
  msgid "Here's how you use ES:"
2135
  msgstr "Így használd az ES-t:"
2136
 
2137
+ #: ../classes/es-register.php:803
2138
  msgid "Have "
2139
  msgstr "Van "
2140
 
2141
+ #: ../classes/es-register.php:803
2142
  msgid " Active Subscribers"
2143
  msgstr " Aktív előfizető"
2144
 
2145
+ #: ../classes/es-register.php:804
2146
  msgid "Post "
2147
  msgstr "Bejegyzés "
2148
 
2149
+ #: ../classes/es-register.php:804
2150
  msgid " blog per week"
2151
  msgstr " blog hetente"
2152
 
2153
+ #: ../classes/es-register.php:837
2154
  msgid "How soon do you want these new features?"
2155
  msgstr "Mikor szeretnéd ezeket az új funkciókat?"
2156
 
2157
+ #: ../classes/es-register.php:841
2158
  msgid "Beautiful Email Designs"
2159
  msgstr "Gyönyörű e-mail dizájn."
2160
 
2161
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2162
+ #: register.php:852 ../classes/es-register.php:857
2163
  msgid "Right now!"
2164
  msgstr "Most!"
2165
 
2166
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2167
+ #: register.php:853 ../classes/es-register.php:858
2168
  msgid "Soon"
2169
  msgstr "Hamarosan"
2170
 
2171
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2172
+ #: register.php:854 ../classes/es-register.php:859
2173
  msgid "Later"
2174
  msgstr "Később"
2175
 
2176
+ #: ../classes/es-register.php:846
2177
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2178
  msgstr "Levélszemét ellenőrzése. Folyamatban.... (még jobb célbatalálási arány)"
2179
 
2180
+ #: ../classes/es-register.php:851
2181
  msgid "Discard Fake / Bouncing Emails"
2182
  msgstr "A hamisítá levelek elvetése / Visszautasított levelek"
2183
 
2184
+ #: ../classes/es-register.php:856
2185
  msgid "Advanced Reporting"
2186
  msgstr "Részletesebb jelentések"
2187
 
2188
+ #: ../classes/es-register.php:884
2189
  msgid "Thank you!"
2190
  msgstr "Köszönjük!"
2191
 
2192
+ #: ../classes/es-register.php:885
2193
  msgid "No issues, have a nice day!"
2194
  msgstr "Semmi probléma a mai nap!"
2195
 
2196
+ #: ../classes/es-register.php:977
2197
+ msgid ""
2198
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2199
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2200
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2201
+ "</a> rating. A huge thank you from Icegram in advance!"
2202
+ msgstr ""
2203
+ "Ha tetszett az <strong>Email Subscribers bővítmény </strong>, kérem adjon "
2204
+ "értékelést:<a target=\"_blank\" href=\"https://wordpress."
2205
+ "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2206
+ "&#9733;&#9733;&#9733;&#9733;</a> . Köszönjük előre is. "
2207
+
2208
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2209
  msgid "Email *"
2210
  msgstr "E-mail*"
2211
 
2212
+ #: ../classes/es-register.php:1134
2213
  msgid "Widget Title"
2214
  msgstr "Widget Cím"
2215
 
2216
+ #: ../classes/es-register.php:1138
2217
  msgid "Short description about subscription form"
2218
  msgstr "A feliratkozó űrlap rövid leírása"
2219
 
2220
+ #: ../classes/es-register.php:1142
2221
  msgid "Display Name Field"
2222
  msgstr "Feliratkozásnál kérjük a nevet is? "
2223
 
2224
+ #: ../classes/es-register.php:1149
2225
  msgid "Subscriber Group"
2226
  msgstr "Előfizetői csoport"
languages/email-subscribers-lt_LT.mo CHANGED
Binary file
languages/email-subscribers-lt_LT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:25:24 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -30,26 +30,26 @@ msgstr ""
30
  msgid "https://www.icegram.com"
31
  msgstr ""
32
 
33
- #: ../email-subscribers.php:70
34
  msgctxt "timezone date format"
35
  msgid "Y-m-d H:i:s"
36
  msgstr ""
37
 
38
- #: ../settings/settings-edit.php:92
39
  msgid "Email Type"
40
  msgstr ""
41
 
42
- #: ../settings/settings-edit.php:93
43
  msgid ""
44
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
45
  "Option 3 & 4 is to send emails with PHP method mail()."
46
  msgstr ""
47
 
48
- #: ../settings/settings-edit.php:107
49
  msgid "Opt-In Type"
50
  msgstr ""
51
 
52
- #: ../settings/settings-edit.php:108
53
  msgid ""
54
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
55
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -58,146 +58,146 @@ msgid ""
58
  "directly in the list."
59
  msgstr ""
60
 
61
- #: ../settings/settings-edit.php:139
62
  msgid "Notify Admin when a new subscriber signs up"
63
  msgstr ""
64
 
65
- #: ../settings/settings-edit.php:152
66
  msgid "Admin Email Subject on new subscriber sign up"
67
  msgstr ""
68
 
69
- #: ../settings/settings-edit.php:153
70
  msgid ""
71
  "Subject for the admin email whenever a new subscriber signs up and is "
72
  "confirmed."
73
  msgstr ""
74
 
75
- #: ../settings/settings-edit.php:159
76
  msgid "Admin Email Content on new subscriber signs up"
77
  msgstr ""
78
 
79
- #: ../settings/settings-edit.php:160
80
  msgid ""
81
  "Content for the admin email whenever a new subscriber signs up and is "
82
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
83
  msgstr ""
84
 
85
- #: ../settings/settings-edit.php:168
86
  msgid "Subject for the email report which will be sent to admin."
87
  msgstr ""
88
 
89
- #: ../settings/settings-edit.php:175
90
  msgid ""
91
  "Content for the email report which will be sent to admin.<br />(Available "
92
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
93
  msgstr ""
94
 
95
- #: ../settings/settings-edit.php:186
96
  msgid "Double Opt-In Email Subject (Confirmation Email)"
97
  msgstr ""
98
 
99
- #: ../settings/settings-edit.php:187
100
  msgid ""
101
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
102
  "subscriber signs up."
103
  msgstr ""
104
 
105
- #: ../settings/settings-edit.php:193
106
  msgid "Double Opt-In Email Content (Confirmation Email)"
107
  msgstr ""
108
 
109
- #: ../settings/settings-edit.php:194
110
  msgid ""
111
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
112
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
113
  msgstr ""
114
 
115
- #: ../settings/settings-edit.php:200
116
  msgid "Double Opt-In Confirmation Link"
117
  msgstr ""
118
 
119
- #: ../settings/settings-edit.php:207
120
  msgid ""
121
  "Text to display after an email address is successfully subscribed from "
122
  "Double Opt-In (Confirmation) Email"
123
  msgstr ""
124
 
125
- #: ../settings/settings-edit.php:215
126
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
127
  msgstr ""
128
 
129
- #: ../settings/settings-edit.php:227
130
  msgid "Subject for Welcome Email"
131
  msgstr ""
132
 
133
- #: ../settings/settings-edit.php:228
134
  msgid ""
135
  "Subject for the subscriber welcome email. This will be sent whenever a "
136
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
137
  "Opt-In) successfully."
138
  msgstr ""
139
 
140
- #: ../settings/settings-edit.php:234
141
  msgid "Email Content for Welcome Email"
142
  msgstr ""
143
 
144
- #: ../settings/settings-edit.php:235
145
  msgid ""
146
  "Content for the subscriber welcome email whenever a user's email is either "
147
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
148
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
149
  msgstr ""
150
 
151
- #: ../settings/settings-edit.php:244
152
  msgid ""
153
  "This unsubscribe link is automatically added to all the emails that are sent "
154
  "from this plugin. It is a readonly field and you are advised not to modify "
155
  "it."
156
  msgstr ""
157
 
158
- #: ../settings/settings-edit.php:251
159
  msgid ""
160
  "The text for the unsubscribe link. This text is automatically added with "
161
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
162
  msgstr ""
163
 
164
- #: ../settings/settings-edit.php:258
165
  msgid ""
166
  "This text will be displayed once user clicks on unsubscribe link from the "
167
  "email."
168
  msgstr ""
169
 
170
- #: ../settings/settings-edit.php:265
171
  msgid "Error in the Subscribe / Confirmation Link"
172
  msgstr ""
173
 
174
- #: ../settings/settings-edit.php:266
175
  msgid ""
176
  "Default message to display if there is any issue while clicking on subscribe "
177
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
178
  msgstr ""
179
 
180
- #: ../settings/settings-edit.php:273
181
  msgid ""
182
  "Default message to display if there is any issue while clicking on "
183
  "unsubscribe link from the emails."
184
  msgstr ""
185
 
186
- #: ../settings/settings-edit.php:372
187
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
188
  msgstr ""
189
 
190
- #: ../settings/settings-edit.php:377
191
  msgid "Cron Report"
192
  msgstr ""
193
 
194
- #: ../settings/settings-edit.php:378
195
  msgid ""
196
  "Email to admin whenever a cron URL is triggered from your server. (Available "
197
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
198
  msgstr ""
199
 
200
- #: ../settings/settings-edit.php:389
201
  msgid ""
202
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
203
  "schedule-cron-emails/?"
@@ -205,7 +205,7 @@ msgid ""
205
  "Cron?</a>"
206
  msgstr ""
207
 
208
- #: ../settings/settings-edit.php:390
209
  msgid ""
210
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
211
  "schedule-cron-emails-in-cpanel/?"
@@ -213,7 +213,7 @@ msgid ""
213
  "job in cPanel</a>"
214
  msgstr ""
215
 
216
- #: ../settings/settings-edit.php:391
217
  msgid ""
218
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
219
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -221,7 +221,7 @@ msgid ""
221
  "job in Plesk</a>"
222
  msgstr ""
223
 
224
- #: ../settings/settings-edit.php:392
225
  msgid ""
226
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
227
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -229,6 +229,17 @@ msgid ""
229
  "does not support cron jobs?</a>"
230
  msgstr ""
231
 
 
 
 
 
 
 
 
 
 
 
 
232
  #: ../compose/compose-edit.php:61
233
  msgid "Successfully updated. "
234
  msgstr ""
@@ -237,7 +248,7 @@ msgstr ""
237
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
238
  msgstr ""
239
 
240
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
241
  #, php-format
242
  msgid ""
243
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -249,6 +260,13 @@ msgstr ""
249
  msgid "Successfully created. "
250
  msgstr ""
251
 
 
 
 
 
 
 
 
252
  #: ../help/help.php:178
253
  msgid "Get more help and tips..."
254
  msgstr ""
@@ -515,40 +533,40 @@ msgstr ""
515
  msgid "Email sent successfully. "
516
  msgstr ""
517
 
518
- #: ../classes/es-register.php:164
519
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
520
  msgstr ""
521
 
522
- #: ../classes/es-register.php:707
523
  msgctxt "timezone date format"
524
  msgid "Y-m-d"
525
  msgstr ""
526
 
527
- #: ../classes/es-register.php:737
528
  msgid "Post Notifications more often than Newsletter"
529
  msgstr ""
530
 
531
- #: ../classes/es-register.php:739
532
  msgid "Newsletter more often than Post Notifications"
533
  msgstr ""
534
 
535
- #: ../classes/es-register.php:741
536
  msgid "Post Notification &amp; Newsletter equally"
537
  msgstr ""
538
 
539
- #: ../classes/es-register.php:759
540
  msgid "Using Double Opt In"
541
  msgstr ""
542
 
543
- #: ../classes/es-register.php:761
544
  msgid "Using Single Opt In"
545
  msgstr ""
546
 
547
- #: ../classes/es-register.php:810
548
  msgid "Nah, I don't like improvements"
549
  msgstr ""
550
 
551
- #: ../classes/es-register.php:816
552
  msgid "Next"
553
  msgstr ""
554
 
@@ -667,7 +685,7 @@ msgstr "Išjungti pranešimą el. paštu"
667
 
668
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
669
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
670
- #: 117 ../compose/compose-add.php:105
671
  msgid "Save"
672
  msgstr "Saugoti"
673
 
@@ -683,8 +701,8 @@ msgstr "Oi, pažymėti duomenys neegzistuoja."
683
  msgid "Selected record deleted."
684
  msgstr "Pasirinktas įrašas ištrintas."
685
 
686
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
687
- #: classes/es-register.php:152
688
  msgid "Post Notifications"
689
  msgstr "Pranešimai apie įrašus"
690
 
@@ -702,7 +720,7 @@ msgstr ""
702
  "prenumeratoriams, kai paskelbiamas naujas įrašas jūsų svetainėje."
703
 
704
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
705
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
706
  msgid "Email Subject"
707
  msgstr "Laiško tema"
708
 
@@ -722,19 +740,19 @@ msgid "Notification Status"
722
  msgstr "Pranešimo statusas"
723
 
724
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
725
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
726
  msgid "Edit"
727
  msgstr "Redaguoti"
728
 
729
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
730
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
731
- #: php:102
732
  msgid "Delete"
733
  msgstr "Trinti"
734
 
735
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
736
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
737
- #: 432 ../compose/compose-show.php:111
738
  msgid "No records available."
739
  msgstr "Nėra įrašų."
740
 
@@ -792,8 +810,8 @@ msgstr "Periodinės užduotys (cron)"
792
  msgid "User Roles"
793
  msgstr "Vartotojo vaidmenys"
794
 
795
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
796
- #: register.php:158
797
  msgid "Settings"
798
  msgstr "Nustatymai"
799
 
@@ -801,11 +819,11 @@ msgstr "Nustatymai"
801
  msgid "Save Settings"
802
  msgstr "Išsaugoti nustatymus"
803
 
804
- #: ../settings/settings-edit.php:81
805
  msgid "Sender of Notifications"
806
  msgstr "Pranešimų siuntėjas"
807
 
808
- #: ../settings/settings-edit.php:82
809
  msgid ""
810
  "Choose a FROM name and FROM email address for all the emails to be sent from "
811
  "this plugin."
@@ -813,38 +831,38 @@ msgstr ""
813
  "Pasirinkite siuntėjo vardą ir elektroninio pašto adresą visiems šio įskiepio "
814
  "siunčiamiems laiškams."
815
 
816
- #: ../settings/settings-edit.php:97
817
  msgid "1. WP HTML MAIL"
818
  msgstr "1. WP HTML laiškas"
819
 
820
- #: ../settings/settings-edit.php:98
821
  msgid "2. WP PLAINTEXT MAIL"
822
  msgstr "2. WP paprasto teksto laiškas"
823
 
824
- #: ../settings/settings-edit.php:99
825
  msgid "3. PHP HTML MAIL"
826
  msgstr "3. PHP HTML laiškas"
827
 
828
- #: ../settings/settings-edit.php:100
829
  msgid "4. PHP PLAINTEXT MAIL"
830
  msgstr "4. PHP paprasto teksto laiškas"
831
 
832
- #: ../settings/settings-edit.php:112
833
  msgid "Double Opt In"
834
  msgstr "Dvigubas patvirtinimas"
835
 
836
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
837
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
838
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
839
  #: subscriber-edit.php:150
840
  msgid "Single Opt In"
841
  msgstr "Viengubas patvirtinimas"
842
 
843
- #: ../settings/settings-edit.php:119
844
  msgid "Image Size"
845
  msgstr "Paveikslėlio dydis"
846
 
847
- #: ../settings/settings-edit.php:120
848
  msgid ""
849
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
850
  "Emails."
@@ -852,23 +870,23 @@ msgstr ""
852
  "Pasirinkite vaizdo dydį ###POSTIMAGE###, kuris bus rodomas pranešimų apie "
853
  "įrašus laiškuose."
854
 
855
- #: ../settings/settings-edit.php:124
856
  msgid "Full Size"
857
  msgstr "Visas dydis"
858
 
859
- #: ../settings/settings-edit.php:125
860
  msgid "Medium Size"
861
  msgstr "Vidutinis dydis"
862
 
863
- #: ../settings/settings-edit.php:126
864
  msgid "Thumbnail"
865
  msgstr "Miniatiūra"
866
 
867
- #: ../settings/settings-edit.php:132
868
  msgid "Admin Email Addresses"
869
  msgstr "Administratorių el. pašto adresai"
870
 
871
- #: ../settings/settings-edit.php:133
872
  msgid ""
873
  "Enter the admin email addresses that should receive notifications (separated "
874
  "by comma)."
@@ -876,7 +894,7 @@ msgstr ""
876
  "Įveskite Administratorių elektroninio pašto adresus, kuriais turėtų būti "
877
  "siunčiami pranešimai (atskiriant kableliu)."
878
 
879
- #: ../settings/settings-edit.php:140
880
  msgid ""
881
  "To send admin email notifications for the new subscriber. This option must "
882
  "be set to YES."
@@ -884,29 +902,29 @@ msgstr ""
884
  "Norėdami siųsti pranešimus administratoriams apie naujus prenumeratorius, "
885
  "turite nustatyti TAIP."
886
 
887
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
888
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
889
  msgid "YES"
890
  msgstr "Taip"
891
 
892
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
893
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
894
  msgid "NO"
895
  msgstr "Ne"
896
 
897
- #: ../settings/settings-edit.php:167
898
  msgid "Sent Report Subject"
899
  msgstr "Išsiųstų laiškų ataskaitos tema"
900
 
901
- #: ../settings/settings-edit.php:174
902
  msgid "Sent Report Content"
903
  msgstr "Išsiųstų laiškų ataskaitos turinys"
904
 
905
- #: ../settings/settings-edit.php:201
906
  msgid "It is a readonly field and you are advised not to modify it."
907
  msgstr "Laukas tik skaitymui ir patartina jo nekeisti."
908
 
909
- #: ../settings/settings-edit.php:208
910
  msgid ""
911
  "This text will be displayed once user clicks on email confirmation link from "
912
  "the Double Opt In (confirmation) Email."
@@ -914,7 +932,7 @@ msgstr ""
914
  "Šis tekstas bus rodomas, kai vartotojas paspaus ant dvigubo patvirtinimo "
915
  "laiške esančios nuorodos."
916
 
917
- #: ../settings/settings-edit.php:216
918
  msgid ""
919
  "To send welcome email to subscriber after successful signup. This option "
920
  "must be set to YES."
@@ -922,72 +940,72 @@ msgstr ""
922
  "Norėdami išsiųsti pasveikinimo laišką prenumeratoriui po sėkmingos "
923
  "registracijos, turite nustatyti TAIP."
924
 
925
- #: ../settings/settings-edit.php:243
926
  msgid "Unsubscribe Link"
927
  msgstr "Prenumeratos atsisakymo nuoroda"
928
 
929
- #: ../settings/settings-edit.php:250
930
  msgid "Unsubscribe Text in Email"
931
  msgstr "Prenumeratos atsisakymo tekstas laiške"
932
 
933
- #: ../settings/settings-edit.php:257
934
  msgid "Text to display after an email address is unsubscribed"
935
  msgstr "Rodomas tekstas po el. pašto adreso prenumeratos atšaukimo."
936
 
937
- #: ../settings/settings-edit.php:272
938
  msgid "Error in the Unsubscribe Link"
939
  msgstr "Prenumeratos atsisakymo nuorodos klaida"
940
 
941
- #: ../settings/settings-edit.php:285
942
  msgid "Select user roles who can access following menus. Only Admin can change this."
943
  msgstr ""
944
  "Pasirinkite vartotojo vaidmenis, kurie gali pasiekti šiuos meniu. Tik "
945
  "administratorius gali tai pakeisti."
946
 
947
- #: ../settings/settings-edit.php:291
948
  msgid "Subscribers Menu"
949
  msgstr "Prenumeratorių meniu"
950
 
951
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
952
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
953
- #: settings/settings-edit.php:343
954
  msgid "Administrator Only"
955
  msgstr "Tik administratoriui"
956
 
957
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
958
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
959
- #: settings/settings-edit.php:344
960
  msgid "Administrator/Editor"
961
  msgstr "Administratorius/redaktorius"
962
 
963
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
964
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
965
- #: settings/settings-edit.php:345
966
  msgid "Administrator/Editor/Author/Contributor"
967
  msgstr "Administratorius/redaktorius/autorius/pagalbininkas"
968
 
969
- #: ../settings/settings-edit.php:303
970
  msgid "Compose Menu"
971
  msgstr "Kurti meniu"
972
 
973
- #: ../settings/settings-edit.php:315
974
  msgid "Post Notifications Menu"
975
  msgstr "Pranešimų apie įrašus meniu"
976
 
977
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
978
- #: register.php:154 ../classes/es-register.php:155
979
  msgid "Newsletters"
980
  msgstr "Naujienlaiškio siuntimas"
981
 
982
- #: ../settings/settings-edit.php:339
983
  msgid "Reports Menu"
984
  msgstr "Ataskaitų meniu"
985
 
986
- #: ../settings/settings-edit.php:356
987
  msgid "Cron job URL"
988
  msgstr "Periodinių užduočių (cron) adresas"
989
 
990
- #: ../settings/settings-edit.php:357
991
  msgid ""
992
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
993
  "modify it."
@@ -995,37 +1013,37 @@ msgstr ""
995
  "Tai jūsų periodinės užduoties (cron) adresas. Laukas tik skaitymui ir "
996
  "patartina jo nekeisti."
997
 
998
- #: ../settings/settings-edit.php:366
999
  msgid "Email Count"
1000
  msgstr "Laiškų skaičius"
1001
 
1002
- #: ../settings/settings-edit.php:367
1003
  msgid "Number of emails that you want to trigger per hour."
1004
  msgstr "Laiškų, kuriuos norite išsiųsti per valandą, skaičius"
1005
 
1006
- #: ../settings/settings-edit.php:388
1007
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1008
  msgstr ""
1009
  "Kas yra periodinės užduotys (cron)(automatiniai laiškai) ir kaip jas "
1010
  "nustatyti?"
1011
 
1012
- #: ../settings/settings-edit.php:507
1013
  msgid "Please enter sender of notifications from name."
1014
  msgstr "Prašome įvesti pranešimų siuntėjo vardą."
1015
 
1016
- #: ../settings/settings-edit.php:512
1017
  msgid "Please enter sender of notifications from email."
1018
  msgstr "Prašome įvesti pranešimų siuntėjo el. paštą."
1019
 
1020
- #: ../settings/settings-edit.php:556
1021
  msgid "Please enter valid mail count."
1022
  msgstr "Prašome įvesti teisingą laiškų kiekį."
1023
 
1024
- #: ../settings/settings-edit.php:569
1025
  msgid "Settings Saved."
1026
  msgstr "Nustatymai išsaugoti."
1027
 
1028
- #: ../settings/settings-edit.php:572
1029
  msgid "Oops, unable to update."
1030
  msgstr "Oi, negalima atnaujinti."
1031
 
@@ -1041,11 +1059,7 @@ msgstr "Sinchronizuoti įskiepio lenteles"
1041
  msgid "Click to sync tables"
1042
  msgstr "Spauskite jei norite sinchronizuoti lenteles"
1043
 
1044
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1045
- msgid "Preview Mail"
1046
- msgstr "Peržiūrėti laišką"
1047
-
1048
- #: ../sentmail/sentmail-preview.php:42
1049
  msgid "Back"
1050
  msgstr "Atgal"
1051
 
@@ -1061,8 +1075,8 @@ msgstr "&lt;&lt;"
1061
  msgid " &gt;&gt; "
1062
  msgstr "&gt;&gt;"
1063
 
1064
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1065
- #: register.php:161
1066
  msgid "Reports"
1067
  msgstr "Ataskaitos"
1068
 
@@ -1077,7 +1091,8 @@ msgid "View Reports"
1077
  msgstr "Peržiūrėti ataskaitas"
1078
 
1079
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1080
- #: compose/compose-show.php:103
 
1081
  msgid "Preview"
1082
  msgstr "Peržiūra"
1083
 
@@ -1088,7 +1103,7 @@ msgstr "Tipas"
1088
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1089
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1090
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1091
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1092
  msgid "Status"
1093
  msgstr "Statusas"
1094
 
@@ -1319,8 +1334,8 @@ msgstr "Prenumeratorių būsena atnaujinta."
1319
  msgid "Please select New Status to update."
1320
  msgstr "Prašome pasirinkti naują būseną atnaujinimui."
1321
 
1322
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1323
- #: classes/es-register.php:146
1324
  msgid "Subscribers"
1325
  msgstr "Prenumeratoriai"
1326
 
@@ -1405,7 +1420,7 @@ msgid "Email Address"
1405
  msgstr "El. pašto adresas"
1406
 
1407
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1408
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1409
  msgid "Name"
1410
  msgstr "Vardas"
1411
 
@@ -1608,15 +1623,15 @@ msgstr "Įveskite laiško temą"
1608
  msgid "Enter Content for your Email"
1609
  msgstr "Įveskite laiško turinį"
1610
 
1611
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1612
  msgid "Available Keywords"
1613
  msgstr "Galimi raktažodžiai"
1614
 
1615
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1616
  msgid "Published"
1617
  msgstr "Paskelbta"
1618
 
1619
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1620
  msgid "Please select your mail status"
1621
  msgstr "Prašome pasirinkti laiško statusą."
1622
 
@@ -1624,16 +1639,16 @@ msgstr "Prašome pasirinkti laiško statusą."
1624
  msgid "Add new Email"
1625
  msgstr "Pridėti naują el. paštą"
1626
 
1627
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1628
- #: register.php:149
1629
  msgid "Compose"
1630
  msgstr "Kurti naują"
1631
 
1632
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1633
  msgid "Email Template"
1634
  msgstr "Laiško šablonas"
1635
 
1636
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1637
  msgid "Actions"
1638
  msgstr "Veiksmai"
1639
 
@@ -1664,7 +1679,7 @@ msgstr ""
1664
  "Ačiū, kad įdiegėte ir tikimės, kad jums patiks naudoti El. pašto "
1665
  "prenumeratorius."
1666
 
1667
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1668
  #: php:38
1669
  msgid "Subscribe"
1670
  msgstr "Prenumeruoti"
@@ -1800,18 +1815,6 @@ msgstr "Siųsti laišką"
1800
  msgid "Reset"
1801
  msgstr "Atstatyti"
1802
 
1803
- #: ../base/es-defined.php:32
1804
- msgid ""
1805
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1806
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1807
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1808
- "</a> rating. A huge thank you from Icegram in advance!"
1809
- msgstr ""
1810
- "Jei jums patinka <strong>Email Subscribers</strong>, prašome pasidalinti <a "
1811
- "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1812
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1813
- "</a> reitingu. Icegram dėkoja iš anksto!"
1814
-
1815
  #: ../classes/es-common.php:13
1816
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1817
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Patvirtinta</span>"
@@ -1859,46 +1862,46 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1859
  msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
1860
 
1861
  #. Name of the plugin
1862
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1863
- #: register.php:724
1864
  msgid "Email Subscribers"
1865
  msgstr "Email Subscribers"
1866
 
1867
- #: ../classes/es-register.php:163
1868
  msgid "Help & Info"
1869
  msgstr "Pagalba ir informacija"
1870
 
1871
- #: ../classes/es-register.php:175
1872
  msgctxt "view-subscriber-enhanced-select"
1873
  msgid "Please enter subscriber email address."
1874
  msgstr "Prašome įvesti prenumeratoriaus el. pašto adresą."
1875
 
1876
- #: ../classes/es-register.php:176
1877
  msgctxt "view-subscriber-enhanced-select"
1878
  msgid "Please select subscriber email status."
1879
  msgstr "Prašome pasirinkti prenumeratoriaus el. pašto statusą."
1880
 
1881
- #: ../classes/es-register.php:177
1882
  msgctxt "view-subscriber-enhanced-select"
1883
  msgid "Please select or create group for this subscriber."
1884
  msgstr "Prašome pasirinkti arba sukurti grupę šiam prenumeratoriui."
1885
 
1886
- #: ../classes/es-register.php:178
1887
  msgctxt "view-subscriber-enhanced-select"
1888
  msgid "Do you want to delete this record?"
1889
  msgstr "Ar norite ištrinti šį įrašą?"
1890
 
1891
- #: ../classes/es-register.php:179
1892
  msgctxt "view-subscriber-enhanced-select"
1893
  msgid "Please select the bulk action."
1894
  msgstr "Prašome pasirinkti masinį veiksmą."
1895
 
1896
- #: ../classes/es-register.php:180
1897
  msgctxt "view-subscriber-enhanced-select"
1898
  msgid "Are you sure you want to delete selected records?"
1899
  msgstr "Ar tikrai norite trinti pasirinktus įrašus?"
1900
 
1901
- #: ../classes/es-register.php:181
1902
  msgctxt "view-subscriber-enhanced-select"
1903
  msgid ""
1904
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1907,27 +1910,27 @@ msgstr ""
1907
  "Ar norite pakartotinai išsiųsti patvirtinimo laišką? \\nAtkreipkite dėmesį, "
1908
  "kad bus prenumeratoriaus dabartinis statusas bus pakeistas į \"Nepatvirtinta\"."
1909
 
1910
- #: ../classes/es-register.php:182
1911
  msgctxt "view-subscriber-enhanced-select"
1912
  msgid "Please select new subscriber group."
1913
  msgstr "Prašome pasirinkti naują prenumeratorių grupę."
1914
 
1915
- #: ../classes/es-register.php:183
1916
  msgctxt "view-subscriber-enhanced-select"
1917
  msgid "Please select new status for subscribers"
1918
  msgstr "Prašome pasirinkti naują prenumeratorių statusą"
1919
 
1920
- #: ../classes/es-register.php:184
1921
  msgctxt "view-subscriber-enhanced-select"
1922
  msgid "Do you want to update subscribers group?"
1923
  msgstr "Ar norite atnaujinti prenumeratorių grupę?"
1924
 
1925
- #: ../classes/es-register.php:185
1926
  msgctxt "view-subscriber-enhanced-select"
1927
  msgid "Do you want to update subscribers status?"
1928
  msgstr "Ar norite atnaujinti prenumeratorių statusą?"
1929
 
1930
- #: ../classes/es-register.php:186
1931
  msgctxt "view-subscriber-enhanced-select"
1932
  msgid ""
1933
  "Please select only csv file. Please check official website for csv structure."
@@ -1936,49 +1939,49 @@ msgstr ""
1936
  "Prašome pasirinkti tik CSV failą. CSV struktūrą pasitikrinkite oficialioje "
1937
  "svetainėje."
1938
 
1939
- #: ../classes/es-register.php:194
1940
  msgctxt "compose-enhanced-select"
1941
  msgid "Please enter the Email Subject."
1942
  msgstr "Prašome įvesti laiško temą"
1943
 
1944
- #: ../classes/es-register.php:195
1945
  msgctxt "compose-enhanced-select"
1946
  msgid "Do you want to delete this record?"
1947
  msgstr "Ar norite ištrinti šį įrašą?"
1948
 
1949
- #: ../classes/es-register.php:203
1950
  msgctxt "notification-enhanced-select"
1951
  msgid "Please select subscribers group."
1952
  msgstr "Prašome pasirinkti prenumeratorių grupę."
1953
 
1954
- #: ../classes/es-register.php:204
1955
  msgctxt "notification-enhanced-select"
1956
  msgid "Please select notification mail subject. Use compose menu to create new."
1957
  msgstr ""
1958
  "Prašome pasirinkti pranešimo laiško temą. Norėdami sukurti naują, naudokite "
1959
  "meniu \"Sukurti\"."
1960
 
1961
- #: ../classes/es-register.php:205
1962
  msgctxt "notification-enhanced-select"
1963
  msgid "Please select notification status."
1964
  msgstr "Prašome pasirinkti pranešimo statusą."
1965
 
1966
- #: ../classes/es-register.php:206
1967
  msgctxt "notification-enhanced-select"
1968
  msgid "Do you want to delete this record?"
1969
  msgstr "Ar norite ištrinti šį įrašą?"
1970
 
1971
- #: ../classes/es-register.php:214
1972
  msgctxt "sendmail-enhanced-select"
1973
  msgid "Please select your mail subject."
1974
  msgstr "Prašome pasirinkti laiško temą."
1975
 
1976
- #: ../classes/es-register.php:215
1977
  msgctxt "sendmail-enhanced-select"
1978
  msgid "Please select your mail type."
1979
  msgstr "Prašome pasirinkti laiško tipą."
1980
 
1981
- #: ../classes/es-register.php:216
1982
  msgctxt "sendmail-enhanced-select"
1983
  msgid ""
1984
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1987,52 +1990,52 @@ msgstr ""
1987
  "Ar du kartus patikrinote pasirinktą grupę? Jei taip, tęskite toliau ir "
1988
  "siųskite tai."
1989
 
1990
- #: ../classes/es-register.php:224
1991
  msgctxt "sentmail-enhanced-select"
1992
  msgid "Do you want to delete this record?"
1993
  msgstr "Ar norite ištrinti šį įrašą?"
1994
 
1995
- #: ../classes/es-register.php:225
1996
  msgctxt "sentmail-enhanced-select"
1997
  msgid "Do you want to delete all records except latest 10?"
1998
  msgstr "Ar norite ištrinti visus, išskyrus 10 naujausių, įrašus?"
1999
 
2000
- #: ../classes/es-register.php:233
2001
  msgctxt "cron-enhanced-select"
2002
  msgid "Please select enter number of mails you want to send per hour/trigger."
2003
  msgstr "Prašome pasirinkti laiškų kiekį, kurį norite siųsti per valandą/veiksmą."
2004
 
2005
- #: ../classes/es-register.php:234
2006
  msgctxt "cron-enhanced-select"
2007
  msgid "Please enter the mail count, only number."
2008
  msgstr "Prašome įvesti laiškų kiekį (tik skaičius)."
2009
 
2010
- #: ../classes/es-register.php:247
2011
  msgctxt "widget-enhanced-select"
2012
  msgid "Please enter email address"
2013
  msgstr "Prašome įvesti el. pašto adresą"
2014
 
2015
- #: ../classes/es-register.php:248
2016
  msgctxt "widget-enhanced-select"
2017
  msgid "Please provide a valid email address"
2018
  msgstr "Prašome nurodyti teisingą el. pašto adresą"
2019
 
2020
- #: ../classes/es-register.php:249
2021
  msgctxt "widget-enhanced-select"
2022
  msgid "loading..."
2023
  msgstr "kraunasi..."
2024
 
2025
- #: ../classes/es-register.php:250
2026
  msgctxt "widget-enhanced-select"
2027
  msgid "Cannot create XMLHTTP instance"
2028
  msgstr "Nepavyko sukurti XMLHTTP instancijos"
2029
 
2030
- #: ../classes/es-register.php:251
2031
  msgctxt "widget-enhanced-select"
2032
  msgid "Successfully Subscribed."
2033
  msgstr "Užsiprenumeravote sėkmingai."
2034
 
2035
- #: ../classes/es-register.php:252
2036
  msgctxt "widget-enhanced-select"
2037
  msgid ""
2038
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2043,57 +2046,57 @@ msgstr ""
2043
  "savo pašto dėžutė ir patvirtinkite savo prenumeratą. Jei negalite rasti savo "
2044
  "pašto dėžutėje laiško, patikrinkite savo šlamšto aplanką."
2045
 
2046
- #: ../classes/es-register.php:253
2047
  msgctxt "widget-enhanced-select"
2048
  msgid "Email Address already exists!"
2049
  msgstr "El. pašto adresas jau egzistuoja!"
2050
 
2051
- #: ../classes/es-register.php:254
2052
  msgctxt "widget-enhanced-select"
2053
  msgid "Oops.. Unexpected error occurred."
2054
  msgstr "Oi.. įvyko netikėta klaida."
2055
 
2056
- #: ../classes/es-register.php:255
2057
  msgctxt "widget-enhanced-select"
2058
  msgid "Invalid email address"
2059
  msgstr "Neteisingas el. pašto adresas"
2060
 
2061
- #: ../classes/es-register.php:256
2062
  msgctxt "widget-enhanced-select"
2063
  msgid "Please try after some time"
2064
  msgstr "Bandykite vėliau"
2065
 
2066
- #: ../classes/es-register.php:257
2067
  msgctxt "widget-enhanced-select"
2068
  msgid "There was a problem with the request"
2069
  msgstr "Iškilo problema dėl užklausos"
2070
 
2071
- #: ../classes/es-register.php:264
2072
  msgctxt "widget-page-enhanced-select"
2073
  msgid "Please enter email address"
2074
  msgstr "Prašome įvesti el. pašto adresą"
2075
 
2076
- #: ../classes/es-register.php:265
2077
  msgctxt "widget-page-enhanced-select"
2078
  msgid "Please provide a valid email address"
2079
  msgstr "Prašome nurodyti teisingą el. pašto adresą"
2080
 
2081
- #: ../classes/es-register.php:266
2082
  msgctxt "widget-page-enhanced-select"
2083
  msgid "loading..."
2084
  msgstr "kraunasi..."
2085
 
2086
- #: ../classes/es-register.php:267
2087
  msgctxt "widget-page-enhanced-select"
2088
  msgid "Cannot create XMLHTTP instance"
2089
  msgstr "Nepavyko sukurti XMLHTTP instancijos"
2090
 
2091
- #: ../classes/es-register.php:268
2092
  msgctxt "widget-page-enhanced-select"
2093
  msgid "Successfully Subscribed."
2094
  msgstr "Užsiprenumeravote sėkmingai."
2095
 
2096
- #: ../classes/es-register.php:269
2097
  msgctxt "widget-page-enhanced-select"
2098
  msgid ""
2099
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2104,134 +2107,146 @@ msgstr ""
2104
  "savo pašto dėžutė ir patvirtinkite savo prenumeratą. Jei negalite rasti savo "
2105
  "pašto dėžutėje laiško, patikrinkite savo šlamšto aplanką."
2106
 
2107
- #: ../classes/es-register.php:270
2108
  msgctxt "widget-page-enhanced-select"
2109
  msgid "Email Address already exists!"
2110
  msgstr "El. pašto adresas jau egzistuoja!"
2111
 
2112
- #: ../classes/es-register.php:271
2113
  msgctxt "widget-page-enhanced-select"
2114
  msgid "Oops.. Unexpected error occurred."
2115
  msgstr "Oi.. įvyko netikėta klaida."
2116
 
2117
- #: ../classes/es-register.php:272
2118
  msgctxt "widget-page-enhanced-select"
2119
  msgid "Invalid email address"
2120
  msgstr "Neteisingas el. pašto adresas"
2121
 
2122
- #: ../classes/es-register.php:273
2123
  msgctxt "widget-page-enhanced-select"
2124
  msgid "Please try after some time"
2125
  msgstr "Bandykite vėliau"
2126
 
2127
- #: ../classes/es-register.php:274
2128
  msgctxt "widget-page-enhanced-select"
2129
  msgid "There was a problem with the request"
2130
  msgstr "Iškilo problema dėl užklausos"
2131
 
2132
- #: ../classes/es-register.php:724
2133
  msgid "is getting even better!"
2134
  msgstr "dar geriau!"
2135
 
2136
- #: ../classes/es-register.php:725
2137
  msgid "But I need you to"
2138
  msgstr "Bet man reikia jums"
2139
 
2140
- #: ../classes/es-register.php:725
2141
  msgid "help me prioritize"
2142
  msgstr "padėti man nustatyti prioritetus"
2143
 
2144
- #: ../classes/es-register.php:725
2145
  msgid "Please send your response today."
2146
  msgstr "Prašome atsiųsti savo atsakymą šiandien."
2147
 
2148
- #: ../classes/es-register.php:732
2149
  msgid "Here's how you use ES:"
2150
  msgstr "Štai kaip jūs naudojate ES:"
2151
 
2152
- #: ../classes/es-register.php:745
2153
  msgid "Have "
2154
  msgstr "Turi"
2155
 
2156
- #: ../classes/es-register.php:745
2157
  msgid " Active Subscribers"
2158
  msgstr "Aktyvūs prenumeratoriai"
2159
 
2160
- #: ../classes/es-register.php:746
2161
  msgid "Post "
2162
  msgstr "Įrašas"
2163
 
2164
- #: ../classes/es-register.php:746
2165
  msgid " blog per week"
2166
  msgstr "įrašų per savaitę"
2167
 
2168
- #: ../classes/es-register.php:750
2169
  msgid "Send emails via Cron"
2170
  msgstr "Siųsti laiškus naudojant periodines užduotis (cron)"
2171
 
2172
- #: ../classes/es-register.php:752
2173
  msgid "Send emails Immediately"
2174
  msgstr "Siųsti laiškus nedelsiant"
2175
 
2176
- #: ../classes/es-register.php:779
2177
  msgid "How soon do you want these new features?"
2178
  msgstr "Kaip greitai jūs norite šių naujų funkcijų?"
2179
 
2180
- #: ../classes/es-register.php:783
2181
  msgid "Beautiful Email Designs"
2182
  msgstr "Gražūs laiškų dizainai"
2183
 
2184
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2185
- #: register.php:794 ../classes/es-register.php:799
2186
  msgid "Right now!"
2187
  msgstr "Dabar!"
2188
 
2189
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2190
- #: register.php:795 ../classes/es-register.php:800
2191
  msgid "Soon"
2192
  msgstr "Greitai"
2193
 
2194
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2195
- #: register.php:796 ../classes/es-register.php:801
2196
  msgid "Later"
2197
  msgstr "Vėliau"
2198
 
2199
- #: ../classes/es-register.php:788
2200
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2201
  msgstr "Šlamšto tikrinimas, nustatymas... (geresnis laiškų pristatymas)"
2202
 
2203
- #: ../classes/es-register.php:793
2204
  msgid "Discard Fake / Bouncing Emails"
2205
  msgstr "Išmesti neteisingus / neveikiančius el. pašto adresus"
2206
 
2207
- #: ../classes/es-register.php:798
2208
  msgid "Advanced Reporting"
2209
  msgstr "Detalesnės ataskaitos"
2210
 
2211
- #: ../classes/es-register.php:826
2212
  msgid "Thank you!"
2213
  msgstr "Ačiū!"
2214
 
2215
- #: ../classes/es-register.php:827
2216
  msgid "No issues, have a nice day!"
2217
  msgstr "Jokių problemų, gražios dienos!"
2218
 
2219
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2220
  msgid "Email *"
2221
  msgstr "El. paštas *"
2222
 
2223
- #: ../classes/es-register.php:1035
2224
  msgid "Widget Title"
2225
  msgstr "Valdiklio pavadinimas"
2226
 
2227
- #: ../classes/es-register.php:1039
2228
  msgid "Short description about subscription form"
2229
  msgstr "Trumpas prenumeratos formos aprašymas"
2230
 
2231
- #: ../classes/es-register.php:1043
2232
  msgid "Display Name Field"
2233
  msgstr "Rodyti vardo lauką"
2234
 
2235
- #: ../classes/es-register.php:1050
2236
  msgid "Subscriber Group"
2237
  msgstr "Prenumeratoriaus grupė"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:16 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
30
  msgid "https://www.icegram.com"
31
  msgstr ""
32
 
33
+ #: ../email-subscribers.php:75
34
  msgctxt "timezone date format"
35
  msgid "Y-m-d H:i:s"
36
  msgstr ""
37
 
38
+ #: ../settings/settings-edit.php:89
39
  msgid "Email Type"
40
  msgstr ""
41
 
42
+ #: ../settings/settings-edit.php:90
43
  msgid ""
44
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
45
  "Option 3 & 4 is to send emails with PHP method mail()."
46
  msgstr ""
47
 
48
+ #: ../settings/settings-edit.php:104
49
  msgid "Opt-In Type"
50
  msgstr ""
51
 
52
+ #: ../settings/settings-edit.php:105
53
  msgid ""
54
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
55
  "soon as they subscribe to your list. They have to confirm their subscription "
58
  "directly in the list."
59
  msgstr ""
60
 
61
+ #: ../settings/settings-edit.php:136
62
  msgid "Notify Admin when a new subscriber signs up"
63
  msgstr ""
64
 
65
+ #: ../settings/settings-edit.php:149
66
  msgid "Admin Email Subject on new subscriber sign up"
67
  msgstr ""
68
 
69
+ #: ../settings/settings-edit.php:150
70
  msgid ""
71
  "Subject for the admin email whenever a new subscriber signs up and is "
72
  "confirmed."
73
  msgstr ""
74
 
75
+ #: ../settings/settings-edit.php:156
76
  msgid "Admin Email Content on new subscriber signs up"
77
  msgstr ""
78
 
79
+ #: ../settings/settings-edit.php:157
80
  msgid ""
81
  "Content for the admin email whenever a new subscriber signs up and is "
82
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
83
  msgstr ""
84
 
85
+ #: ../settings/settings-edit.php:165
86
  msgid "Subject for the email report which will be sent to admin."
87
  msgstr ""
88
 
89
+ #: ../settings/settings-edit.php:172
90
  msgid ""
91
  "Content for the email report which will be sent to admin.<br />(Available "
92
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
93
  msgstr ""
94
 
95
+ #: ../settings/settings-edit.php:183
96
  msgid "Double Opt-In Email Subject (Confirmation Email)"
97
  msgstr ""
98
 
99
+ #: ../settings/settings-edit.php:184
100
  msgid ""
101
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
102
  "subscriber signs up."
103
  msgstr ""
104
 
105
+ #: ../settings/settings-edit.php:190
106
  msgid "Double Opt-In Email Content (Confirmation Email)"
107
  msgstr ""
108
 
109
+ #: ../settings/settings-edit.php:191
110
  msgid ""
111
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
112
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
113
  msgstr ""
114
 
115
+ #: ../settings/settings-edit.php:197
116
  msgid "Double Opt-In Confirmation Link"
117
  msgstr ""
118
 
119
+ #: ../settings/settings-edit.php:204
120
  msgid ""
121
  "Text to display after an email address is successfully subscribed from "
122
  "Double Opt-In (Confirmation) Email"
123
  msgstr ""
124
 
125
+ #: ../settings/settings-edit.php:212
126
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
127
  msgstr ""
128
 
129
+ #: ../settings/settings-edit.php:224
130
  msgid "Subject for Welcome Email"
131
  msgstr ""
132
 
133
+ #: ../settings/settings-edit.php:225
134
  msgid ""
135
  "Subject for the subscriber welcome email. This will be sent whenever a "
136
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
137
  "Opt-In) successfully."
138
  msgstr ""
139
 
140
+ #: ../settings/settings-edit.php:231
141
  msgid "Email Content for Welcome Email"
142
  msgstr ""
143
 
144
+ #: ../settings/settings-edit.php:232
145
  msgid ""
146
  "Content for the subscriber welcome email whenever a user's email is either "
147
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
148
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
149
  msgstr ""
150
 
151
+ #: ../settings/settings-edit.php:241
152
  msgid ""
153
  "This unsubscribe link is automatically added to all the emails that are sent "
154
  "from this plugin. It is a readonly field and you are advised not to modify "
155
  "it."
156
  msgstr ""
157
 
158
+ #: ../settings/settings-edit.php:248
159
  msgid ""
160
  "The text for the unsubscribe link. This text is automatically added with "
161
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
162
  msgstr ""
163
 
164
+ #: ../settings/settings-edit.php:255
165
  msgid ""
166
  "This text will be displayed once user clicks on unsubscribe link from the "
167
  "email."
168
  msgstr ""
169
 
170
+ #: ../settings/settings-edit.php:262
171
  msgid "Error in the Subscribe / Confirmation Link"
172
  msgstr ""
173
 
174
+ #: ../settings/settings-edit.php:263
175
  msgid ""
176
  "Default message to display if there is any issue while clicking on subscribe "
177
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
178
  msgstr ""
179
 
180
+ #: ../settings/settings-edit.php:270
181
  msgid ""
182
  "Default message to display if there is any issue while clicking on "
183
  "unsubscribe link from the emails."
184
  msgstr ""
185
 
186
+ #: ../settings/settings-edit.php:369
187
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
188
  msgstr ""
189
 
190
+ #: ../settings/settings-edit.php:374
191
  msgid "Cron Report"
192
  msgstr ""
193
 
194
+ #: ../settings/settings-edit.php:375
195
  msgid ""
196
  "Email to admin whenever a cron URL is triggered from your server. (Available "
197
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
198
  msgstr ""
199
 
200
+ #: ../settings/settings-edit.php:386
201
  msgid ""
202
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
203
  "schedule-cron-emails/?"
205
  "Cron?</a>"
206
  msgstr ""
207
 
208
+ #: ../settings/settings-edit.php:387
209
  msgid ""
210
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
211
  "schedule-cron-emails-in-cpanel/?"
213
  "job in cPanel</a>"
214
  msgstr ""
215
 
216
+ #: ../settings/settings-edit.php:388
217
  msgid ""
218
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
219
  "schedule-cron-emails-in-parallels-plesk/?"
221
  "job in Plesk</a>"
222
  msgstr ""
223
 
224
+ #: ../settings/settings-edit.php:389
225
  msgid ""
226
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
227
  "if-hosting-doesnt-support-cron-jobs/?"
229
  "does not support cron jobs?</a>"
230
  msgstr ""
231
 
232
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
233
+ msgid "Preview Email"
234
+ msgstr ""
235
+
236
+ #: ../sentmail/sentmail-preview.php:31
237
+ msgid ""
238
+ "This is how the email you sent may look. <br>Note: Different email services "
239
+ "(like gmail, yahoo etc) display email content differently. So there could be "
240
+ "a slight variation on how your customer will view the email content."
241
+ msgstr ""
242
+
243
  #: ../compose/compose-edit.php:61
244
  msgid "Successfully updated. "
245
  msgstr ""
248
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
249
  msgstr ""
250
 
251
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
252
  #, php-format
253
  msgid ""
254
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
260
  msgid "Successfully created. "
261
  msgstr ""
262
 
263
+ #: ../compose/compose-preview.php:31
264
+ msgid ""
265
+ "This is how your email may look. <br>Note: Different email services (like "
266
+ "gmail, yahoo etc) display email content differently. So there could be a "
267
+ "slight variation on how your customer will view the email content."
268
+ msgstr ""
269
+
270
  #: ../help/help.php:178
271
  msgid "Get more help and tips..."
272
  msgstr ""
533
  msgid "Email sent successfully. "
534
  msgstr ""
535
 
536
+ #: ../classes/es-register.php:193
537
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
538
  msgstr ""
539
 
540
+ #: ../classes/es-register.php:765
541
  msgctxt "timezone date format"
542
  msgid "Y-m-d"
543
  msgstr ""
544
 
545
+ #: ../classes/es-register.php:795
546
  msgid "Post Notifications more often than Newsletter"
547
  msgstr ""
548
 
549
+ #: ../classes/es-register.php:797
550
  msgid "Newsletter more often than Post Notifications"
551
  msgstr ""
552
 
553
+ #: ../classes/es-register.php:799
554
  msgid "Post Notification &amp; Newsletter equally"
555
  msgstr ""
556
 
557
+ #: ../classes/es-register.php:817
558
  msgid "Using Double Opt In"
559
  msgstr ""
560
 
561
+ #: ../classes/es-register.php:819
562
  msgid "Using Single Opt In"
563
  msgstr ""
564
 
565
+ #: ../classes/es-register.php:868
566
  msgid "Nah, I don't like improvements"
567
  msgstr ""
568
 
569
+ #: ../classes/es-register.php:874
570
  msgid "Next"
571
  msgstr ""
572
 
685
 
686
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
687
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
688
+ #: 123 ../compose/compose-add.php:105
689
  msgid "Save"
690
  msgstr "Saugoti"
691
 
701
  msgid "Selected record deleted."
702
  msgstr "Pasirinktas įrašas ištrintas."
703
 
704
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
705
+ #: classes/es-register.php:181
706
  msgid "Post Notifications"
707
  msgstr "Pranešimai apie įrašus"
708
 
720
  "prenumeratoriams, kai paskelbiamas naujas įrašas jūsų svetainėje."
721
 
722
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
723
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
724
  msgid "Email Subject"
725
  msgstr "Laiško tema"
726
 
740
  msgstr "Pranešimo statusas"
741
 
742
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
743
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
744
  msgid "Edit"
745
  msgstr "Redaguoti"
746
 
747
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
748
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
749
+ #: php:104
750
  msgid "Delete"
751
  msgstr "Trinti"
752
 
753
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
754
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
755
+ #: 432 ../compose/compose-show.php:117
756
  msgid "No records available."
757
  msgstr "Nėra įrašų."
758
 
810
  msgid "User Roles"
811
  msgstr "Vartotojo vaidmenys"
812
 
813
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
814
+ #: register.php:187
815
  msgid "Settings"
816
  msgstr "Nustatymai"
817
 
819
  msgid "Save Settings"
820
  msgstr "Išsaugoti nustatymus"
821
 
822
+ #: ../settings/settings-edit.php:78
823
  msgid "Sender of Notifications"
824
  msgstr "Pranešimų siuntėjas"
825
 
826
+ #: ../settings/settings-edit.php:79
827
  msgid ""
828
  "Choose a FROM name and FROM email address for all the emails to be sent from "
829
  "this plugin."
831
  "Pasirinkite siuntėjo vardą ir elektroninio pašto adresą visiems šio įskiepio "
832
  "siunčiamiems laiškams."
833
 
834
+ #: ../settings/settings-edit.php:94
835
  msgid "1. WP HTML MAIL"
836
  msgstr "1. WP HTML laiškas"
837
 
838
+ #: ../settings/settings-edit.php:95
839
  msgid "2. WP PLAINTEXT MAIL"
840
  msgstr "2. WP paprasto teksto laiškas"
841
 
842
+ #: ../settings/settings-edit.php:96
843
  msgid "3. PHP HTML MAIL"
844
  msgstr "3. PHP HTML laiškas"
845
 
846
+ #: ../settings/settings-edit.php:97
847
  msgid "4. PHP PLAINTEXT MAIL"
848
  msgstr "4. PHP paprasto teksto laiškas"
849
 
850
+ #: ../settings/settings-edit.php:109
851
  msgid "Double Opt In"
852
  msgstr "Dvigubas patvirtinimas"
853
 
854
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
855
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
856
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
857
  #: subscriber-edit.php:150
858
  msgid "Single Opt In"
859
  msgstr "Viengubas patvirtinimas"
860
 
861
+ #: ../settings/settings-edit.php:116
862
  msgid "Image Size"
863
  msgstr "Paveikslėlio dydis"
864
 
865
+ #: ../settings/settings-edit.php:117
866
  msgid ""
867
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
868
  "Emails."
870
  "Pasirinkite vaizdo dydį ###POSTIMAGE###, kuris bus rodomas pranešimų apie "
871
  "įrašus laiškuose."
872
 
873
+ #: ../settings/settings-edit.php:121
874
  msgid "Full Size"
875
  msgstr "Visas dydis"
876
 
877
+ #: ../settings/settings-edit.php:122
878
  msgid "Medium Size"
879
  msgstr "Vidutinis dydis"
880
 
881
+ #: ../settings/settings-edit.php:123
882
  msgid "Thumbnail"
883
  msgstr "Miniatiūra"
884
 
885
+ #: ../settings/settings-edit.php:129
886
  msgid "Admin Email Addresses"
887
  msgstr "Administratorių el. pašto adresai"
888
 
889
+ #: ../settings/settings-edit.php:130
890
  msgid ""
891
  "Enter the admin email addresses that should receive notifications (separated "
892
  "by comma)."
894
  "Įveskite Administratorių elektroninio pašto adresus, kuriais turėtų būti "
895
  "siunčiami pranešimai (atskiriant kableliu)."
896
 
897
+ #: ../settings/settings-edit.php:137
898
  msgid ""
899
  "To send admin email notifications for the new subscriber. This option must "
900
  "be set to YES."
902
  "Norėdami siųsti pranešimus administratoriams apie naujus prenumeratorius, "
903
  "turite nustatyti TAIP."
904
 
905
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
906
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
907
  msgid "YES"
908
  msgstr "Taip"
909
 
910
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
911
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
912
  msgid "NO"
913
  msgstr "Ne"
914
 
915
+ #: ../settings/settings-edit.php:164
916
  msgid "Sent Report Subject"
917
  msgstr "Išsiųstų laiškų ataskaitos tema"
918
 
919
+ #: ../settings/settings-edit.php:171
920
  msgid "Sent Report Content"
921
  msgstr "Išsiųstų laiškų ataskaitos turinys"
922
 
923
+ #: ../settings/settings-edit.php:198
924
  msgid "It is a readonly field and you are advised not to modify it."
925
  msgstr "Laukas tik skaitymui ir patartina jo nekeisti."
926
 
927
+ #: ../settings/settings-edit.php:205
928
  msgid ""
929
  "This text will be displayed once user clicks on email confirmation link from "
930
  "the Double Opt In (confirmation) Email."
932
  "Šis tekstas bus rodomas, kai vartotojas paspaus ant dvigubo patvirtinimo "
933
  "laiške esančios nuorodos."
934
 
935
+ #: ../settings/settings-edit.php:213
936
  msgid ""
937
  "To send welcome email to subscriber after successful signup. This option "
938
  "must be set to YES."
940
  "Norėdami išsiųsti pasveikinimo laišką prenumeratoriui po sėkmingos "
941
  "registracijos, turite nustatyti TAIP."
942
 
943
+ #: ../settings/settings-edit.php:240
944
  msgid "Unsubscribe Link"
945
  msgstr "Prenumeratos atsisakymo nuoroda"
946
 
947
+ #: ../settings/settings-edit.php:247
948
  msgid "Unsubscribe Text in Email"
949
  msgstr "Prenumeratos atsisakymo tekstas laiške"
950
 
951
+ #: ../settings/settings-edit.php:254
952
  msgid "Text to display after an email address is unsubscribed"
953
  msgstr "Rodomas tekstas po el. pašto adreso prenumeratos atšaukimo."
954
 
955
+ #: ../settings/settings-edit.php:269
956
  msgid "Error in the Unsubscribe Link"
957
  msgstr "Prenumeratos atsisakymo nuorodos klaida"
958
 
959
+ #: ../settings/settings-edit.php:282
960
  msgid "Select user roles who can access following menus. Only Admin can change this."
961
  msgstr ""
962
  "Pasirinkite vartotojo vaidmenis, kurie gali pasiekti šiuos meniu. Tik "
963
  "administratorius gali tai pakeisti."
964
 
965
+ #: ../settings/settings-edit.php:288
966
  msgid "Subscribers Menu"
967
  msgstr "Prenumeratorių meniu"
968
 
969
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
970
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
971
+ #: settings/settings-edit.php:340
972
  msgid "Administrator Only"
973
  msgstr "Tik administratoriui"
974
 
975
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
976
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
977
+ #: settings/settings-edit.php:341
978
  msgid "Administrator/Editor"
979
  msgstr "Administratorius/redaktorius"
980
 
981
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
982
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
983
+ #: settings/settings-edit.php:342
984
  msgid "Administrator/Editor/Author/Contributor"
985
  msgstr "Administratorius/redaktorius/autorius/pagalbininkas"
986
 
987
+ #: ../settings/settings-edit.php:300
988
  msgid "Compose Menu"
989
  msgstr "Kurti meniu"
990
 
991
+ #: ../settings/settings-edit.php:312
992
  msgid "Post Notifications Menu"
993
  msgstr "Pranešimų apie įrašus meniu"
994
 
995
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
996
+ #: register.php:183 ../classes/es-register.php:184
997
  msgid "Newsletters"
998
  msgstr "Naujienlaiškio siuntimas"
999
 
1000
+ #: ../settings/settings-edit.php:336
1001
  msgid "Reports Menu"
1002
  msgstr "Ataskaitų meniu"
1003
 
1004
+ #: ../settings/settings-edit.php:353
1005
  msgid "Cron job URL"
1006
  msgstr "Periodinių užduočių (cron) adresas"
1007
 
1008
+ #: ../settings/settings-edit.php:354
1009
  msgid ""
1010
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1011
  "modify it."
1013
  "Tai jūsų periodinės užduoties (cron) adresas. Laukas tik skaitymui ir "
1014
  "patartina jo nekeisti."
1015
 
1016
+ #: ../settings/settings-edit.php:363
1017
  msgid "Email Count"
1018
  msgstr "Laiškų skaičius"
1019
 
1020
+ #: ../settings/settings-edit.php:364
1021
  msgid "Number of emails that you want to trigger per hour."
1022
  msgstr "Laiškų, kuriuos norite išsiųsti per valandą, skaičius"
1023
 
1024
+ #: ../settings/settings-edit.php:385
1025
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1026
  msgstr ""
1027
  "Kas yra periodinės užduotys (cron)(automatiniai laiškai) ir kaip jas "
1028
  "nustatyti?"
1029
 
1030
+ #: ../settings/settings-edit.php:504
1031
  msgid "Please enter sender of notifications from name."
1032
  msgstr "Prašome įvesti pranešimų siuntėjo vardą."
1033
 
1034
+ #: ../settings/settings-edit.php:509
1035
  msgid "Please enter sender of notifications from email."
1036
  msgstr "Prašome įvesti pranešimų siuntėjo el. paštą."
1037
 
1038
+ #: ../settings/settings-edit.php:553
1039
  msgid "Please enter valid mail count."
1040
  msgstr "Prašome įvesti teisingą laiškų kiekį."
1041
 
1042
+ #: ../settings/settings-edit.php:566
1043
  msgid "Settings Saved."
1044
  msgstr "Nustatymai išsaugoti."
1045
 
1046
+ #: ../settings/settings-edit.php:569
1047
  msgid "Oops, unable to update."
1048
  msgstr "Oi, negalima atnaujinti."
1049
 
1059
  msgid "Click to sync tables"
1060
  msgstr "Spauskite jei norite sinchronizuoti lenteles"
1061
 
1062
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1063
  msgid "Back"
1064
  msgstr "Atgal"
1065
 
1075
  msgid " &gt;&gt; "
1076
  msgstr "&gt;&gt;"
1077
 
1078
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1079
+ #: register.php:190
1080
  msgid "Reports"
1081
  msgstr "Ataskaitos"
1082
 
1091
  msgstr "Peržiūrėti ataskaitas"
1092
 
1093
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1094
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1095
+ #: compose/compose-show.php:88
1096
  msgid "Preview"
1097
  msgstr "Peržiūra"
1098
 
1103
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1104
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1105
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1106
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1107
  msgid "Status"
1108
  msgstr "Statusas"
1109
 
1334
  msgid "Please select New Status to update."
1335
  msgstr "Prašome pasirinkti naują būseną atnaujinimui."
1336
 
1337
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1338
+ #: classes/es-register.php:175
1339
  msgid "Subscribers"
1340
  msgstr "Prenumeratoriai"
1341
 
1420
  msgstr "El. pašto adresas"
1421
 
1422
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1423
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1424
  msgid "Name"
1425
  msgstr "Vardas"
1426
 
1623
  msgid "Enter Content for your Email"
1624
  msgstr "Įveskite laiško turinį"
1625
 
1626
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1627
  msgid "Available Keywords"
1628
  msgstr "Galimi raktažodžiai"
1629
 
1630
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1631
  msgid "Published"
1632
  msgstr "Paskelbta"
1633
 
1634
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1635
  msgid "Please select your mail status"
1636
  msgstr "Prašome pasirinkti laiško statusą."
1637
 
1639
  msgid "Add new Email"
1640
  msgstr "Pridėti naują el. paštą"
1641
 
1642
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1643
+ #: register.php:178
1644
  msgid "Compose"
1645
  msgstr "Kurti naują"
1646
 
1647
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1648
  msgid "Email Template"
1649
  msgstr "Laiško šablonas"
1650
 
1651
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1652
  msgid "Actions"
1653
  msgstr "Veiksmai"
1654
 
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:1096 ../classes/es-loadwidget.
1683
  #: php:38
1684
  msgid "Subscribe"
1685
  msgstr "Prenumeruoti"
1815
  msgid "Reset"
1816
  msgstr "Atstatyti"
1817
 
 
 
 
 
 
 
 
 
 
 
 
 
1818
  #: ../classes/es-common.php:13
1819
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1820
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Patvirtinta</span>"
1862
  msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
1863
 
1864
  #. Name of the plugin
1865
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1866
+ #: register.php:782
1867
  msgid "Email Subscribers"
1868
  msgstr "Email Subscribers"
1869
 
1870
+ #: ../classes/es-register.php:192
1871
  msgid "Help & Info"
1872
  msgstr "Pagalba ir informacija"
1873
 
1874
+ #: ../classes/es-register.php:204
1875
  msgctxt "view-subscriber-enhanced-select"
1876
  msgid "Please enter subscriber email address."
1877
  msgstr "Prašome įvesti prenumeratoriaus el. pašto adresą."
1878
 
1879
+ #: ../classes/es-register.php:205
1880
  msgctxt "view-subscriber-enhanced-select"
1881
  msgid "Please select subscriber email status."
1882
  msgstr "Prašome pasirinkti prenumeratoriaus el. pašto statusą."
1883
 
1884
+ #: ../classes/es-register.php:206
1885
  msgctxt "view-subscriber-enhanced-select"
1886
  msgid "Please select or create group for this subscriber."
1887
  msgstr "Prašome pasirinkti arba sukurti grupę šiam prenumeratoriui."
1888
 
1889
+ #: ../classes/es-register.php:207
1890
  msgctxt "view-subscriber-enhanced-select"
1891
  msgid "Do you want to delete this record?"
1892
  msgstr "Ar norite ištrinti šį įrašą?"
1893
 
1894
+ #: ../classes/es-register.php:208
1895
  msgctxt "view-subscriber-enhanced-select"
1896
  msgid "Please select the bulk action."
1897
  msgstr "Prašome pasirinkti masinį veiksmą."
1898
 
1899
+ #: ../classes/es-register.php:209
1900
  msgctxt "view-subscriber-enhanced-select"
1901
  msgid "Are you sure you want to delete selected records?"
1902
  msgstr "Ar tikrai norite trinti pasirinktus įrašus?"
1903
 
1904
+ #: ../classes/es-register.php:210
1905
  msgctxt "view-subscriber-enhanced-select"
1906
  msgid ""
1907
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1910
  "Ar norite pakartotinai išsiųsti patvirtinimo laišką? \\nAtkreipkite dėmesį, "
1911
  "kad bus prenumeratoriaus dabartinis statusas bus pakeistas į \"Nepatvirtinta\"."
1912
 
1913
+ #: ../classes/es-register.php:211
1914
  msgctxt "view-subscriber-enhanced-select"
1915
  msgid "Please select new subscriber group."
1916
  msgstr "Prašome pasirinkti naują prenumeratorių grupę."
1917
 
1918
+ #: ../classes/es-register.php:212
1919
  msgctxt "view-subscriber-enhanced-select"
1920
  msgid "Please select new status for subscribers"
1921
  msgstr "Prašome pasirinkti naują prenumeratorių statusą"
1922
 
1923
+ #: ../classes/es-register.php:213
1924
  msgctxt "view-subscriber-enhanced-select"
1925
  msgid "Do you want to update subscribers group?"
1926
  msgstr "Ar norite atnaujinti prenumeratorių grupę?"
1927
 
1928
+ #: ../classes/es-register.php:214
1929
  msgctxt "view-subscriber-enhanced-select"
1930
  msgid "Do you want to update subscribers status?"
1931
  msgstr "Ar norite atnaujinti prenumeratorių statusą?"
1932
 
1933
+ #: ../classes/es-register.php:215
1934
  msgctxt "view-subscriber-enhanced-select"
1935
  msgid ""
1936
  "Please select only csv file. Please check official website for csv structure."
1939
  "Prašome pasirinkti tik CSV failą. CSV struktūrą pasitikrinkite oficialioje "
1940
  "svetainėje."
1941
 
1942
+ #: ../classes/es-register.php:223
1943
  msgctxt "compose-enhanced-select"
1944
  msgid "Please enter the Email Subject."
1945
  msgstr "Prašome įvesti laiško temą"
1946
 
1947
+ #: ../classes/es-register.php:224
1948
  msgctxt "compose-enhanced-select"
1949
  msgid "Do you want to delete this record?"
1950
  msgstr "Ar norite ištrinti šį įrašą?"
1951
 
1952
+ #: ../classes/es-register.php:232
1953
  msgctxt "notification-enhanced-select"
1954
  msgid "Please select subscribers group."
1955
  msgstr "Prašome pasirinkti prenumeratorių grupę."
1956
 
1957
+ #: ../classes/es-register.php:233
1958
  msgctxt "notification-enhanced-select"
1959
  msgid "Please select notification mail subject. Use compose menu to create new."
1960
  msgstr ""
1961
  "Prašome pasirinkti pranešimo laiško temą. Norėdami sukurti naują, naudokite "
1962
  "meniu \"Sukurti\"."
1963
 
1964
+ #: ../classes/es-register.php:234
1965
  msgctxt "notification-enhanced-select"
1966
  msgid "Please select notification status."
1967
  msgstr "Prašome pasirinkti pranešimo statusą."
1968
 
1969
+ #: ../classes/es-register.php:235
1970
  msgctxt "notification-enhanced-select"
1971
  msgid "Do you want to delete this record?"
1972
  msgstr "Ar norite ištrinti šį įrašą?"
1973
 
1974
+ #: ../classes/es-register.php:243
1975
  msgctxt "sendmail-enhanced-select"
1976
  msgid "Please select your mail subject."
1977
  msgstr "Prašome pasirinkti laiško temą."
1978
 
1979
+ #: ../classes/es-register.php:244
1980
  msgctxt "sendmail-enhanced-select"
1981
  msgid "Please select your mail type."
1982
  msgstr "Prašome pasirinkti laiško tipą."
1983
 
1984
+ #: ../classes/es-register.php:245
1985
  msgctxt "sendmail-enhanced-select"
1986
  msgid ""
1987
  "Have you double checked your selected group? If so, let's go ahead and send "
1990
  "Ar du kartus patikrinote pasirinktą grupę? Jei taip, tęskite toliau ir "
1991
  "siųskite tai."
1992
 
1993
+ #: ../classes/es-register.php:253
1994
  msgctxt "sentmail-enhanced-select"
1995
  msgid "Do you want to delete this record?"
1996
  msgstr "Ar norite ištrinti šį įrašą?"
1997
 
1998
+ #: ../classes/es-register.php:254
1999
  msgctxt "sentmail-enhanced-select"
2000
  msgid "Do you want to delete all records except latest 10?"
2001
  msgstr "Ar norite ištrinti visus, išskyrus 10 naujausių, įrašus?"
2002
 
2003
+ #: ../classes/es-register.php:262
2004
  msgctxt "cron-enhanced-select"
2005
  msgid "Please select enter number of mails you want to send per hour/trigger."
2006
  msgstr "Prašome pasirinkti laiškų kiekį, kurį norite siųsti per valandą/veiksmą."
2007
 
2008
+ #: ../classes/es-register.php:263
2009
  msgctxt "cron-enhanced-select"
2010
  msgid "Please enter the mail count, only number."
2011
  msgstr "Prašome įvesti laiškų kiekį (tik skaičius)."
2012
 
2013
+ #: ../classes/es-register.php:276
2014
  msgctxt "widget-enhanced-select"
2015
  msgid "Please enter email address"
2016
  msgstr "Prašome įvesti el. pašto adresą"
2017
 
2018
+ #: ../classes/es-register.php:277
2019
  msgctxt "widget-enhanced-select"
2020
  msgid "Please provide a valid email address"
2021
  msgstr "Prašome nurodyti teisingą el. pašto adresą"
2022
 
2023
+ #: ../classes/es-register.php:278
2024
  msgctxt "widget-enhanced-select"
2025
  msgid "loading..."
2026
  msgstr "kraunasi..."
2027
 
2028
+ #: ../classes/es-register.php:279
2029
  msgctxt "widget-enhanced-select"
2030
  msgid "Cannot create XMLHTTP instance"
2031
  msgstr "Nepavyko sukurti XMLHTTP instancijos"
2032
 
2033
+ #: ../classes/es-register.php:280
2034
  msgctxt "widget-enhanced-select"
2035
  msgid "Successfully Subscribed."
2036
  msgstr "Užsiprenumeravote sėkmingai."
2037
 
2038
+ #: ../classes/es-register.php:281
2039
  msgctxt "widget-enhanced-select"
2040
  msgid ""
2041
  "Your subscription was successful! Within a few minutes, kindly check the "
2046
  "savo pašto dėžutė ir patvirtinkite savo prenumeratą. Jei negalite rasti savo "
2047
  "pašto dėžutėje laiško, patikrinkite savo šlamšto aplanką."
2048
 
2049
+ #: ../classes/es-register.php:282
2050
  msgctxt "widget-enhanced-select"
2051
  msgid "Email Address already exists!"
2052
  msgstr "El. pašto adresas jau egzistuoja!"
2053
 
2054
+ #: ../classes/es-register.php:283
2055
  msgctxt "widget-enhanced-select"
2056
  msgid "Oops.. Unexpected error occurred."
2057
  msgstr "Oi.. įvyko netikėta klaida."
2058
 
2059
+ #: ../classes/es-register.php:284
2060
  msgctxt "widget-enhanced-select"
2061
  msgid "Invalid email address"
2062
  msgstr "Neteisingas el. pašto adresas"
2063
 
2064
+ #: ../classes/es-register.php:285
2065
  msgctxt "widget-enhanced-select"
2066
  msgid "Please try after some time"
2067
  msgstr "Bandykite vėliau"
2068
 
2069
+ #: ../classes/es-register.php:286
2070
  msgctxt "widget-enhanced-select"
2071
  msgid "There was a problem with the request"
2072
  msgstr "Iškilo problema dėl užklausos"
2073
 
2074
+ #: ../classes/es-register.php:293
2075
  msgctxt "widget-page-enhanced-select"
2076
  msgid "Please enter email address"
2077
  msgstr "Prašome įvesti el. pašto adresą"
2078
 
2079
+ #: ../classes/es-register.php:294
2080
  msgctxt "widget-page-enhanced-select"
2081
  msgid "Please provide a valid email address"
2082
  msgstr "Prašome nurodyti teisingą el. pašto adresą"
2083
 
2084
+ #: ../classes/es-register.php:295
2085
  msgctxt "widget-page-enhanced-select"
2086
  msgid "loading..."
2087
  msgstr "kraunasi..."
2088
 
2089
+ #: ../classes/es-register.php:296
2090
  msgctxt "widget-page-enhanced-select"
2091
  msgid "Cannot create XMLHTTP instance"
2092
  msgstr "Nepavyko sukurti XMLHTTP instancijos"
2093
 
2094
+ #: ../classes/es-register.php:297
2095
  msgctxt "widget-page-enhanced-select"
2096
  msgid "Successfully Subscribed."
2097
  msgstr "Užsiprenumeravote sėkmingai."
2098
 
2099
+ #: ../classes/es-register.php:298
2100
  msgctxt "widget-page-enhanced-select"
2101
  msgid ""
2102
  "Your subscription was successful! Within a few minutes, kindly check the "
2107
  "savo pašto dėžutė ir patvirtinkite savo prenumeratą. Jei negalite rasti savo "
2108
  "pašto dėžutėje laiško, patikrinkite savo šlamšto aplanką."
2109
 
2110
+ #: ../classes/es-register.php:299
2111
  msgctxt "widget-page-enhanced-select"
2112
  msgid "Email Address already exists!"
2113
  msgstr "El. pašto adresas jau egzistuoja!"
2114
 
2115
+ #: ../classes/es-register.php:300
2116
  msgctxt "widget-page-enhanced-select"
2117
  msgid "Oops.. Unexpected error occurred."
2118
  msgstr "Oi.. įvyko netikėta klaida."
2119
 
2120
+ #: ../classes/es-register.php:301
2121
  msgctxt "widget-page-enhanced-select"
2122
  msgid "Invalid email address"
2123
  msgstr "Neteisingas el. pašto adresas"
2124
 
2125
+ #: ../classes/es-register.php:302
2126
  msgctxt "widget-page-enhanced-select"
2127
  msgid "Please try after some time"
2128
  msgstr "Bandykite vėliau"
2129
 
2130
+ #: ../classes/es-register.php:303
2131
  msgctxt "widget-page-enhanced-select"
2132
  msgid "There was a problem with the request"
2133
  msgstr "Iškilo problema dėl užklausos"
2134
 
2135
+ #: ../classes/es-register.php:782
2136
  msgid "is getting even better!"
2137
  msgstr "dar geriau!"
2138
 
2139
+ #: ../classes/es-register.php:783
2140
  msgid "But I need you to"
2141
  msgstr "Bet man reikia jums"
2142
 
2143
+ #: ../classes/es-register.php:783
2144
  msgid "help me prioritize"
2145
  msgstr "padėti man nustatyti prioritetus"
2146
 
2147
+ #: ../classes/es-register.php:783
2148
  msgid "Please send your response today."
2149
  msgstr "Prašome atsiųsti savo atsakymą šiandien."
2150
 
2151
+ #: ../classes/es-register.php:790
2152
  msgid "Here's how you use ES:"
2153
  msgstr "Štai kaip jūs naudojate ES:"
2154
 
2155
+ #: ../classes/es-register.php:803
2156
  msgid "Have "
2157
  msgstr "Turi"
2158
 
2159
+ #: ../classes/es-register.php:803
2160
  msgid " Active Subscribers"
2161
  msgstr "Aktyvūs prenumeratoriai"
2162
 
2163
+ #: ../classes/es-register.php:804
2164
  msgid "Post "
2165
  msgstr "Įrašas"
2166
 
2167
+ #: ../classes/es-register.php:804
2168
  msgid " blog per week"
2169
  msgstr "įrašų per savaitę"
2170
 
2171
+ #: ../classes/es-register.php:808
2172
  msgid "Send emails via Cron"
2173
  msgstr "Siųsti laiškus naudojant periodines užduotis (cron)"
2174
 
2175
+ #: ../classes/es-register.php:810
2176
  msgid "Send emails Immediately"
2177
  msgstr "Siųsti laiškus nedelsiant"
2178
 
2179
+ #: ../classes/es-register.php:837
2180
  msgid "How soon do you want these new features?"
2181
  msgstr "Kaip greitai jūs norite šių naujų funkcijų?"
2182
 
2183
+ #: ../classes/es-register.php:841
2184
  msgid "Beautiful Email Designs"
2185
  msgstr "Gražūs laiškų dizainai"
2186
 
2187
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2188
+ #: register.php:852 ../classes/es-register.php:857
2189
  msgid "Right now!"
2190
  msgstr "Dabar!"
2191
 
2192
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2193
+ #: register.php:853 ../classes/es-register.php:858
2194
  msgid "Soon"
2195
  msgstr "Greitai"
2196
 
2197
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2198
+ #: register.php:854 ../classes/es-register.php:859
2199
  msgid "Later"
2200
  msgstr "Vėliau"
2201
 
2202
+ #: ../classes/es-register.php:846
2203
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2204
  msgstr "Šlamšto tikrinimas, nustatymas... (geresnis laiškų pristatymas)"
2205
 
2206
+ #: ../classes/es-register.php:851
2207
  msgid "Discard Fake / Bouncing Emails"
2208
  msgstr "Išmesti neteisingus / neveikiančius el. pašto adresus"
2209
 
2210
+ #: ../classes/es-register.php:856
2211
  msgid "Advanced Reporting"
2212
  msgstr "Detalesnės ataskaitos"
2213
 
2214
+ #: ../classes/es-register.php:884
2215
  msgid "Thank you!"
2216
  msgstr "Ačiū!"
2217
 
2218
+ #: ../classes/es-register.php:885
2219
  msgid "No issues, have a nice day!"
2220
  msgstr "Jokių problemų, gražios dienos!"
2221
 
2222
+ #: ../classes/es-register.php:977
2223
+ msgid ""
2224
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2225
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2226
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2227
+ "</a> rating. A huge thank you from Icegram in advance!"
2228
+ msgstr ""
2229
+ "Jei jums patinka <strong>Email Subscribers</strong>, prašome pasidalinti <a "
2230
+ "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2231
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2232
+ "</a> reitingu. Icegram dėkoja iš anksto!"
2233
+
2234
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2235
  msgid "Email *"
2236
  msgstr "El. paštas *"
2237
 
2238
+ #: ../classes/es-register.php:1134
2239
  msgid "Widget Title"
2240
  msgstr "Valdiklio pavadinimas"
2241
 
2242
+ #: ../classes/es-register.php:1138
2243
  msgid "Short description about subscription form"
2244
  msgstr "Trumpas prenumeratos formos aprašymas"
2245
 
2246
+ #: ../classes/es-register.php:1142
2247
  msgid "Display Name Field"
2248
  msgstr "Rodyti vardo lauką"
2249
 
2250
+ #: ../classes/es-register.php:1149
2251
  msgid "Subscriber Group"
2252
  msgstr "Prenumeratoriaus grupė"
languages/email-subscribers-nb_NO.mo CHANGED
Binary file
languages/email-subscribers-nb_NO.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\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: Mon Aug 21 2017 16:25:58 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -23,530 +23,22 @@ msgstr ""
23
  "X-Loco-Target-Locale: nb_NO\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
- #. URI of the plugin
27
- msgid "https://www.icegram.com"
28
- msgstr ""
29
-
30
- #: ../email-subscribers.php:70
31
- msgctxt "timezone date format"
32
- msgid "Y-m-d H:i:s"
33
- msgstr ""
34
-
35
- #: ../settings/settings-edit.php:92
36
- msgid "Email Type"
37
- msgstr ""
38
-
39
- #: ../settings/settings-edit.php:93
40
- msgid ""
41
- "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
- "Option 3 & 4 is to send emails with PHP method mail()."
43
- msgstr ""
44
-
45
- #: ../settings/settings-edit.php:107
46
- msgid "Opt-In Type"
47
- msgstr ""
48
-
49
- #: ../settings/settings-edit.php:108
50
- msgid ""
51
- "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
- "soon as they subscribe to your list. They have to confirm their subscription "
53
- "by clicking on the activation link.<br />Single Opt-In : In this type, the "
54
- "subscriber is not asked to confirm their email address. They are subscribed "
55
- "directly in the list."
56
- msgstr ""
57
-
58
- #: ../settings/settings-edit.php:139
59
- msgid "Notify Admin when a new subscriber signs up"
60
- msgstr ""
61
-
62
- #: ../settings/settings-edit.php:152
63
- msgid "Admin Email Subject on new subscriber sign up"
64
- msgstr ""
65
-
66
- #: ../settings/settings-edit.php:153
67
- msgid ""
68
- "Subject for the admin email whenever a new subscriber signs up and is "
69
- "confirmed."
70
- msgstr ""
71
-
72
- #: ../settings/settings-edit.php:159
73
- msgid "Admin Email Content on new subscriber signs up"
74
- msgstr ""
75
-
76
- #: ../settings/settings-edit.php:160
77
- msgid ""
78
- "Content for the admin email whenever a new subscriber signs up and is "
79
- "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
- msgstr ""
81
-
82
- #: ../settings/settings-edit.php:168
83
- msgid "Subject for the email report which will be sent to admin."
84
- msgstr ""
85
-
86
- #: ../settings/settings-edit.php:175
87
- msgid ""
88
- "Content for the email report which will be sent to admin.<br />(Available "
89
- "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
- msgstr ""
91
-
92
- #: ../settings/settings-edit.php:186
93
- msgid "Double Opt-In Email Subject (Confirmation Email)"
94
- msgstr ""
95
-
96
- #: ../settings/settings-edit.php:187
97
- msgid ""
98
- "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
- "subscriber signs up."
100
- msgstr ""
101
-
102
- #: ../settings/settings-edit.php:193
103
- msgid "Double Opt-In Email Content (Confirmation Email)"
104
- msgstr ""
105
-
106
- #: ../settings/settings-edit.php:194
107
- msgid ""
108
- "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
- "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
- msgstr ""
111
-
112
- #: ../settings/settings-edit.php:200
113
- msgid "Double Opt-In Confirmation Link"
114
- msgstr ""
115
-
116
- #: ../settings/settings-edit.php:207
117
- msgid ""
118
- "Text to display after an email address is successfully subscribed from "
119
- "Double Opt-In (Confirmation) Email"
120
- msgstr ""
121
-
122
- #: ../settings/settings-edit.php:215
123
- msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
- msgstr ""
125
-
126
- #: ../settings/settings-edit.php:227
127
- msgid "Subject for Welcome Email"
128
- msgstr ""
129
-
130
- #: ../settings/settings-edit.php:228
131
- msgid ""
132
- "Subject for the subscriber welcome email. This will be sent whenever a "
133
- "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
- "Opt-In) successfully."
135
- msgstr ""
136
-
137
- #: ../settings/settings-edit.php:234
138
- msgid "Email Content for Welcome Email"
139
- msgstr ""
140
-
141
- #: ../settings/settings-edit.php:235
142
- msgid ""
143
- "Content for the subscriber welcome email whenever a user's email is either "
144
- "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
- "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
- msgstr ""
147
-
148
- #: ../settings/settings-edit.php:244
149
- msgid ""
150
- "This unsubscribe link is automatically added to all the emails that are sent "
151
- "from this plugin. It is a readonly field and you are advised not to modify "
152
- "it."
153
- msgstr ""
154
-
155
- #: ../settings/settings-edit.php:251
156
- msgid ""
157
- "The text for the unsubscribe link. This text is automatically added with "
158
- "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
- msgstr ""
160
-
161
- #: ../settings/settings-edit.php:258
162
- msgid ""
163
- "This text will be displayed once user clicks on unsubscribe link from the "
164
- "email."
165
- msgstr ""
166
-
167
- #: ../settings/settings-edit.php:265
168
- msgid "Error in the Subscribe / Confirmation Link"
169
- msgstr ""
170
-
171
- #: ../settings/settings-edit.php:266
172
- msgid ""
173
- "Default message to display if there is any issue while clicking on subscribe "
174
- "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
- msgstr ""
176
-
177
- #: ../settings/settings-edit.php:273
178
- msgid ""
179
- "Default message to display if there is any issue while clicking on "
180
- "unsubscribe link from the emails."
181
- msgstr ""
182
-
183
- #: ../settings/settings-edit.php:372
184
- msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
- msgstr ""
186
-
187
- #: ../settings/settings-edit.php:377
188
- msgid "Cron Report"
189
- msgstr ""
190
-
191
- #: ../settings/settings-edit.php:378
192
- msgid ""
193
- "Email to admin whenever a cron URL is triggered from your server. (Available "
194
- "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
- msgstr ""
196
-
197
- #: ../settings/settings-edit.php:389
198
- msgid ""
199
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
- "schedule-cron-emails/?"
201
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
202
- "Cron?</a>"
203
- msgstr ""
204
-
205
- #: ../settings/settings-edit.php:390
206
- msgid ""
207
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
- "schedule-cron-emails-in-cpanel/?"
209
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
210
- "job in cPanel</a>"
211
- msgstr ""
212
-
213
- #: ../settings/settings-edit.php:391
214
- msgid ""
215
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
- "schedule-cron-emails-in-parallels-plesk/?"
217
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
218
- "job in Plesk</a>"
219
- msgstr ""
220
-
221
- #: ../settings/settings-edit.php:392
222
- msgid ""
223
- "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
- "if-hosting-doesnt-support-cron-jobs/?"
225
- "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
226
- "does not support cron jobs?</a>"
227
- msgstr ""
228
-
229
- #: ../compose/compose-edit.php:61
230
- msgid "Successfully updated. "
231
- msgstr ""
232
-
233
- #: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
234
- msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
235
- msgstr ""
236
-
237
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
238
- #, php-format
239
- msgid ""
240
- "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
241
- "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
242
- "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
243
- msgstr ""
244
-
245
- #: ../compose/compose-add.php:43
246
- msgid "Successfully created. "
247
- msgstr ""
248
-
249
- #: ../help/help.php:178
250
- msgid "Get more help and tips..."
251
- msgstr ""
252
-
253
- #: ../help/help.php:192
254
- #, php-format
255
- msgid "Version: %s"
256
- msgstr ""
257
-
258
- #: ../help/help.php:195
259
- msgid "Questions? Need Help?"
260
- msgstr ""
261
-
262
- #: ../help/help.php:196
263
- msgid "Contact Us"
264
- msgstr ""
265
-
266
- #: ../help/help.php:236
267
- msgid "Description"
268
- msgstr ""
269
-
270
- #: ../help/help.php:238
271
- msgid ""
272
- "Email Subscribers is a complete newsletter plugin which lets you collect "
273
- "leads, send automated new blog post notification emails, create & send "
274
- "newsletters and manage all this in one single place."
275
- msgstr ""
276
-
277
- #: ../help/help.php:240
278
- msgid "Feature Overview"
279
- msgstr ""
280
-
281
- #: ../help/help.php:243
282
- msgid ""
283
- "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
284
- "Code)."
285
- msgstr ""
286
-
287
- #: ../help/help.php:246
288
- msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
289
- msgstr ""
290
-
291
- #: ../help/help.php:249
292
- msgid "Send automatic welcome email to subscribers."
293
- msgstr ""
294
-
295
- #: ../help/help.php:252
296
- msgid ""
297
- "Send new post notification emails to subscribers when new posts are "
298
- "published on your website."
299
- msgstr ""
300
-
301
- #: ../help/help.php:255
302
- msgid "Schedule email (Cron job) or send them manually."
303
- msgstr ""
304
-
305
- #: ../help/help.php:258
306
- msgid "Send email notification to admin when a new user signs up."
307
- msgstr ""
308
-
309
- #: ../help/help.php:261
310
- msgid "Automatically add Unsubscribe link in the email."
311
- msgstr ""
312
-
313
- #: ../help/help.php:264
314
- msgid "Easily migrate subscribers from another app using Import & Export."
315
- msgstr ""
316
-
317
- #: ../help/help.php:267
318
- msgid "Use HTML editor to compose newsletters and post notifications."
319
- msgstr ""
320
-
321
- #: ../help/help.php:270
322
- msgid "Send newsletters to different groups."
323
- msgstr ""
324
-
325
- #: ../help/help.php:273
326
- msgid "Get detailed sent email reports."
327
- msgstr ""
328
-
329
- #: ../help/help.php:276
330
- msgid "Control user access (User Roles and Capabilities)."
331
- msgstr ""
332
-
333
- #: ../help/help.php:279
334
- msgid "Supports localization and internationalization."
335
- msgstr ""
336
-
337
- #: ../help/help.php:286
338
- msgid "Add Subscribe form"
339
- msgstr ""
340
-
341
- #: ../help/help.php:291
342
- #, php-format
343
- msgid ""
344
- "Use any of the following 3 methods :<br>\n"
345
- " a) Shortcode in any page/post : <strong>[email-subscribers "
346
- "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
347
- " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
348
- "and drag it to the sidebar on the right <i>Or</i><br>\n"
349
- " c) Copy and past this php code to your desired template location : "
350
- "<strong>%s</strong>"
351
- msgstr ""
352
-
353
- #: ../help/help.php:296
354
- msgid "Additional form settings"
355
- msgstr ""
356
-
357
- #: ../help/help.php:311
358
- #, php-format
359
- msgid "Modify %s"
360
- msgstr ""
361
-
362
- #: ../help/help.php:311
363
- msgid "default text, email contents"
364
- msgstr ""
365
-
366
- #: ../help/help.php:311
367
- msgid ""
368
- " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
369
- "Roles"
370
- msgstr ""
371
-
372
- #: ../help/help.php:320
373
- msgid "How to change/update/translate any texts from the plugin?"
374
- msgstr ""
375
-
376
- #: ../help/help.php:333
377
- msgid "Usage"
378
- msgstr ""
379
-
380
- #: ../help/help.php:336
381
- msgid "Compose and Send Newsletter Emails"
382
- msgstr ""
383
-
384
- #: ../help/help.php:339
385
- msgid "Compose and Send Post Notification Emails when new posts are published"
386
- msgstr ""
387
-
388
- #: ../help/help.php:342
389
- msgid "Keywords in the Post Notifications"
390
- msgstr ""
391
-
392
- #: ../help/help.php:345
393
- msgid "Send a test post notification email to myself/testgroup"
394
- msgstr ""
395
-
396
- #: ../help/help.php:348
397
- msgid "Check sent emails"
398
- msgstr ""
399
-
400
- #: ../help/help.php:355
401
- msgid "Cron Job Setup"
402
- msgstr ""
403
-
404
- #: ../help/help.php:361
405
- msgid "Schedule Cron Emails in cPanel"
406
- msgstr ""
407
-
408
- #: ../help/help.php:364
409
- msgid "Schedule Cron Emails in Parallels Plesk"
410
- msgstr ""
411
-
412
- #: ../help/help.php:367
413
- msgid "Hosting doesn’t support Cron Jobs?"
414
- msgstr ""
415
-
416
- #: ../help/help.php:374
417
- msgid "Troubleshooting Steps"
418
- msgstr ""
419
-
420
- #: ../help/help.php:382
421
- msgid "FAQ's"
422
- msgstr ""
423
-
424
- #: ../help/help.php:389
425
- msgid "Want to do more? Here's how.."
426
- msgstr ""
427
-
428
- #: ../help/help.php:392
429
- msgid "Allow Subscribers to get subscribed to any group"
430
- msgstr ""
431
-
432
- #: ../help/help.php:397
433
- msgid "Using our free "
434
- msgstr ""
435
-
436
- #: ../help/help.php:398
437
- msgid "Group Selector"
438
- msgstr ""
439
-
440
- #: ../help/help.php:399
441
- msgid ""
442
- "plugin, you can extend Email Subscribers Form functionality by providing an "
443
- "grouping option right next to the form."
444
- msgstr ""
445
-
446
- #: ../help/help.php:402
447
- msgid "The user can then subscribe to whichever group most appeals to them."
448
- msgstr ""
449
-
450
- #: ../help/help.php:405
451
- msgid "For example: Subscribe either to Updates or to Offers."
452
- msgstr ""
453
-
454
- #: ../help/help.php:409
455
- msgid "Show your subscribe form inside attractive popups"
456
- msgstr ""
457
-
458
- #: ../help/help.php:414
459
- msgid ""
460
- "Don't limit your subscriber form to a widget. Embed it within popups, hello "
461
- "bars, slide-ins, sidebars, full screen popups etc."
462
- msgstr ""
463
-
464
- #: ../help/help.php:417
465
- msgid "Using Email Subscribers you can achieve this easily with our free plugin "
466
- msgstr ""
467
-
468
- #: ../help/help.php:421
469
- msgid ""
470
- "Icegram's beautiful designs instantly capture user attention and help "
471
- "increase sign-ups to your WordPress website."
472
- msgstr ""
473
-
474
- #: ../help/help.php:424 ../help/help.php:444
475
- #, php-format
476
- msgid "How to %s"
477
- msgstr ""
478
-
479
- #: ../help/help.php:424
480
- msgid "show subscribe form inside a popup"
481
- msgstr ""
482
-
483
- #: ../help/help.php:428
484
- msgid "Get beautiful and elegant form styles"
485
- msgstr ""
486
-
487
- #: ../help/help.php:434
488
- msgid "Email subscribers easily integrates with another free plugin "
489
- msgstr ""
490
-
491
- #: ../help/help.php:435
492
- msgid "Rainmaker"
493
- msgstr ""
494
-
495
- #: ../help/help.php:438
496
- msgid ""
497
- "Rainmaker extends the core features of Email Subscribers and provides "
498
- "elegant form styles."
499
  msgstr ""
500
 
501
- #: ../help/help.php:441
502
  msgid ""
503
- "These styles are well designed and beautify your subscription form making it "
504
- "more appealing."
 
505
  msgstr ""
506
 
507
- #: ../help/help.php:444
508
- msgid "add Rainmaker’s form in Email Subscribers"
509
- msgstr ""
510
-
511
- #: ../sendmail/sendmail.php:59
512
- msgid "Email sent successfully. "
513
- msgstr ""
514
-
515
- #: ../classes/es-register.php:164
516
- msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
517
- msgstr ""
518
-
519
- #: ../classes/es-register.php:707
520
- msgctxt "timezone date format"
521
- msgid "Y-m-d"
522
- msgstr ""
523
-
524
- #: ../classes/es-register.php:737
525
- msgid "Post Notifications more often than Newsletter"
526
- msgstr ""
527
-
528
- #: ../classes/es-register.php:739
529
- msgid "Newsletter more often than Post Notifications"
530
- msgstr ""
531
-
532
- #: ../classes/es-register.php:741
533
- msgid "Post Notification &amp; Newsletter equally"
534
- msgstr ""
535
-
536
- #: ../classes/es-register.php:759
537
- msgid "Using Double Opt In"
538
- msgstr ""
539
-
540
- #: ../classes/es-register.php:761
541
- msgid "Using Single Opt In"
542
- msgstr ""
543
-
544
- #: ../classes/es-register.php:810
545
- msgid "Nah, I don't like improvements"
546
- msgstr ""
547
-
548
- #: ../classes/es-register.php:816
549
- msgid "Next"
550
  msgstr ""
551
 
552
  #: ../notification/notification-add.php:33
@@ -660,7 +152,7 @@ msgstr "Deaktivere e-postvarsling"
660
 
661
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
662
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
663
- #: 117 ../compose/compose-add.php:105
664
  msgid "Save"
665
  msgstr "Lagre"
666
 
@@ -676,8 +168,8 @@ msgstr "Oops, valgte detaljer finnes ikke."
676
  msgid "Selected record deleted."
677
  msgstr "Valgte posten slettet."
678
 
679
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
680
- #: classes/es-register.php:152
681
  msgid "Post Notifications"
682
  msgstr "Varsler"
683
 
@@ -695,7 +187,7 @@ msgstr ""
695
  "nytt innlegg publiseres i bloggen din."
696
 
697
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
698
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
699
  msgid "Email Subject"
700
  msgstr "E-post emne"
701
 
@@ -715,19 +207,19 @@ msgid "Notification Status"
715
  msgstr "Varselstatusen"
716
 
717
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
718
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
719
  msgid "Edit"
720
  msgstr "Rediger"
721
 
722
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
723
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
724
- #: php:102
725
  msgid "Delete"
726
  msgstr "Slett"
727
 
728
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
729
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
730
- #: 432 ../compose/compose-show.php:111
731
  msgid "No records available."
732
  msgstr "Ingen poster tilgjengelig."
733
 
@@ -756,6 +248,10 @@ msgstr "Oppdater abonnent gruppe"
756
  msgid "Email Subscribers & Newsletters"
757
  msgstr "Email Subscribers & nyhetsbrev"
758
 
 
 
 
 
759
  #. Description of the plugin/theme
760
  msgid ""
761
  "Add subscription forms on website, send HTML newsletters & automatically "
@@ -768,6 +264,11 @@ msgstr ""
768
  msgid "Icegram"
769
  msgstr "Icegram"
770
 
 
 
 
 
 
771
  #: ../settings/settings-edit.php:23
772
  msgid "Admin"
773
  msgstr "Admin"
@@ -784,8 +285,8 @@ msgstr "Cron"
784
  msgid "User Roles"
785
  msgstr "Roller"
786
 
787
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
788
- #: register.php:158
789
  msgid "Settings"
790
  msgstr "Innstillinger"
791
 
@@ -793,76 +294,109 @@ msgstr "Innstillinger"
793
  msgid "Save Settings"
794
  msgstr "Lagre innstillinger"
795
 
796
- #: ../settings/settings-edit.php:81
797
  msgid "Sender of Notifications"
798
  msgstr "Avsenderen av meldinger"
799
 
800
- #: ../settings/settings-edit.php:82
801
  msgid ""
802
  "Choose a FROM name and FROM email address for all the emails to be sent from "
803
  "this plugin."
804
  msgstr "Velg en FRA navn og e-postadresse for alle e-postene sendes fra denne plugin."
805
 
806
- #: ../settings/settings-edit.php:97
 
 
 
 
 
 
 
 
 
 
 
 
807
  msgid "1. WP HTML MAIL"
808
  msgstr "1. WP HTML-MELDINGER"
809
 
810
- #: ../settings/settings-edit.php:98
811
  msgid "2. WP PLAINTEXT MAIL"
812
  msgstr "2. WP KLARTEKSTEN MAIL"
813
 
814
- #: ../settings/settings-edit.php:99
815
  msgid "3. PHP HTML MAIL"
816
  msgstr "3. PHP HTML-MELDINGER"
817
 
818
- #: ../settings/settings-edit.php:100
819
  msgid "4. PHP PLAINTEXT MAIL"
820
  msgstr "4. PHP KLARTEKST MAIL"
821
 
822
- #: ../settings/settings-edit.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
823
  msgid "Double Opt In"
824
  msgstr "Dobbel Opt in"
825
 
826
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
827
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
828
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
829
  #: subscriber-edit.php:150
830
  msgid "Single Opt In"
831
  msgstr "Enkel Opt in"
832
 
833
- #: ../settings/settings-edit.php:119
834
  msgid "Image Size"
835
  msgstr "Bildestørrelse"
836
 
837
- #: ../settings/settings-edit.php:120
838
  msgid ""
839
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
840
  "Emails."
841
  msgstr "Velg størrelsen for ## #POSTIMAGE### vises i innlegget varslingsmeldinger."
842
 
843
- #: ../settings/settings-edit.php:124
844
  msgid "Full Size"
845
  msgstr "Full størrelse"
846
 
847
- #: ../settings/settings-edit.php:125
848
  msgid "Medium Size"
849
  msgstr "Middel størrelse"
850
 
851
- #: ../settings/settings-edit.php:126
852
  msgid "Thumbnail"
853
  msgstr "Miniatyrbilde"
854
 
855
- #: ../settings/settings-edit.php:132
856
  msgid "Admin Email Addresses"
857
  msgstr "Admin e-postadresser"
858
 
859
- #: ../settings/settings-edit.php:133
860
  msgid ""
861
  "Enter the admin email addresses that should receive notifications (separated "
862
  "by comma)."
863
  msgstr "Angi admin e-postadressene som skal motta varsler (atskilt med komma)."
864
 
865
- #: ../settings/settings-edit.php:140
 
 
 
 
866
  msgid ""
867
  "To send admin email notifications for the new subscriber. This option must "
868
  "be set to YES."
@@ -870,29 +404,101 @@ msgstr ""
870
  "Sende admin beskjeder for nye abonnenten. Dette alternativet må være satt "
871
  "til JA."
872
 
873
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
874
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
875
  msgid "YES"
876
  msgstr "JA"
877
 
878
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
879
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
880
  msgid "NO"
881
  msgstr "NEI"
882
 
883
- #: ../settings/settings-edit.php:167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
884
  msgid "Sent Report Subject"
885
  msgstr "Sendt rapport emne"
886
 
887
- #: ../settings/settings-edit.php:174
 
 
 
 
888
  msgid "Sent Report Content"
889
  msgstr "Sendte rapport innhold"
890
 
891
- #: ../settings/settings-edit.php:201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
892
  msgid "It is a readonly field and you are advised not to modify it."
893
  msgstr "Det er et skrivebeskyttet felt du anbefales ikke å endre den."
894
 
895
- #: ../settings/settings-edit.php:208
 
 
 
 
 
 
 
 
896
  msgid ""
897
  "This text will be displayed once user clicks on email confirmation link from "
898
  "the Double Opt In (confirmation) Email."
@@ -900,7 +506,13 @@ msgstr ""
900
  "Denne teksten vises når brukeren klikker på e-post bekreftelseslink fra "
901
  "Double Opt i (bekreftelse) e-post."
902
 
903
- #: ../settings/settings-edit.php:216
 
 
 
 
 
 
904
  msgid ""
905
  "To send welcome email to subscriber after successful signup. This option "
906
  "must be set to YES."
@@ -908,72 +520,144 @@ msgstr ""
908
  "Sende velkomst e -post til abonnenten etter vellykket registrering. Dette "
909
  "alternativet må være satt til Ja."
910
 
911
- #: ../settings/settings-edit.php:243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
912
  msgid "Unsubscribe Link"
913
  msgstr "Link for avmelding"
914
 
915
- #: ../settings/settings-edit.php:250
 
 
 
 
 
 
 
 
 
 
916
  msgid "Unsubscribe Text in Email"
917
  msgstr "Avmeldings tekst i e-post"
918
 
919
- #: ../settings/settings-edit.php:257
 
 
 
 
 
 
 
 
920
  msgid "Text to display after an email address is unsubscribed"
921
  msgstr "Teksten som skal vises etter avmeldings e-posten"
922
 
923
- #: ../settings/settings-edit.php:272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
924
  msgid "Error in the Unsubscribe Link"
925
  msgstr "Feil i avmeldings linken"
926
 
927
- #: ../settings/settings-edit.php:285
 
 
 
 
 
 
 
 
928
  msgid "Select user roles who can access following menus. Only Admin can change this."
929
  msgstr ""
930
  "Velg roller som kan få tilgang til følgende menyer. Bare Admin kan endre "
931
  "dette."
932
 
933
- #: ../settings/settings-edit.php:291
934
  msgid "Subscribers Menu"
935
  msgstr "Abonnent Meny"
936
 
937
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
938
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
939
- #: settings/settings-edit.php:343
940
  msgid "Administrator Only"
941
  msgstr "Bare for administrator"
942
 
943
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
944
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
945
- #: settings/settings-edit.php:344
946
  msgid "Administrator/Editor"
947
  msgstr "Administrator/redaktør"
948
 
949
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
950
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
951
- #: settings/settings-edit.php:345
952
  msgid "Administrator/Editor/Author/Contributor"
953
  msgstr "Administrator/redaktør/forfatter/bidragsyter"
954
 
955
- #: ../settings/settings-edit.php:303
956
  msgid "Compose Menu"
957
  msgstr "Komponer"
958
 
959
- #: ../settings/settings-edit.php:315
960
  msgid "Post Notifications Menu"
961
  msgstr "Postvarsler Meny"
962
 
963
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
964
- #: register.php:154 ../classes/es-register.php:155
965
  msgid "Newsletters"
966
  msgstr "Nyhetsbrev"
967
 
968
- #: ../settings/settings-edit.php:339
969
  msgid "Reports Menu"
970
  msgstr "Rapport Meny"
971
 
972
- #: ../settings/settings-edit.php:356
973
  msgid "Cron job URL"
974
  msgstr "Cron jobb URL"
975
 
976
- #: ../settings/settings-edit.php:357
977
  msgid ""
978
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
979
  "modify it."
@@ -981,35 +665,93 @@ msgstr ""
981
  "Dette er din Cron jobb URL. Det er et skrivebeskyttet felt du anbefales ikke "
982
  "å endre den."
983
 
984
- #: ../settings/settings-edit.php:366
985
  msgid "Email Count"
986
  msgstr "Antall e-poster"
987
 
988
- #: ../settings/settings-edit.php:367
989
  msgid "Number of emails that you want to trigger per hour."
990
  msgstr "Antall e-postmeldinger som skal utløses per time."
991
 
992
- #: ../settings/settings-edit.php:388
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
993
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
994
  msgstr "Hva er Cron (automatisk e-post) og hvordan å konfigurere Cron jobb?"
995
 
996
- #: ../settings/settings-edit.php:507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
997
  msgid "Please enter sender of notifications from name."
998
  msgstr "Angi avsenderen av meldinger fra navn."
999
 
1000
- #: ../settings/settings-edit.php:512
1001
  msgid "Please enter sender of notifications from email."
1002
  msgstr "Angi avsenderen av meldinger fra e-post."
1003
 
1004
- #: ../settings/settings-edit.php:556
1005
  msgid "Please enter valid mail count."
1006
  msgstr "Angi gyldig e-post antall."
1007
 
1008
- #: ../settings/settings-edit.php:569
1009
  msgid "Settings Saved."
1010
  msgstr "Innstillinger Lagret."
1011
 
1012
- #: ../settings/settings-edit.php:572
1013
  msgid "Oops, unable to update."
1014
  msgstr "Oops, kan ikke oppdatere."
1015
 
@@ -1025,11 +767,7 @@ msgstr "Sync plugin tabeller"
1025
  msgid "Click to sync tables"
1026
  msgstr "Klikk for å synkronisere tabeller"
1027
 
1028
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1029
- msgid "Preview Mail"
1030
- msgstr "Forhåndsvis e-post"
1031
-
1032
- #: ../sentmail/sentmail-preview.php:42
1033
  msgid "Back"
1034
  msgstr "Tilbake"
1035
 
@@ -1045,8 +783,8 @@ msgstr " &lt;&lt; "
1045
  msgid " &gt;&gt; "
1046
  msgstr " &gt;&gt; "
1047
 
1048
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1049
- #: register.php:161
1050
  msgid "Reports"
1051
  msgstr "Rapporter"
1052
 
@@ -1059,7 +797,8 @@ msgid "View Reports"
1059
  msgstr "Vis Rapporter"
1060
 
1061
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1062
- #: compose/compose-show.php:103
 
1063
  msgid "Preview"
1064
  msgstr "Forhåndsvis"
1065
 
@@ -1070,7 +809,7 @@ msgstr "Type"
1070
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1071
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1072
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1073
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1074
  msgid "Status"
1075
  msgstr "Status"
1076
 
@@ -1301,8 +1040,8 @@ msgstr "Abonnent Status oppdatert."
1301
  msgid "Please select New Status to update."
1302
  msgstr "Velg Ny Status som skal oppdateres."
1303
 
1304
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1305
- #: classes/es-register.php:146
1306
  msgid "Subscribers"
1307
  msgstr "Abonnenter"
1308
 
@@ -1387,7 +1126,7 @@ msgid "Email Address"
1387
  msgstr "E-post adresse"
1388
 
1389
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1390
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1391
  msgid "Name"
1392
  msgstr "Navn"
1393
 
@@ -1566,6 +1305,10 @@ msgstr "Velg gruppe å legge nyregistrerte brukere til"
1566
  msgid "Please enter template heading."
1567
  msgstr "Angi mal overskriften."
1568
 
 
 
 
 
1569
  #: ../compose/compose-edit.php:84
1570
  msgid "Edit Email"
1571
  msgstr "Redigere e-post"
@@ -1586,36 +1329,56 @@ msgstr "Varsel"
1586
  msgid "Enter your Email Subject"
1587
  msgstr "Skriv inn E-post emne"
1588
 
 
 
 
 
1589
  #: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
1590
  msgid "Enter Content for your Email"
1591
  msgstr "Angi innholdet for e-posten"
1592
 
1593
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
 
 
 
 
 
 
 
 
 
 
 
 
1594
  msgid "Available Keywords"
1595
  msgstr "Tilgjengelige søkeord"
1596
 
1597
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1598
  msgid "Published"
1599
  msgstr "Publisert"
1600
 
1601
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1602
  msgid "Please select your mail status"
1603
  msgstr "Velg din e-post-status"
1604
 
 
 
 
 
1605
  #: ../compose/compose-add.php:74
1606
  msgid "Add new Email"
1607
  msgstr "Legg til ny e-post"
1608
 
1609
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1610
- #: register.php:149
1611
  msgid "Compose"
1612
  msgstr "Skriv Melding"
1613
 
1614
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1615
  msgid "Email Template"
1616
  msgstr "E-postmal"
1617
 
1618
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1619
  msgid "Actions"
1620
  msgstr "Handlinger"
1621
 
@@ -1632,35 +1395,134 @@ msgstr ""
1632
  "Det har oppstått en intern feil. Vennligst prøv igjen eller kontakt "
1633
  "kundestøtte."
1634
 
1635
- #: ../job/es-optin.php:61
1636
- msgid "This email address has already been confirmed."
1637
- msgstr "Denne e-postadressen er allerede blitt bekreftet."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1638
 
1639
- #: ../help/help.php:173
1640
- msgid "Welcome to Email Subscribers!"
1641
- msgstr "Velkommen til Email Subscribers!"
1642
 
1643
- #: ../help/help.php:174
1644
- msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1645
- msgstr "Takk for installasjon og vi håper du vil like å bruke Email Subscribers."
1646
 
1647
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1648
- #: php:38
1649
- msgid "Subscribe"
1650
- msgstr "Abonner"
1651
 
1652
- #: ../help/help.php:201
1653
- #, php-format
1654
- msgid ""
1655
- "Like Email Subscribers? If yes, then consider %s to support further "
1656
- "developments."
1657
- msgstr ""
1658
- "Som Email Subscribers? Hvis ja, deretter vurdere %s til å støtte videre "
1659
- "utvikling."
1660
 
1661
- #: ../help/help.php:201
1662
- msgid "donating to us"
1663
- msgstr "donere til oss"
 
 
 
 
 
 
 
 
 
 
 
 
1664
 
1665
  #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1666
  #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
@@ -1676,6 +1538,28 @@ msgstr "%s"
1676
  msgid "How to Add Subscription box to website?"
1677
  msgstr "Hvordan legge til abonnement boks til nettsted?"
1678
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1679
  #: ../help/help.php:299
1680
  msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1681
  msgstr ""
@@ -1690,6 +1574,23 @@ msgstr "Hvordan legge til captcha i abonner malen for e-abonnenter?"
1690
  msgid "General Plugin Settings"
1691
  msgstr "Generelle Plugin innstillinger"
1692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1693
  #: ../help/help.php:314
1694
  msgid "How to Import or Export Email Addresses?"
1695
  msgstr "Hvordan du importerer eller eksporterer e-postadresser?"
@@ -1698,14 +1599,62 @@ msgstr "Hvordan du importerer eller eksporterer e-postadresser?"
1698
  msgid "How to Add/Update Existing Subscribers Group & Status?"
1699
  msgstr "Slik legger du til/Oppdater eksisterende abonnenter Gruppe & Status?"
1700
 
 
 
 
 
1701
  #: ../help/help.php:323
1702
  msgid "How to add Unsubscribe link in emails?"
1703
  msgstr "Hvordan legger du til abonnements link i e-post?"
1704
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1705
  #: ../help/help.php:358
1706
  msgid "How to Schedule Cron Emails?"
1707
  msgstr "Hvordan planlegger Cron E-poster?"
1708
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1709
  #: ../help/help.php:377
1710
  msgid "Subscribers are not receiving Emails?"
1711
  msgstr "Abonnenter mottar ikke e-post?"
@@ -1714,6 +1663,110 @@ msgstr "Abonnenter mottar ikke e-post?"
1714
  msgid "CSS Help"
1715
  msgstr "CSS hjelp"
1716
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1717
  #: ../sendmail/sendmail.php:40
1718
  msgid "Please select your mail subject."
1719
  msgstr "Vennligst velg e-post subjekt."
@@ -1726,6 +1779,10 @@ msgstr "Velg din e-post type."
1726
  msgid "Please select your group."
1727
  msgstr "Vennligst velg din gruppe."
1728
 
 
 
 
 
1729
  #: ../sendmail/sendmail.php:63
1730
  msgid "Click here to check Statistics"
1731
  msgstr "Klikk her for å se statistikk"
@@ -1781,18 +1838,6 @@ msgstr "Send e-post"
1781
  msgid "Reset"
1782
  msgstr "Nullstille"
1783
 
1784
- #: ../base/es-defined.php:32
1785
- msgid ""
1786
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1787
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1788
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1789
- "</a> rating. A huge thank you from Icegram in advance!"
1790
- msgstr ""
1791
- "Hvis du liker <strong>Email Subscribers</strong>, kan du vurdere å gi oss <a "
1792
- "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1793
- "subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
1794
- "fra Icegram!"
1795
-
1796
  #: ../classes/es-common.php:13
1797
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1798
  msgstr "<span style=«color:#006600;font-weight:bold;»>Bekreftet</span>"
@@ -1837,46 +1882,50 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
1837
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1838
  msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
1839
 
1840
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1841
- #: register.php:724
1842
  msgid "Email Subscribers"
1843
  msgstr "Email Subscribers"
1844
 
1845
- #: ../classes/es-register.php:163
1846
  msgid "Help & Info"
1847
  msgstr "Hjelp & Info"
1848
 
1849
- #: ../classes/es-register.php:175
 
 
 
 
1850
  msgctxt "view-subscriber-enhanced-select"
1851
  msgid "Please enter subscriber email address."
1852
  msgstr "Angi abonnent e-postadresse."
1853
 
1854
- #: ../classes/es-register.php:176
1855
  msgctxt "view-subscriber-enhanced-select"
1856
  msgid "Please select subscriber email status."
1857
  msgstr "Velg abonnents e-poststatus."
1858
 
1859
- #: ../classes/es-register.php:177
1860
  msgctxt "view-subscriber-enhanced-select"
1861
  msgid "Please select or create group for this subscriber."
1862
  msgstr "Velg eller Opprett gruppe for denne abonnent."
1863
 
1864
- #: ../classes/es-register.php:178
1865
  msgctxt "view-subscriber-enhanced-select"
1866
  msgid "Do you want to delete this record?"
1867
  msgstr "Er du sikker på at du vil slette denne oppføringen?"
1868
 
1869
- #: ../classes/es-register.php:179
1870
  msgctxt "view-subscriber-enhanced-select"
1871
  msgid "Please select the bulk action."
1872
  msgstr "Velg massehandling."
1873
 
1874
- #: ../classes/es-register.php:180
1875
  msgctxt "view-subscriber-enhanced-select"
1876
  msgid "Are you sure you want to delete selected records?"
1877
  msgstr "Er du sikker på at du vil slette valgte oppføringer?"
1878
 
1879
- #: ../classes/es-register.php:181
1880
  msgctxt "view-subscriber-enhanced-select"
1881
  msgid ""
1882
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1885,74 +1934,74 @@ msgstr ""
1885
  "Vil du sende e-postbekreftelsen? \\nAlso Merk at dette vil oppdatere abonnent "
1886
  "gjeldende status til 'Unconfirmed'."
1887
 
1888
- #: ../classes/es-register.php:182
1889
  msgctxt "view-subscriber-enhanced-select"
1890
  msgid "Please select new subscriber group."
1891
  msgstr "Velg ny abonnent gruppe."
1892
 
1893
- #: ../classes/es-register.php:183
1894
  msgctxt "view-subscriber-enhanced-select"
1895
  msgid "Please select new status for subscribers"
1896
  msgstr "Velg ny status for abonnenter"
1897
 
1898
- #: ../classes/es-register.php:184
1899
  msgctxt "view-subscriber-enhanced-select"
1900
  msgid "Do you want to update subscribers group?"
1901
  msgstr "Vil du oppdatere abonnenter gruppe?"
1902
 
1903
- #: ../classes/es-register.php:185
1904
  msgctxt "view-subscriber-enhanced-select"
1905
  msgid "Do you want to update subscribers status?"
1906
  msgstr "Vil du oppdatere abonnenter status?"
1907
 
1908
- #: ../classes/es-register.php:186
1909
  msgctxt "view-subscriber-enhanced-select"
1910
  msgid ""
1911
  "Please select only csv file. Please check official website for csv structure."
1912
  "."
1913
  msgstr "Velg bare csv-filen. Kontroller hjemmeside for csv-struktur."
1914
 
1915
- #: ../classes/es-register.php:194
1916
  msgctxt "compose-enhanced-select"
1917
  msgid "Please enter the Email Subject."
1918
  msgstr "Skriv inn E-post emne."
1919
 
1920
- #: ../classes/es-register.php:195
1921
  msgctxt "compose-enhanced-select"
1922
  msgid "Do you want to delete this record?"
1923
  msgstr "Vil du slette denne posten?"
1924
 
1925
- #: ../classes/es-register.php:203
1926
  msgctxt "notification-enhanced-select"
1927
  msgid "Please select subscribers group."
1928
  msgstr "Velg abonnent gruppe."
1929
 
1930
- #: ../classes/es-register.php:204
1931
  msgctxt "notification-enhanced-select"
1932
  msgid "Please select notification mail subject. Use compose menu to create new."
1933
  msgstr "Velg varsel e-post emne. Bruk komponere menyen for å opprette nye."
1934
 
1935
- #: ../classes/es-register.php:205
1936
  msgctxt "notification-enhanced-select"
1937
  msgid "Please select notification status."
1938
  msgstr "Velg varselstatusen."
1939
 
1940
- #: ../classes/es-register.php:206
1941
  msgctxt "notification-enhanced-select"
1942
  msgid "Do you want to delete this record?"
1943
  msgstr "Vil du slette denne posten?"
1944
 
1945
- #: ../classes/es-register.php:214
1946
  msgctxt "sendmail-enhanced-select"
1947
  msgid "Please select your mail subject."
1948
  msgstr "Vennligst velg e-post subjekt."
1949
 
1950
- #: ../classes/es-register.php:215
1951
  msgctxt "sendmail-enhanced-select"
1952
  msgid "Please select your mail type."
1953
  msgstr "Velg din e-post type."
1954
 
1955
- #: ../classes/es-register.php:216
1956
  msgctxt "sendmail-enhanced-select"
1957
  msgid ""
1958
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1961,52 +2010,52 @@ msgstr ""
1961
  "Har du dobbelt sjekket den valgte gruppen? Hvis ja, la oss gå videre og "
1962
  "sende dette."
1963
 
1964
- #: ../classes/es-register.php:224
1965
  msgctxt "sentmail-enhanced-select"
1966
  msgid "Do you want to delete this record?"
1967
  msgstr "Vil du slette denne posten?"
1968
 
1969
- #: ../classes/es-register.php:225
1970
  msgctxt "sentmail-enhanced-select"
1971
  msgid "Do you want to delete all records except latest 10?"
1972
  msgstr "Vil du slette alle poster unntatt siste 10?"
1973
 
1974
- #: ../classes/es-register.php:233
1975
  msgctxt "cron-enhanced-select"
1976
  msgid "Please select enter number of mails you want to send per hour/trigger."
1977
  msgstr "Velg Angi antall poster som du vil sende per time/trigger."
1978
 
1979
- #: ../classes/es-register.php:234
1980
  msgctxt "cron-enhanced-select"
1981
  msgid "Please enter the mail count, only number."
1982
  msgstr "Vennligst skriv inn meldingsantall, kun nummeret."
1983
 
1984
- #: ../classes/es-register.php:247
1985
  msgctxt "widget-enhanced-select"
1986
  msgid "Please enter email address"
1987
  msgstr "Vennligst skriv e-postadresse"
1988
 
1989
- #: ../classes/es-register.php:248
1990
  msgctxt "widget-enhanced-select"
1991
  msgid "Please provide a valid email address"
1992
  msgstr "Vennligst oppgi en gyldig e-post adresse"
1993
 
1994
- #: ../classes/es-register.php:249
1995
  msgctxt "widget-enhanced-select"
1996
  msgid "loading..."
1997
  msgstr "laster…"
1998
 
1999
- #: ../classes/es-register.php:250
2000
  msgctxt "widget-enhanced-select"
2001
  msgid "Cannot create XMLHTTP instance"
2002
  msgstr "Kan ikke opprette XMLHTTP forekomst"
2003
 
2004
- #: ../classes/es-register.php:251
2005
  msgctxt "widget-enhanced-select"
2006
  msgid "Successfully Subscribed."
2007
  msgstr "Du er nå abonnent."
2008
 
2009
- #: ../classes/es-register.php:252
2010
  msgctxt "widget-enhanced-select"
2011
  msgid ""
2012
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2017,57 +2066,57 @@ msgstr ""
2017
  "postkassen din og bekrefte abonnementet. Hvis du ikke ser e-post i "
2018
  "postboksen, kan du sjekke spam-mappen."
2019
 
2020
- #: ../classes/es-register.php:253
2021
  msgctxt "widget-enhanced-select"
2022
  msgid "Email Address already exists!"
2023
  msgstr "E-postadressen finnes allerede!"
2024
 
2025
- #: ../classes/es-register.php:254
2026
  msgctxt "widget-enhanced-select"
2027
  msgid "Oops.. Unexpected error occurred."
2028
  msgstr "Oops... Det oppstod en uventet feil."
2029
 
2030
- #: ../classes/es-register.php:255
2031
  msgctxt "widget-enhanced-select"
2032
  msgid "Invalid email address"
2033
  msgstr "Ugyldig e-postadresse"
2034
 
2035
- #: ../classes/es-register.php:256
2036
  msgctxt "widget-enhanced-select"
2037
  msgid "Please try after some time"
2038
  msgstr "Prøv på nytt senere"
2039
 
2040
- #: ../classes/es-register.php:257
2041
  msgctxt "widget-enhanced-select"
2042
  msgid "There was a problem with the request"
2043
  msgstr "Det oppstod et problem med forespørselen"
2044
 
2045
- #: ../classes/es-register.php:264
2046
  msgctxt "widget-page-enhanced-select"
2047
  msgid "Please enter email address"
2048
  msgstr "Vennligst skriv e-postadresse"
2049
 
2050
- #: ../classes/es-register.php:265
2051
  msgctxt "widget-page-enhanced-select"
2052
  msgid "Please provide a valid email address"
2053
  msgstr "Vennligst oppgi en gyldig e-post adresse"
2054
 
2055
- #: ../classes/es-register.php:266
2056
  msgctxt "widget-page-enhanced-select"
2057
  msgid "loading..."
2058
  msgstr "laster…"
2059
 
2060
- #: ../classes/es-register.php:267
2061
  msgctxt "widget-page-enhanced-select"
2062
  msgid "Cannot create XMLHTTP instance"
2063
  msgstr "Kan ikke opprette XMLHTTP forekomst"
2064
 
2065
- #: ../classes/es-register.php:268
2066
  msgctxt "widget-page-enhanced-select"
2067
  msgid "Successfully Subscribed."
2068
  msgstr "Du er nå abonnent."
2069
 
2070
- #: ../classes/es-register.php:269
2071
  msgctxt "widget-page-enhanced-select"
2072
  msgid ""
2073
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2078,134 +2127,179 @@ msgstr ""
2078
  "postkassen din og bekrefte abonnementet. Hvis du ikke ser e-post i "
2079
  "postboksen, kan du sjekke spam-mappen."
2080
 
2081
- #: ../classes/es-register.php:270
2082
  msgctxt "widget-page-enhanced-select"
2083
  msgid "Email Address already exists!"
2084
  msgstr "Epostadressen finnes allerede!"
2085
 
2086
- #: ../classes/es-register.php:271
2087
  msgctxt "widget-page-enhanced-select"
2088
  msgid "Oops.. Unexpected error occurred."
2089
  msgstr "Oops... Det oppstod en uventet feil."
2090
 
2091
- #: ../classes/es-register.php:272
2092
  msgctxt "widget-page-enhanced-select"
2093
  msgid "Invalid email address"
2094
  msgstr "Ugyldig e-postadresse"
2095
 
2096
- #: ../classes/es-register.php:273
2097
  msgctxt "widget-page-enhanced-select"
2098
  msgid "Please try after some time"
2099
  msgstr "Prøv på nytt senere"
2100
 
2101
- #: ../classes/es-register.php:274
2102
  msgctxt "widget-page-enhanced-select"
2103
  msgid "There was a problem with the request"
2104
  msgstr "Det oppstod et problem med forespørselen"
2105
 
2106
- #: ../classes/es-register.php:724
 
 
 
 
 
2107
  msgid "is getting even better!"
2108
  msgstr "blir enda bedre!"
2109
 
2110
- #: ../classes/es-register.php:725
2111
  msgid "But I need you to"
2112
  msgstr "Jeg trenger deg til.."
2113
 
2114
- #: ../classes/es-register.php:725
2115
  msgid "help me prioritize"
2116
  msgstr "hjelpe meg å prioritere"
2117
 
2118
- #: ../classes/es-register.php:725
2119
  msgid "Please send your response today."
2120
  msgstr "Send din tilbakemelding i dag."
2121
 
2122
- #: ../classes/es-register.php:732
2123
  msgid "Here's how you use ES:"
2124
  msgstr "Her er hvordan du bruker ES:"
2125
 
2126
- #: ../classes/es-register.php:745
 
 
 
 
 
 
 
 
 
 
 
 
2127
  msgid "Have "
2128
  msgstr "Har "
2129
 
2130
- #: ../classes/es-register.php:745
2131
  msgid " Active Subscribers"
2132
  msgstr " Aktive abonnenter"
2133
 
2134
- #: ../classes/es-register.php:746
2135
  msgid "Post "
2136
  msgstr "Post "
2137
 
2138
- #: ../classes/es-register.php:746
2139
  msgid " blog per week"
2140
  msgstr " blogg per uke"
2141
 
2142
- #: ../classes/es-register.php:750
2143
  msgid "Send emails via Cron"
2144
  msgstr "Sende e-post via Cron"
2145
 
2146
- #: ../classes/es-register.php:752
2147
  msgid "Send emails Immediately"
2148
  msgstr "Sende e-post umiddelbart"
2149
 
2150
- #: ../classes/es-register.php:779
 
 
 
 
 
 
 
 
2151
  msgid "How soon do you want these new features?"
2152
  msgstr "Hvor snart vil du ha disse nye funksjonene?"
2153
 
2154
- #: ../classes/es-register.php:783
2155
  msgid "Beautiful Email Designs"
2156
  msgstr "Vakkert e-post design"
2157
 
2158
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2159
- #: register.php:794 ../classes/es-register.php:799
2160
  msgid "Right now!"
2161
  msgstr "Akkurat nå!"
2162
 
2163
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2164
- #: register.php:795 ../classes/es-register.php:800
2165
  msgid "Soon"
2166
  msgstr "Snart"
2167
 
2168
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2169
- #: register.php:796 ../classes/es-register.php:801
2170
  msgid "Later"
2171
  msgstr "Senere"
2172
 
2173
- #: ../classes/es-register.php:788
2174
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2175
  msgstr "Spam sjekk, planlegging... (Bedre e-post levering)"
2176
 
2177
- #: ../classes/es-register.php:793
2178
  msgid "Discard Fake / Bouncing Emails"
2179
  msgstr "Kast bort falske / hoppende e-poster"
2180
 
2181
- #: ../classes/es-register.php:798
2182
  msgid "Advanced Reporting"
2183
  msgstr "Avansert rapportering"
2184
 
2185
- #: ../classes/es-register.php:826
 
 
 
 
 
 
 
 
2186
  msgid "Thank you!"
2187
  msgstr "Takk!"
2188
 
2189
- #: ../classes/es-register.php:827
2190
  msgid "No issues, have a nice day!"
2191
  msgstr "Ingen problemer, har en fin dag!"
2192
 
2193
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2194
  msgid "Email *"
2195
  msgstr "E-post *"
2196
 
2197
- #: ../classes/es-register.php:1035
2198
  msgid "Widget Title"
2199
  msgstr "Widget tittel"
2200
 
2201
- #: ../classes/es-register.php:1039
2202
  msgid "Short description about subscription form"
2203
  msgstr "Kort beskrivelse av ditt abonnement skjema"
2204
 
2205
- #: ../classes/es-register.php:1043
2206
  msgid "Display Name Field"
2207
  msgstr "Vis Navnefelt"
2208
 
2209
- #: ../classes/es-register.php:1050
2210
  msgid "Subscriber Group"
2211
  msgstr "Abonnent gruppe"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\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: Thu Sep 07 2017 13:21:33 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
23
  "X-Loco-Target-Locale: nb_NO\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
27
+ msgid "Preview Email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  msgstr ""
29
 
30
+ #: ../sentmail/sentmail-preview.php:31
31
  msgid ""
32
+ "This is how the email you sent may look. <br>Note: Different email services "
33
+ "(like gmail, yahoo etc) display email content differently. So there could be "
34
+ "a slight variation on how your customer will view the email content."
35
  msgstr ""
36
 
37
+ #: ../compose/compose-preview.php:31
38
+ msgid ""
39
+ "This is how your email may look. <br>Note: Different email services (like "
40
+ "gmail, yahoo etc) display email content differently. So there could be a "
41
+ "slight variation on how your customer will view the email content."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  msgstr ""
43
 
44
  #: ../notification/notification-add.php:33
152
 
153
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
154
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
155
+ #: 123 ../compose/compose-add.php:105
156
  msgid "Save"
157
  msgstr "Lagre"
158
 
168
  msgid "Selected record deleted."
169
  msgstr "Valgte posten slettet."
170
 
171
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
172
+ #: classes/es-register.php:181
173
  msgid "Post Notifications"
174
  msgstr "Varsler"
175
 
187
  "nytt innlegg publiseres i bloggen din."
188
 
189
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
190
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
191
  msgid "Email Subject"
192
  msgstr "E-post emne"
193
 
207
  msgstr "Varselstatusen"
208
 
209
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
210
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
211
  msgid "Edit"
212
  msgstr "Rediger"
213
 
214
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
215
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
216
+ #: php:104
217
  msgid "Delete"
218
  msgstr "Slett"
219
 
220
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
221
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
222
+ #: 432 ../compose/compose-show.php:117
223
  msgid "No records available."
224
  msgstr "Ingen poster tilgjengelig."
225
 
248
  msgid "Email Subscribers & Newsletters"
249
  msgstr "Email Subscribers & nyhetsbrev"
250
 
251
+ #. URI of the plugin
252
+ msgid "https://www.icegram.com"
253
+ msgstr "https://www.icegram.com"
254
+
255
  #. Description of the plugin/theme
256
  msgid ""
257
  "Add subscription forms on website, send HTML newsletters & automatically "
264
  msgid "Icegram"
265
  msgstr "Icegram"
266
 
267
+ #: ../email-subscribers.php:75
268
+ msgctxt "timezone date format"
269
+ msgid "Y-m-d H:i:s"
270
+ msgstr "Tidssone & dato Tid<br>(Y-M-D H:I:S)"
271
+
272
  #: ../settings/settings-edit.php:23
273
  msgid "Admin"
274
  msgstr "Admin"
285
  msgid "User Roles"
286
  msgstr "Roller"
287
 
288
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
289
+ #: register.php:187
290
  msgid "Settings"
291
  msgstr "Innstillinger"
292
 
294
  msgid "Save Settings"
295
  msgstr "Lagre innstillinger"
296
 
297
+ #: ../settings/settings-edit.php:78
298
  msgid "Sender of Notifications"
299
  msgstr "Avsenderen av meldinger"
300
 
301
+ #: ../settings/settings-edit.php:79
302
  msgid ""
303
  "Choose a FROM name and FROM email address for all the emails to be sent from "
304
  "this plugin."
305
  msgstr "Velg en FRA navn og e-postadresse for alle e-postene sendes fra denne plugin."
306
 
307
+ #: ../settings/settings-edit.php:89
308
+ msgid "Email Type"
309
+ msgstr "E-post type"
310
+
311
+ #: ../settings/settings-edit.php:90
312
+ msgid ""
313
+ "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
314
+ "Option 3 & 4 is to send emails with PHP method mail()."
315
+ msgstr ""
316
+ "Alternativ 1 & 2 er å sende e-post med standard Wordpress metoden wp_mail(). "
317
+ "Alternativ 3 & 4 er å sende e-post med PHP metoden Mail ()."
318
+
319
+ #: ../settings/settings-edit.php:94
320
  msgid "1. WP HTML MAIL"
321
  msgstr "1. WP HTML-MELDINGER"
322
 
323
+ #: ../settings/settings-edit.php:95
324
  msgid "2. WP PLAINTEXT MAIL"
325
  msgstr "2. WP KLARTEKSTEN MAIL"
326
 
327
+ #: ../settings/settings-edit.php:96
328
  msgid "3. PHP HTML MAIL"
329
  msgstr "3. PHP HTML-MELDINGER"
330
 
331
+ #: ../settings/settings-edit.php:97
332
  msgid "4. PHP PLAINTEXT MAIL"
333
  msgstr "4. PHP KLARTEKST MAIL"
334
 
335
+ #: ../settings/settings-edit.php:104
336
+ msgid "Opt-In Type"
337
+ msgstr "Velge typen"
338
+
339
+ #: ../settings/settings-edit.php:105
340
+ msgid ""
341
+ "Double Opt-In : In this type, the subscriber is sent an activation link as "
342
+ "soon as they subscribe to your list. They have to confirm their subscription "
343
+ "by clicking on the activation link.<br />Single Opt-In : In this type, the "
344
+ "subscriber is not asked to confirm their email address. They are subscribed "
345
+ "directly in the list."
346
+ msgstr ""
347
+ "Double Opt-In: I denne typen, abonnenten sendes en aktiverings-link så snart "
348
+ "de abonnere på listen. De må bekrefte abonnementet ved å klikke på "
349
+ "aktiviseringslinken.<br>Single Opt-In: Denne typen abonnenten blir ikke bedt "
350
+ "om å bekrefte e-postadressen. De abonnerer direkte i listen."
351
+
352
+ #: ../settings/settings-edit.php:109
353
  msgid "Double Opt In"
354
  msgstr "Dobbel Opt in"
355
 
356
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
357
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
358
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
359
  #: subscriber-edit.php:150
360
  msgid "Single Opt In"
361
  msgstr "Enkel Opt in"
362
 
363
+ #: ../settings/settings-edit.php:116
364
  msgid "Image Size"
365
  msgstr "Bildestørrelse"
366
 
367
+ #: ../settings/settings-edit.php:117
368
  msgid ""
369
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
370
  "Emails."
371
  msgstr "Velg størrelsen for ## #POSTIMAGE### vises i innlegget varslingsmeldinger."
372
 
373
+ #: ../settings/settings-edit.php:121
374
  msgid "Full Size"
375
  msgstr "Full størrelse"
376
 
377
+ #: ../settings/settings-edit.php:122
378
  msgid "Medium Size"
379
  msgstr "Middel størrelse"
380
 
381
+ #: ../settings/settings-edit.php:123
382
  msgid "Thumbnail"
383
  msgstr "Miniatyrbilde"
384
 
385
+ #: ../settings/settings-edit.php:129
386
  msgid "Admin Email Addresses"
387
  msgstr "Admin e-postadresser"
388
 
389
+ #: ../settings/settings-edit.php:130
390
  msgid ""
391
  "Enter the admin email addresses that should receive notifications (separated "
392
  "by comma)."
393
  msgstr "Angi admin e-postadressene som skal motta varsler (atskilt med komma)."
394
 
395
+ #: ../settings/settings-edit.php:136
396
+ msgid "Notify Admin when a new subscriber signs up"
397
+ msgstr "Varsle admin når en ny abonnent registreres"
398
+
399
+ #: ../settings/settings-edit.php:137
400
  msgid ""
401
  "To send admin email notifications for the new subscriber. This option must "
402
  "be set to YES."
404
  "Sende admin beskjeder for nye abonnenten. Dette alternativet må være satt "
405
  "til JA."
406
 
407
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
408
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
409
  msgid "YES"
410
  msgstr "JA"
411
 
412
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
413
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
414
  msgid "NO"
415
  msgstr "NEI"
416
 
417
+ #: ../settings/settings-edit.php:149
418
+ msgid "Admin Email Subject on new subscriber sign up"
419
+ msgstr "Admin e-innhold når en ny abonnent registreres"
420
+
421
+ #: ../settings/settings-edit.php:150
422
+ msgid ""
423
+ "Subject for the admin email whenever a new subscriber signs up and is "
424
+ "confirmed."
425
+ msgstr ""
426
+ "Angi emnet for admin e-post. Dette vil bli sendt når en ny email er lagt til "
427
+ "og bekreftet."
428
+
429
+ #: ../settings/settings-edit.php:156
430
+ msgid "Admin Email Content on new subscriber signs up"
431
+ msgstr "Admin e-innhold når en ny abonnent registreres"
432
+
433
+ #: ../settings/settings-edit.php:157
434
+ msgid ""
435
+ "Content for the admin email whenever a new subscriber signs up and is "
436
+ "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
437
+ msgstr ""
438
+ "Angi e-post innhold for admin e-post. Dette vil bli sendt når en ny e-post "
439
+ "er lagt til og bekreftet. (Nøkkelord: ## #NAME###, ## #EMAIL###)"
440
+
441
+ #: ../settings/settings-edit.php:164
442
  msgid "Sent Report Subject"
443
  msgstr "Sendt rapport emne"
444
 
445
+ #: ../settings/settings-edit.php:165
446
+ msgid "Subject for the email report which will be sent to admin."
447
+ msgstr "Angi emnet for sendte e-poster rapporten. Det vil bli sendt til Admin."
448
+
449
+ #: ../settings/settings-edit.php:171
450
  msgid "Sent Report Content"
451
  msgstr "Sendte rapport innhold"
452
 
453
+ #: ../settings/settings-edit.php:172
454
+ msgid ""
455
+ "Content for the email report which will be sent to admin.<br />(Available "
456
+ "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
457
+ msgstr ""
458
+ "Angi innholdet for sendt e-post rapporten. Det vil bli sendt til Admin. "
459
+ "(Nøkkelord: ## #COUNT### ## #UNIQUE### ## #STARTTIME###, ## #ENDTIME###)"
460
+
461
+ #: ../settings/settings-edit.php:183
462
+ msgid "Double Opt-In Email Subject (Confirmation Email)"
463
+ msgstr "Double Opt i e-post emne (bekreftelses e-post)"
464
+
465
+ #: ../settings/settings-edit.php:184
466
+ msgid ""
467
+ "Subject for the confirmation email to be sent for Double Opt-In whenever a "
468
+ "subscriber signs up."
469
+ msgstr ""
470
+ "Angi emnet for e-postbekreftelse sendes Double Opt In når en bruker "
471
+ "registrerer seg."
472
+
473
+ #: ../settings/settings-edit.php:190
474
+ msgid "Double Opt-In Email Content (Confirmation Email)"
475
+ msgstr "Double Opt i e-post innhold (bekreftelses e-post)"
476
+
477
+ #: ../settings/settings-edit.php:191
478
+ msgid ""
479
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
480
+ "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
481
+ msgstr ""
482
+ "Innhold for e-postbekreftelse sendt for Double Opt-In når en abonnent "
483
+ "registrerer.<br>(Tilgjengelig søkeord: ## #NAME###, ## #LINK###)"
484
+
485
+ #: ../settings/settings-edit.php:197
486
+ msgid "Double Opt-In Confirmation Link"
487
+ msgstr "Double Opt i bekreftelses link"
488
+
489
+ #: ../settings/settings-edit.php:198
490
  msgid "It is a readonly field and you are advised not to modify it."
491
  msgstr "Det er et skrivebeskyttet felt du anbefales ikke å endre den."
492
 
493
+ #: ../settings/settings-edit.php:204
494
+ msgid ""
495
+ "Text to display after an email address is successfully subscribed from "
496
+ "Double Opt-In (Confirmation) Email"
497
+ msgstr ""
498
+ "Teksten som skal vises når en e-postadresse er vellykket registrert fra "
499
+ "Double Opt In (bekreftelse) e-post"
500
+
501
+ #: ../settings/settings-edit.php:205
502
  msgid ""
503
  "This text will be displayed once user clicks on email confirmation link from "
504
  "the Double Opt In (confirmation) Email."
506
  "Denne teksten vises når brukeren klikker på e-post bekreftelseslink fra "
507
  "Double Opt i (bekreftelse) e-post."
508
 
509
+ #: ../settings/settings-edit.php:212
510
+ msgid "Send Welcome Email to New Subscribers after Sign Up?"
511
+ msgstr ""
512
+ "Sende velkomst e -post til abonnenten etter vellykket registrering. Dette "
513
+ "alternativet må være satt til Ja."
514
+
515
+ #: ../settings/settings-edit.php:213
516
  msgid ""
517
  "To send welcome email to subscriber after successful signup. This option "
518
  "must be set to YES."
520
  "Sende velkomst e -post til abonnenten etter vellykket registrering. Dette "
521
  "alternativet må være satt til Ja."
522
 
523
+ #: ../settings/settings-edit.php:224
524
+ msgid "Subject for Welcome Email"
525
+ msgstr "Abonnent vellkomst E-post"
526
+
527
+ #: ../settings/settings-edit.php:225
528
+ msgid ""
529
+ "Subject for the subscriber welcome email. This will be sent whenever a "
530
+ "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
531
+ "Opt-In) successfully."
532
+ msgstr ""
533
+ "Angi emnet for e-post velkommen som abonnent. Dette sendes når en brukers e-"
534
+ "post er enten bekreftet (hvis dobbelt Opt In) / abonnert (Hvis én Opt In) "
535
+ "vellykket."
536
+
537
+ #: ../settings/settings-edit.php:231
538
+ msgid "Email Content for Welcome Email"
539
+ msgstr "Innhold i e-posten (Velkommen e-post)"
540
+
541
+ #: ../settings/settings-edit.php:232
542
+ msgid ""
543
+ "Content for the subscriber welcome email whenever a user's email is either "
544
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
545
+ "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
546
+ msgstr ""
547
+ "Angi emnet for e-post velkommen som abonnent. Dette sendes når en brukers e-"
548
+ "post er enten bekreftet (hvis dobbelt Opt In) / abonnert (Hvis én Opt In) "
549
+ "vellykket."
550
+
551
+ #: ../settings/settings-edit.php:240
552
  msgid "Unsubscribe Link"
553
  msgstr "Link for avmelding"
554
 
555
+ #: ../settings/settings-edit.php:241
556
+ msgid ""
557
+ "This unsubscribe link is automatically added to all the emails that are sent "
558
+ "from this plugin. It is a readonly field and you are advised not to modify "
559
+ "it."
560
+ msgstr ""
561
+ "Avmeldelses linken blir automatisk lagt til alle e-postmeldinger som sendes "
562
+ "fra denne plugin. Det er et skrivebeskyttet felt og du anbefales ikke å "
563
+ "endre dette."
564
+
565
+ #: ../settings/settings-edit.php:247
566
  msgid "Unsubscribe Text in Email"
567
  msgstr "Avmeldings tekst i e-post"
568
 
569
+ #: ../settings/settings-edit.php:248
570
+ msgid ""
571
+ "The text for the unsubscribe link. This text is automatically added with "
572
+ "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
573
+ msgstr ""
574
+ "Angi tekst for avmeldings linken. Denne teksten legges med avmeldings linken "
575
+ "i e-post. (Nøkkelord: ## #LINK###)"
576
+
577
+ #: ../settings/settings-edit.php:254
578
  msgid "Text to display after an email address is unsubscribed"
579
  msgstr "Teksten som skal vises etter avmeldings e-posten"
580
 
581
+ #: ../settings/settings-edit.php:255
582
+ msgid ""
583
+ "This text will be displayed once user clicks on unsubscribe link from the "
584
+ "email."
585
+ msgstr "Denne teksten vises når brukeren klikker på avmeldings linken."
586
+
587
+ #: ../settings/settings-edit.php:262
588
+ msgid "Error in the Subscribe / Confirmation Link"
589
+ msgstr "Feil i Abonner / bekreftelse Link"
590
+
591
+ #: ../settings/settings-edit.php:263
592
+ msgid ""
593
+ "Default message to display if there is any issue while clicking on subscribe "
594
+ "/ confirmation link from the Double Opt-In (Confirmation) emails."
595
+ msgstr ""
596
+ "Standardmelding som vises hvis det er alle problem mens du klikker på "
597
+ "bekreftelses link fra Double Opt In (bekreftelse) e-post."
598
+
599
+ #: ../settings/settings-edit.php:269
600
  msgid "Error in the Unsubscribe Link"
601
  msgstr "Feil i avmeldings linken"
602
 
603
+ #: ../settings/settings-edit.php:270
604
+ msgid ""
605
+ "Default message to display if there is any issue while clicking on "
606
+ "unsubscribe link from the emails."
607
+ msgstr ""
608
+ "Standardmelding som vises hvis det er noe problem mens du klikker på "
609
+ "avmeldings linken fra e-post."
610
+
611
+ #: ../settings/settings-edit.php:282
612
  msgid "Select user roles who can access following menus. Only Admin can change this."
613
  msgstr ""
614
  "Velg roller som kan få tilgang til følgende menyer. Bare Admin kan endre "
615
  "dette."
616
 
617
+ #: ../settings/settings-edit.php:288
618
  msgid "Subscribers Menu"
619
  msgstr "Abonnent Meny"
620
 
621
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
622
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
623
+ #: settings/settings-edit.php:340
624
  msgid "Administrator Only"
625
  msgstr "Bare for administrator"
626
 
627
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
628
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
629
+ #: settings/settings-edit.php:341
630
  msgid "Administrator/Editor"
631
  msgstr "Administrator/redaktør"
632
 
633
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
634
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
635
+ #: settings/settings-edit.php:342
636
  msgid "Administrator/Editor/Author/Contributor"
637
  msgstr "Administrator/redaktør/forfatter/bidragsyter"
638
 
639
+ #: ../settings/settings-edit.php:300
640
  msgid "Compose Menu"
641
  msgstr "Komponer"
642
 
643
+ #: ../settings/settings-edit.php:312
644
  msgid "Post Notifications Menu"
645
  msgstr "Postvarsler Meny"
646
 
647
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
648
+ #: register.php:183 ../classes/es-register.php:184
649
  msgid "Newsletters"
650
  msgstr "Nyhetsbrev"
651
 
652
+ #: ../settings/settings-edit.php:336
653
  msgid "Reports Menu"
654
  msgstr "Rapport Meny"
655
 
656
+ #: ../settings/settings-edit.php:353
657
  msgid "Cron job URL"
658
  msgstr "Cron jobb URL"
659
 
660
+ #: ../settings/settings-edit.php:354
661
  msgid ""
662
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
663
  "modify it."
665
  "Dette er din Cron jobb URL. Det er et skrivebeskyttet felt du anbefales ikke "
666
  "å endre den."
667
 
668
+ #: ../settings/settings-edit.php:363
669
  msgid "Email Count"
670
  msgstr "Antall e-poster"
671
 
672
+ #: ../settings/settings-edit.php:364
673
  msgid "Number of emails that you want to trigger per hour."
674
  msgstr "Antall e-postmeldinger som skal utløses per time."
675
 
676
+ #: ../settings/settings-edit.php:369
677
+ msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
678
+ msgstr "(Web verten har begrensninger. Vi foreslår 50 e-poster per time sikre)"
679
+
680
+ #: ../settings/settings-edit.php:374
681
+ msgid "Cron Report"
682
+ msgstr "Cronlogg"
683
+
684
+ #: ../settings/settings-edit.php:375
685
+ msgid ""
686
+ "Email to admin whenever a cron URL is triggered from your server. (Available "
687
+ "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
688
+ msgstr ""
689
+ "E-post til admin når en cron-URL utløses fra serveren din. (Tilgjengelige "
690
+ "nøkkelord: ### DATE ###, ### SUBJECT ###, ### COUNT ###)"
691
+
692
+ #: ../settings/settings-edit.php:385
693
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
694
  msgstr "Hva er Cron (automatisk e-post) og hvordan å konfigurere Cron jobb?"
695
 
696
+ #: ../settings/settings-edit.php:386
697
+ msgid ""
698
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
699
+ "schedule-cron-emails/?"
700
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
701
+ "Cron?</a>"
702
+ msgstr ""
703
+ "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-"
704
+ "schedule-cron-emails/\">Hva er Cron?</a>"
705
+
706
+ #: ../settings/settings-edit.php:387
707
+ msgid ""
708
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
709
+ "schedule-cron-emails-in-cpanel/?"
710
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
711
+ "job in cPanel</a>"
712
+ msgstr ""
713
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
714
+ "schedule-cron-emails-in-cpanel/?"
715
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Oppsett "
716
+ "cron jobb i cPanel</a>"
717
+
718
+ #: ../settings/settings-edit.php:388
719
+ msgid ""
720
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
721
+ "schedule-cron-emails-in-parallels-plesk/?"
722
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
723
+ "job in Plesk</a>"
724
+ msgstr ""
725
+ "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-how-to-"
726
+ "schedule-cron-emails-in-parallels-plesk/\">ISetup cron jobb i Plesk</a>"
727
+
728
+ #: ../settings/settings-edit.php:389
729
+ msgid ""
730
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
731
+ "if-hosting-doesnt-support-cron-jobs/?"
732
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
733
+ "does not support cron jobs?</a>"
734
+ msgstr ""
735
+ "<a target=\"_blank\" href=\"http://www.icegram.com/documentation/es-what-to-do-"
736
+ "if-hosting-doesnt-support-cron-jobs/\">Host støtter ikke cron jobber?</a>"
737
+
738
+ #: ../settings/settings-edit.php:504
739
  msgid "Please enter sender of notifications from name."
740
  msgstr "Angi avsenderen av meldinger fra navn."
741
 
742
+ #: ../settings/settings-edit.php:509
743
  msgid "Please enter sender of notifications from email."
744
  msgstr "Angi avsenderen av meldinger fra e-post."
745
 
746
+ #: ../settings/settings-edit.php:553
747
  msgid "Please enter valid mail count."
748
  msgstr "Angi gyldig e-post antall."
749
 
750
+ #: ../settings/settings-edit.php:566
751
  msgid "Settings Saved."
752
  msgstr "Innstillinger Lagret."
753
 
754
+ #: ../settings/settings-edit.php:569
755
  msgid "Oops, unable to update."
756
  msgstr "Oops, kan ikke oppdatere."
757
 
767
  msgid "Click to sync tables"
768
  msgstr "Klikk for å synkronisere tabeller"
769
 
770
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
771
  msgid "Back"
772
  msgstr "Tilbake"
773
 
783
  msgid " &gt;&gt; "
784
  msgstr " &gt;&gt; "
785
 
786
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
787
+ #: register.php:190
788
  msgid "Reports"
789
  msgstr "Rapporter"
790
 
797
  msgstr "Vis Rapporter"
798
 
799
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
800
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
801
+ #: compose/compose-show.php:88
802
  msgid "Preview"
803
  msgstr "Forhåndsvis"
804
 
809
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
810
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
811
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
812
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
813
  msgid "Status"
814
  msgstr "Status"
815
 
1040
  msgid "Please select New Status to update."
1041
  msgstr "Velg Ny Status som skal oppdateres."
1042
 
1043
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1044
+ #: classes/es-register.php:175
1045
  msgid "Subscribers"
1046
  msgstr "Abonnenter"
1047
 
1126
  msgstr "E-post adresse"
1127
 
1128
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1129
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1130
  msgid "Name"
1131
  msgstr "Navn"
1132
 
1305
  msgid "Please enter template heading."
1306
  msgstr "Angi mal overskriften."
1307
 
1308
+ #: ../compose/compose-edit.php:61
1309
+ msgid "Successfully updated. "
1310
+ msgstr "Oppdateringen var vellykket!"
1311
+
1312
  #: ../compose/compose-edit.php:84
1313
  msgid "Edit Email"
1314
  msgstr "Redigere e-post"
1329
  msgid "Enter your Email Subject"
1330
  msgstr "Skriv inn E-post emne"
1331
 
1332
+ #: ../compose/compose-edit.php:98 ../compose/compose-add.php:87
1333
+ msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
1334
+ msgstr "Tilgjengelig nøkkelord: ### POSTTITLE ### (Kun for innleggsmelding)"
1335
+
1336
  #: ../compose/compose-edit.php:100 ../compose/compose-add.php:89
1337
  msgid "Enter Content for your Email"
1338
  msgstr "Angi innholdet for e-posten"
1339
 
1340
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1341
+ #, php-format
1342
+ msgid ""
1343
+ "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1344
+ "###POSTIMAGE###, ###POSTDESC###, ###POSTAUTHOR###, ###POSTLINK-WITHTITLE###, "
1345
+ "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
1346
+ msgstr ""
1347
+ "%s: ### NAME ###, ### EMAIL ###, ### DATE ###, ### POSTTITLE ###, ### "
1348
+ "POSTLINK ###, ### POSTIMAGE ### , ### POSTDESC ###, ### POSTAUTHOR ###, ### "
1349
+ "POSTLINK-WITHTITLE ###, ### POSTLINK-ONLY ###, ### POSTFULL ### (Kun for "
1350
+ "postvarsling)"
1351
+
1352
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1353
  msgid "Available Keywords"
1354
  msgstr "Tilgjengelige søkeord"
1355
 
1356
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1357
  msgid "Published"
1358
  msgstr "Publisert"
1359
 
1360
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1361
  msgid "Please select your mail status"
1362
  msgstr "Velg din e-post-status"
1363
 
1364
+ #: ../compose/compose-add.php:43
1365
+ msgid "Successfully created. "
1366
+ msgstr "Vellykket opprettet."
1367
+
1368
  #: ../compose/compose-add.php:74
1369
  msgid "Add new Email"
1370
  msgstr "Legg til ny e-post"
1371
 
1372
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1373
+ #: register.php:178
1374
  msgid "Compose"
1375
  msgstr "Skriv Melding"
1376
 
1377
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1378
  msgid "Email Template"
1379
  msgstr "E-postmal"
1380
 
1381
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1382
  msgid "Actions"
1383
  msgstr "Handlinger"
1384
 
1395
  "Det har oppstått en intern feil. Vennligst prøv igjen eller kontakt "
1396
  "kundestøtte."
1397
 
1398
+ #: ../job/es-optin.php:61
1399
+ msgid "This email address has already been confirmed."
1400
+ msgstr "Denne e-postadressen er allerede blitt bekreftet."
1401
+
1402
+ #: ../help/help.php:173
1403
+ msgid "Welcome to Email Subscribers!"
1404
+ msgstr "Velkommen til Email Subscribers!"
1405
+
1406
+ #: ../help/help.php:174
1407
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1408
+ msgstr "Takk for installasjon og vi håper du vil like å bruke Email Subscribers."
1409
+
1410
+ #: ../help/help.php:178
1411
+ msgid "Get more help and tips..."
1412
+ msgstr "Få mer hjelp og tips ..."
1413
+
1414
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1415
+ #: php:38
1416
+ msgid "Subscribe"
1417
+ msgstr "Abonner"
1418
+
1419
+ #: ../help/help.php:192
1420
+ #, php-format
1421
+ msgid "Version: %s"
1422
+ msgstr "Versjon: %s"
1423
+
1424
+ #: ../help/help.php:195
1425
+ msgid "Questions? Need Help?"
1426
+ msgstr "Spørsmål? Trenger hjelp?"
1427
+
1428
+ #: ../help/help.php:196
1429
+ msgid "Contact Us"
1430
+ msgstr "Kontakt oss"
1431
+
1432
+ #: ../help/help.php:201
1433
+ #, php-format
1434
+ msgid ""
1435
+ "Like Email Subscribers? If yes, then consider %s to support further "
1436
+ "developments."
1437
+ msgstr ""
1438
+ "Som Email Subscribers? Hvis ja, deretter vurdere %s til å støtte videre "
1439
+ "utvikling."
1440
+
1441
+ #: ../help/help.php:201
1442
+ msgid "donating to us"
1443
+ msgstr "donere til oss"
1444
+
1445
+ #: ../help/help.php:236
1446
+ msgid "Description"
1447
+ msgstr "Beskrivelse"
1448
+
1449
+ #: ../help/help.php:238
1450
+ msgid ""
1451
+ "Email Subscribers is a complete newsletter plugin which lets you collect "
1452
+ "leads, send automated new blog post notification emails, create & send "
1453
+ "newsletters and manage all this in one single place."
1454
+ msgstr ""
1455
+ "E-post Abonnenter er et komplett nyhetsbrev-plugin som lar deg samle inn "
1456
+ "ledere, sende automatiserte nye blogginnleggingsmeldinger, opprette og sende "
1457
+ "nyhetsbrev og administrere alt dette på ett enkelt sted."
1458
+
1459
+ #: ../help/help.php:240
1460
+ msgid "Feature Overview"
1461
+ msgstr "Funksjonsoversikt"
1462
+
1463
+ #: ../help/help.php:243
1464
+ msgid ""
1465
+ "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
1466
+ "Code)."
1467
+ msgstr ""
1468
+ "Samle kundeemail ved å legge til en abonnementsboks (Widget / Shortcode / "
1469
+ "PHP Code)."
1470
+
1471
+ #: ../help/help.php:246
1472
+ msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
1473
+ msgstr "Konfigurer Dobbel Opt-In og Single Opt-In-anlegg for abonnenter."
1474
+
1475
+ #: ../help/help.php:249
1476
+ msgid "Send automatic welcome email to subscribers."
1477
+ msgstr "Send automatisk velkomst e-post til abonnenter."
1478
+
1479
+ #: ../help/help.php:252
1480
+ msgid ""
1481
+ "Send new post notification emails to subscribers when new posts are "
1482
+ "published on your website."
1483
+ msgstr ""
1484
+ "Send nye e-postmeldinger til abonnenter når nye innlegg publiseres på "
1485
+ "nettstedet ditt."
1486
+
1487
+ #: ../help/help.php:255
1488
+ msgid "Schedule email (Cron job) or send them manually."
1489
+ msgstr "Planlegg e-post (Cron-jobb) eller send dem manuelt."
1490
+
1491
+ #: ../help/help.php:258
1492
+ msgid "Send email notification to admin when a new user signs up."
1493
+ msgstr "Send e-postvarsling til admin når en ny bruker registrerer seg."
1494
 
1495
+ #: ../help/help.php:261
1496
+ msgid "Automatically add Unsubscribe link in the email."
1497
+ msgstr "Legg til automatisk Avslutt lenke i e-posten."
1498
 
1499
+ #: ../help/help.php:264
1500
+ msgid "Easily migrate subscribers from another app using Import & Export."
1501
+ msgstr "Migrere enkelt abonnenter fra en annen app ved hjelp av Import & Export."
1502
 
1503
+ #: ../help/help.php:267
1504
+ msgid "Use HTML editor to compose newsletters and post notifications."
1505
+ msgstr "Bruk HTML-editor til å skrive nyhetsbrev og legge inn meldinger."
 
1506
 
1507
+ #: ../help/help.php:270
1508
+ msgid "Send newsletters to different groups."
1509
+ msgstr "Send nyhetsbrev til forskjellige grupper."
 
 
 
 
 
1510
 
1511
+ #: ../help/help.php:273
1512
+ msgid "Get detailed sent email reports."
1513
+ msgstr " detaljerte sendte e-postrapporter."
1514
+
1515
+ #: ../help/help.php:276
1516
+ msgid "Control user access (User Roles and Capabilities)."
1517
+ msgstr "Kontroller brukertilgang (Brukerroller og -funksjoner)."
1518
+
1519
+ #: ../help/help.php:279
1520
+ msgid "Supports localization and internationalization."
1521
+ msgstr "Støtter lokalisering og internasjonalisering."
1522
+
1523
+ #: ../help/help.php:286
1524
+ msgid "Add Subscribe form"
1525
+ msgstr "Legg til abonneringsskjema"
1526
 
1527
  #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1528
  #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
1538
  msgid "How to Add Subscription box to website?"
1539
  msgstr "Hvordan legge til abonnement boks til nettsted?"
1540
 
1541
+ #: ../help/help.php:291
1542
+ #, php-format
1543
+ msgid ""
1544
+ "Use any of the following 3 methods :<br>\n"
1545
+ " a) Shortcode in any page/post : <strong>[email-subscribers "
1546
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
1547
+ " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
1548
+ "and drag it to the sidebar on the right <i>Or</i><br>\n"
1549
+ " c) Copy and past this php code to your desired template location : "
1550
+ "<strong>%s</strong>"
1551
+ msgstr ""
1552
+ "Bruk en av følgende 3 metoder: <br> A) Kortkode på hvilken som helst side / "
1553
+ "post: <strong>[E-post-abonnenter namefield = \"YES\" desc = \"\" group = "
1554
+ "\"Public\"]</strong> <i>Eller</i> <br> B) Gå til Utseende -> Widgets. Klikk på "
1555
+ "E-post-abonnenter på widget og dra den til sidefeltet til høyre <i>Or</i> "
1556
+ "<br> C) Kopier og forbi denne php-koden til ønsket malplassering: "
1557
+ "<strong>%s</strong>"
1558
+
1559
+ #: ../help/help.php:296
1560
+ msgid "Additional form settings"
1561
+ msgstr "Ytterligere skjemainnstillinger"
1562
+
1563
  #: ../help/help.php:299
1564
  msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1565
  msgstr ""
1574
  msgid "General Plugin Settings"
1575
  msgstr "Generelle Plugin innstillinger"
1576
 
1577
+ #: ../help/help.php:311
1578
+ #, php-format
1579
+ msgid "Modify %s"
1580
+ msgstr "Endre «%s»"
1581
+
1582
+ #: ../help/help.php:311
1583
+ msgid "default text, email contents"
1584
+ msgstr "standard tekst, e-post innhold"
1585
+
1586
+ #: ../help/help.php:311
1587
+ msgid ""
1588
+ " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
1589
+ "Roles"
1590
+ msgstr ""
1591
+ "(Som Bekreftelse, Velkommen, Admin e-post), Cron-innstillinger og Tilordne "
1592
+ "brukerroller"
1593
+
1594
  #: ../help/help.php:314
1595
  msgid "How to Import or Export Email Addresses?"
1596
  msgstr "Hvordan du importerer eller eksporterer e-postadresser?"
1599
  msgid "How to Add/Update Existing Subscribers Group & Status?"
1600
  msgstr "Slik legger du til/Oppdater eksisterende abonnenter Gruppe & Status?"
1601
 
1602
+ #: ../help/help.php:320
1603
+ msgid "How to change/update/translate any texts from the plugin?"
1604
+ msgstr "Hvordan endre / oppdatere / oversette noen tekster fra plugin?"
1605
+
1606
  #: ../help/help.php:323
1607
  msgid "How to add Unsubscribe link in emails?"
1608
  msgstr "Hvordan legger du til abonnements link i e-post?"
1609
 
1610
+ #: ../help/help.php:333
1611
+ msgid "Usage"
1612
+ msgstr "Bruk"
1613
+
1614
+ #: ../help/help.php:336
1615
+ msgid "Compose and Send Newsletter Emails"
1616
+ msgstr "Hvordan skrive og sende nyhetsbrev e-postert?"
1617
+
1618
+ #: ../help/help.php:339
1619
+ msgid "Compose and Send Post Notification Emails when new posts are published"
1620
+ msgstr "Komponere og send meldingsemail til e-post når nye innlegg blir publisert"
1621
+
1622
+ #: ../help/help.php:342
1623
+ msgid "Keywords in the Post Notifications"
1624
+ msgstr "Nøkkelord i postvarsler"
1625
+
1626
+ #: ../help/help.php:345
1627
+ msgid "Send a test post notification email to myself/testgroup"
1628
+ msgstr "Send en testmeldingsmelding til meg selv / testgruppe"
1629
+
1630
+ #: ../help/help.php:348
1631
+ msgid "Check sent emails"
1632
+ msgstr "Sjekk sendte e-postmeldinger"
1633
+
1634
+ #: ../help/help.php:355
1635
+ msgid "Cron Job Setup"
1636
+ msgstr "Cron jobboppsett"
1637
+
1638
  #: ../help/help.php:358
1639
  msgid "How to Schedule Cron Emails?"
1640
  msgstr "Hvordan planlegger Cron E-poster?"
1641
 
1642
+ #: ../help/help.php:361
1643
+ msgid "Schedule Cron Emails in cPanel"
1644
+ msgstr "Hvordan skedulere Cron E-poster inne i cPanel?"
1645
+
1646
+ #: ../help/help.php:364
1647
+ msgid "Schedule Cron Emails in Parallels Plesk"
1648
+ msgstr "Hvordan skedulere Cron E-poster inne i Plesk?"
1649
+
1650
+ #: ../help/help.php:367
1651
+ msgid "Hosting doesn’t support Cron Jobs?"
1652
+ msgstr "Hva du gjør hvis Hosting ikke støtter Cron jobber?"
1653
+
1654
+ #: ../help/help.php:374
1655
+ msgid "Troubleshooting Steps"
1656
+ msgstr "Feilsøkingstrinn"
1657
+
1658
  #: ../help/help.php:377
1659
  msgid "Subscribers are not receiving Emails?"
1660
  msgstr "Abonnenter mottar ikke e-post?"
1663
  msgid "CSS Help"
1664
  msgstr "CSS hjelp"
1665
 
1666
+ #: ../help/help.php:382
1667
+ msgid "FAQ's"
1668
+ msgstr "Vanlige spørsmål"
1669
+
1670
+ #: ../help/help.php:389
1671
+ msgid "Want to do more? Here's how.."
1672
+ msgstr "Vil du gjøre mer? Slik er det .."
1673
+
1674
+ #: ../help/help.php:392
1675
+ msgid "Allow Subscribers to get subscribed to any group"
1676
+ msgstr "Tillat abonnenter å bli abonnement på en gruppe"
1677
+
1678
+ #: ../help/help.php:397
1679
+ msgid "Using our free "
1680
+ msgstr "Bruk vår gratis"
1681
+
1682
+ #: ../help/help.php:398
1683
+ msgid "Group Selector"
1684
+ msgstr "Gruppevelger"
1685
+
1686
+ #: ../help/help.php:399
1687
+ msgid ""
1688
+ "plugin, you can extend Email Subscribers Form functionality by providing an "
1689
+ "grouping option right next to the form."
1690
+ msgstr ""
1691
+ "plugin, kan du utvide E-post Abonnenter Form funksjonalitet ved å gi et "
1692
+ "grupperingsalternativ rett ved siden av skjemaet."
1693
+
1694
+ #: ../help/help.php:402
1695
+ msgid "The user can then subscribe to whichever group most appeals to them."
1696
+ msgstr "Brukeren kan da abonnere på hvilken gruppe de fleste appellerer til dem."
1697
+
1698
+ #: ../help/help.php:405
1699
+ msgid "For example: Subscribe either to Updates or to Offers."
1700
+ msgstr "For eksempel: Abonner enten på Oppdateringer eller Tilbud."
1701
+
1702
+ #: ../help/help.php:409
1703
+ msgid "Show your subscribe form inside attractive popups"
1704
+ msgstr "Vis din abonnementskjema inne i attraktive popup-vinduer"
1705
+
1706
+ #: ../help/help.php:414
1707
+ msgid ""
1708
+ "Don't limit your subscriber form to a widget. Embed it within popups, hello "
1709
+ "bars, slide-ins, sidebars, full screen popups etc."
1710
+ msgstr ""
1711
+ "Ikke begrenset abonnentskjemaet til en widget. Legge det inn i popup-vinduer,"
1712
+ " hei-linjer, lysbildefremvisninger, sidebjelker, fullskjermspoppopprettinger "
1713
+ "etc."
1714
+
1715
+ #: ../help/help.php:417
1716
+ msgid "Using Email Subscribers you can achieve this easily with our free plugin "
1717
+ msgstr ""
1718
+ "Ved hjelp av e-post abonnenter kan du enkelt oppnå dette med vårt gratis "
1719
+ "plugin"
1720
+
1721
+ #: ../help/help.php:421
1722
+ msgid ""
1723
+ "Icegram's beautiful designs instantly capture user attention and help "
1724
+ "increase sign-ups to your WordPress website."
1725
+ msgstr ""
1726
+ "Icegrams vakre design tar øyeblikkelig opp brukerens oppmerksomhet og bidrar "
1727
+ "til å øke registreringene på WordPress-nettstedet ditt."
1728
+
1729
+ #: ../help/help.php:424 ../help/help.php:444
1730
+ #, php-format
1731
+ msgid "How to %s"
1732
+ msgstr "Hvordan %s"
1733
+
1734
+ #: ../help/help.php:424
1735
+ msgid "show subscribe form inside a popup"
1736
+ msgstr "vis abonnementsskjema inne i en popup"
1737
+
1738
+ #: ../help/help.php:428
1739
+ msgid "Get beautiful and elegant form styles"
1740
+ msgstr "Få vakre og elegante formstiler"
1741
+
1742
+ #: ../help/help.php:434
1743
+ msgid "Email subscribers easily integrates with another free plugin "
1744
+ msgstr "E-post abonnenter integreres enkelt med et annet gratis plugin"
1745
+
1746
+ #: ../help/help.php:435
1747
+ msgid "Rainmaker"
1748
+ msgstr "Rainmaker"
1749
+
1750
+ #: ../help/help.php:438
1751
+ msgid ""
1752
+ "Rainmaker extends the core features of Email Subscribers and provides "
1753
+ "elegant form styles."
1754
+ msgstr ""
1755
+ "Rainmaker utvider kjernegenskapene til e-post abonnenter og gir elegante "
1756
+ "formstiler."
1757
+
1758
+ #: ../help/help.php:441
1759
+ msgid ""
1760
+ "These styles are well designed and beautify your subscription form making it "
1761
+ "more appealing."
1762
+ msgstr ""
1763
+ "Disse stilene er godt utformet og forskjønne abonnementsskjemaet ditt, noe "
1764
+ "som gjør det mer tiltalende."
1765
+
1766
+ #: ../help/help.php:444
1767
+ msgid "add Rainmaker’s form in Email Subscribers"
1768
+ msgstr "legg til Rainmakers skjema i e-post abonnenter"
1769
+
1770
  #: ../sendmail/sendmail.php:40
1771
  msgid "Please select your mail subject."
1772
  msgstr "Vennligst velg e-post subjekt."
1779
  msgid "Please select your group."
1780
  msgstr "Vennligst velg din gruppe."
1781
 
1782
+ #: ../sendmail/sendmail.php:59
1783
+ msgid "Email sent successfully. "
1784
+ msgstr "E-posten er sendt"
1785
+
1786
  #: ../sendmail/sendmail.php:63
1787
  msgid "Click here to check Statistics"
1788
  msgstr "Klikk her for å se statistikk"
1838
  msgid "Reset"
1839
  msgstr "Nullstille"
1840
 
 
 
 
 
 
 
 
 
 
 
 
 
1841
  #: ../classes/es-common.php:13
1842
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1843
  msgstr "<span style=«color:#006600;font-weight:bold;»>Bekreftet</span>"
1882
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1883
  msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
1884
 
1885
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1886
+ #: register.php:782
1887
  msgid "Email Subscribers"
1888
  msgstr "Email Subscribers"
1889
 
1890
+ #: ../classes/es-register.php:192
1891
  msgid "Help & Info"
1892
  msgstr "Hjelp & Info"
1893
 
1894
+ #: ../classes/es-register.php:193
1895
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
1896
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Hjelp og info</span>"
1897
+
1898
+ #: ../classes/es-register.php:204
1899
  msgctxt "view-subscriber-enhanced-select"
1900
  msgid "Please enter subscriber email address."
1901
  msgstr "Angi abonnent e-postadresse."
1902
 
1903
+ #: ../classes/es-register.php:205
1904
  msgctxt "view-subscriber-enhanced-select"
1905
  msgid "Please select subscriber email status."
1906
  msgstr "Velg abonnents e-poststatus."
1907
 
1908
+ #: ../classes/es-register.php:206
1909
  msgctxt "view-subscriber-enhanced-select"
1910
  msgid "Please select or create group for this subscriber."
1911
  msgstr "Velg eller Opprett gruppe for denne abonnent."
1912
 
1913
+ #: ../classes/es-register.php:207
1914
  msgctxt "view-subscriber-enhanced-select"
1915
  msgid "Do you want to delete this record?"
1916
  msgstr "Er du sikker på at du vil slette denne oppføringen?"
1917
 
1918
+ #: ../classes/es-register.php:208
1919
  msgctxt "view-subscriber-enhanced-select"
1920
  msgid "Please select the bulk action."
1921
  msgstr "Velg massehandling."
1922
 
1923
+ #: ../classes/es-register.php:209
1924
  msgctxt "view-subscriber-enhanced-select"
1925
  msgid "Are you sure you want to delete selected records?"
1926
  msgstr "Er du sikker på at du vil slette valgte oppføringer?"
1927
 
1928
+ #: ../classes/es-register.php:210
1929
  msgctxt "view-subscriber-enhanced-select"
1930
  msgid ""
1931
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1934
  "Vil du sende e-postbekreftelsen? \\nAlso Merk at dette vil oppdatere abonnent "
1935
  "gjeldende status til 'Unconfirmed'."
1936
 
1937
+ #: ../classes/es-register.php:211
1938
  msgctxt "view-subscriber-enhanced-select"
1939
  msgid "Please select new subscriber group."
1940
  msgstr "Velg ny abonnent gruppe."
1941
 
1942
+ #: ../classes/es-register.php:212
1943
  msgctxt "view-subscriber-enhanced-select"
1944
  msgid "Please select new status for subscribers"
1945
  msgstr "Velg ny status for abonnenter"
1946
 
1947
+ #: ../classes/es-register.php:213
1948
  msgctxt "view-subscriber-enhanced-select"
1949
  msgid "Do you want to update subscribers group?"
1950
  msgstr "Vil du oppdatere abonnenter gruppe?"
1951
 
1952
+ #: ../classes/es-register.php:214
1953
  msgctxt "view-subscriber-enhanced-select"
1954
  msgid "Do you want to update subscribers status?"
1955
  msgstr "Vil du oppdatere abonnenter status?"
1956
 
1957
+ #: ../classes/es-register.php:215
1958
  msgctxt "view-subscriber-enhanced-select"
1959
  msgid ""
1960
  "Please select only csv file. Please check official website for csv structure."
1961
  "."
1962
  msgstr "Velg bare csv-filen. Kontroller hjemmeside for csv-struktur."
1963
 
1964
+ #: ../classes/es-register.php:223
1965
  msgctxt "compose-enhanced-select"
1966
  msgid "Please enter the Email Subject."
1967
  msgstr "Skriv inn E-post emne."
1968
 
1969
+ #: ../classes/es-register.php:224
1970
  msgctxt "compose-enhanced-select"
1971
  msgid "Do you want to delete this record?"
1972
  msgstr "Vil du slette denne posten?"
1973
 
1974
+ #: ../classes/es-register.php:232
1975
  msgctxt "notification-enhanced-select"
1976
  msgid "Please select subscribers group."
1977
  msgstr "Velg abonnent gruppe."
1978
 
1979
+ #: ../classes/es-register.php:233
1980
  msgctxt "notification-enhanced-select"
1981
  msgid "Please select notification mail subject. Use compose menu to create new."
1982
  msgstr "Velg varsel e-post emne. Bruk komponere menyen for å opprette nye."
1983
 
1984
+ #: ../classes/es-register.php:234
1985
  msgctxt "notification-enhanced-select"
1986
  msgid "Please select notification status."
1987
  msgstr "Velg varselstatusen."
1988
 
1989
+ #: ../classes/es-register.php:235
1990
  msgctxt "notification-enhanced-select"
1991
  msgid "Do you want to delete this record?"
1992
  msgstr "Vil du slette denne posten?"
1993
 
1994
+ #: ../classes/es-register.php:243
1995
  msgctxt "sendmail-enhanced-select"
1996
  msgid "Please select your mail subject."
1997
  msgstr "Vennligst velg e-post subjekt."
1998
 
1999
+ #: ../classes/es-register.php:244
2000
  msgctxt "sendmail-enhanced-select"
2001
  msgid "Please select your mail type."
2002
  msgstr "Velg din e-post type."
2003
 
2004
+ #: ../classes/es-register.php:245
2005
  msgctxt "sendmail-enhanced-select"
2006
  msgid ""
2007
  "Have you double checked your selected group? If so, let's go ahead and send "
2010
  "Har du dobbelt sjekket den valgte gruppen? Hvis ja, la oss gå videre og "
2011
  "sende dette."
2012
 
2013
+ #: ../classes/es-register.php:253
2014
  msgctxt "sentmail-enhanced-select"
2015
  msgid "Do you want to delete this record?"
2016
  msgstr "Vil du slette denne posten?"
2017
 
2018
+ #: ../classes/es-register.php:254
2019
  msgctxt "sentmail-enhanced-select"
2020
  msgid "Do you want to delete all records except latest 10?"
2021
  msgstr "Vil du slette alle poster unntatt siste 10?"
2022
 
2023
+ #: ../classes/es-register.php:262
2024
  msgctxt "cron-enhanced-select"
2025
  msgid "Please select enter number of mails you want to send per hour/trigger."
2026
  msgstr "Velg Angi antall poster som du vil sende per time/trigger."
2027
 
2028
+ #: ../classes/es-register.php:263
2029
  msgctxt "cron-enhanced-select"
2030
  msgid "Please enter the mail count, only number."
2031
  msgstr "Vennligst skriv inn meldingsantall, kun nummeret."
2032
 
2033
+ #: ../classes/es-register.php:276
2034
  msgctxt "widget-enhanced-select"
2035
  msgid "Please enter email address"
2036
  msgstr "Vennligst skriv e-postadresse"
2037
 
2038
+ #: ../classes/es-register.php:277
2039
  msgctxt "widget-enhanced-select"
2040
  msgid "Please provide a valid email address"
2041
  msgstr "Vennligst oppgi en gyldig e-post adresse"
2042
 
2043
+ #: ../classes/es-register.php:278
2044
  msgctxt "widget-enhanced-select"
2045
  msgid "loading..."
2046
  msgstr "laster…"
2047
 
2048
+ #: ../classes/es-register.php:279
2049
  msgctxt "widget-enhanced-select"
2050
  msgid "Cannot create XMLHTTP instance"
2051
  msgstr "Kan ikke opprette XMLHTTP forekomst"
2052
 
2053
+ #: ../classes/es-register.php:280
2054
  msgctxt "widget-enhanced-select"
2055
  msgid "Successfully Subscribed."
2056
  msgstr "Du er nå abonnent."
2057
 
2058
+ #: ../classes/es-register.php:281
2059
  msgctxt "widget-enhanced-select"
2060
  msgid ""
2061
  "Your subscription was successful! Within a few minutes, kindly check the "
2066
  "postkassen din og bekrefte abonnementet. Hvis du ikke ser e-post i "
2067
  "postboksen, kan du sjekke spam-mappen."
2068
 
2069
+ #: ../classes/es-register.php:282
2070
  msgctxt "widget-enhanced-select"
2071
  msgid "Email Address already exists!"
2072
  msgstr "E-postadressen finnes allerede!"
2073
 
2074
+ #: ../classes/es-register.php:283
2075
  msgctxt "widget-enhanced-select"
2076
  msgid "Oops.. Unexpected error occurred."
2077
  msgstr "Oops... Det oppstod en uventet feil."
2078
 
2079
+ #: ../classes/es-register.php:284
2080
  msgctxt "widget-enhanced-select"
2081
  msgid "Invalid email address"
2082
  msgstr "Ugyldig e-postadresse"
2083
 
2084
+ #: ../classes/es-register.php:285
2085
  msgctxt "widget-enhanced-select"
2086
  msgid "Please try after some time"
2087
  msgstr "Prøv på nytt senere"
2088
 
2089
+ #: ../classes/es-register.php:286
2090
  msgctxt "widget-enhanced-select"
2091
  msgid "There was a problem with the request"
2092
  msgstr "Det oppstod et problem med forespørselen"
2093
 
2094
+ #: ../classes/es-register.php:293
2095
  msgctxt "widget-page-enhanced-select"
2096
  msgid "Please enter email address"
2097
  msgstr "Vennligst skriv e-postadresse"
2098
 
2099
+ #: ../classes/es-register.php:294
2100
  msgctxt "widget-page-enhanced-select"
2101
  msgid "Please provide a valid email address"
2102
  msgstr "Vennligst oppgi en gyldig e-post adresse"
2103
 
2104
+ #: ../classes/es-register.php:295
2105
  msgctxt "widget-page-enhanced-select"
2106
  msgid "loading..."
2107
  msgstr "laster…"
2108
 
2109
+ #: ../classes/es-register.php:296
2110
  msgctxt "widget-page-enhanced-select"
2111
  msgid "Cannot create XMLHTTP instance"
2112
  msgstr "Kan ikke opprette XMLHTTP forekomst"
2113
 
2114
+ #: ../classes/es-register.php:297
2115
  msgctxt "widget-page-enhanced-select"
2116
  msgid "Successfully Subscribed."
2117
  msgstr "Du er nå abonnent."
2118
 
2119
+ #: ../classes/es-register.php:298
2120
  msgctxt "widget-page-enhanced-select"
2121
  msgid ""
2122
  "Your subscription was successful! Within a few minutes, kindly check the "
2127
  "postkassen din og bekrefte abonnementet. Hvis du ikke ser e-post i "
2128
  "postboksen, kan du sjekke spam-mappen."
2129
 
2130
+ #: ../classes/es-register.php:299
2131
  msgctxt "widget-page-enhanced-select"
2132
  msgid "Email Address already exists!"
2133
  msgstr "Epostadressen finnes allerede!"
2134
 
2135
+ #: ../classes/es-register.php:300
2136
  msgctxt "widget-page-enhanced-select"
2137
  msgid "Oops.. Unexpected error occurred."
2138
  msgstr "Oops... Det oppstod en uventet feil."
2139
 
2140
+ #: ../classes/es-register.php:301
2141
  msgctxt "widget-page-enhanced-select"
2142
  msgid "Invalid email address"
2143
  msgstr "Ugyldig e-postadresse"
2144
 
2145
+ #: ../classes/es-register.php:302
2146
  msgctxt "widget-page-enhanced-select"
2147
  msgid "Please try after some time"
2148
  msgstr "Prøv på nytt senere"
2149
 
2150
+ #: ../classes/es-register.php:303
2151
  msgctxt "widget-page-enhanced-select"
2152
  msgid "There was a problem with the request"
2153
  msgstr "Det oppstod et problem med forespørselen"
2154
 
2155
+ #: ../classes/es-register.php:765
2156
+ msgctxt "timezone date format"
2157
+ msgid "Y-m-d"
2158
+ msgstr "Å-m-d"
2159
+
2160
+ #: ../classes/es-register.php:782
2161
  msgid "is getting even better!"
2162
  msgstr "blir enda bedre!"
2163
 
2164
+ #: ../classes/es-register.php:783
2165
  msgid "But I need you to"
2166
  msgstr "Jeg trenger deg til.."
2167
 
2168
+ #: ../classes/es-register.php:783
2169
  msgid "help me prioritize"
2170
  msgstr "hjelpe meg å prioritere"
2171
 
2172
+ #: ../classes/es-register.php:783
2173
  msgid "Please send your response today."
2174
  msgstr "Send din tilbakemelding i dag."
2175
 
2176
+ #: ../classes/es-register.php:790
2177
  msgid "Here's how you use ES:"
2178
  msgstr "Her er hvordan du bruker ES:"
2179
 
2180
+ #: ../classes/es-register.php:795
2181
+ msgid "Post Notifications more often than Newsletter"
2182
+ msgstr "Brukte innleggvarsler oftere enn nyhetsbrev"
2183
+
2184
+ #: ../classes/es-register.php:797
2185
+ msgid "Newsletter more often than Post Notifications"
2186
+ msgstr "Brukte nyhetsbrev oftere enn Post meldinger"
2187
+
2188
+ #: ../classes/es-register.php:799
2189
+ msgid "Post Notification &amp; Newsletter equally"
2190
+ msgstr "Brukte postvarsling og nyhetsbrev likt"
2191
+
2192
+ #: ../classes/es-register.php:803
2193
  msgid "Have "
2194
  msgstr "Har "
2195
 
2196
+ #: ../classes/es-register.php:803
2197
  msgid " Active Subscribers"
2198
  msgstr " Aktive abonnenter"
2199
 
2200
+ #: ../classes/es-register.php:804
2201
  msgid "Post "
2202
  msgstr "Post "
2203
 
2204
+ #: ../classes/es-register.php:804
2205
  msgid " blog per week"
2206
  msgstr " blogg per uke"
2207
 
2208
+ #: ../classes/es-register.php:808
2209
  msgid "Send emails via Cron"
2210
  msgstr "Sende e-post via Cron"
2211
 
2212
+ #: ../classes/es-register.php:810
2213
  msgid "Send emails Immediately"
2214
  msgstr "Sende e-post umiddelbart"
2215
 
2216
+ #: ../classes/es-register.php:817
2217
+ msgid "Using Double Opt In"
2218
+ msgstr "Bruke Double Opt In"
2219
+
2220
+ #: ../classes/es-register.php:819
2221
+ msgid "Using Single Opt In"
2222
+ msgstr "Bruk Single Opt In"
2223
+
2224
+ #: ../classes/es-register.php:837
2225
  msgid "How soon do you want these new features?"
2226
  msgstr "Hvor snart vil du ha disse nye funksjonene?"
2227
 
2228
+ #: ../classes/es-register.php:841
2229
  msgid "Beautiful Email Designs"
2230
  msgstr "Vakkert e-post design"
2231
 
2232
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2233
+ #: register.php:852 ../classes/es-register.php:857
2234
  msgid "Right now!"
2235
  msgstr "Akkurat nå!"
2236
 
2237
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2238
+ #: register.php:853 ../classes/es-register.php:858
2239
  msgid "Soon"
2240
  msgstr "Snart"
2241
 
2242
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2243
+ #: register.php:854 ../classes/es-register.php:859
2244
  msgid "Later"
2245
  msgstr "Senere"
2246
 
2247
+ #: ../classes/es-register.php:846
2248
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2249
  msgstr "Spam sjekk, planlegging... (Bedre e-post levering)"
2250
 
2251
+ #: ../classes/es-register.php:851
2252
  msgid "Discard Fake / Bouncing Emails"
2253
  msgstr "Kast bort falske / hoppende e-poster"
2254
 
2255
+ #: ../classes/es-register.php:856
2256
  msgid "Advanced Reporting"
2257
  msgstr "Avansert rapportering"
2258
 
2259
+ #: ../classes/es-register.php:868
2260
+ msgid "Nah, I don't like improvements"
2261
+ msgstr "Nei, jeg liker ikke forbedringer"
2262
+
2263
+ #: ../classes/es-register.php:874
2264
+ msgid "Next"
2265
+ msgstr "Neste"
2266
+
2267
+ #: ../classes/es-register.php:884
2268
  msgid "Thank you!"
2269
  msgstr "Takk!"
2270
 
2271
+ #: ../classes/es-register.php:885
2272
  msgid "No issues, have a nice day!"
2273
  msgstr "Ingen problemer, har en fin dag!"
2274
 
2275
+ #: ../classes/es-register.php:977
2276
+ msgid ""
2277
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2278
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2279
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2280
+ "</a> rating. A huge thank you from Icegram in advance!"
2281
+ msgstr ""
2282
+ "Hvis du liker <strong>Email Subscribers</strong>, kan du vurdere å gi oss <a "
2283
+ "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2284
+ "subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
2285
+ "fra Icegram!"
2286
+
2287
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2288
  msgid "Email *"
2289
  msgstr "E-post *"
2290
 
2291
+ #: ../classes/es-register.php:1134
2292
  msgid "Widget Title"
2293
  msgstr "Widget tittel"
2294
 
2295
+ #: ../classes/es-register.php:1138
2296
  msgid "Short description about subscription form"
2297
  msgstr "Kort beskrivelse av ditt abonnement skjema"
2298
 
2299
+ #: ../classes/es-register.php:1142
2300
  msgid "Display Name Field"
2301
  msgstr "Vis Navnefelt"
2302
 
2303
+ #: ../classes/es-register.php:1149
2304
  msgid "Subscriber Group"
2305
  msgstr "Abonnent gruppe"
languages/email-subscribers-pl_PL.mo CHANGED
Binary file
languages/email-subscribers-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:26:05 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -28,26 +28,26 @@ msgstr ""
28
  msgid "https://www.icegram.com"
29
  msgstr ""
30
 
31
- #: ../email-subscribers.php:70
32
  msgctxt "timezone date format"
33
  msgid "Y-m-d H:i:s"
34
  msgstr ""
35
 
36
- #: ../settings/settings-edit.php:92
37
  msgid "Email Type"
38
  msgstr ""
39
 
40
- #: ../settings/settings-edit.php:93
41
  msgid ""
42
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
43
  "Option 3 & 4 is to send emails with PHP method mail()."
44
  msgstr ""
45
 
46
- #: ../settings/settings-edit.php:107
47
  msgid "Opt-In Type"
48
  msgstr ""
49
 
50
- #: ../settings/settings-edit.php:108
51
  msgid ""
52
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
53
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -56,146 +56,146 @@ msgid ""
56
  "directly in the list."
57
  msgstr ""
58
 
59
- #: ../settings/settings-edit.php:139
60
  msgid "Notify Admin when a new subscriber signs up"
61
  msgstr ""
62
 
63
- #: ../settings/settings-edit.php:152
64
  msgid "Admin Email Subject on new subscriber sign up"
65
  msgstr ""
66
 
67
- #: ../settings/settings-edit.php:153
68
  msgid ""
69
  "Subject for the admin email whenever a new subscriber signs up and is "
70
  "confirmed."
71
  msgstr ""
72
 
73
- #: ../settings/settings-edit.php:159
74
  msgid "Admin Email Content on new subscriber signs up"
75
  msgstr ""
76
 
77
- #: ../settings/settings-edit.php:160
78
  msgid ""
79
  "Content for the admin email whenever a new subscriber signs up and is "
80
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
81
  msgstr ""
82
 
83
- #: ../settings/settings-edit.php:168
84
  msgid "Subject for the email report which will be sent to admin."
85
  msgstr ""
86
 
87
- #: ../settings/settings-edit.php:175
88
  msgid ""
89
  "Content for the email report which will be sent to admin.<br />(Available "
90
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
91
  msgstr ""
92
 
93
- #: ../settings/settings-edit.php:186
94
  msgid "Double Opt-In Email Subject (Confirmation Email)"
95
  msgstr ""
96
 
97
- #: ../settings/settings-edit.php:187
98
  msgid ""
99
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
100
  "subscriber signs up."
101
  msgstr ""
102
 
103
- #: ../settings/settings-edit.php:193
104
  msgid "Double Opt-In Email Content (Confirmation Email)"
105
  msgstr ""
106
 
107
- #: ../settings/settings-edit.php:194
108
  msgid ""
109
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
110
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
111
  msgstr ""
112
 
113
- #: ../settings/settings-edit.php:200
114
  msgid "Double Opt-In Confirmation Link"
115
  msgstr ""
116
 
117
- #: ../settings/settings-edit.php:207
118
  msgid ""
119
  "Text to display after an email address is successfully subscribed from "
120
  "Double Opt-In (Confirmation) Email"
121
  msgstr ""
122
 
123
- #: ../settings/settings-edit.php:215
124
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
125
  msgstr ""
126
 
127
- #: ../settings/settings-edit.php:227
128
  msgid "Subject for Welcome Email"
129
  msgstr ""
130
 
131
- #: ../settings/settings-edit.php:228
132
  msgid ""
133
  "Subject for the subscriber welcome email. This will be sent whenever a "
134
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
135
  "Opt-In) successfully."
136
  msgstr ""
137
 
138
- #: ../settings/settings-edit.php:234
139
  msgid "Email Content for Welcome Email"
140
  msgstr ""
141
 
142
- #: ../settings/settings-edit.php:235
143
  msgid ""
144
  "Content for the subscriber welcome email whenever a user's email is either "
145
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
146
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
147
  msgstr ""
148
 
149
- #: ../settings/settings-edit.php:244
150
  msgid ""
151
  "This unsubscribe link is automatically added to all the emails that are sent "
152
  "from this plugin. It is a readonly field and you are advised not to modify "
153
  "it."
154
  msgstr ""
155
 
156
- #: ../settings/settings-edit.php:251
157
  msgid ""
158
  "The text for the unsubscribe link. This text is automatically added with "
159
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
160
  msgstr ""
161
 
162
- #: ../settings/settings-edit.php:258
163
  msgid ""
164
  "This text will be displayed once user clicks on unsubscribe link from the "
165
  "email."
166
  msgstr ""
167
 
168
- #: ../settings/settings-edit.php:265
169
  msgid "Error in the Subscribe / Confirmation Link"
170
  msgstr ""
171
 
172
- #: ../settings/settings-edit.php:266
173
  msgid ""
174
  "Default message to display if there is any issue while clicking on subscribe "
175
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
176
  msgstr ""
177
 
178
- #: ../settings/settings-edit.php:273
179
  msgid ""
180
  "Default message to display if there is any issue while clicking on "
181
  "unsubscribe link from the emails."
182
  msgstr ""
183
 
184
- #: ../settings/settings-edit.php:372
185
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
186
  msgstr ""
187
 
188
- #: ../settings/settings-edit.php:377
189
  msgid "Cron Report"
190
  msgstr ""
191
 
192
- #: ../settings/settings-edit.php:378
193
  msgid ""
194
  "Email to admin whenever a cron URL is triggered from your server. (Available "
195
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
196
  msgstr ""
197
 
198
- #: ../settings/settings-edit.php:389
199
  msgid ""
200
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
201
  "schedule-cron-emails/?"
@@ -203,7 +203,7 @@ msgid ""
203
  "Cron?</a>"
204
  msgstr ""
205
 
206
- #: ../settings/settings-edit.php:390
207
  msgid ""
208
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
209
  "schedule-cron-emails-in-cpanel/?"
@@ -211,7 +211,7 @@ msgid ""
211
  "job in cPanel</a>"
212
  msgstr ""
213
 
214
- #: ../settings/settings-edit.php:391
215
  msgid ""
216
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
217
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -219,7 +219,7 @@ msgid ""
219
  "job in Plesk</a>"
220
  msgstr ""
221
 
222
- #: ../settings/settings-edit.php:392
223
  msgid ""
224
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
225
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -227,6 +227,17 @@ msgid ""
227
  "does not support cron jobs?</a>"
228
  msgstr ""
229
 
 
 
 
 
 
 
 
 
 
 
 
230
  #: ../compose/compose-edit.php:61
231
  msgid "Successfully updated. "
232
  msgstr ""
@@ -235,7 +246,7 @@ msgstr ""
235
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
236
  msgstr ""
237
 
238
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
239
  #, php-format
240
  msgid ""
241
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -247,6 +258,13 @@ msgstr ""
247
  msgid "Successfully created. "
248
  msgstr ""
249
 
 
 
 
 
 
 
 
250
  #: ../help/help.php:178
251
  msgid "Get more help and tips..."
252
  msgstr ""
@@ -513,40 +531,40 @@ msgstr ""
513
  msgid "Email sent successfully. "
514
  msgstr ""
515
 
516
- #: ../classes/es-register.php:164
517
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
518
  msgstr ""
519
 
520
- #: ../classes/es-register.php:707
521
  msgctxt "timezone date format"
522
  msgid "Y-m-d"
523
  msgstr ""
524
 
525
- #: ../classes/es-register.php:737
526
  msgid "Post Notifications more often than Newsletter"
527
  msgstr ""
528
 
529
- #: ../classes/es-register.php:739
530
  msgid "Newsletter more often than Post Notifications"
531
  msgstr ""
532
 
533
- #: ../classes/es-register.php:741
534
  msgid "Post Notification &amp; Newsletter equally"
535
  msgstr ""
536
 
537
- #: ../classes/es-register.php:759
538
  msgid "Using Double Opt In"
539
  msgstr ""
540
 
541
- #: ../classes/es-register.php:761
542
  msgid "Using Single Opt In"
543
  msgstr ""
544
 
545
- #: ../classes/es-register.php:810
546
  msgid "Nah, I don't like improvements"
547
  msgstr ""
548
 
549
- #: ../classes/es-register.php:816
550
  msgid "Next"
551
  msgstr ""
552
 
@@ -669,7 +687,7 @@ msgstr "Wyłącz powiadomienia e-mail"
669
 
670
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
671
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
672
- #: 117 ../compose/compose-add.php:105
673
  msgid "Save"
674
  msgstr "Zapisz"
675
 
@@ -685,8 +703,8 @@ msgstr "Ups, wybrane dane nie istnieją."
685
  msgid "Selected record deleted."
686
  msgstr "Wybrany zapis został usunięty."
687
 
688
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
689
- #: classes/es-register.php:152
690
  msgid "Post Notifications"
691
  msgstr "Powiadomienia pocztowe"
692
 
@@ -704,7 +722,7 @@ msgstr ""
704
  "kiedy nowy wpis jest opublikowany na blogu."
705
 
706
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
707
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
708
  msgid "Email Subject"
709
  msgstr "Temat e-maila"
710
 
@@ -724,19 +742,19 @@ msgid "Notification Status"
724
  msgstr "Status powiadomienia"
725
 
726
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
727
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
728
  msgid "Edit"
729
  msgstr "Edytuj"
730
 
731
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
732
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
733
- #: php:102
734
  msgid "Delete"
735
  msgstr "Kasuj"
736
 
737
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
738
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
739
- #: 432 ../compose/compose-show.php:111
740
  msgid "No records available."
741
  msgstr "Brak dostępnych rekordów."
742
 
@@ -794,8 +812,8 @@ msgstr "Cron"
794
  msgid "User Roles"
795
  msgstr "Role użytkowników"
796
 
797
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
798
- #: register.php:158
799
  msgid "Settings"
800
  msgstr "Ustawienia"
801
 
@@ -803,11 +821,11 @@ msgstr "Ustawienia"
803
  msgid "Save Settings"
804
  msgstr "Zapisz ustawienia"
805
 
806
- #: ../settings/settings-edit.php:81
807
  msgid "Sender of Notifications"
808
  msgstr "Nadawca Powiadomień"
809
 
810
- #: ../settings/settings-edit.php:82
811
  msgid ""
812
  "Choose a FROM name and FROM email address for all the emails to be sent from "
813
  "this plugin."
@@ -815,38 +833,38 @@ msgstr ""
815
  "Wybierz z nazwę OD i adres e-mail OD dla wszystkich e-maili, które mają być "
816
  "wysyłane z tej wtyczki."
817
 
818
- #: ../settings/settings-edit.php:97
819
  msgid "1. WP HTML MAIL"
820
  msgstr "1. WP HTML MAIL"
821
 
822
- #: ../settings/settings-edit.php:98
823
  msgid "2. WP PLAINTEXT MAIL"
824
  msgstr "2. WP PLAINTEXT MAIL"
825
 
826
- #: ../settings/settings-edit.php:99
827
  msgid "3. PHP HTML MAIL"
828
  msgstr "3. PHP HTML MAIL"
829
 
830
- #: ../settings/settings-edit.php:100
831
  msgid "4. PHP PLAINTEXT MAIL"
832
  msgstr "4. PHP PLAINTEXT MAIL"
833
 
834
- #: ../settings/settings-edit.php:112
835
  msgid "Double Opt In"
836
  msgstr "Podwójne Opt-In"
837
 
838
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
839
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
840
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
841
  #: subscriber-edit.php:150
842
  msgid "Single Opt In"
843
  msgstr "Pojedyncze Ot-In"
844
 
845
- #: ../settings/settings-edit.php:119
846
  msgid "Image Size"
847
  msgstr "Rozmiar obrazu"
848
 
849
- #: ../settings/settings-edit.php:120
850
  msgid ""
851
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
852
  "Emails."
@@ -854,23 +872,23 @@ msgstr ""
854
  "Wybierz rozmiar obrazu dla ###POSTIMAGE### który będzie wyświetlany w E-"
855
  "mailu Powiadamiającym."
856
 
857
- #: ../settings/settings-edit.php:124
858
  msgid "Full Size"
859
  msgstr "Pełny rozmiar"
860
 
861
- #: ../settings/settings-edit.php:125
862
  msgid "Medium Size"
863
  msgstr "Średni rozmiar"
864
 
865
- #: ../settings/settings-edit.php:126
866
  msgid "Thumbnail"
867
  msgstr "Miniatura"
868
 
869
- #: ../settings/settings-edit.php:132
870
  msgid "Admin Email Addresses"
871
  msgstr "Adresy e-mail administratora"
872
 
873
- #: ../settings/settings-edit.php:133
874
  msgid ""
875
  "Enter the admin email addresses that should receive notifications (separated "
876
  "by comma)."
@@ -878,7 +896,7 @@ msgstr ""
878
  "Wprowadź adresy e-mail administratora na które powinny przychodzić "
879
  "powiadomienia (adresy oddzielaj przecinkami)."
880
 
881
- #: ../settings/settings-edit.php:140
882
  msgid ""
883
  "To send admin email notifications for the new subscriber. This option must "
884
  "be set to YES."
@@ -886,29 +904,29 @@ msgstr ""
886
  "By wysłać e-mail powiadamiający administratora o nowym subskrybencie ta "
887
  "opcja musi być ustawiona na YES (TAK)."
888
 
889
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
890
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
891
  msgid "YES"
892
  msgstr "TAK"
893
 
894
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
895
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
896
  msgid "NO"
897
  msgstr "NIE"
898
 
899
- #: ../settings/settings-edit.php:167
900
  msgid "Sent Report Subject"
901
  msgstr "Temat wysłanego raportu"
902
 
903
- #: ../settings/settings-edit.php:174
904
  msgid "Sent Report Content"
905
  msgstr "Treść wysłanego raportu"
906
 
907
- #: ../settings/settings-edit.php:201
908
  msgid "It is a readonly field and you are advised not to modify it."
909
  msgstr "Jest to pole tylko do odczytu i nie zaleca się go zmodyfikować."
910
 
911
- #: ../settings/settings-edit.php:208
912
  msgid ""
913
  "This text will be displayed once user clicks on email confirmation link from "
914
  "the Double Opt In (confirmation) Email."
@@ -916,7 +934,7 @@ msgstr ""
916
  "Ten tekst będzie wyświetlany gdy użytkownik kliknie na link z e-maila "
917
  "potwierdzającego w podwójnym Opt-In."
918
 
919
- #: ../settings/settings-edit.php:216
920
  msgid ""
921
  "To send welcome email to subscriber after successful signup. This option "
922
  "must be set to YES."
@@ -924,72 +942,72 @@ msgstr ""
924
  "By wysłać mail powitalny do subskrybenta po pomyślnej rejestracji ta opcja "
925
  "musi być ustawiona na YES (TAK)."
926
 
927
- #: ../settings/settings-edit.php:243
928
  msgid "Unsubscribe Link"
929
  msgstr "Link anulujący subskrypcję"
930
 
931
- #: ../settings/settings-edit.php:250
932
  msgid "Unsubscribe Text in Email"
933
  msgstr "Tekst anulujący subskrypcję w Email Subscribers"
934
 
935
- #: ../settings/settings-edit.php:257
936
  msgid "Text to display after an email address is unsubscribed"
937
  msgstr "Tekst do wyświetlenia po wyrejestrowaniu adresu e-mail"
938
 
939
- #: ../settings/settings-edit.php:272
940
  msgid "Error in the Unsubscribe Link"
941
  msgstr "Błąd w linku wyrejestrującym"
942
 
943
- #: ../settings/settings-edit.php:285
944
  msgid "Select user roles who can access following menus. Only Admin can change this."
945
  msgstr ""
946
  "Wybierz role użytkowników, którzy mają dostęp do następujących opcji. Tylko "
947
  "Administrator może to zmienić."
948
 
949
- #: ../settings/settings-edit.php:291
950
  msgid "Subscribers Menu"
951
  msgstr "Menu subskrybentów"
952
 
953
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
954
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
955
- #: settings/settings-edit.php:343
956
  msgid "Administrator Only"
957
  msgstr "Tylko dla administratora"
958
 
959
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
960
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
961
- #: settings/settings-edit.php:344
962
  msgid "Administrator/Editor"
963
  msgstr "Administrator/Edytor"
964
 
965
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
966
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
967
- #: settings/settings-edit.php:345
968
  msgid "Administrator/Editor/Author/Contributor"
969
  msgstr "Administrator/Edytor/Autor/Specjalista"
970
 
971
- #: ../settings/settings-edit.php:303
972
  msgid "Compose Menu"
973
  msgstr "Menu Kompozycji"
974
 
975
- #: ../settings/settings-edit.php:315
976
  msgid "Post Notifications Menu"
977
  msgstr "Menu Powiadomień"
978
 
979
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
980
- #: register.php:154 ../classes/es-register.php:155
981
  msgid "Newsletters"
982
  msgstr "Biuletyny"
983
 
984
- #: ../settings/settings-edit.php:339
985
  msgid "Reports Menu"
986
  msgstr "Menu raportów"
987
 
988
- #: ../settings/settings-edit.php:356
989
  msgid "Cron job URL"
990
  msgstr "URL zadania Cron"
991
 
992
- #: ../settings/settings-edit.php:357
993
  msgid ""
994
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
995
  "modify it."
@@ -997,35 +1015,35 @@ msgstr ""
997
  "To jest twoja procedura Cron URL. Jest to pole tylko do odczytu i nie "
998
  "zaleca się go modyfikować."
999
 
1000
- #: ../settings/settings-edit.php:366
1001
  msgid "Email Count"
1002
  msgstr "Ilość emaili"
1003
 
1004
- #: ../settings/settings-edit.php:367
1005
  msgid "Number of emails that you want to trigger per hour."
1006
  msgstr "Ilość e-maili, które mają być wyzwalane na godzinę."
1007
 
1008
- #: ../settings/settings-edit.php:388
1009
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1010
  msgstr "Czym jest Cron (automatyczne e-maile) i w jak skonfigurować procedurę Cron?"
1011
 
1012
- #: ../settings/settings-edit.php:507
1013
  msgid "Please enter sender of notifications from name."
1014
  msgstr "Proszę podać nadawcę powiadomień po nazwie."
1015
 
1016
- #: ../settings/settings-edit.php:512
1017
  msgid "Please enter sender of notifications from email."
1018
  msgstr "Proszę podać nadawcę powiadomień po adresie e-mail."
1019
 
1020
- #: ../settings/settings-edit.php:556
1021
  msgid "Please enter valid mail count."
1022
  msgstr "Proszę podać poprawną liczbę e-maili."
1023
 
1024
- #: ../settings/settings-edit.php:569
1025
  msgid "Settings Saved."
1026
  msgstr "Ustawienia zapisane."
1027
 
1028
- #: ../settings/settings-edit.php:572
1029
  msgid "Oops, unable to update."
1030
  msgstr "Ups, nie można zaktualizować."
1031
 
@@ -1041,11 +1059,7 @@ msgstr "Synchronizacja tabeli wtyczek"
1041
  msgid "Click to sync tables"
1042
  msgstr "Kliknij by synchronizować tabele"
1043
 
1044
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1045
- msgid "Preview Mail"
1046
- msgstr "Podgląd poczty"
1047
-
1048
- #: ../sentmail/sentmail-preview.php:42
1049
  msgid "Back"
1050
  msgstr "Cofnij"
1051
 
@@ -1061,8 +1075,8 @@ msgstr " &lt;&lt; "
1061
  msgid " &gt;&gt; "
1062
  msgstr " &gt;&gt; "
1063
 
1064
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1065
- #: register.php:161
1066
  msgid "Reports"
1067
  msgstr "Raporty"
1068
 
@@ -1075,7 +1089,8 @@ msgid "View Reports"
1075
  msgstr "Pokaż raporty"
1076
 
1077
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1078
- #: compose/compose-show.php:103
 
1079
  msgid "Preview"
1080
  msgstr "Podgląd"
1081
 
@@ -1086,7 +1101,7 @@ msgstr "Typ"
1086
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1087
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1088
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1089
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1090
  msgid "Status"
1091
  msgstr "Status"
1092
 
@@ -1306,8 +1321,8 @@ msgstr "Status subskrybentów zaktualizowano."
1306
  msgid "Please select New Status to update."
1307
  msgstr "Proszę wybrać Nowy Status do aktualizacji."
1308
 
1309
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1310
- #: classes/es-register.php:146
1311
  msgid "Subscribers"
1312
  msgstr "Subskrybujący"
1313
 
@@ -1392,7 +1407,7 @@ msgid "Email Address"
1392
  msgstr "Adres E-mail"
1393
 
1394
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1395
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1396
  msgid "Name"
1397
  msgstr "Nazwa"
1398
 
@@ -1595,15 +1610,15 @@ msgstr "Wprowadź Temat e-maila"
1595
  msgid "Enter Content for your Email"
1596
  msgstr "Wprowadź treść e-maila"
1597
 
1598
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1599
  msgid "Available Keywords"
1600
  msgstr "Dostępne słowa kluczowe"
1601
 
1602
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1603
  msgid "Published"
1604
  msgstr "Opublikowane"
1605
 
1606
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1607
  msgid "Please select your mail status"
1608
  msgstr "Proszę wybierz status twojego maila"
1609
 
@@ -1611,16 +1626,16 @@ msgstr "Proszę wybierz status twojego maila"
1611
  msgid "Add new Email"
1612
  msgstr "Dodaj nowy e-mail"
1613
 
1614
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1615
- #: register.php:149
1616
  msgid "Compose"
1617
  msgstr "Układ"
1618
 
1619
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1620
  msgid "Email Template"
1621
  msgstr "Szablon e-mail"
1622
 
1623
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1624
  msgid "Actions"
1625
  msgstr "Działania"
1626
 
@@ -1651,7 +1666,7 @@ msgstr ""
1651
  "Dziękujemy za zainstalowanie i mamy nadzieję, że będziesz zadowolony z "
1652
  "używania Email Subscribers."
1653
 
1654
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1655
  #: php:38
1656
  msgid "Subscribe"
1657
  msgstr "Subskrypcja"
@@ -1788,18 +1803,6 @@ msgstr "Wyślij mail"
1788
  msgid "Reset"
1789
  msgstr "Nastawić"
1790
 
1791
- #: ../base/es-defined.php:32
1792
- msgid ""
1793
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1794
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1795
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1796
- "</a> rating. A huge thank you from Icegram in advance!"
1797
- msgstr ""
1798
- "Jeżeli lubisz <strong>Email Subscribers</strong>, rozważ proszę ocenienie "
1799
- "nas <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1800
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1801
- "</a>. Z góry dziękujemy, Icegram!"
1802
-
1803
  #: ../classes/es-common.php:13
1804
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1805
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Zatwierdzony</span>"
@@ -1845,46 +1848,46 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1845
  msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
1846
 
1847
  #. Name of the plugin
1848
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1849
- #: register.php:724
1850
  msgid "Email Subscribers"
1851
  msgstr "Email Subscribers"
1852
 
1853
- #: ../classes/es-register.php:163
1854
  msgid "Help & Info"
1855
  msgstr "Pomoc i Informacje"
1856
 
1857
- #: ../classes/es-register.php:175
1858
  msgctxt "view-subscriber-enhanced-select"
1859
  msgid "Please enter subscriber email address."
1860
  msgstr "Proszę wprowadź adres e-mail subskrybenta."
1861
 
1862
- #: ../classes/es-register.php:176
1863
  msgctxt "view-subscriber-enhanced-select"
1864
  msgid "Please select subscriber email status."
1865
  msgstr "Proszę wybierz status e-maila subskrybenta."
1866
 
1867
- #: ../classes/es-register.php:177
1868
  msgctxt "view-subscriber-enhanced-select"
1869
  msgid "Please select or create group for this subscriber."
1870
  msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
1871
 
1872
- #: ../classes/es-register.php:178
1873
  msgctxt "view-subscriber-enhanced-select"
1874
  msgid "Do you want to delete this record?"
1875
  msgstr "Czy chcesz usunąć ten rekord?"
1876
 
1877
- #: ../classes/es-register.php:179
1878
  msgctxt "view-subscriber-enhanced-select"
1879
  msgid "Please select the bulk action."
1880
  msgstr "Proszę wybierz masowe działanie."
1881
 
1882
- #: ../classes/es-register.php:180
1883
  msgctxt "view-subscriber-enhanced-select"
1884
  msgid "Are you sure you want to delete selected records?"
1885
  msgstr "Jesteś pewien, że chcesz usunąć zaznaczone rekordy?"
1886
 
1887
- #: ../classes/es-register.php:181
1888
  msgctxt "view-subscriber-enhanced-select"
1889
  msgid ""
1890
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1893,27 +1896,27 @@ msgstr ""
1893
  "Czy chcesz, aby ponownie wysłać e-mail potwierdzający? \\nZaktualizuje to "
1894
  "aktualny status subskrybenta na \"Niepotwierdzone\"."
1895
 
1896
- #: ../classes/es-register.php:182
1897
  msgctxt "view-subscriber-enhanced-select"
1898
  msgid "Please select new subscriber group."
1899
  msgstr "Proszę wybrać nową grupę subskrybenta."
1900
 
1901
- #: ../classes/es-register.php:183
1902
  msgctxt "view-subscriber-enhanced-select"
1903
  msgid "Please select new status for subscribers"
1904
  msgstr "Proszę wskaż nowy status dla subskrybentów"
1905
 
1906
- #: ../classes/es-register.php:184
1907
  msgctxt "view-subscriber-enhanced-select"
1908
  msgid "Do you want to update subscribers group?"
1909
  msgstr "Czy chcesz zaktualizować grupę subskrybentów?"
1910
 
1911
- #: ../classes/es-register.php:185
1912
  msgctxt "view-subscriber-enhanced-select"
1913
  msgid "Do you want to update subscribers status?"
1914
  msgstr "Czy chcesz zaktualizować statusy subskrybentów?"
1915
 
1916
- #: ../classes/es-register.php:186
1917
  msgctxt "view-subscriber-enhanced-select"
1918
  msgid ""
1919
  "Please select only csv file. Please check official website for csv structure."
@@ -1922,99 +1925,99 @@ msgstr ""
1922
  "Proszę wybrać tylko plik CSV. Proszę sprawdzić strukturę pliku CSV na "
1923
  "oficjalnej stronie."
1924
 
1925
- #: ../classes/es-register.php:194
1926
  msgctxt "compose-enhanced-select"
1927
  msgid "Please enter the Email Subject."
1928
  msgstr "Proszę, wprowadź Temat e-maila."
1929
 
1930
- #: ../classes/es-register.php:195
1931
  msgctxt "compose-enhanced-select"
1932
  msgid "Do you want to delete this record?"
1933
  msgstr "Czy chcesz usunąć ten rekord?"
1934
 
1935
- #: ../classes/es-register.php:203
1936
  msgctxt "notification-enhanced-select"
1937
  msgid "Please select subscribers group."
1938
  msgstr "Proszę wybrać grupę subskrybentów."
1939
 
1940
- #: ../classes/es-register.php:204
1941
  msgctxt "notification-enhanced-select"
1942
  msgid "Please select notification mail subject. Use compose menu to create new."
1943
  msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
1944
 
1945
- #: ../classes/es-register.php:205
1946
  msgctxt "notification-enhanced-select"
1947
  msgid "Please select notification status."
1948
  msgstr "Proszę wybierz stan powiadomienia."
1949
 
1950
- #: ../classes/es-register.php:206
1951
  msgctxt "notification-enhanced-select"
1952
  msgid "Do you want to delete this record?"
1953
  msgstr "Czy chcesz usunąć ten rekord?"
1954
 
1955
- #: ../classes/es-register.php:214
1956
  msgctxt "sendmail-enhanced-select"
1957
  msgid "Please select your mail subject."
1958
  msgstr "Proszę wybierz temat twojego maila."
1959
 
1960
- #: ../classes/es-register.php:215
1961
  msgctxt "sendmail-enhanced-select"
1962
  msgid "Please select your mail type."
1963
  msgstr "Proszę wybrać typ maila."
1964
 
1965
- #: ../classes/es-register.php:216
1966
  msgctxt "sendmail-enhanced-select"
1967
  msgid ""
1968
  "Have you double checked your selected group? If so, let's go ahead and send "
1969
  "this."
1970
  msgstr "Sprawdziłeś dwukrotnie wybraną grupę? Jeżeli tak to weź i wyślij."
1971
 
1972
- #: ../classes/es-register.php:224
1973
  msgctxt "sentmail-enhanced-select"
1974
  msgid "Do you want to delete this record?"
1975
  msgstr "Czy chcesz usunąć ten rekord?"
1976
 
1977
- #: ../classes/es-register.php:225
1978
  msgctxt "sentmail-enhanced-select"
1979
  msgid "Do you want to delete all records except latest 10?"
1980
  msgstr "Czy chcesz usunąć wszystkie rekordy, za wyjątkiem ostatnich 10-iu?"
1981
 
1982
- #: ../classes/es-register.php:233
1983
  msgctxt "cron-enhanced-select"
1984
  msgid "Please select enter number of mails you want to send per hour/trigger."
1985
  msgstr "Proszę wprowadzić ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
1986
 
1987
- #: ../classes/es-register.php:234
1988
  msgctxt "cron-enhanced-select"
1989
  msgid "Please enter the mail count, only number."
1990
  msgstr "Proszę podać liczbę maili, tylko numer."
1991
 
1992
- #: ../classes/es-register.php:247
1993
  msgctxt "widget-enhanced-select"
1994
  msgid "Please enter email address"
1995
  msgstr "Proszę wprowadź adres mailowy"
1996
 
1997
- #: ../classes/es-register.php:248
1998
  msgctxt "widget-enhanced-select"
1999
  msgid "Please provide a valid email address"
2000
  msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
2001
 
2002
- #: ../classes/es-register.php:249
2003
  msgctxt "widget-enhanced-select"
2004
  msgid "loading..."
2005
  msgstr "ładuję…"
2006
 
2007
- #: ../classes/es-register.php:250
2008
  msgctxt "widget-enhanced-select"
2009
  msgid "Cannot create XMLHTTP instance"
2010
  msgstr "Nie można utworzyć instancji XMLHTTP"
2011
 
2012
- #: ../classes/es-register.php:251
2013
  msgctxt "widget-enhanced-select"
2014
  msgid "Successfully Subscribed."
2015
  msgstr "Zarejestrowano subskrypcję."
2016
 
2017
- #: ../classes/es-register.php:252
2018
  msgctxt "widget-enhanced-select"
2019
  msgid ""
2020
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2025,57 +2028,57 @@ msgstr ""
2025
  "pocztę w skrzynce pocztowej i potwierdzić subskrypcję. Jeśli nie widać "
2026
  "wiadomości w skrzynce pocztowej, należy sprawdzić folder spam."
2027
 
2028
- #: ../classes/es-register.php:253
2029
  msgctxt "widget-enhanced-select"
2030
  msgid "Email Address already exists!"
2031
  msgstr "Adres email już istnieje!"
2032
 
2033
- #: ../classes/es-register.php:254
2034
  msgctxt "widget-enhanced-select"
2035
  msgid "Oops.. Unexpected error occurred."
2036
  msgstr "Ups… Wystąpił nieoczekiwany błąd."
2037
 
2038
- #: ../classes/es-register.php:255
2039
  msgctxt "widget-enhanced-select"
2040
  msgid "Invalid email address"
2041
  msgstr "Niepoprawny adres email"
2042
 
2043
- #: ../classes/es-register.php:256
2044
  msgctxt "widget-enhanced-select"
2045
  msgid "Please try after some time"
2046
  msgstr "Spróbuj po pewnym czasie"
2047
 
2048
- #: ../classes/es-register.php:257
2049
  msgctxt "widget-enhanced-select"
2050
  msgid "There was a problem with the request"
2051
  msgstr "Wystąpił problem z żądaniem"
2052
 
2053
- #: ../classes/es-register.php:264
2054
  msgctxt "widget-page-enhanced-select"
2055
  msgid "Please enter email address"
2056
  msgstr "Proszę wprowadź adres mailowy"
2057
 
2058
- #: ../classes/es-register.php:265
2059
  msgctxt "widget-page-enhanced-select"
2060
  msgid "Please provide a valid email address"
2061
  msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
2062
 
2063
- #: ../classes/es-register.php:266
2064
  msgctxt "widget-page-enhanced-select"
2065
  msgid "loading..."
2066
  msgstr "wczytuję…"
2067
 
2068
- #: ../classes/es-register.php:267
2069
  msgctxt "widget-page-enhanced-select"
2070
  msgid "Cannot create XMLHTTP instance"
2071
  msgstr "Nie można utworzyć instancji XMLHTTP"
2072
 
2073
- #: ../classes/es-register.php:268
2074
  msgctxt "widget-page-enhanced-select"
2075
  msgid "Successfully Subscribed."
2076
  msgstr "Zarejestrowano subskrypcję."
2077
 
2078
- #: ../classes/es-register.php:269
2079
  msgctxt "widget-page-enhanced-select"
2080
  msgid ""
2081
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2086,134 +2089,146 @@ msgstr ""
2086
  "pocztę w skrzynce pocztowej i potwierdzić subskrypcję. Jeśli nie widać "
2087
  "wiadomości w skrzynce pocztowej, należy sprawdzić folder spam."
2088
 
2089
- #: ../classes/es-register.php:270
2090
  msgctxt "widget-page-enhanced-select"
2091
  msgid "Email Address already exists!"
2092
  msgstr "Adres email już istnieje!"
2093
 
2094
- #: ../classes/es-register.php:271
2095
  msgctxt "widget-page-enhanced-select"
2096
  msgid "Oops.. Unexpected error occurred."
2097
  msgstr "Ups… Wystąpił nieoczekiwany błąd."
2098
 
2099
- #: ../classes/es-register.php:272
2100
  msgctxt "widget-page-enhanced-select"
2101
  msgid "Invalid email address"
2102
  msgstr "Niepoprawny adres email"
2103
 
2104
- #: ../classes/es-register.php:273
2105
  msgctxt "widget-page-enhanced-select"
2106
  msgid "Please try after some time"
2107
  msgstr "Spróbuj po pewnym czasie"
2108
 
2109
- #: ../classes/es-register.php:274
2110
  msgctxt "widget-page-enhanced-select"
2111
  msgid "There was a problem with the request"
2112
  msgstr "Wystąpił problem z żądaniem"
2113
 
2114
- #: ../classes/es-register.php:724
2115
  msgid "is getting even better!"
2116
  msgstr "idzie ku lepszemu!"
2117
 
2118
- #: ../classes/es-register.php:725
2119
  msgid "But I need you to"
2120
  msgstr "Ale potrzebuję ciebie do"
2121
 
2122
- #: ../classes/es-register.php:725
2123
  msgid "help me prioritize"
2124
  msgstr "pomóż mi zdecydować, który wziąć pierwszy"
2125
 
2126
- #: ../classes/es-register.php:725
2127
  msgid "Please send your response today."
2128
  msgstr "Proszę prześlij odpowiedź dzisiaj."
2129
 
2130
- #: ../classes/es-register.php:732
2131
  msgid "Here's how you use ES:"
2132
  msgstr "Oto jak używasz ES:"
2133
 
2134
- #: ../classes/es-register.php:745
2135
  msgid "Have "
2136
  msgstr "Mam "
2137
 
2138
- #: ../classes/es-register.php:745
2139
  msgid " Active Subscribers"
2140
  msgstr " Aktywni Subskrybenci"
2141
 
2142
- #: ../classes/es-register.php:746
2143
  msgid "Post "
2144
  msgstr "Wpis "
2145
 
2146
- #: ../classes/es-register.php:746
2147
  msgid " blog per week"
2148
  msgstr " blog na tydzień"
2149
 
2150
- #: ../classes/es-register.php:750
2151
  msgid "Send emails via Cron"
2152
  msgstr "Wyślij e-mail przez zadanie Cron"
2153
 
2154
- #: ../classes/es-register.php:752
2155
  msgid "Send emails Immediately"
2156
  msgstr "Wyślij e-mail natychmiast"
2157
 
2158
- #: ../classes/es-register.php:779
2159
  msgid "How soon do you want these new features?"
2160
  msgstr "Jak szybko chcesz te nowe funkcje?"
2161
 
2162
- #: ../classes/es-register.php:783
2163
  msgid "Beautiful Email Designs"
2164
  msgstr "Piękne wzory e-maila"
2165
 
2166
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2167
- #: register.php:794 ../classes/es-register.php:799
2168
  msgid "Right now!"
2169
  msgstr "Teraz!"
2170
 
2171
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2172
- #: register.php:795 ../classes/es-register.php:800
2173
  msgid "Soon"
2174
  msgstr "Wkrótce"
2175
 
2176
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2177
- #: register.php:796 ../classes/es-register.php:801
2178
  msgid "Later"
2179
  msgstr "Później"
2180
 
2181
- #: ../classes/es-register.php:788
2182
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2183
  msgstr "Kontrola spamu, planowanie ... (lepsza poczta e-mail)"
2184
 
2185
- #: ../classes/es-register.php:793
2186
  msgid "Discard Fake / Bouncing Emails"
2187
  msgstr "Odrzuć fałszywe / odbijanie wiadomości e-mail"
2188
 
2189
- #: ../classes/es-register.php:798
2190
  msgid "Advanced Reporting"
2191
  msgstr "Raportowanie zaawansowane"
2192
 
2193
- #: ../classes/es-register.php:826
2194
  msgid "Thank you!"
2195
  msgstr "Dziękuję!"
2196
 
2197
- #: ../classes/es-register.php:827
2198
  msgid "No issues, have a nice day!"
2199
  msgstr "Nie ma problemów, miłego dnia!"
2200
 
2201
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2202
  msgid "Email *"
2203
  msgstr "E-mail *"
2204
 
2205
- #: ../classes/es-register.php:1035
2206
  msgid "Widget Title"
2207
  msgstr "Tytuł wtyczki"
2208
 
2209
- #: ../classes/es-register.php:1039
2210
  msgid "Short description about subscription form"
2211
  msgstr "Krótki opis formularza subskrypcji"
2212
 
2213
- #: ../classes/es-register.php:1043
2214
  msgid "Display Name Field"
2215
  msgstr "Wyświetl nazwę pola"
2216
 
2217
- #: ../classes/es-register.php:1050
2218
  msgid "Subscriber Group"
2219
  msgstr "Grupa subskrybenta"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:37 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
28
  msgid "https://www.icegram.com"
29
  msgstr ""
30
 
31
+ #: ../email-subscribers.php:75
32
  msgctxt "timezone date format"
33
  msgid "Y-m-d H:i:s"
34
  msgstr ""
35
 
36
+ #: ../settings/settings-edit.php:89
37
  msgid "Email Type"
38
  msgstr ""
39
 
40
+ #: ../settings/settings-edit.php:90
41
  msgid ""
42
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
43
  "Option 3 & 4 is to send emails with PHP method mail()."
44
  msgstr ""
45
 
46
+ #: ../settings/settings-edit.php:104
47
  msgid "Opt-In Type"
48
  msgstr ""
49
 
50
+ #: ../settings/settings-edit.php:105
51
  msgid ""
52
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
53
  "soon as they subscribe to your list. They have to confirm their subscription "
56
  "directly in the list."
57
  msgstr ""
58
 
59
+ #: ../settings/settings-edit.php:136
60
  msgid "Notify Admin when a new subscriber signs up"
61
  msgstr ""
62
 
63
+ #: ../settings/settings-edit.php:149
64
  msgid "Admin Email Subject on new subscriber sign up"
65
  msgstr ""
66
 
67
+ #: ../settings/settings-edit.php:150
68
  msgid ""
69
  "Subject for the admin email whenever a new subscriber signs up and is "
70
  "confirmed."
71
  msgstr ""
72
 
73
+ #: ../settings/settings-edit.php:156
74
  msgid "Admin Email Content on new subscriber signs up"
75
  msgstr ""
76
 
77
+ #: ../settings/settings-edit.php:157
78
  msgid ""
79
  "Content for the admin email whenever a new subscriber signs up and is "
80
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
81
  msgstr ""
82
 
83
+ #: ../settings/settings-edit.php:165
84
  msgid "Subject for the email report which will be sent to admin."
85
  msgstr ""
86
 
87
+ #: ../settings/settings-edit.php:172
88
  msgid ""
89
  "Content for the email report which will be sent to admin.<br />(Available "
90
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
91
  msgstr ""
92
 
93
+ #: ../settings/settings-edit.php:183
94
  msgid "Double Opt-In Email Subject (Confirmation Email)"
95
  msgstr ""
96
 
97
+ #: ../settings/settings-edit.php:184
98
  msgid ""
99
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
100
  "subscriber signs up."
101
  msgstr ""
102
 
103
+ #: ../settings/settings-edit.php:190
104
  msgid "Double Opt-In Email Content (Confirmation Email)"
105
  msgstr ""
106
 
107
+ #: ../settings/settings-edit.php:191
108
  msgid ""
109
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
110
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
111
  msgstr ""
112
 
113
+ #: ../settings/settings-edit.php:197
114
  msgid "Double Opt-In Confirmation Link"
115
  msgstr ""
116
 
117
+ #: ../settings/settings-edit.php:204
118
  msgid ""
119
  "Text to display after an email address is successfully subscribed from "
120
  "Double Opt-In (Confirmation) Email"
121
  msgstr ""
122
 
123
+ #: ../settings/settings-edit.php:212
124
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
125
  msgstr ""
126
 
127
+ #: ../settings/settings-edit.php:224
128
  msgid "Subject for Welcome Email"
129
  msgstr ""
130
 
131
+ #: ../settings/settings-edit.php:225
132
  msgid ""
133
  "Subject for the subscriber welcome email. This will be sent whenever a "
134
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
135
  "Opt-In) successfully."
136
  msgstr ""
137
 
138
+ #: ../settings/settings-edit.php:231
139
  msgid "Email Content for Welcome Email"
140
  msgstr ""
141
 
142
+ #: ../settings/settings-edit.php:232
143
  msgid ""
144
  "Content for the subscriber welcome email whenever a user's email is either "
145
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
146
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
147
  msgstr ""
148
 
149
+ #: ../settings/settings-edit.php:241
150
  msgid ""
151
  "This unsubscribe link is automatically added to all the emails that are sent "
152
  "from this plugin. It is a readonly field and you are advised not to modify "
153
  "it."
154
  msgstr ""
155
 
156
+ #: ../settings/settings-edit.php:248
157
  msgid ""
158
  "The text for the unsubscribe link. This text is automatically added with "
159
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
160
  msgstr ""
161
 
162
+ #: ../settings/settings-edit.php:255
163
  msgid ""
164
  "This text will be displayed once user clicks on unsubscribe link from the "
165
  "email."
166
  msgstr ""
167
 
168
+ #: ../settings/settings-edit.php:262
169
  msgid "Error in the Subscribe / Confirmation Link"
170
  msgstr ""
171
 
172
+ #: ../settings/settings-edit.php:263
173
  msgid ""
174
  "Default message to display if there is any issue while clicking on subscribe "
175
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
176
  msgstr ""
177
 
178
+ #: ../settings/settings-edit.php:270
179
  msgid ""
180
  "Default message to display if there is any issue while clicking on "
181
  "unsubscribe link from the emails."
182
  msgstr ""
183
 
184
+ #: ../settings/settings-edit.php:369
185
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
186
  msgstr ""
187
 
188
+ #: ../settings/settings-edit.php:374
189
  msgid "Cron Report"
190
  msgstr ""
191
 
192
+ #: ../settings/settings-edit.php:375
193
  msgid ""
194
  "Email to admin whenever a cron URL is triggered from your server. (Available "
195
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
196
  msgstr ""
197
 
198
+ #: ../settings/settings-edit.php:386
199
  msgid ""
200
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
201
  "schedule-cron-emails/?"
203
  "Cron?</a>"
204
  msgstr ""
205
 
206
+ #: ../settings/settings-edit.php:387
207
  msgid ""
208
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
209
  "schedule-cron-emails-in-cpanel/?"
211
  "job in cPanel</a>"
212
  msgstr ""
213
 
214
+ #: ../settings/settings-edit.php:388
215
  msgid ""
216
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
217
  "schedule-cron-emails-in-parallels-plesk/?"
219
  "job in Plesk</a>"
220
  msgstr ""
221
 
222
+ #: ../settings/settings-edit.php:389
223
  msgid ""
224
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
225
  "if-hosting-doesnt-support-cron-jobs/?"
227
  "does not support cron jobs?</a>"
228
  msgstr ""
229
 
230
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
231
+ msgid "Preview Email"
232
+ msgstr ""
233
+
234
+ #: ../sentmail/sentmail-preview.php:31
235
+ msgid ""
236
+ "This is how the email you sent may look. <br>Note: Different email services "
237
+ "(like gmail, yahoo etc) display email content differently. So there could be "
238
+ "a slight variation on how your customer will view the email content."
239
+ msgstr ""
240
+
241
  #: ../compose/compose-edit.php:61
242
  msgid "Successfully updated. "
243
  msgstr ""
246
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
247
  msgstr ""
248
 
249
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
250
  #, php-format
251
  msgid ""
252
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
258
  msgid "Successfully created. "
259
  msgstr ""
260
 
261
+ #: ../compose/compose-preview.php:31
262
+ msgid ""
263
+ "This is how your email may look. <br>Note: Different email services (like "
264
+ "gmail, yahoo etc) display email content differently. So there could be a "
265
+ "slight variation on how your customer will view the email content."
266
+ msgstr ""
267
+
268
  #: ../help/help.php:178
269
  msgid "Get more help and tips..."
270
  msgstr ""
531
  msgid "Email sent successfully. "
532
  msgstr ""
533
 
534
+ #: ../classes/es-register.php:193
535
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
536
  msgstr ""
537
 
538
+ #: ../classes/es-register.php:765
539
  msgctxt "timezone date format"
540
  msgid "Y-m-d"
541
  msgstr ""
542
 
543
+ #: ../classes/es-register.php:795
544
  msgid "Post Notifications more often than Newsletter"
545
  msgstr ""
546
 
547
+ #: ../classes/es-register.php:797
548
  msgid "Newsletter more often than Post Notifications"
549
  msgstr ""
550
 
551
+ #: ../classes/es-register.php:799
552
  msgid "Post Notification &amp; Newsletter equally"
553
  msgstr ""
554
 
555
+ #: ../classes/es-register.php:817
556
  msgid "Using Double Opt In"
557
  msgstr ""
558
 
559
+ #: ../classes/es-register.php:819
560
  msgid "Using Single Opt In"
561
  msgstr ""
562
 
563
+ #: ../classes/es-register.php:868
564
  msgid "Nah, I don't like improvements"
565
  msgstr ""
566
 
567
+ #: ../classes/es-register.php:874
568
  msgid "Next"
569
  msgstr ""
570
 
687
 
688
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
689
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
690
+ #: 123 ../compose/compose-add.php:105
691
  msgid "Save"
692
  msgstr "Zapisz"
693
 
703
  msgid "Selected record deleted."
704
  msgstr "Wybrany zapis został usunięty."
705
 
706
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
707
+ #: classes/es-register.php:181
708
  msgid "Post Notifications"
709
  msgstr "Powiadomienia pocztowe"
710
 
722
  "kiedy nowy wpis jest opublikowany na blogu."
723
 
724
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
725
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
726
  msgid "Email Subject"
727
  msgstr "Temat e-maila"
728
 
742
  msgstr "Status powiadomienia"
743
 
744
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
745
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
746
  msgid "Edit"
747
  msgstr "Edytuj"
748
 
749
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
750
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
751
+ #: php:104
752
  msgid "Delete"
753
  msgstr "Kasuj"
754
 
755
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
756
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
757
+ #: 432 ../compose/compose-show.php:117
758
  msgid "No records available."
759
  msgstr "Brak dostępnych rekordów."
760
 
812
  msgid "User Roles"
813
  msgstr "Role użytkowników"
814
 
815
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
816
+ #: register.php:187
817
  msgid "Settings"
818
  msgstr "Ustawienia"
819
 
821
  msgid "Save Settings"
822
  msgstr "Zapisz ustawienia"
823
 
824
+ #: ../settings/settings-edit.php:78
825
  msgid "Sender of Notifications"
826
  msgstr "Nadawca Powiadomień"
827
 
828
+ #: ../settings/settings-edit.php:79
829
  msgid ""
830
  "Choose a FROM name and FROM email address for all the emails to be sent from "
831
  "this plugin."
833
  "Wybierz z nazwę OD i adres e-mail OD dla wszystkich e-maili, które mają być "
834
  "wysyłane z tej wtyczki."
835
 
836
+ #: ../settings/settings-edit.php:94
837
  msgid "1. WP HTML MAIL"
838
  msgstr "1. WP HTML MAIL"
839
 
840
+ #: ../settings/settings-edit.php:95
841
  msgid "2. WP PLAINTEXT MAIL"
842
  msgstr "2. WP PLAINTEXT MAIL"
843
 
844
+ #: ../settings/settings-edit.php:96
845
  msgid "3. PHP HTML MAIL"
846
  msgstr "3. PHP HTML MAIL"
847
 
848
+ #: ../settings/settings-edit.php:97
849
  msgid "4. PHP PLAINTEXT MAIL"
850
  msgstr "4. PHP PLAINTEXT MAIL"
851
 
852
+ #: ../settings/settings-edit.php:109
853
  msgid "Double Opt In"
854
  msgstr "Podwójne Opt-In"
855
 
856
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
857
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
858
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
859
  #: subscriber-edit.php:150
860
  msgid "Single Opt In"
861
  msgstr "Pojedyncze Ot-In"
862
 
863
+ #: ../settings/settings-edit.php:116
864
  msgid "Image Size"
865
  msgstr "Rozmiar obrazu"
866
 
867
+ #: ../settings/settings-edit.php:117
868
  msgid ""
869
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
870
  "Emails."
872
  "Wybierz rozmiar obrazu dla ###POSTIMAGE### który będzie wyświetlany w E-"
873
  "mailu Powiadamiającym."
874
 
875
+ #: ../settings/settings-edit.php:121
876
  msgid "Full Size"
877
  msgstr "Pełny rozmiar"
878
 
879
+ #: ../settings/settings-edit.php:122
880
  msgid "Medium Size"
881
  msgstr "Średni rozmiar"
882
 
883
+ #: ../settings/settings-edit.php:123
884
  msgid "Thumbnail"
885
  msgstr "Miniatura"
886
 
887
+ #: ../settings/settings-edit.php:129
888
  msgid "Admin Email Addresses"
889
  msgstr "Adresy e-mail administratora"
890
 
891
+ #: ../settings/settings-edit.php:130
892
  msgid ""
893
  "Enter the admin email addresses that should receive notifications (separated "
894
  "by comma)."
896
  "Wprowadź adresy e-mail administratora na które powinny przychodzić "
897
  "powiadomienia (adresy oddzielaj przecinkami)."
898
 
899
+ #: ../settings/settings-edit.php:137
900
  msgid ""
901
  "To send admin email notifications for the new subscriber. This option must "
902
  "be set to YES."
904
  "By wysłać e-mail powiadamiający administratora o nowym subskrybencie ta "
905
  "opcja musi być ustawiona na YES (TAK)."
906
 
907
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
908
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
909
  msgid "YES"
910
  msgstr "TAK"
911
 
912
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
913
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
914
  msgid "NO"
915
  msgstr "NIE"
916
 
917
+ #: ../settings/settings-edit.php:164
918
  msgid "Sent Report Subject"
919
  msgstr "Temat wysłanego raportu"
920
 
921
+ #: ../settings/settings-edit.php:171
922
  msgid "Sent Report Content"
923
  msgstr "Treść wysłanego raportu"
924
 
925
+ #: ../settings/settings-edit.php:198
926
  msgid "It is a readonly field and you are advised not to modify it."
927
  msgstr "Jest to pole tylko do odczytu i nie zaleca się go zmodyfikować."
928
 
929
+ #: ../settings/settings-edit.php:205
930
  msgid ""
931
  "This text will be displayed once user clicks on email confirmation link from "
932
  "the Double Opt In (confirmation) Email."
934
  "Ten tekst będzie wyświetlany gdy użytkownik kliknie na link z e-maila "
935
  "potwierdzającego w podwójnym Opt-In."
936
 
937
+ #: ../settings/settings-edit.php:213
938
  msgid ""
939
  "To send welcome email to subscriber after successful signup. This option "
940
  "must be set to YES."
942
  "By wysłać mail powitalny do subskrybenta po pomyślnej rejestracji ta opcja "
943
  "musi być ustawiona na YES (TAK)."
944
 
945
+ #: ../settings/settings-edit.php:240
946
  msgid "Unsubscribe Link"
947
  msgstr "Link anulujący subskrypcję"
948
 
949
+ #: ../settings/settings-edit.php:247
950
  msgid "Unsubscribe Text in Email"
951
  msgstr "Tekst anulujący subskrypcję w Email Subscribers"
952
 
953
+ #: ../settings/settings-edit.php:254
954
  msgid "Text to display after an email address is unsubscribed"
955
  msgstr "Tekst do wyświetlenia po wyrejestrowaniu adresu e-mail"
956
 
957
+ #: ../settings/settings-edit.php:269
958
  msgid "Error in the Unsubscribe Link"
959
  msgstr "Błąd w linku wyrejestrującym"
960
 
961
+ #: ../settings/settings-edit.php:282
962
  msgid "Select user roles who can access following menus. Only Admin can change this."
963
  msgstr ""
964
  "Wybierz role użytkowników, którzy mają dostęp do następujących opcji. Tylko "
965
  "Administrator może to zmienić."
966
 
967
+ #: ../settings/settings-edit.php:288
968
  msgid "Subscribers Menu"
969
  msgstr "Menu subskrybentów"
970
 
971
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
972
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
973
+ #: settings/settings-edit.php:340
974
  msgid "Administrator Only"
975
  msgstr "Tylko dla administratora"
976
 
977
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
978
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
979
+ #: settings/settings-edit.php:341
980
  msgid "Administrator/Editor"
981
  msgstr "Administrator/Edytor"
982
 
983
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
984
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
985
+ #: settings/settings-edit.php:342
986
  msgid "Administrator/Editor/Author/Contributor"
987
  msgstr "Administrator/Edytor/Autor/Specjalista"
988
 
989
+ #: ../settings/settings-edit.php:300
990
  msgid "Compose Menu"
991
  msgstr "Menu Kompozycji"
992
 
993
+ #: ../settings/settings-edit.php:312
994
  msgid "Post Notifications Menu"
995
  msgstr "Menu Powiadomień"
996
 
997
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
998
+ #: register.php:183 ../classes/es-register.php:184
999
  msgid "Newsletters"
1000
  msgstr "Biuletyny"
1001
 
1002
+ #: ../settings/settings-edit.php:336
1003
  msgid "Reports Menu"
1004
  msgstr "Menu raportów"
1005
 
1006
+ #: ../settings/settings-edit.php:353
1007
  msgid "Cron job URL"
1008
  msgstr "URL zadania Cron"
1009
 
1010
+ #: ../settings/settings-edit.php:354
1011
  msgid ""
1012
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1013
  "modify it."
1015
  "To jest twoja procedura Cron URL. Jest to pole tylko do odczytu i nie "
1016
  "zaleca się go modyfikować."
1017
 
1018
+ #: ../settings/settings-edit.php:363
1019
  msgid "Email Count"
1020
  msgstr "Ilość emaili"
1021
 
1022
+ #: ../settings/settings-edit.php:364
1023
  msgid "Number of emails that you want to trigger per hour."
1024
  msgstr "Ilość e-maili, które mają być wyzwalane na godzinę."
1025
 
1026
+ #: ../settings/settings-edit.php:385
1027
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1028
  msgstr "Czym jest Cron (automatyczne e-maile) i w jak skonfigurować procedurę Cron?"
1029
 
1030
+ #: ../settings/settings-edit.php:504
1031
  msgid "Please enter sender of notifications from name."
1032
  msgstr "Proszę podać nadawcę powiadomień po nazwie."
1033
 
1034
+ #: ../settings/settings-edit.php:509
1035
  msgid "Please enter sender of notifications from email."
1036
  msgstr "Proszę podać nadawcę powiadomień po adresie e-mail."
1037
 
1038
+ #: ../settings/settings-edit.php:553
1039
  msgid "Please enter valid mail count."
1040
  msgstr "Proszę podać poprawną liczbę e-maili."
1041
 
1042
+ #: ../settings/settings-edit.php:566
1043
  msgid "Settings Saved."
1044
  msgstr "Ustawienia zapisane."
1045
 
1046
+ #: ../settings/settings-edit.php:569
1047
  msgid "Oops, unable to update."
1048
  msgstr "Ups, nie można zaktualizować."
1049
 
1059
  msgid "Click to sync tables"
1060
  msgstr "Kliknij by synchronizować tabele"
1061
 
1062
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1063
  msgid "Back"
1064
  msgstr "Cofnij"
1065
 
1075
  msgid " &gt;&gt; "
1076
  msgstr " &gt;&gt; "
1077
 
1078
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1079
+ #: register.php:190
1080
  msgid "Reports"
1081
  msgstr "Raporty"
1082
 
1089
  msgstr "Pokaż raporty"
1090
 
1091
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1092
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1093
+ #: compose/compose-show.php:88
1094
  msgid "Preview"
1095
  msgstr "Podgląd"
1096
 
1101
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1102
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1103
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1104
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1105
  msgid "Status"
1106
  msgstr "Status"
1107
 
1321
  msgid "Please select New Status to update."
1322
  msgstr "Proszę wybrać Nowy Status do aktualizacji."
1323
 
1324
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1325
+ #: classes/es-register.php:175
1326
  msgid "Subscribers"
1327
  msgstr "Subskrybujący"
1328
 
1407
  msgstr "Adres E-mail"
1408
 
1409
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1410
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1411
  msgid "Name"
1412
  msgstr "Nazwa"
1413
 
1610
  msgid "Enter Content for your Email"
1611
  msgstr "Wprowadź treść e-maila"
1612
 
1613
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1614
  msgid "Available Keywords"
1615
  msgstr "Dostępne słowa kluczowe"
1616
 
1617
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1618
  msgid "Published"
1619
  msgstr "Opublikowane"
1620
 
1621
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1622
  msgid "Please select your mail status"
1623
  msgstr "Proszę wybierz status twojego maila"
1624
 
1626
  msgid "Add new Email"
1627
  msgstr "Dodaj nowy e-mail"
1628
 
1629
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1630
+ #: register.php:178
1631
  msgid "Compose"
1632
  msgstr "Układ"
1633
 
1634
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1635
  msgid "Email Template"
1636
  msgstr "Szablon e-mail"
1637
 
1638
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1639
  msgid "Actions"
1640
  msgstr "Działania"
1641
 
1666
  "Dziękujemy za zainstalowanie i mamy nadzieję, że będziesz zadowolony z "
1667
  "używania Email Subscribers."
1668
 
1669
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1670
  #: php:38
1671
  msgid "Subscribe"
1672
  msgstr "Subskrypcja"
1803
  msgid "Reset"
1804
  msgstr "Nastawić"
1805
 
 
 
 
 
 
 
 
 
 
 
 
 
1806
  #: ../classes/es-common.php:13
1807
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1808
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Zatwierdzony</span>"
1848
  msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
1849
 
1850
  #. Name of the plugin
1851
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1852
+ #: register.php:782
1853
  msgid "Email Subscribers"
1854
  msgstr "Email Subscribers"
1855
 
1856
+ #: ../classes/es-register.php:192
1857
  msgid "Help & Info"
1858
  msgstr "Pomoc i Informacje"
1859
 
1860
+ #: ../classes/es-register.php:204
1861
  msgctxt "view-subscriber-enhanced-select"
1862
  msgid "Please enter subscriber email address."
1863
  msgstr "Proszę wprowadź adres e-mail subskrybenta."
1864
 
1865
+ #: ../classes/es-register.php:205
1866
  msgctxt "view-subscriber-enhanced-select"
1867
  msgid "Please select subscriber email status."
1868
  msgstr "Proszę wybierz status e-maila subskrybenta."
1869
 
1870
+ #: ../classes/es-register.php:206
1871
  msgctxt "view-subscriber-enhanced-select"
1872
  msgid "Please select or create group for this subscriber."
1873
  msgstr "Proszę wybrać lub utworzyć grupę dla tego subskrybenta."
1874
 
1875
+ #: ../classes/es-register.php:207
1876
  msgctxt "view-subscriber-enhanced-select"
1877
  msgid "Do you want to delete this record?"
1878
  msgstr "Czy chcesz usunąć ten rekord?"
1879
 
1880
+ #: ../classes/es-register.php:208
1881
  msgctxt "view-subscriber-enhanced-select"
1882
  msgid "Please select the bulk action."
1883
  msgstr "Proszę wybierz masowe działanie."
1884
 
1885
+ #: ../classes/es-register.php:209
1886
  msgctxt "view-subscriber-enhanced-select"
1887
  msgid "Are you sure you want to delete selected records?"
1888
  msgstr "Jesteś pewien, że chcesz usunąć zaznaczone rekordy?"
1889
 
1890
+ #: ../classes/es-register.php:210
1891
  msgctxt "view-subscriber-enhanced-select"
1892
  msgid ""
1893
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1896
  "Czy chcesz, aby ponownie wysłać e-mail potwierdzający? \\nZaktualizuje to "
1897
  "aktualny status subskrybenta na \"Niepotwierdzone\"."
1898
 
1899
+ #: ../classes/es-register.php:211
1900
  msgctxt "view-subscriber-enhanced-select"
1901
  msgid "Please select new subscriber group."
1902
  msgstr "Proszę wybrać nową grupę subskrybenta."
1903
 
1904
+ #: ../classes/es-register.php:212
1905
  msgctxt "view-subscriber-enhanced-select"
1906
  msgid "Please select new status for subscribers"
1907
  msgstr "Proszę wskaż nowy status dla subskrybentów"
1908
 
1909
+ #: ../classes/es-register.php:213
1910
  msgctxt "view-subscriber-enhanced-select"
1911
  msgid "Do you want to update subscribers group?"
1912
  msgstr "Czy chcesz zaktualizować grupę subskrybentów?"
1913
 
1914
+ #: ../classes/es-register.php:214
1915
  msgctxt "view-subscriber-enhanced-select"
1916
  msgid "Do you want to update subscribers status?"
1917
  msgstr "Czy chcesz zaktualizować statusy subskrybentów?"
1918
 
1919
+ #: ../classes/es-register.php:215
1920
  msgctxt "view-subscriber-enhanced-select"
1921
  msgid ""
1922
  "Please select only csv file. Please check official website for csv structure."
1925
  "Proszę wybrać tylko plik CSV. Proszę sprawdzić strukturę pliku CSV na "
1926
  "oficjalnej stronie."
1927
 
1928
+ #: ../classes/es-register.php:223
1929
  msgctxt "compose-enhanced-select"
1930
  msgid "Please enter the Email Subject."
1931
  msgstr "Proszę, wprowadź Temat e-maila."
1932
 
1933
+ #: ../classes/es-register.php:224
1934
  msgctxt "compose-enhanced-select"
1935
  msgid "Do you want to delete this record?"
1936
  msgstr "Czy chcesz usunąć ten rekord?"
1937
 
1938
+ #: ../classes/es-register.php:232
1939
  msgctxt "notification-enhanced-select"
1940
  msgid "Please select subscribers group."
1941
  msgstr "Proszę wybrać grupę subskrybentów."
1942
 
1943
+ #: ../classes/es-register.php:233
1944
  msgctxt "notification-enhanced-select"
1945
  msgid "Please select notification mail subject. Use compose menu to create new."
1946
  msgstr "Wybierz powiadomienia e-mail. Użyj menu tworzenia, aby stworzyć nowe."
1947
 
1948
+ #: ../classes/es-register.php:234
1949
  msgctxt "notification-enhanced-select"
1950
  msgid "Please select notification status."
1951
  msgstr "Proszę wybierz stan powiadomienia."
1952
 
1953
+ #: ../classes/es-register.php:235
1954
  msgctxt "notification-enhanced-select"
1955
  msgid "Do you want to delete this record?"
1956
  msgstr "Czy chcesz usunąć ten rekord?"
1957
 
1958
+ #: ../classes/es-register.php:243
1959
  msgctxt "sendmail-enhanced-select"
1960
  msgid "Please select your mail subject."
1961
  msgstr "Proszę wybierz temat twojego maila."
1962
 
1963
+ #: ../classes/es-register.php:244
1964
  msgctxt "sendmail-enhanced-select"
1965
  msgid "Please select your mail type."
1966
  msgstr "Proszę wybrać typ maila."
1967
 
1968
+ #: ../classes/es-register.php:245
1969
  msgctxt "sendmail-enhanced-select"
1970
  msgid ""
1971
  "Have you double checked your selected group? If so, let's go ahead and send "
1972
  "this."
1973
  msgstr "Sprawdziłeś dwukrotnie wybraną grupę? Jeżeli tak to weź i wyślij."
1974
 
1975
+ #: ../classes/es-register.php:253
1976
  msgctxt "sentmail-enhanced-select"
1977
  msgid "Do you want to delete this record?"
1978
  msgstr "Czy chcesz usunąć ten rekord?"
1979
 
1980
+ #: ../classes/es-register.php:254
1981
  msgctxt "sentmail-enhanced-select"
1982
  msgid "Do you want to delete all records except latest 10?"
1983
  msgstr "Czy chcesz usunąć wszystkie rekordy, za wyjątkiem ostatnich 10-iu?"
1984
 
1985
+ #: ../classes/es-register.php:262
1986
  msgctxt "cron-enhanced-select"
1987
  msgid "Please select enter number of mails you want to send per hour/trigger."
1988
  msgstr "Proszę wprowadzić ilość maili, które chcesz wysłać na godzinę/wyzwolenie."
1989
 
1990
+ #: ../classes/es-register.php:263
1991
  msgctxt "cron-enhanced-select"
1992
  msgid "Please enter the mail count, only number."
1993
  msgstr "Proszę podać liczbę maili, tylko numer."
1994
 
1995
+ #: ../classes/es-register.php:276
1996
  msgctxt "widget-enhanced-select"
1997
  msgid "Please enter email address"
1998
  msgstr "Proszę wprowadź adres mailowy"
1999
 
2000
+ #: ../classes/es-register.php:277
2001
  msgctxt "widget-enhanced-select"
2002
  msgid "Please provide a valid email address"
2003
  msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
2004
 
2005
+ #: ../classes/es-register.php:278
2006
  msgctxt "widget-enhanced-select"
2007
  msgid "loading..."
2008
  msgstr "ładuję…"
2009
 
2010
+ #: ../classes/es-register.php:279
2011
  msgctxt "widget-enhanced-select"
2012
  msgid "Cannot create XMLHTTP instance"
2013
  msgstr "Nie można utworzyć instancji XMLHTTP"
2014
 
2015
+ #: ../classes/es-register.php:280
2016
  msgctxt "widget-enhanced-select"
2017
  msgid "Successfully Subscribed."
2018
  msgstr "Zarejestrowano subskrypcję."
2019
 
2020
+ #: ../classes/es-register.php:281
2021
  msgctxt "widget-enhanced-select"
2022
  msgid ""
2023
  "Your subscription was successful! Within a few minutes, kindly check the "
2028
  "pocztę w skrzynce pocztowej i potwierdzić subskrypcję. Jeśli nie widać "
2029
  "wiadomości w skrzynce pocztowej, należy sprawdzić folder spam."
2030
 
2031
+ #: ../classes/es-register.php:282
2032
  msgctxt "widget-enhanced-select"
2033
  msgid "Email Address already exists!"
2034
  msgstr "Adres email już istnieje!"
2035
 
2036
+ #: ../classes/es-register.php:283
2037
  msgctxt "widget-enhanced-select"
2038
  msgid "Oops.. Unexpected error occurred."
2039
  msgstr "Ups… Wystąpił nieoczekiwany błąd."
2040
 
2041
+ #: ../classes/es-register.php:284
2042
  msgctxt "widget-enhanced-select"
2043
  msgid "Invalid email address"
2044
  msgstr "Niepoprawny adres email"
2045
 
2046
+ #: ../classes/es-register.php:285
2047
  msgctxt "widget-enhanced-select"
2048
  msgid "Please try after some time"
2049
  msgstr "Spróbuj po pewnym czasie"
2050
 
2051
+ #: ../classes/es-register.php:286
2052
  msgctxt "widget-enhanced-select"
2053
  msgid "There was a problem with the request"
2054
  msgstr "Wystąpił problem z żądaniem"
2055
 
2056
+ #: ../classes/es-register.php:293
2057
  msgctxt "widget-page-enhanced-select"
2058
  msgid "Please enter email address"
2059
  msgstr "Proszę wprowadź adres mailowy"
2060
 
2061
+ #: ../classes/es-register.php:294
2062
  msgctxt "widget-page-enhanced-select"
2063
  msgid "Please provide a valid email address"
2064
  msgstr "Prosimy o wprowadzenie poprawnego adresu e-mail"
2065
 
2066
+ #: ../classes/es-register.php:295
2067
  msgctxt "widget-page-enhanced-select"
2068
  msgid "loading..."
2069
  msgstr "wczytuję…"
2070
 
2071
+ #: ../classes/es-register.php:296
2072
  msgctxt "widget-page-enhanced-select"
2073
  msgid "Cannot create XMLHTTP instance"
2074
  msgstr "Nie można utworzyć instancji XMLHTTP"
2075
 
2076
+ #: ../classes/es-register.php:297
2077
  msgctxt "widget-page-enhanced-select"
2078
  msgid "Successfully Subscribed."
2079
  msgstr "Zarejestrowano subskrypcję."
2080
 
2081
+ #: ../classes/es-register.php:298
2082
  msgctxt "widget-page-enhanced-select"
2083
  msgid ""
2084
  "Your subscription was successful! Within a few minutes, kindly check the "
2089
  "pocztę w skrzynce pocztowej i potwierdzić subskrypcję. Jeśli nie widać "
2090
  "wiadomości w skrzynce pocztowej, należy sprawdzić folder spam."
2091
 
2092
+ #: ../classes/es-register.php:299
2093
  msgctxt "widget-page-enhanced-select"
2094
  msgid "Email Address already exists!"
2095
  msgstr "Adres email już istnieje!"
2096
 
2097
+ #: ../classes/es-register.php:300
2098
  msgctxt "widget-page-enhanced-select"
2099
  msgid "Oops.. Unexpected error occurred."
2100
  msgstr "Ups… Wystąpił nieoczekiwany błąd."
2101
 
2102
+ #: ../classes/es-register.php:301
2103
  msgctxt "widget-page-enhanced-select"
2104
  msgid "Invalid email address"
2105
  msgstr "Niepoprawny adres email"
2106
 
2107
+ #: ../classes/es-register.php:302
2108
  msgctxt "widget-page-enhanced-select"
2109
  msgid "Please try after some time"
2110
  msgstr "Spróbuj po pewnym czasie"
2111
 
2112
+ #: ../classes/es-register.php:303
2113
  msgctxt "widget-page-enhanced-select"
2114
  msgid "There was a problem with the request"
2115
  msgstr "Wystąpił problem z żądaniem"
2116
 
2117
+ #: ../classes/es-register.php:782
2118
  msgid "is getting even better!"
2119
  msgstr "idzie ku lepszemu!"
2120
 
2121
+ #: ../classes/es-register.php:783
2122
  msgid "But I need you to"
2123
  msgstr "Ale potrzebuję ciebie do"
2124
 
2125
+ #: ../classes/es-register.php:783
2126
  msgid "help me prioritize"
2127
  msgstr "pomóż mi zdecydować, który wziąć pierwszy"
2128
 
2129
+ #: ../classes/es-register.php:783
2130
  msgid "Please send your response today."
2131
  msgstr "Proszę prześlij odpowiedź dzisiaj."
2132
 
2133
+ #: ../classes/es-register.php:790
2134
  msgid "Here's how you use ES:"
2135
  msgstr "Oto jak używasz ES:"
2136
 
2137
+ #: ../classes/es-register.php:803
2138
  msgid "Have "
2139
  msgstr "Mam "
2140
 
2141
+ #: ../classes/es-register.php:803
2142
  msgid " Active Subscribers"
2143
  msgstr " Aktywni Subskrybenci"
2144
 
2145
+ #: ../classes/es-register.php:804
2146
  msgid "Post "
2147
  msgstr "Wpis "
2148
 
2149
+ #: ../classes/es-register.php:804
2150
  msgid " blog per week"
2151
  msgstr " blog na tydzień"
2152
 
2153
+ #: ../classes/es-register.php:808
2154
  msgid "Send emails via Cron"
2155
  msgstr "Wyślij e-mail przez zadanie Cron"
2156
 
2157
+ #: ../classes/es-register.php:810
2158
  msgid "Send emails Immediately"
2159
  msgstr "Wyślij e-mail natychmiast"
2160
 
2161
+ #: ../classes/es-register.php:837
2162
  msgid "How soon do you want these new features?"
2163
  msgstr "Jak szybko chcesz te nowe funkcje?"
2164
 
2165
+ #: ../classes/es-register.php:841
2166
  msgid "Beautiful Email Designs"
2167
  msgstr "Piękne wzory e-maila"
2168
 
2169
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2170
+ #: register.php:852 ../classes/es-register.php:857
2171
  msgid "Right now!"
2172
  msgstr "Teraz!"
2173
 
2174
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2175
+ #: register.php:853 ../classes/es-register.php:858
2176
  msgid "Soon"
2177
  msgstr "Wkrótce"
2178
 
2179
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2180
+ #: register.php:854 ../classes/es-register.php:859
2181
  msgid "Later"
2182
  msgstr "Później"
2183
 
2184
+ #: ../classes/es-register.php:846
2185
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2186
  msgstr "Kontrola spamu, planowanie ... (lepsza poczta e-mail)"
2187
 
2188
+ #: ../classes/es-register.php:851
2189
  msgid "Discard Fake / Bouncing Emails"
2190
  msgstr "Odrzuć fałszywe / odbijanie wiadomości e-mail"
2191
 
2192
+ #: ../classes/es-register.php:856
2193
  msgid "Advanced Reporting"
2194
  msgstr "Raportowanie zaawansowane"
2195
 
2196
+ #: ../classes/es-register.php:884
2197
  msgid "Thank you!"
2198
  msgstr "Dziękuję!"
2199
 
2200
+ #: ../classes/es-register.php:885
2201
  msgid "No issues, have a nice day!"
2202
  msgstr "Nie ma problemów, miłego dnia!"
2203
 
2204
+ #: ../classes/es-register.php:977
2205
+ msgid ""
2206
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2207
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2208
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2209
+ "</a> rating. A huge thank you from Icegram in advance!"
2210
+ msgstr ""
2211
+ "Jeżeli lubisz <strong>Email Subscribers</strong>, rozważ proszę ocenienie "
2212
+ "nas <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2213
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2214
+ "</a>. Z góry dziękujemy, Icegram!"
2215
+
2216
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2217
  msgid "Email *"
2218
  msgstr "E-mail *"
2219
 
2220
+ #: ../classes/es-register.php:1134
2221
  msgid "Widget Title"
2222
  msgstr "Tytuł wtyczki"
2223
 
2224
+ #: ../classes/es-register.php:1138
2225
  msgid "Short description about subscription form"
2226
  msgstr "Krótki opis formularza subskrypcji"
2227
 
2228
+ #: ../classes/es-register.php:1142
2229
  msgid "Display Name Field"
2230
  msgstr "Wyświetl nazwę pola"
2231
 
2232
+ #: ../classes/es-register.php:1149
2233
  msgid "Subscriber Group"
2234
  msgstr "Grupa subskrybenta"
languages/email-subscribers-sv_SE.mo CHANGED
Binary file
languages/email-subscribers-sv_SE.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\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: Mon Aug 21 2017 16:26:11 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -27,26 +27,26 @@ msgstr ""
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
- #: ../email-subscribers.php:70
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
34
 
35
- #: ../settings/settings-edit.php:92
36
  msgid "Email Type"
37
  msgstr ""
38
 
39
- #: ../settings/settings-edit.php:93
40
  msgid ""
41
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
  "Option 3 & 4 is to send emails with PHP method mail()."
43
  msgstr ""
44
 
45
- #: ../settings/settings-edit.php:107
46
  msgid "Opt-In Type"
47
  msgstr ""
48
 
49
- #: ../settings/settings-edit.php:108
50
  msgid ""
51
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -55,146 +55,146 @@ msgid ""
55
  "directly in the list."
56
  msgstr ""
57
 
58
- #: ../settings/settings-edit.php:139
59
  msgid "Notify Admin when a new subscriber signs up"
60
  msgstr ""
61
 
62
- #: ../settings/settings-edit.php:152
63
  msgid "Admin Email Subject on new subscriber sign up"
64
  msgstr ""
65
 
66
- #: ../settings/settings-edit.php:153
67
  msgid ""
68
  "Subject for the admin email whenever a new subscriber signs up and is "
69
  "confirmed."
70
  msgstr ""
71
 
72
- #: ../settings/settings-edit.php:159
73
  msgid "Admin Email Content on new subscriber signs up"
74
  msgstr ""
75
 
76
- #: ../settings/settings-edit.php:160
77
  msgid ""
78
  "Content for the admin email whenever a new subscriber signs up and is "
79
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
  msgstr ""
81
 
82
- #: ../settings/settings-edit.php:168
83
  msgid "Subject for the email report which will be sent to admin."
84
  msgstr ""
85
 
86
- #: ../settings/settings-edit.php:175
87
  msgid ""
88
  "Content for the email report which will be sent to admin.<br />(Available "
89
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
  msgstr ""
91
 
92
- #: ../settings/settings-edit.php:186
93
  msgid "Double Opt-In Email Subject (Confirmation Email)"
94
  msgstr ""
95
 
96
- #: ../settings/settings-edit.php:187
97
  msgid ""
98
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
  "subscriber signs up."
100
  msgstr ""
101
 
102
- #: ../settings/settings-edit.php:193
103
  msgid "Double Opt-In Email Content (Confirmation Email)"
104
  msgstr ""
105
 
106
- #: ../settings/settings-edit.php:194
107
  msgid ""
108
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
  msgstr ""
111
 
112
- #: ../settings/settings-edit.php:200
113
  msgid "Double Opt-In Confirmation Link"
114
  msgstr ""
115
 
116
- #: ../settings/settings-edit.php:207
117
  msgid ""
118
  "Text to display after an email address is successfully subscribed from "
119
  "Double Opt-In (Confirmation) Email"
120
  msgstr ""
121
 
122
- #: ../settings/settings-edit.php:215
123
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
  msgstr ""
125
 
126
- #: ../settings/settings-edit.php:227
127
  msgid "Subject for Welcome Email"
128
  msgstr ""
129
 
130
- #: ../settings/settings-edit.php:228
131
  msgid ""
132
  "Subject for the subscriber welcome email. This will be sent whenever a "
133
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
  "Opt-In) successfully."
135
  msgstr ""
136
 
137
- #: ../settings/settings-edit.php:234
138
  msgid "Email Content for Welcome Email"
139
  msgstr ""
140
 
141
- #: ../settings/settings-edit.php:235
142
  msgid ""
143
  "Content for the subscriber welcome email whenever a user's email is either "
144
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
  msgstr ""
147
 
148
- #: ../settings/settings-edit.php:244
149
  msgid ""
150
  "This unsubscribe link is automatically added to all the emails that are sent "
151
  "from this plugin. It is a readonly field and you are advised not to modify "
152
  "it."
153
  msgstr ""
154
 
155
- #: ../settings/settings-edit.php:251
156
  msgid ""
157
  "The text for the unsubscribe link. This text is automatically added with "
158
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
  msgstr ""
160
 
161
- #: ../settings/settings-edit.php:258
162
  msgid ""
163
  "This text will be displayed once user clicks on unsubscribe link from the "
164
  "email."
165
  msgstr ""
166
 
167
- #: ../settings/settings-edit.php:265
168
  msgid "Error in the Subscribe / Confirmation Link"
169
  msgstr ""
170
 
171
- #: ../settings/settings-edit.php:266
172
  msgid ""
173
  "Default message to display if there is any issue while clicking on subscribe "
174
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
  msgstr ""
176
 
177
- #: ../settings/settings-edit.php:273
178
  msgid ""
179
  "Default message to display if there is any issue while clicking on "
180
  "unsubscribe link from the emails."
181
  msgstr ""
182
 
183
- #: ../settings/settings-edit.php:372
184
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
  msgstr ""
186
 
187
- #: ../settings/settings-edit.php:377
188
  msgid "Cron Report"
189
  msgstr ""
190
 
191
- #: ../settings/settings-edit.php:378
192
  msgid ""
193
  "Email to admin whenever a cron URL is triggered from your server. (Available "
194
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
  msgstr ""
196
 
197
- #: ../settings/settings-edit.php:389
198
  msgid ""
199
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
  "schedule-cron-emails/?"
@@ -202,7 +202,7 @@ msgid ""
202
  "Cron?</a>"
203
  msgstr ""
204
 
205
- #: ../settings/settings-edit.php:390
206
  msgid ""
207
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
  "schedule-cron-emails-in-cpanel/?"
@@ -210,7 +210,7 @@ msgid ""
210
  "job in cPanel</a>"
211
  msgstr ""
212
 
213
- #: ../settings/settings-edit.php:391
214
  msgid ""
215
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -218,7 +218,7 @@ msgid ""
218
  "job in Plesk</a>"
219
  msgstr ""
220
 
221
- #: ../settings/settings-edit.php:392
222
  msgid ""
223
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -226,6 +226,17 @@ msgid ""
226
  "does not support cron jobs?</a>"
227
  msgstr ""
228
 
 
 
 
 
 
 
 
 
 
 
 
229
  #: ../compose/compose-edit.php:61
230
  msgid "Successfully updated. "
231
  msgstr ""
@@ -234,7 +245,7 @@ msgstr ""
234
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
235
  msgstr ""
236
 
237
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
238
  #, php-format
239
  msgid ""
240
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -246,6 +257,13 @@ msgstr ""
246
  msgid "Successfully created. "
247
  msgstr ""
248
 
 
 
 
 
 
 
 
249
  #: ../help/help.php:178
250
  msgid "Get more help and tips..."
251
  msgstr ""
@@ -512,45 +530,45 @@ msgstr ""
512
  msgid "Email sent successfully. "
513
  msgstr ""
514
 
515
- #: ../classes/es-register.php:164
516
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
517
  msgstr ""
518
 
519
- #: ../classes/es-register.php:707
520
  msgctxt "timezone date format"
521
  msgid "Y-m-d"
522
  msgstr ""
523
 
524
- #: ../classes/es-register.php:737
525
  msgid "Post Notifications more often than Newsletter"
526
  msgstr ""
527
 
528
- #: ../classes/es-register.php:739
529
  msgid "Newsletter more often than Post Notifications"
530
  msgstr ""
531
 
532
- #: ../classes/es-register.php:741
533
  msgid "Post Notification &amp; Newsletter equally"
534
  msgstr ""
535
 
536
- #: ../classes/es-register.php:759
537
  msgid "Using Double Opt In"
538
  msgstr ""
539
 
540
- #: ../classes/es-register.php:761
541
  msgid "Using Single Opt In"
542
  msgstr ""
543
 
544
- #: ../classes/es-register.php:810
545
  msgid "Nah, I don't like improvements"
546
  msgstr ""
547
 
548
- #: ../classes/es-register.php:816
549
  msgid "Next"
550
  msgstr ""
551
 
552
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
553
- #: register.php:158
554
  #, fuzzy
555
  msgid "Settings"
556
  msgstr "Inställningar"
@@ -666,7 +684,7 @@ msgstr "Inaktivera emailnotifiering"
666
 
667
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
668
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
669
- #: 117 ../compose/compose-add.php:105
670
  msgid "Save"
671
  msgstr "Spara"
672
 
@@ -682,8 +700,8 @@ msgstr "Oups, ditt val finns inte"
682
  msgid "Selected record deleted."
683
  msgstr "Valda poster raderade"
684
 
685
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
686
- #: classes/es-register.php:152
687
  msgid "Post Notifications"
688
  msgstr "Meddelande"
689
 
@@ -701,7 +719,7 @@ msgstr ""
701
  "läggs till i din blogg."
702
 
703
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
704
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
705
  msgid "Email Subject"
706
  msgstr "Email Rubrik"
707
 
@@ -721,19 +739,19 @@ msgid "Notification Status"
721
  msgstr "Välj status för nyhetsbrev."
722
 
723
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
724
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
725
  msgid "Edit"
726
  msgstr "Redigera"
727
 
728
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
729
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
730
- #: php:102
731
  msgid "Delete"
732
  msgstr "Radera"
733
 
734
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
735
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
736
- #: 432 ../compose/compose-show.php:111
737
  msgid "No records available."
738
  msgstr "Inga poster tillgängliga"
739
 
@@ -794,11 +812,11 @@ msgstr "Roller"
794
  msgid "Save Settings"
795
  msgstr "Spara inställningarna"
796
 
797
- #: ../settings/settings-edit.php:81
798
  msgid "Sender of Notifications"
799
  msgstr "Notifieringens avsändare"
800
 
801
- #: ../settings/settings-edit.php:82
802
  msgid ""
803
  "Choose a FROM name and FROM email address for all the emails to be sent from "
804
  "this plugin."
@@ -806,60 +824,60 @@ msgstr ""
806
  "Välj ett Från-namn och avsändarmailadress för alla mail som sånds från denna "
807
  "Plugin"
808
 
809
- #: ../settings/settings-edit.php:97
810
  msgid "1. WP HTML MAIL"
811
  msgstr "1. WP HTML MAIL"
812
 
813
- #: ../settings/settings-edit.php:98
814
  msgid "2. WP PLAINTEXT MAIL"
815
  msgstr "2. WP PLAINTEXT MAIL"
816
 
817
- #: ../settings/settings-edit.php:99
818
  msgid "3. PHP HTML MAIL"
819
  msgstr "3. PHP HTML MAIL"
820
 
821
- #: ../settings/settings-edit.php:100
822
  msgid "4. PHP PLAINTEXT MAIL"
823
  msgstr "4. PHP PLAINTEXT MAIL"
824
 
825
- #: ../settings/settings-edit.php:112
826
  msgid "Double Opt In"
827
  msgstr "Double Opt In"
828
 
829
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
830
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
831
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
832
  #: subscriber-edit.php:150
833
  msgid "Single Opt In"
834
  msgstr "Single Opt In"
835
 
836
- #: ../settings/settings-edit.php:119
837
  msgid "Image Size"
838
  msgstr "Bildstorlek"
839
 
840
- #: ../settings/settings-edit.php:120
841
  msgid ""
842
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
843
  "Emails."
844
  msgstr "Välj bildstorlek för ###POSTIMAGE### att visas i notifikationsmail."
845
 
846
- #: ../settings/settings-edit.php:124
847
  msgid "Full Size"
848
  msgstr "Full storlek"
849
 
850
- #: ../settings/settings-edit.php:125
851
  msgid "Medium Size"
852
  msgstr "Mediumstorlek"
853
 
854
- #: ../settings/settings-edit.php:126
855
  msgid "Thumbnail"
856
  msgstr "Thumbnail"
857
 
858
- #: ../settings/settings-edit.php:132
859
  msgid "Admin Email Addresses"
860
  msgstr "Admins epostadresser"
861
 
862
- #: ../settings/settings-edit.php:133
863
  msgid ""
864
  "Enter the admin email addresses that should receive notifications (separated "
865
  "by comma)."
@@ -867,35 +885,35 @@ msgstr ""
867
  "Ange Admins mailadresser dit notifieringar ska skickas. (separera dem med "
868
  "komma (,)"
869
 
870
- #: ../settings/settings-edit.php:140
871
  msgid ""
872
  "To send admin email notifications for the new subscriber. This option must "
873
  "be set to YES."
874
  msgstr "För att få notifieringar vid nya prenumeranter måste denna sättas till JA"
875
 
876
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
877
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
878
  msgid "YES"
879
  msgstr "JA"
880
 
881
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
882
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
883
  msgid "NO"
884
  msgstr "NEJ"
885
 
886
- #: ../settings/settings-edit.php:167
887
  msgid "Sent Report Subject"
888
  msgstr "Sändrapport Ämne"
889
 
890
- #: ../settings/settings-edit.php:174
891
  msgid "Sent Report Content"
892
  msgstr "Sändrapport - Innehåll"
893
 
894
- #: ../settings/settings-edit.php:201
895
  msgid "It is a readonly field and you are advised not to modify it."
896
  msgstr "Det är readonly och du bör inte ändra det."
897
 
898
- #: ../settings/settings-edit.php:208
899
  msgid ""
900
  "This text will be displayed once user clicks on email confirmation link from "
901
  "the Double Opt In (confirmation) Email."
@@ -903,112 +921,112 @@ msgstr ""
903
  "Denna text visas när en prenumerant klickar på bekräftelselänken för att "
904
  "bekräfta sin prenumeration i double Opt In."
905
 
906
- #: ../settings/settings-edit.php:216
907
  msgid ""
908
  "To send welcome email to subscriber after successful signup. This option "
909
  "must be set to YES."
910
  msgstr "För att sända välkomstmail till nya prenumeranter, så måste detta val vara JA"
911
 
912
- #: ../settings/settings-edit.php:243
913
  msgid "Unsubscribe Link"
914
  msgstr "Länk för att avbeställa prenumerationen"
915
 
916
- #: ../settings/settings-edit.php:250
917
  msgid "Unsubscribe Text in Email"
918
  msgstr "Text i email vid avlutad prenumeration"
919
 
920
- #: ../settings/settings-edit.php:257
921
  msgid "Text to display after an email address is unsubscribed"
922
  msgstr "Text att visa när en prenumeration avbetsällts."
923
 
924
- #: ../settings/settings-edit.php:272
925
  msgid "Error in the Unsubscribe Link"
926
  msgstr "FEL i länken för avprenumeration"
927
 
928
- #: ../settings/settings-edit.php:285
929
  msgid "Select user roles who can access following menus. Only Admin can change this."
930
  msgstr ""
931
  "Välj användarroll som kan få tillgång till följande menyer. Bara Admin kan "
932
  "ändra detta."
933
 
934
- #: ../settings/settings-edit.php:291
935
  msgid "Subscribers Menu"
936
  msgstr "Prenumenrantmeny"
937
 
938
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
939
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
940
- #: settings/settings-edit.php:343
941
  msgid "Administrator Only"
942
  msgstr "Endast Adminstratör"
943
 
944
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
945
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
946
- #: settings/settings-edit.php:344
947
  msgid "Administrator/Editor"
948
  msgstr "Administratör/Redigerare"
949
 
950
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
951
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
952
- #: settings/settings-edit.php:345
953
  msgid "Administrator/Editor/Author/Contributor"
954
  msgstr "Administratör/Redigerare/Författare/Bidragsgivare"
955
 
956
- #: ../settings/settings-edit.php:303
957
  msgid "Compose Menu"
958
  msgstr "Skapa meny"
959
 
960
- #: ../settings/settings-edit.php:315
961
  msgid "Post Notifications Menu"
962
  msgstr "Meddelandemeny"
963
 
964
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
965
- #: register.php:154 ../classes/es-register.php:155
966
  msgid "Newsletters"
967
  msgstr "Nyhetsbrev"
968
 
969
- #: ../settings/settings-edit.php:339
970
  msgid "Reports Menu"
971
  msgstr "Rapportmeny"
972
 
973
- #: ../settings/settings-edit.php:356
974
  msgid "Cron job URL"
975
  msgstr "Cron job URL"
976
 
977
- #: ../settings/settings-edit.php:357
978
  msgid ""
979
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
980
  "modify it."
981
  msgstr "Detta är ditt Cron job URL. Det är readonly och du bör inte ändra det."
982
 
983
- #: ../settings/settings-edit.php:366
984
  msgid "Email Count"
985
  msgstr "Antal mail"
986
 
987
- #: ../settings/settings-edit.php:367
988
  msgid "Number of emails that you want to trigger per hour."
989
  msgstr "Antal mail du vill sända per timme"
990
 
991
- #: ../settings/settings-edit.php:388
992
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
993
  msgstr "Vad är Cron och hur görs inställningarna."
994
 
995
- #: ../settings/settings-edit.php:507
996
  msgid "Please enter sender of notifications from name."
997
  msgstr "Ange namnet för notifieringens avsändare"
998
 
999
- #: ../settings/settings-edit.php:512
1000
  msgid "Please enter sender of notifications from email."
1001
  msgstr "Ange avsändarens mailadress på email för notifieringar"
1002
 
1003
- #: ../settings/settings-edit.php:556
1004
  msgid "Please enter valid mail count."
1005
  msgstr "Välj giltigt antal mailkonto"
1006
 
1007
- #: ../settings/settings-edit.php:569
1008
  msgid "Settings Saved."
1009
  msgstr "Inställningar sparade"
1010
 
1011
- #: ../settings/settings-edit.php:572
1012
  msgid "Oops, unable to update."
1013
  msgstr "Oups... Det går ej att uppdatera"
1014
 
@@ -1024,11 +1042,7 @@ msgstr "Synkronisera Plugin tabeller"
1024
  msgid "Click to sync tables"
1025
  msgstr "Klicka för att synkronisera tabeller"
1026
 
1027
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1028
- msgid "Preview Mail"
1029
- msgstr "Förhandsgranska mail"
1030
-
1031
- #: ../sentmail/sentmail-preview.php:42
1032
  msgid "Back"
1033
  msgstr "Åter"
1034
 
@@ -1044,8 +1058,8 @@ msgstr " &lt;&lt; "
1044
  msgid " &gt;&gt; "
1045
  msgstr " &gt;&gt; "
1046
 
1047
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1048
- #: register.php:161
1049
  msgid "Reports"
1050
  msgstr "Rapporter"
1051
 
@@ -1060,7 +1074,8 @@ msgid "View Reports"
1060
  msgstr "Läs rapporter"
1061
 
1062
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1063
- #: compose/compose-show.php:103
 
1064
  msgid "Preview"
1065
  msgstr "Granska"
1066
 
@@ -1071,7 +1086,7 @@ msgstr "Typ"
1071
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1072
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1073
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1074
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1075
  msgid "Status"
1076
  msgstr "Status"
1077
 
@@ -1296,8 +1311,8 @@ msgstr "Prenumeranternas status uppdaterad"
1296
  msgid "Please select New Status to update."
1297
  msgstr "VÄlj ny status att uppdatera"
1298
 
1299
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1300
- #: classes/es-register.php:146
1301
  msgid "Subscribers"
1302
  msgstr "Prenumeranter"
1303
 
@@ -1382,7 +1397,7 @@ msgid "Email Address"
1382
  msgstr "E-postadress"
1383
 
1384
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1385
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1386
  msgid "Name"
1387
  msgstr "Namn"
1388
 
@@ -1583,15 +1598,15 @@ msgstr "Ange Rubrik i ditt Email"
1583
  msgid "Enter Content for your Email"
1584
  msgstr "Ange innehåll i ditt Email"
1585
 
1586
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1587
  msgid "Available Keywords"
1588
  msgstr "Tillgängliga nyckelord"
1589
 
1590
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1591
  msgid "Published"
1592
  msgstr "Publiserat"
1593
 
1594
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1595
  msgid "Please select your mail status"
1596
  msgstr "Välj mailstatus"
1597
 
@@ -1599,16 +1614,16 @@ msgstr "Välj mailstatus"
1599
  msgid "Add new Email"
1600
  msgstr "Lägg till ny e-postadress"
1601
 
1602
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1603
- #: register.php:149
1604
  msgid "Compose"
1605
  msgstr "Skriv nytt"
1606
 
1607
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1608
  msgid "Email Template"
1609
  msgstr "Mall för Email"
1610
 
1611
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1612
  msgid "Actions"
1613
  msgstr "Val"
1614
 
@@ -1635,7 +1650,7 @@ msgstr "Välkommen till Email Subscribers!"
1635
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1636
  msgstr "Tack för att du installerar och vi hoppas du ska uppskatta Email Subscribers"
1637
 
1638
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1639
  #: php:38
1640
  msgid "Subscribe"
1641
  msgstr "Prenumerera"
@@ -1770,18 +1785,6 @@ msgstr "Skicka"
1770
  msgid "Reset"
1771
  msgstr "Återställ"
1772
 
1773
- #: ../base/es-defined.php:32
1774
- msgid ""
1775
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1776
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1777
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1778
- "</a> rating. A huge thank you from Icegram in advance!"
1779
- msgstr ""
1780
- "Om du gillar <strong>E-abonnenter</strong>, vänligen överväga att lämna oss "
1781
- "ett <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1782
- "subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
1783
- "Icegram i förväg!"
1784
-
1785
  #: ../classes/es-common.php:13
1786
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1787
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Bekräftat</span>"
@@ -1826,46 +1829,46 @@ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
1826
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1827
  msgstr "<span style=\"color:#993399;\">Omgående</span>"
1828
 
1829
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1830
- #: register.php:724
1831
  msgid "Email Subscribers"
1832
  msgstr "Email Subscribers"
1833
 
1834
- #: ../classes/es-register.php:163
1835
  msgid "Help & Info"
1836
  msgstr "Hjälp & Information"
1837
 
1838
- #: ../classes/es-register.php:175
1839
  msgctxt "view-subscriber-enhanced-select"
1840
  msgid "Please enter subscriber email address."
1841
  msgstr "Ange din e-postadress"
1842
 
1843
- #: ../classes/es-register.php:176
1844
  msgctxt "view-subscriber-enhanced-select"
1845
  msgid "Please select subscriber email status."
1846
  msgstr "Ange din e-postadress"
1847
 
1848
- #: ../classes/es-register.php:177
1849
  msgctxt "view-subscriber-enhanced-select"
1850
  msgid "Please select or create group for this subscriber."
1851
  msgstr "Ange en grupp för denna prenumerant"
1852
 
1853
- #: ../classes/es-register.php:178
1854
  msgctxt "view-subscriber-enhanced-select"
1855
  msgid "Do you want to delete this record?"
1856
  msgstr "Vill du radera denna post?"
1857
 
1858
- #: ../classes/es-register.php:179
1859
  msgctxt "view-subscriber-enhanced-select"
1860
  msgid "Please select the bulk action."
1861
  msgstr "Välj uppdateringssätt"
1862
 
1863
- #: ../classes/es-register.php:180
1864
  msgctxt "view-subscriber-enhanced-select"
1865
  msgid "Are you sure you want to delete selected records?"
1866
  msgstr "Vill du radera valda poster"
1867
 
1868
- #: ../classes/es-register.php:181
1869
  msgctxt "view-subscriber-enhanced-select"
1870
  msgid ""
1871
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1874,128 +1877,128 @@ msgstr ""
1874
  "Vill du sända bekräftelsen igen? Obs. att det medför att prenumerantens "
1875
  "status ändras till \"Obekräftad\""
1876
 
1877
- #: ../classes/es-register.php:182
1878
  msgctxt "view-subscriber-enhanced-select"
1879
  msgid "Please select new subscriber group."
1880
  msgstr "Välj ny prenumerantgrupp"
1881
 
1882
- #: ../classes/es-register.php:183
1883
  msgctxt "view-subscriber-enhanced-select"
1884
  msgid "Please select new status for subscribers"
1885
  msgstr "Välj ny status för prenumeranterna"
1886
 
1887
- #: ../classes/es-register.php:184
1888
  msgctxt "view-subscriber-enhanced-select"
1889
  msgid "Do you want to update subscribers group?"
1890
  msgstr "Vill du uppdatera prenumerantgruppen"
1891
 
1892
- #: ../classes/es-register.php:185
1893
  msgctxt "view-subscriber-enhanced-select"
1894
  msgid "Do you want to update subscribers status?"
1895
  msgstr "Vill du uppdatera prenumeranternas status?"
1896
 
1897
- #: ../classes/es-register.php:186
1898
  msgctxt "view-subscriber-enhanced-select"
1899
  msgid ""
1900
  "Please select only csv file. Please check official website for csv structure."
1901
  "."
1902
  msgstr "Välj en csv-fil. Se vår hemsida för vidare anvisningar."
1903
 
1904
- #: ../classes/es-register.php:194
1905
  msgctxt "compose-enhanced-select"
1906
  msgid "Please enter the Email Subject."
1907
  msgstr "Ange Rubrik i ditt Email"
1908
 
1909
- #: ../classes/es-register.php:195
1910
  msgctxt "compose-enhanced-select"
1911
  msgid "Do you want to delete this record?"
1912
  msgstr "Vill du radera denna post?"
1913
 
1914
- #: ../classes/es-register.php:203
1915
  msgctxt "notification-enhanced-select"
1916
  msgid "Please select subscribers group."
1917
  msgstr "Välj prenumerationsgrupp"
1918
 
1919
- #: ../classes/es-register.php:204
1920
  msgctxt "notification-enhanced-select"
1921
  msgid "Please select notification mail subject. Use compose menu to create new."
1922
  msgstr "Välj rubrik för nyhetsbrevet. Använd menyn för att skapa ett nytt."
1923
 
1924
- #: ../classes/es-register.php:205
1925
  msgctxt "notification-enhanced-select"
1926
  msgid "Please select notification status."
1927
  msgstr "Välj status för nyhetsbrev."
1928
 
1929
- #: ../classes/es-register.php:206
1930
  msgctxt "notification-enhanced-select"
1931
  msgid "Do you want to delete this record?"
1932
  msgstr "Vill du radera denna post?"
1933
 
1934
- #: ../classes/es-register.php:214
1935
  msgctxt "sendmail-enhanced-select"
1936
  msgid "Please select your mail subject."
1937
  msgstr "Välj rubrik för ditt mail."
1938
 
1939
- #: ../classes/es-register.php:215
1940
  msgctxt "sendmail-enhanced-select"
1941
  msgid "Please select your mail type."
1942
  msgstr "Välj typ för ditt mail."
1943
 
1944
- #: ../classes/es-register.php:216
1945
  msgctxt "sendmail-enhanced-select"
1946
  msgid ""
1947
  "Have you double checked your selected group? If so, let's go ahead and send "
1948
  "this."
1949
  msgstr "Har du valt grupp att sända till? I så fall - sänd!"
1950
 
1951
- #: ../classes/es-register.php:224
1952
  msgctxt "sentmail-enhanced-select"
1953
  msgid "Do you want to delete this record?"
1954
  msgstr "Villd su radera denna post?"
1955
 
1956
- #: ../classes/es-register.php:225
1957
  msgctxt "sentmail-enhanced-select"
1958
  msgid "Do you want to delete all records except latest 10?"
1959
  msgstr "Vill du radera alla poster utom de 10 senaste?"
1960
 
1961
- #: ../classes/es-register.php:233
1962
  msgctxt "cron-enhanced-select"
1963
  msgid "Please select enter number of mails you want to send per hour/trigger."
1964
  msgstr ""
1965
  "Välj hur många mail du vill sända per timme. Obs att din operatör kan ha "
1966
  "begränsningar för att hindra spam."
1967
 
1968
- #: ../classes/es-register.php:234
1969
  msgctxt "cron-enhanced-select"
1970
  msgid "Please enter the mail count, only number."
1971
  msgstr "Ange antalet mail. endast siffror"
1972
 
1973
- #: ../classes/es-register.php:247
1974
  msgctxt "widget-enhanced-select"
1975
  msgid "Please enter email address"
1976
  msgstr "Ange e-postadress"
1977
 
1978
- #: ../classes/es-register.php:248
1979
  msgctxt "widget-enhanced-select"
1980
  msgid "Please provide a valid email address"
1981
  msgstr "Ange en giltig e-postadress."
1982
 
1983
- #: ../classes/es-register.php:249
1984
  msgctxt "widget-enhanced-select"
1985
  msgid "loading..."
1986
  msgstr "laddar..."
1987
 
1988
- #: ../classes/es-register.php:250
1989
  msgctxt "widget-enhanced-select"
1990
  msgid "Cannot create XMLHTTP instance"
1991
  msgstr "Kan inte skapa XMLHTTP-instans"
1992
 
1993
- #: ../classes/es-register.php:251
1994
  msgctxt "widget-enhanced-select"
1995
  msgid "Successfully Subscribed."
1996
  msgstr "Prenumeration lyckades"
1997
 
1998
- #: ../classes/es-register.php:252
1999
  msgctxt "widget-enhanced-select"
2000
  msgid ""
2001
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2006,57 +2009,57 @@ msgstr ""
2006
  "och bekräfta din prenumeration. Hittar du inte e-posten, så titta i ditt "
2007
  "skräpfilter."
2008
 
2009
- #: ../classes/es-register.php:253
2010
  msgctxt "widget-enhanced-select"
2011
  msgid "Email Address already exists!"
2012
  msgstr "E-postadressen finns redan"
2013
 
2014
- #: ../classes/es-register.php:254
2015
  msgctxt "widget-enhanced-select"
2016
  msgid "Oops.. Unexpected error occurred."
2017
  msgstr "Oups. Ett oväntat fel inträffade."
2018
 
2019
- #: ../classes/es-register.php:255
2020
  msgctxt "widget-enhanced-select"
2021
  msgid "Invalid email address"
2022
  msgstr "Ogiltig e-postadress"
2023
 
2024
- #: ../classes/es-register.php:256
2025
  msgctxt "widget-enhanced-select"
2026
  msgid "Please try after some time"
2027
  msgstr "Försök igen om en stund."
2028
 
2029
- #: ../classes/es-register.php:257
2030
  msgctxt "widget-enhanced-select"
2031
  msgid "There was a problem with the request"
2032
  msgstr "Din beställning stötte på ett oväntat problem."
2033
 
2034
- #: ../classes/es-register.php:264
2035
  msgctxt "widget-page-enhanced-select"
2036
  msgid "Please enter email address"
2037
  msgstr "Ange e-postadress"
2038
 
2039
- #: ../classes/es-register.php:265
2040
  msgctxt "widget-page-enhanced-select"
2041
  msgid "Please provide a valid email address"
2042
  msgstr "Ange en giltig e-postadress."
2043
 
2044
- #: ../classes/es-register.php:266
2045
  msgctxt "widget-page-enhanced-select"
2046
  msgid "loading..."
2047
  msgstr "laddar..."
2048
 
2049
- #: ../classes/es-register.php:267
2050
  msgctxt "widget-page-enhanced-select"
2051
  msgid "Cannot create XMLHTTP instance"
2052
  msgstr "Kan inte skapa XMLHTTP-instans"
2053
 
2054
- #: ../classes/es-register.php:268
2055
  msgctxt "widget-page-enhanced-select"
2056
  msgid "Successfully Subscribed."
2057
  msgstr "Prenumeration lyckades"
2058
 
2059
- #: ../classes/es-register.php:269
2060
  msgctxt "widget-page-enhanced-select"
2061
  msgid ""
2062
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2067,134 +2070,146 @@ msgstr ""
2067
  "och bekräfta din prenumeration. Hittar du inte e-posten, så titta i ditt "
2068
  "skräpfilter."
2069
 
2070
- #: ../classes/es-register.php:270
2071
  msgctxt "widget-page-enhanced-select"
2072
  msgid "Email Address already exists!"
2073
  msgstr "E-postadressen finns redan"
2074
 
2075
- #: ../classes/es-register.php:271
2076
  msgctxt "widget-page-enhanced-select"
2077
  msgid "Oops.. Unexpected error occurred."
2078
  msgstr "Oups. Ett oväntat fel inträffade."
2079
 
2080
- #: ../classes/es-register.php:272
2081
  msgctxt "widget-page-enhanced-select"
2082
  msgid "Invalid email address"
2083
  msgstr "Ogiltig e-postadress"
2084
 
2085
- #: ../classes/es-register.php:273
2086
  msgctxt "widget-page-enhanced-select"
2087
  msgid "Please try after some time"
2088
  msgstr "Försök igen om en stund."
2089
 
2090
- #: ../classes/es-register.php:274
2091
  msgctxt "widget-page-enhanced-select"
2092
  msgid "There was a problem with the request"
2093
  msgstr "Din beställning stötte på ett oväntat problem."
2094
 
2095
- #: ../classes/es-register.php:724
2096
  msgid "is getting even better!"
2097
  msgstr "det blir ännu bättre"
2098
 
2099
- #: ../classes/es-register.php:725
2100
  msgid "But I need you to"
2101
  msgstr "Men jag behöver dig"
2102
 
2103
- #: ../classes/es-register.php:725
2104
  msgid "help me prioritize"
2105
  msgstr "hjälpa mig prioritera"
2106
 
2107
- #: ../classes/es-register.php:725
2108
  msgid "Please send your response today."
2109
  msgstr "Skicka ditt svar idag."
2110
 
2111
- #: ../classes/es-register.php:732
2112
  msgid "Here's how you use ES:"
2113
  msgstr "Här ser du hur du använder ES"
2114
 
2115
- #: ../classes/es-register.php:745
2116
  msgid "Have "
2117
  msgstr "Har"
2118
 
2119
- #: ../classes/es-register.php:745
2120
  msgid " Active Subscribers"
2121
  msgstr "Aktiva prenumeranter"
2122
 
2123
- #: ../classes/es-register.php:746
2124
  msgid "Post "
2125
  msgstr "Post"
2126
 
2127
- #: ../classes/es-register.php:746
2128
  msgid " blog per week"
2129
  msgstr "Antal inlägg per vecka"
2130
 
2131
- #: ../classes/es-register.php:750
2132
  msgid "Send emails via Cron"
2133
  msgstr "Skicka e-post via Cron"
2134
 
2135
- #: ../classes/es-register.php:752
2136
  msgid "Send emails Immediately"
2137
  msgstr "Skicka e-post omedelbart"
2138
 
2139
- #: ../classes/es-register.php:779
2140
  msgid "How soon do you want these new features?"
2141
  msgstr "Hur ofta vill du ha denna möjlighet"
2142
 
2143
- #: ../classes/es-register.php:783
2144
  msgid "Beautiful Email Designs"
2145
  msgstr "Beautiful Email Designs"
2146
 
2147
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2148
- #: register.php:794 ../classes/es-register.php:799
2149
  msgid "Right now!"
2150
  msgstr "Omedelbart!"
2151
 
2152
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2153
- #: register.php:795 ../classes/es-register.php:800
2154
  msgid "Soon"
2155
  msgstr "Snart"
2156
 
2157
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2158
- #: register.php:796 ../classes/es-register.php:801
2159
  msgid "Later"
2160
  msgstr "Senare"
2161
 
2162
- #: ../classes/es-register.php:788
2163
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2164
  msgstr "Planera Spam-check....(För bättre leveransprecision)"
2165
 
2166
- #: ../classes/es-register.php:793
2167
  msgid "Discard Fake / Bouncing Emails"
2168
  msgstr "Släng falska/studsande mail"
2169
 
2170
- #: ../classes/es-register.php:798
2171
  msgid "Advanced Reporting"
2172
  msgstr "Avancerad rapportering"
2173
 
2174
- #: ../classes/es-register.php:826
2175
  msgid "Thank you!"
2176
  msgstr "Tack!"
2177
 
2178
- #: ../classes/es-register.php:827
2179
  msgid "No issues, have a nice day!"
2180
  msgstr "Inga ärenden, ha en bra dag!"
2181
 
2182
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2183
  msgid "Email *"
2184
  msgstr "E-post *"
2185
 
2186
- #: ../classes/es-register.php:1035
2187
  msgid "Widget Title"
2188
  msgstr "Widget titel"
2189
 
2190
- #: ../classes/es-register.php:1039
2191
  msgid "Short description about subscription form"
2192
  msgstr "Kort beskrivning av prenumerationsformulär"
2193
 
2194
- #: ../classes/es-register.php:1043
2195
  msgid "Display Name Field"
2196
  msgstr "Visa Namnfältet"
2197
 
2198
- #: ../classes/es-register.php:1050
2199
  msgid "Subscriber Group"
2200
  msgstr "Prenumerantgrupp"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\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: Thu Sep 07 2017 13:21:40 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
+ #: ../email-subscribers.php:75
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
34
 
35
+ #: ../settings/settings-edit.php:89
36
  msgid "Email Type"
37
  msgstr ""
38
 
39
+ #: ../settings/settings-edit.php:90
40
  msgid ""
41
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
  "Option 3 & 4 is to send emails with PHP method mail()."
43
  msgstr ""
44
 
45
+ #: ../settings/settings-edit.php:104
46
  msgid "Opt-In Type"
47
  msgstr ""
48
 
49
+ #: ../settings/settings-edit.php:105
50
  msgid ""
51
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
  "soon as they subscribe to your list. They have to confirm their subscription "
55
  "directly in the list."
56
  msgstr ""
57
 
58
+ #: ../settings/settings-edit.php:136
59
  msgid "Notify Admin when a new subscriber signs up"
60
  msgstr ""
61
 
62
+ #: ../settings/settings-edit.php:149
63
  msgid "Admin Email Subject on new subscriber sign up"
64
  msgstr ""
65
 
66
+ #: ../settings/settings-edit.php:150
67
  msgid ""
68
  "Subject for the admin email whenever a new subscriber signs up and is "
69
  "confirmed."
70
  msgstr ""
71
 
72
+ #: ../settings/settings-edit.php:156
73
  msgid "Admin Email Content on new subscriber signs up"
74
  msgstr ""
75
 
76
+ #: ../settings/settings-edit.php:157
77
  msgid ""
78
  "Content for the admin email whenever a new subscriber signs up and is "
79
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
  msgstr ""
81
 
82
+ #: ../settings/settings-edit.php:165
83
  msgid "Subject for the email report which will be sent to admin."
84
  msgstr ""
85
 
86
+ #: ../settings/settings-edit.php:172
87
  msgid ""
88
  "Content for the email report which will be sent to admin.<br />(Available "
89
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
  msgstr ""
91
 
92
+ #: ../settings/settings-edit.php:183
93
  msgid "Double Opt-In Email Subject (Confirmation Email)"
94
  msgstr ""
95
 
96
+ #: ../settings/settings-edit.php:184
97
  msgid ""
98
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
  "subscriber signs up."
100
  msgstr ""
101
 
102
+ #: ../settings/settings-edit.php:190
103
  msgid "Double Opt-In Email Content (Confirmation Email)"
104
  msgstr ""
105
 
106
+ #: ../settings/settings-edit.php:191
107
  msgid ""
108
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
  msgstr ""
111
 
112
+ #: ../settings/settings-edit.php:197
113
  msgid "Double Opt-In Confirmation Link"
114
  msgstr ""
115
 
116
+ #: ../settings/settings-edit.php:204
117
  msgid ""
118
  "Text to display after an email address is successfully subscribed from "
119
  "Double Opt-In (Confirmation) Email"
120
  msgstr ""
121
 
122
+ #: ../settings/settings-edit.php:212
123
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
  msgstr ""
125
 
126
+ #: ../settings/settings-edit.php:224
127
  msgid "Subject for Welcome Email"
128
  msgstr ""
129
 
130
+ #: ../settings/settings-edit.php:225
131
  msgid ""
132
  "Subject for the subscriber welcome email. This will be sent whenever a "
133
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
  "Opt-In) successfully."
135
  msgstr ""
136
 
137
+ #: ../settings/settings-edit.php:231
138
  msgid "Email Content for Welcome Email"
139
  msgstr ""
140
 
141
+ #: ../settings/settings-edit.php:232
142
  msgid ""
143
  "Content for the subscriber welcome email whenever a user's email is either "
144
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
  msgstr ""
147
 
148
+ #: ../settings/settings-edit.php:241
149
  msgid ""
150
  "This unsubscribe link is automatically added to all the emails that are sent "
151
  "from this plugin. It is a readonly field and you are advised not to modify "
152
  "it."
153
  msgstr ""
154
 
155
+ #: ../settings/settings-edit.php:248
156
  msgid ""
157
  "The text for the unsubscribe link. This text is automatically added with "
158
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
  msgstr ""
160
 
161
+ #: ../settings/settings-edit.php:255
162
  msgid ""
163
  "This text will be displayed once user clicks on unsubscribe link from the "
164
  "email."
165
  msgstr ""
166
 
167
+ #: ../settings/settings-edit.php:262
168
  msgid "Error in the Subscribe / Confirmation Link"
169
  msgstr ""
170
 
171
+ #: ../settings/settings-edit.php:263
172
  msgid ""
173
  "Default message to display if there is any issue while clicking on subscribe "
174
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
  msgstr ""
176
 
177
+ #: ../settings/settings-edit.php:270
178
  msgid ""
179
  "Default message to display if there is any issue while clicking on "
180
  "unsubscribe link from the emails."
181
  msgstr ""
182
 
183
+ #: ../settings/settings-edit.php:369
184
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
  msgstr ""
186
 
187
+ #: ../settings/settings-edit.php:374
188
  msgid "Cron Report"
189
  msgstr ""
190
 
191
+ #: ../settings/settings-edit.php:375
192
  msgid ""
193
  "Email to admin whenever a cron URL is triggered from your server. (Available "
194
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
  msgstr ""
196
 
197
+ #: ../settings/settings-edit.php:386
198
  msgid ""
199
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
  "schedule-cron-emails/?"
202
  "Cron?</a>"
203
  msgstr ""
204
 
205
+ #: ../settings/settings-edit.php:387
206
  msgid ""
207
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
  "schedule-cron-emails-in-cpanel/?"
210
  "job in cPanel</a>"
211
  msgstr ""
212
 
213
+ #: ../settings/settings-edit.php:388
214
  msgid ""
215
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
  "schedule-cron-emails-in-parallels-plesk/?"
218
  "job in Plesk</a>"
219
  msgstr ""
220
 
221
+ #: ../settings/settings-edit.php:389
222
  msgid ""
223
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
  "if-hosting-doesnt-support-cron-jobs/?"
226
  "does not support cron jobs?</a>"
227
  msgstr ""
228
 
229
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
230
+ msgid "Preview Email"
231
+ msgstr ""
232
+
233
+ #: ../sentmail/sentmail-preview.php:31
234
+ msgid ""
235
+ "This is how the email you sent may look. <br>Note: Different email services "
236
+ "(like gmail, yahoo etc) display email content differently. So there could be "
237
+ "a slight variation on how your customer will view the email content."
238
+ msgstr ""
239
+
240
  #: ../compose/compose-edit.php:61
241
  msgid "Successfully updated. "
242
  msgstr ""
245
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
246
  msgstr ""
247
 
248
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
249
  #, php-format
250
  msgid ""
251
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
257
  msgid "Successfully created. "
258
  msgstr ""
259
 
260
+ #: ../compose/compose-preview.php:31
261
+ msgid ""
262
+ "This is how your email may look. <br>Note: Different email services (like "
263
+ "gmail, yahoo etc) display email content differently. So there could be a "
264
+ "slight variation on how your customer will view the email content."
265
+ msgstr ""
266
+
267
  #: ../help/help.php:178
268
  msgid "Get more help and tips..."
269
  msgstr ""
530
  msgid "Email sent successfully. "
531
  msgstr ""
532
 
533
+ #: ../classes/es-register.php:193
534
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
535
  msgstr ""
536
 
537
+ #: ../classes/es-register.php:765
538
  msgctxt "timezone date format"
539
  msgid "Y-m-d"
540
  msgstr ""
541
 
542
+ #: ../classes/es-register.php:795
543
  msgid "Post Notifications more often than Newsletter"
544
  msgstr ""
545
 
546
+ #: ../classes/es-register.php:797
547
  msgid "Newsletter more often than Post Notifications"
548
  msgstr ""
549
 
550
+ #: ../classes/es-register.php:799
551
  msgid "Post Notification &amp; Newsletter equally"
552
  msgstr ""
553
 
554
+ #: ../classes/es-register.php:817
555
  msgid "Using Double Opt In"
556
  msgstr ""
557
 
558
+ #: ../classes/es-register.php:819
559
  msgid "Using Single Opt In"
560
  msgstr ""
561
 
562
+ #: ../classes/es-register.php:868
563
  msgid "Nah, I don't like improvements"
564
  msgstr ""
565
 
566
+ #: ../classes/es-register.php:874
567
  msgid "Next"
568
  msgstr ""
569
 
570
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
571
+ #: register.php:187
572
  #, fuzzy
573
  msgid "Settings"
574
  msgstr "Inställningar"
684
 
685
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
686
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
687
+ #: 123 ../compose/compose-add.php:105
688
  msgid "Save"
689
  msgstr "Spara"
690
 
700
  msgid "Selected record deleted."
701
  msgstr "Valda poster raderade"
702
 
703
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
704
+ #: classes/es-register.php:181
705
  msgid "Post Notifications"
706
  msgstr "Meddelande"
707
 
719
  "läggs till i din blogg."
720
 
721
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
722
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
723
  msgid "Email Subject"
724
  msgstr "Email Rubrik"
725
 
739
  msgstr "Välj status för nyhetsbrev."
740
 
741
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
742
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
743
  msgid "Edit"
744
  msgstr "Redigera"
745
 
746
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
747
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
748
+ #: php:104
749
  msgid "Delete"
750
  msgstr "Radera"
751
 
752
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
753
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
754
+ #: 432 ../compose/compose-show.php:117
755
  msgid "No records available."
756
  msgstr "Inga poster tillgängliga"
757
 
812
  msgid "Save Settings"
813
  msgstr "Spara inställningarna"
814
 
815
+ #: ../settings/settings-edit.php:78
816
  msgid "Sender of Notifications"
817
  msgstr "Notifieringens avsändare"
818
 
819
+ #: ../settings/settings-edit.php:79
820
  msgid ""
821
  "Choose a FROM name and FROM email address for all the emails to be sent from "
822
  "this plugin."
824
  "Välj ett Från-namn och avsändarmailadress för alla mail som sånds från denna "
825
  "Plugin"
826
 
827
+ #: ../settings/settings-edit.php:94
828
  msgid "1. WP HTML MAIL"
829
  msgstr "1. WP HTML MAIL"
830
 
831
+ #: ../settings/settings-edit.php:95
832
  msgid "2. WP PLAINTEXT MAIL"
833
  msgstr "2. WP PLAINTEXT MAIL"
834
 
835
+ #: ../settings/settings-edit.php:96
836
  msgid "3. PHP HTML MAIL"
837
  msgstr "3. PHP HTML MAIL"
838
 
839
+ #: ../settings/settings-edit.php:97
840
  msgid "4. PHP PLAINTEXT MAIL"
841
  msgstr "4. PHP PLAINTEXT MAIL"
842
 
843
+ #: ../settings/settings-edit.php:109
844
  msgid "Double Opt In"
845
  msgstr "Double Opt In"
846
 
847
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
848
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
849
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
850
  #: subscriber-edit.php:150
851
  msgid "Single Opt In"
852
  msgstr "Single Opt In"
853
 
854
+ #: ../settings/settings-edit.php:116
855
  msgid "Image Size"
856
  msgstr "Bildstorlek"
857
 
858
+ #: ../settings/settings-edit.php:117
859
  msgid ""
860
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
861
  "Emails."
862
  msgstr "Välj bildstorlek för ###POSTIMAGE### att visas i notifikationsmail."
863
 
864
+ #: ../settings/settings-edit.php:121
865
  msgid "Full Size"
866
  msgstr "Full storlek"
867
 
868
+ #: ../settings/settings-edit.php:122
869
  msgid "Medium Size"
870
  msgstr "Mediumstorlek"
871
 
872
+ #: ../settings/settings-edit.php:123
873
  msgid "Thumbnail"
874
  msgstr "Thumbnail"
875
 
876
+ #: ../settings/settings-edit.php:129
877
  msgid "Admin Email Addresses"
878
  msgstr "Admins epostadresser"
879
 
880
+ #: ../settings/settings-edit.php:130
881
  msgid ""
882
  "Enter the admin email addresses that should receive notifications (separated "
883
  "by comma)."
885
  "Ange Admins mailadresser dit notifieringar ska skickas. (separera dem med "
886
  "komma (,)"
887
 
888
+ #: ../settings/settings-edit.php:137
889
  msgid ""
890
  "To send admin email notifications for the new subscriber. This option must "
891
  "be set to YES."
892
  msgstr "För att få notifieringar vid nya prenumeranter måste denna sättas till JA"
893
 
894
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
895
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
896
  msgid "YES"
897
  msgstr "JA"
898
 
899
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
900
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
901
  msgid "NO"
902
  msgstr "NEJ"
903
 
904
+ #: ../settings/settings-edit.php:164
905
  msgid "Sent Report Subject"
906
  msgstr "Sändrapport Ämne"
907
 
908
+ #: ../settings/settings-edit.php:171
909
  msgid "Sent Report Content"
910
  msgstr "Sändrapport - Innehåll"
911
 
912
+ #: ../settings/settings-edit.php:198
913
  msgid "It is a readonly field and you are advised not to modify it."
914
  msgstr "Det är readonly och du bör inte ändra det."
915
 
916
+ #: ../settings/settings-edit.php:205
917
  msgid ""
918
  "This text will be displayed once user clicks on email confirmation link from "
919
  "the Double Opt In (confirmation) Email."
921
  "Denna text visas när en prenumerant klickar på bekräftelselänken för att "
922
  "bekräfta sin prenumeration i double Opt In."
923
 
924
+ #: ../settings/settings-edit.php:213
925
  msgid ""
926
  "To send welcome email to subscriber after successful signup. This option "
927
  "must be set to YES."
928
  msgstr "För att sända välkomstmail till nya prenumeranter, så måste detta val vara JA"
929
 
930
+ #: ../settings/settings-edit.php:240
931
  msgid "Unsubscribe Link"
932
  msgstr "Länk för att avbeställa prenumerationen"
933
 
934
+ #: ../settings/settings-edit.php:247
935
  msgid "Unsubscribe Text in Email"
936
  msgstr "Text i email vid avlutad prenumeration"
937
 
938
+ #: ../settings/settings-edit.php:254
939
  msgid "Text to display after an email address is unsubscribed"
940
  msgstr "Text att visa när en prenumeration avbetsällts."
941
 
942
+ #: ../settings/settings-edit.php:269
943
  msgid "Error in the Unsubscribe Link"
944
  msgstr "FEL i länken för avprenumeration"
945
 
946
+ #: ../settings/settings-edit.php:282
947
  msgid "Select user roles who can access following menus. Only Admin can change this."
948
  msgstr ""
949
  "Välj användarroll som kan få tillgång till följande menyer. Bara Admin kan "
950
  "ändra detta."
951
 
952
+ #: ../settings/settings-edit.php:288
953
  msgid "Subscribers Menu"
954
  msgstr "Prenumenrantmeny"
955
 
956
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
957
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
958
+ #: settings/settings-edit.php:340
959
  msgid "Administrator Only"
960
  msgstr "Endast Adminstratör"
961
 
962
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
963
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
964
+ #: settings/settings-edit.php:341
965
  msgid "Administrator/Editor"
966
  msgstr "Administratör/Redigerare"
967
 
968
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
969
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
970
+ #: settings/settings-edit.php:342
971
  msgid "Administrator/Editor/Author/Contributor"
972
  msgstr "Administratör/Redigerare/Författare/Bidragsgivare"
973
 
974
+ #: ../settings/settings-edit.php:300
975
  msgid "Compose Menu"
976
  msgstr "Skapa meny"
977
 
978
+ #: ../settings/settings-edit.php:312
979
  msgid "Post Notifications Menu"
980
  msgstr "Meddelandemeny"
981
 
982
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
983
+ #: register.php:183 ../classes/es-register.php:184
984
  msgid "Newsletters"
985
  msgstr "Nyhetsbrev"
986
 
987
+ #: ../settings/settings-edit.php:336
988
  msgid "Reports Menu"
989
  msgstr "Rapportmeny"
990
 
991
+ #: ../settings/settings-edit.php:353
992
  msgid "Cron job URL"
993
  msgstr "Cron job URL"
994
 
995
+ #: ../settings/settings-edit.php:354
996
  msgid ""
997
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
998
  "modify it."
999
  msgstr "Detta är ditt Cron job URL. Det är readonly och du bör inte ändra det."
1000
 
1001
+ #: ../settings/settings-edit.php:363
1002
  msgid "Email Count"
1003
  msgstr "Antal mail"
1004
 
1005
+ #: ../settings/settings-edit.php:364
1006
  msgid "Number of emails that you want to trigger per hour."
1007
  msgstr "Antal mail du vill sända per timme"
1008
 
1009
+ #: ../settings/settings-edit.php:385
1010
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1011
  msgstr "Vad är Cron och hur görs inställningarna."
1012
 
1013
+ #: ../settings/settings-edit.php:504
1014
  msgid "Please enter sender of notifications from name."
1015
  msgstr "Ange namnet för notifieringens avsändare"
1016
 
1017
+ #: ../settings/settings-edit.php:509
1018
  msgid "Please enter sender of notifications from email."
1019
  msgstr "Ange avsändarens mailadress på email för notifieringar"
1020
 
1021
+ #: ../settings/settings-edit.php:553
1022
  msgid "Please enter valid mail count."
1023
  msgstr "Välj giltigt antal mailkonto"
1024
 
1025
+ #: ../settings/settings-edit.php:566
1026
  msgid "Settings Saved."
1027
  msgstr "Inställningar sparade"
1028
 
1029
+ #: ../settings/settings-edit.php:569
1030
  msgid "Oops, unable to update."
1031
  msgstr "Oups... Det går ej att uppdatera"
1032
 
1042
  msgid "Click to sync tables"
1043
  msgstr "Klicka för att synkronisera tabeller"
1044
 
1045
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1046
  msgid "Back"
1047
  msgstr "Åter"
1048
 
1058
  msgid " &gt;&gt; "
1059
  msgstr " &gt;&gt; "
1060
 
1061
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1062
+ #: register.php:190
1063
  msgid "Reports"
1064
  msgstr "Rapporter"
1065
 
1074
  msgstr "Läs rapporter"
1075
 
1076
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1077
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1078
+ #: compose/compose-show.php:88
1079
  msgid "Preview"
1080
  msgstr "Granska"
1081
 
1086
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1087
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1088
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1089
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1090
  msgid "Status"
1091
  msgstr "Status"
1092
 
1311
  msgid "Please select New Status to update."
1312
  msgstr "VÄlj ny status att uppdatera"
1313
 
1314
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1315
+ #: classes/es-register.php:175
1316
  msgid "Subscribers"
1317
  msgstr "Prenumeranter"
1318
 
1397
  msgstr "E-postadress"
1398
 
1399
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1400
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1401
  msgid "Name"
1402
  msgstr "Namn"
1403
 
1598
  msgid "Enter Content for your Email"
1599
  msgstr "Ange innehåll i ditt Email"
1600
 
1601
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1602
  msgid "Available Keywords"
1603
  msgstr "Tillgängliga nyckelord"
1604
 
1605
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1606
  msgid "Published"
1607
  msgstr "Publiserat"
1608
 
1609
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1610
  msgid "Please select your mail status"
1611
  msgstr "Välj mailstatus"
1612
 
1614
  msgid "Add new Email"
1615
  msgstr "Lägg till ny e-postadress"
1616
 
1617
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1618
+ #: register.php:178
1619
  msgid "Compose"
1620
  msgstr "Skriv nytt"
1621
 
1622
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1623
  msgid "Email Template"
1624
  msgstr "Mall för Email"
1625
 
1626
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1627
  msgid "Actions"
1628
  msgstr "Val"
1629
 
1650
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1651
  msgstr "Tack för att du installerar och vi hoppas du ska uppskatta Email Subscribers"
1652
 
1653
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1654
  #: php:38
1655
  msgid "Subscribe"
1656
  msgstr "Prenumerera"
1785
  msgid "Reset"
1786
  msgstr "Återställ"
1787
 
 
 
 
 
 
 
 
 
 
 
 
 
1788
  #: ../classes/es-common.php:13
1789
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1790
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Bekräftat</span>"
1829
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1830
  msgstr "<span style=\"color:#993399;\">Omgående</span>"
1831
 
1832
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1833
+ #: register.php:782
1834
  msgid "Email Subscribers"
1835
  msgstr "Email Subscribers"
1836
 
1837
+ #: ../classes/es-register.php:192
1838
  msgid "Help & Info"
1839
  msgstr "Hjälp & Information"
1840
 
1841
+ #: ../classes/es-register.php:204
1842
  msgctxt "view-subscriber-enhanced-select"
1843
  msgid "Please enter subscriber email address."
1844
  msgstr "Ange din e-postadress"
1845
 
1846
+ #: ../classes/es-register.php:205
1847
  msgctxt "view-subscriber-enhanced-select"
1848
  msgid "Please select subscriber email status."
1849
  msgstr "Ange din e-postadress"
1850
 
1851
+ #: ../classes/es-register.php:206
1852
  msgctxt "view-subscriber-enhanced-select"
1853
  msgid "Please select or create group for this subscriber."
1854
  msgstr "Ange en grupp för denna prenumerant"
1855
 
1856
+ #: ../classes/es-register.php:207
1857
  msgctxt "view-subscriber-enhanced-select"
1858
  msgid "Do you want to delete this record?"
1859
  msgstr "Vill du radera denna post?"
1860
 
1861
+ #: ../classes/es-register.php:208
1862
  msgctxt "view-subscriber-enhanced-select"
1863
  msgid "Please select the bulk action."
1864
  msgstr "Välj uppdateringssätt"
1865
 
1866
+ #: ../classes/es-register.php:209
1867
  msgctxt "view-subscriber-enhanced-select"
1868
  msgid "Are you sure you want to delete selected records?"
1869
  msgstr "Vill du radera valda poster"
1870
 
1871
+ #: ../classes/es-register.php:210
1872
  msgctxt "view-subscriber-enhanced-select"
1873
  msgid ""
1874
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1877
  "Vill du sända bekräftelsen igen? Obs. att det medför att prenumerantens "
1878
  "status ändras till \"Obekräftad\""
1879
 
1880
+ #: ../classes/es-register.php:211
1881
  msgctxt "view-subscriber-enhanced-select"
1882
  msgid "Please select new subscriber group."
1883
  msgstr "Välj ny prenumerantgrupp"
1884
 
1885
+ #: ../classes/es-register.php:212
1886
  msgctxt "view-subscriber-enhanced-select"
1887
  msgid "Please select new status for subscribers"
1888
  msgstr "Välj ny status för prenumeranterna"
1889
 
1890
+ #: ../classes/es-register.php:213
1891
  msgctxt "view-subscriber-enhanced-select"
1892
  msgid "Do you want to update subscribers group?"
1893
  msgstr "Vill du uppdatera prenumerantgruppen"
1894
 
1895
+ #: ../classes/es-register.php:214
1896
  msgctxt "view-subscriber-enhanced-select"
1897
  msgid "Do you want to update subscribers status?"
1898
  msgstr "Vill du uppdatera prenumeranternas status?"
1899
 
1900
+ #: ../classes/es-register.php:215
1901
  msgctxt "view-subscriber-enhanced-select"
1902
  msgid ""
1903
  "Please select only csv file. Please check official website for csv structure."
1904
  "."
1905
  msgstr "Välj en csv-fil. Se vår hemsida för vidare anvisningar."
1906
 
1907
+ #: ../classes/es-register.php:223
1908
  msgctxt "compose-enhanced-select"
1909
  msgid "Please enter the Email Subject."
1910
  msgstr "Ange Rubrik i ditt Email"
1911
 
1912
+ #: ../classes/es-register.php:224
1913
  msgctxt "compose-enhanced-select"
1914
  msgid "Do you want to delete this record?"
1915
  msgstr "Vill du radera denna post?"
1916
 
1917
+ #: ../classes/es-register.php:232
1918
  msgctxt "notification-enhanced-select"
1919
  msgid "Please select subscribers group."
1920
  msgstr "Välj prenumerationsgrupp"
1921
 
1922
+ #: ../classes/es-register.php:233
1923
  msgctxt "notification-enhanced-select"
1924
  msgid "Please select notification mail subject. Use compose menu to create new."
1925
  msgstr "Välj rubrik för nyhetsbrevet. Använd menyn för att skapa ett nytt."
1926
 
1927
+ #: ../classes/es-register.php:234
1928
  msgctxt "notification-enhanced-select"
1929
  msgid "Please select notification status."
1930
  msgstr "Välj status för nyhetsbrev."
1931
 
1932
+ #: ../classes/es-register.php:235
1933
  msgctxt "notification-enhanced-select"
1934
  msgid "Do you want to delete this record?"
1935
  msgstr "Vill du radera denna post?"
1936
 
1937
+ #: ../classes/es-register.php:243
1938
  msgctxt "sendmail-enhanced-select"
1939
  msgid "Please select your mail subject."
1940
  msgstr "Välj rubrik för ditt mail."
1941
 
1942
+ #: ../classes/es-register.php:244
1943
  msgctxt "sendmail-enhanced-select"
1944
  msgid "Please select your mail type."
1945
  msgstr "Välj typ för ditt mail."
1946
 
1947
+ #: ../classes/es-register.php:245
1948
  msgctxt "sendmail-enhanced-select"
1949
  msgid ""
1950
  "Have you double checked your selected group? If so, let's go ahead and send "
1951
  "this."
1952
  msgstr "Har du valt grupp att sända till? I så fall - sänd!"
1953
 
1954
+ #: ../classes/es-register.php:253
1955
  msgctxt "sentmail-enhanced-select"
1956
  msgid "Do you want to delete this record?"
1957
  msgstr "Villd su radera denna post?"
1958
 
1959
+ #: ../classes/es-register.php:254
1960
  msgctxt "sentmail-enhanced-select"
1961
  msgid "Do you want to delete all records except latest 10?"
1962
  msgstr "Vill du radera alla poster utom de 10 senaste?"
1963
 
1964
+ #: ../classes/es-register.php:262
1965
  msgctxt "cron-enhanced-select"
1966
  msgid "Please select enter number of mails you want to send per hour/trigger."
1967
  msgstr ""
1968
  "Välj hur många mail du vill sända per timme. Obs att din operatör kan ha "
1969
  "begränsningar för att hindra spam."
1970
 
1971
+ #: ../classes/es-register.php:263
1972
  msgctxt "cron-enhanced-select"
1973
  msgid "Please enter the mail count, only number."
1974
  msgstr "Ange antalet mail. endast siffror"
1975
 
1976
+ #: ../classes/es-register.php:276
1977
  msgctxt "widget-enhanced-select"
1978
  msgid "Please enter email address"
1979
  msgstr "Ange e-postadress"
1980
 
1981
+ #: ../classes/es-register.php:277
1982
  msgctxt "widget-enhanced-select"
1983
  msgid "Please provide a valid email address"
1984
  msgstr "Ange en giltig e-postadress."
1985
 
1986
+ #: ../classes/es-register.php:278
1987
  msgctxt "widget-enhanced-select"
1988
  msgid "loading..."
1989
  msgstr "laddar..."
1990
 
1991
+ #: ../classes/es-register.php:279
1992
  msgctxt "widget-enhanced-select"
1993
  msgid "Cannot create XMLHTTP instance"
1994
  msgstr "Kan inte skapa XMLHTTP-instans"
1995
 
1996
+ #: ../classes/es-register.php:280
1997
  msgctxt "widget-enhanced-select"
1998
  msgid "Successfully Subscribed."
1999
  msgstr "Prenumeration lyckades"
2000
 
2001
+ #: ../classes/es-register.php:281
2002
  msgctxt "widget-enhanced-select"
2003
  msgid ""
2004
  "Your subscription was successful! Within a few minutes, kindly check the "
2009
  "och bekräfta din prenumeration. Hittar du inte e-posten, så titta i ditt "
2010
  "skräpfilter."
2011
 
2012
+ #: ../classes/es-register.php:282
2013
  msgctxt "widget-enhanced-select"
2014
  msgid "Email Address already exists!"
2015
  msgstr "E-postadressen finns redan"
2016
 
2017
+ #: ../classes/es-register.php:283
2018
  msgctxt "widget-enhanced-select"
2019
  msgid "Oops.. Unexpected error occurred."
2020
  msgstr "Oups. Ett oväntat fel inträffade."
2021
 
2022
+ #: ../classes/es-register.php:284
2023
  msgctxt "widget-enhanced-select"
2024
  msgid "Invalid email address"
2025
  msgstr "Ogiltig e-postadress"
2026
 
2027
+ #: ../classes/es-register.php:285
2028
  msgctxt "widget-enhanced-select"
2029
  msgid "Please try after some time"
2030
  msgstr "Försök igen om en stund."
2031
 
2032
+ #: ../classes/es-register.php:286
2033
  msgctxt "widget-enhanced-select"
2034
  msgid "There was a problem with the request"
2035
  msgstr "Din beställning stötte på ett oväntat problem."
2036
 
2037
+ #: ../classes/es-register.php:293
2038
  msgctxt "widget-page-enhanced-select"
2039
  msgid "Please enter email address"
2040
  msgstr "Ange e-postadress"
2041
 
2042
+ #: ../classes/es-register.php:294
2043
  msgctxt "widget-page-enhanced-select"
2044
  msgid "Please provide a valid email address"
2045
  msgstr "Ange en giltig e-postadress."
2046
 
2047
+ #: ../classes/es-register.php:295
2048
  msgctxt "widget-page-enhanced-select"
2049
  msgid "loading..."
2050
  msgstr "laddar..."
2051
 
2052
+ #: ../classes/es-register.php:296
2053
  msgctxt "widget-page-enhanced-select"
2054
  msgid "Cannot create XMLHTTP instance"
2055
  msgstr "Kan inte skapa XMLHTTP-instans"
2056
 
2057
+ #: ../classes/es-register.php:297
2058
  msgctxt "widget-page-enhanced-select"
2059
  msgid "Successfully Subscribed."
2060
  msgstr "Prenumeration lyckades"
2061
 
2062
+ #: ../classes/es-register.php:298
2063
  msgctxt "widget-page-enhanced-select"
2064
  msgid ""
2065
  "Your subscription was successful! Within a few minutes, kindly check the "
2070
  "och bekräfta din prenumeration. Hittar du inte e-posten, så titta i ditt "
2071
  "skräpfilter."
2072
 
2073
+ #: ../classes/es-register.php:299
2074
  msgctxt "widget-page-enhanced-select"
2075
  msgid "Email Address already exists!"
2076
  msgstr "E-postadressen finns redan"
2077
 
2078
+ #: ../classes/es-register.php:300
2079
  msgctxt "widget-page-enhanced-select"
2080
  msgid "Oops.. Unexpected error occurred."
2081
  msgstr "Oups. Ett oväntat fel inträffade."
2082
 
2083
+ #: ../classes/es-register.php:301
2084
  msgctxt "widget-page-enhanced-select"
2085
  msgid "Invalid email address"
2086
  msgstr "Ogiltig e-postadress"
2087
 
2088
+ #: ../classes/es-register.php:302
2089
  msgctxt "widget-page-enhanced-select"
2090
  msgid "Please try after some time"
2091
  msgstr "Försök igen om en stund."
2092
 
2093
+ #: ../classes/es-register.php:303
2094
  msgctxt "widget-page-enhanced-select"
2095
  msgid "There was a problem with the request"
2096
  msgstr "Din beställning stötte på ett oväntat problem."
2097
 
2098
+ #: ../classes/es-register.php:782
2099
  msgid "is getting even better!"
2100
  msgstr "det blir ännu bättre"
2101
 
2102
+ #: ../classes/es-register.php:783
2103
  msgid "But I need you to"
2104
  msgstr "Men jag behöver dig"
2105
 
2106
+ #: ../classes/es-register.php:783
2107
  msgid "help me prioritize"
2108
  msgstr "hjälpa mig prioritera"
2109
 
2110
+ #: ../classes/es-register.php:783
2111
  msgid "Please send your response today."
2112
  msgstr "Skicka ditt svar idag."
2113
 
2114
+ #: ../classes/es-register.php:790
2115
  msgid "Here's how you use ES:"
2116
  msgstr "Här ser du hur du använder ES"
2117
 
2118
+ #: ../classes/es-register.php:803
2119
  msgid "Have "
2120
  msgstr "Har"
2121
 
2122
+ #: ../classes/es-register.php:803
2123
  msgid " Active Subscribers"
2124
  msgstr "Aktiva prenumeranter"
2125
 
2126
+ #: ../classes/es-register.php:804
2127
  msgid "Post "
2128
  msgstr "Post"
2129
 
2130
+ #: ../classes/es-register.php:804
2131
  msgid " blog per week"
2132
  msgstr "Antal inlägg per vecka"
2133
 
2134
+ #: ../classes/es-register.php:808
2135
  msgid "Send emails via Cron"
2136
  msgstr "Skicka e-post via Cron"
2137
 
2138
+ #: ../classes/es-register.php:810
2139
  msgid "Send emails Immediately"
2140
  msgstr "Skicka e-post omedelbart"
2141
 
2142
+ #: ../classes/es-register.php:837
2143
  msgid "How soon do you want these new features?"
2144
  msgstr "Hur ofta vill du ha denna möjlighet"
2145
 
2146
+ #: ../classes/es-register.php:841
2147
  msgid "Beautiful Email Designs"
2148
  msgstr "Beautiful Email Designs"
2149
 
2150
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2151
+ #: register.php:852 ../classes/es-register.php:857
2152
  msgid "Right now!"
2153
  msgstr "Omedelbart!"
2154
 
2155
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2156
+ #: register.php:853 ../classes/es-register.php:858
2157
  msgid "Soon"
2158
  msgstr "Snart"
2159
 
2160
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2161
+ #: register.php:854 ../classes/es-register.php:859
2162
  msgid "Later"
2163
  msgstr "Senare"
2164
 
2165
+ #: ../classes/es-register.php:846
2166
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2167
  msgstr "Planera Spam-check....(För bättre leveransprecision)"
2168
 
2169
+ #: ../classes/es-register.php:851
2170
  msgid "Discard Fake / Bouncing Emails"
2171
  msgstr "Släng falska/studsande mail"
2172
 
2173
+ #: ../classes/es-register.php:856
2174
  msgid "Advanced Reporting"
2175
  msgstr "Avancerad rapportering"
2176
 
2177
+ #: ../classes/es-register.php:884
2178
  msgid "Thank you!"
2179
  msgstr "Tack!"
2180
 
2181
+ #: ../classes/es-register.php:885
2182
  msgid "No issues, have a nice day!"
2183
  msgstr "Inga ärenden, ha en bra dag!"
2184
 
2185
+ #: ../classes/es-register.php:977
2186
+ msgid ""
2187
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2188
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2189
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2190
+ "</a> rating. A huge thank you from Icegram in advance!"
2191
+ msgstr ""
2192
+ "Om du gillar <strong>E-abonnenter</strong>, vänligen överväga att lämna oss "
2193
+ "ett <a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2194
+ "subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
2195
+ "Icegram i förväg!"
2196
+
2197
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2198
  msgid "Email *"
2199
  msgstr "E-post *"
2200
 
2201
+ #: ../classes/es-register.php:1134
2202
  msgid "Widget Title"
2203
  msgstr "Widget titel"
2204
 
2205
+ #: ../classes/es-register.php:1138
2206
  msgid "Short description about subscription form"
2207
  msgstr "Kort beskrivning av prenumerationsformulär"
2208
 
2209
+ #: ../classes/es-register.php:1142
2210
  msgid "Display Name Field"
2211
  msgstr "Visa Namnfältet"
2212
 
2213
+ #: ../classes/es-register.php:1149
2214
  msgid "Subscriber Group"
2215
  msgstr "Prenumerantgrupp"
languages/email-subscribers-tr_TR.mo CHANGED
Binary file
languages/email-subscribers-tr_TR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Mon Aug 21 2017 16:25:37 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -27,26 +27,26 @@ msgstr ""
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
- #: ../email-subscribers.php:70
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
34
 
35
- #: ../settings/settings-edit.php:92
36
  msgid "Email Type"
37
  msgstr ""
38
 
39
- #: ../settings/settings-edit.php:93
40
  msgid ""
41
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
  "Option 3 & 4 is to send emails with PHP method mail()."
43
  msgstr ""
44
 
45
- #: ../settings/settings-edit.php:107
46
  msgid "Opt-In Type"
47
  msgstr ""
48
 
49
- #: ../settings/settings-edit.php:108
50
  msgid ""
51
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -55,146 +55,146 @@ msgid ""
55
  "directly in the list."
56
  msgstr ""
57
 
58
- #: ../settings/settings-edit.php:139
59
  msgid "Notify Admin when a new subscriber signs up"
60
  msgstr ""
61
 
62
- #: ../settings/settings-edit.php:152
63
  msgid "Admin Email Subject on new subscriber sign up"
64
  msgstr ""
65
 
66
- #: ../settings/settings-edit.php:153
67
  msgid ""
68
  "Subject for the admin email whenever a new subscriber signs up and is "
69
  "confirmed."
70
  msgstr ""
71
 
72
- #: ../settings/settings-edit.php:159
73
  msgid "Admin Email Content on new subscriber signs up"
74
  msgstr ""
75
 
76
- #: ../settings/settings-edit.php:160
77
  msgid ""
78
  "Content for the admin email whenever a new subscriber signs up and is "
79
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
  msgstr ""
81
 
82
- #: ../settings/settings-edit.php:168
83
  msgid "Subject for the email report which will be sent to admin."
84
  msgstr ""
85
 
86
- #: ../settings/settings-edit.php:175
87
  msgid ""
88
  "Content for the email report which will be sent to admin.<br />(Available "
89
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
  msgstr ""
91
 
92
- #: ../settings/settings-edit.php:186
93
  msgid "Double Opt-In Email Subject (Confirmation Email)"
94
  msgstr ""
95
 
96
- #: ../settings/settings-edit.php:187
97
  msgid ""
98
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
  "subscriber signs up."
100
  msgstr ""
101
 
102
- #: ../settings/settings-edit.php:193
103
  msgid "Double Opt-In Email Content (Confirmation Email)"
104
  msgstr ""
105
 
106
- #: ../settings/settings-edit.php:194
107
  msgid ""
108
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
  msgstr ""
111
 
112
- #: ../settings/settings-edit.php:200
113
  msgid "Double Opt-In Confirmation Link"
114
  msgstr ""
115
 
116
- #: ../settings/settings-edit.php:207
117
  msgid ""
118
  "Text to display after an email address is successfully subscribed from "
119
  "Double Opt-In (Confirmation) Email"
120
  msgstr ""
121
 
122
- #: ../settings/settings-edit.php:215
123
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
  msgstr ""
125
 
126
- #: ../settings/settings-edit.php:227
127
  msgid "Subject for Welcome Email"
128
  msgstr ""
129
 
130
- #: ../settings/settings-edit.php:228
131
  msgid ""
132
  "Subject for the subscriber welcome email. This will be sent whenever a "
133
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
  "Opt-In) successfully."
135
  msgstr ""
136
 
137
- #: ../settings/settings-edit.php:234
138
  msgid "Email Content for Welcome Email"
139
  msgstr ""
140
 
141
- #: ../settings/settings-edit.php:235
142
  msgid ""
143
  "Content for the subscriber welcome email whenever a user's email is either "
144
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
  msgstr ""
147
 
148
- #: ../settings/settings-edit.php:244
149
  msgid ""
150
  "This unsubscribe link is automatically added to all the emails that are sent "
151
  "from this plugin. It is a readonly field and you are advised not to modify "
152
  "it."
153
  msgstr ""
154
 
155
- #: ../settings/settings-edit.php:251
156
  msgid ""
157
  "The text for the unsubscribe link. This text is automatically added with "
158
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
  msgstr ""
160
 
161
- #: ../settings/settings-edit.php:258
162
  msgid ""
163
  "This text will be displayed once user clicks on unsubscribe link from the "
164
  "email."
165
  msgstr ""
166
 
167
- #: ../settings/settings-edit.php:265
168
  msgid "Error in the Subscribe / Confirmation Link"
169
  msgstr ""
170
 
171
- #: ../settings/settings-edit.php:266
172
  msgid ""
173
  "Default message to display if there is any issue while clicking on subscribe "
174
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
  msgstr ""
176
 
177
- #: ../settings/settings-edit.php:273
178
  msgid ""
179
  "Default message to display if there is any issue while clicking on "
180
  "unsubscribe link from the emails."
181
  msgstr ""
182
 
183
- #: ../settings/settings-edit.php:372
184
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
  msgstr ""
186
 
187
- #: ../settings/settings-edit.php:377
188
  msgid "Cron Report"
189
  msgstr ""
190
 
191
- #: ../settings/settings-edit.php:378
192
  msgid ""
193
  "Email to admin whenever a cron URL is triggered from your server. (Available "
194
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
  msgstr ""
196
 
197
- #: ../settings/settings-edit.php:389
198
  msgid ""
199
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
  "schedule-cron-emails/?"
@@ -202,7 +202,7 @@ msgid ""
202
  "Cron?</a>"
203
  msgstr ""
204
 
205
- #: ../settings/settings-edit.php:390
206
  msgid ""
207
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
  "schedule-cron-emails-in-cpanel/?"
@@ -210,7 +210,7 @@ msgid ""
210
  "job in cPanel</a>"
211
  msgstr ""
212
 
213
- #: ../settings/settings-edit.php:391
214
  msgid ""
215
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -218,7 +218,7 @@ msgid ""
218
  "job in Plesk</a>"
219
  msgstr ""
220
 
221
- #: ../settings/settings-edit.php:392
222
  msgid ""
223
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -226,6 +226,17 @@ msgid ""
226
  "does not support cron jobs?</a>"
227
  msgstr ""
228
 
 
 
 
 
 
 
 
 
 
 
 
229
  #: ../compose/compose-edit.php:61
230
  msgid "Successfully updated. "
231
  msgstr ""
@@ -234,7 +245,7 @@ msgstr ""
234
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
235
  msgstr ""
236
 
237
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
238
  #, php-format
239
  msgid ""
240
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -246,6 +257,13 @@ msgstr ""
246
  msgid "Successfully created. "
247
  msgstr ""
248
 
 
 
 
 
 
 
 
249
  #: ../help/help.php:178
250
  msgid "Get more help and tips..."
251
  msgstr ""
@@ -512,40 +530,40 @@ msgstr ""
512
  msgid "Email sent successfully. "
513
  msgstr ""
514
 
515
- #: ../classes/es-register.php:164
516
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
517
  msgstr ""
518
 
519
- #: ../classes/es-register.php:707
520
  msgctxt "timezone date format"
521
  msgid "Y-m-d"
522
  msgstr ""
523
 
524
- #: ../classes/es-register.php:737
525
  msgid "Post Notifications more often than Newsletter"
526
  msgstr ""
527
 
528
- #: ../classes/es-register.php:739
529
  msgid "Newsletter more often than Post Notifications"
530
  msgstr ""
531
 
532
- #: ../classes/es-register.php:741
533
  msgid "Post Notification &amp; Newsletter equally"
534
  msgstr ""
535
 
536
- #: ../classes/es-register.php:759
537
  msgid "Using Double Opt In"
538
  msgstr ""
539
 
540
- #: ../classes/es-register.php:761
541
  msgid "Using Single Opt In"
542
  msgstr ""
543
 
544
- #: ../classes/es-register.php:810
545
  msgid "Nah, I don't like improvements"
546
  msgstr ""
547
 
548
- #: ../classes/es-register.php:816
549
  msgid "Next"
550
  msgstr ""
551
 
@@ -662,7 +680,7 @@ msgstr "E-posta bildirimi etkin değil"
662
 
663
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
664
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
665
- #: 117 ../compose/compose-add.php:105
666
  msgid "Save"
667
  msgstr "Kaydet"
668
 
@@ -678,8 +696,8 @@ msgstr "Bir dakika, seçtiğiniz detaylar mevcut değil."
678
  msgid "Selected record deleted."
679
  msgstr "Seçilen kayıt silindi."
680
 
681
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
682
- #: classes/es-register.php:152
683
  msgid "Post Notifications"
684
  msgstr "Gönderi Bildirimleri"
685
 
@@ -697,7 +715,7 @@ msgstr ""
697
  "abonelerine bildirim e-postaları gönder"
698
 
699
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
700
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
701
  msgid "Email Subject"
702
  msgstr "E-posta Konusu"
703
 
@@ -717,19 +735,19 @@ msgid "Notification Status"
717
  msgstr "Bildirim Gönderme Durumu"
718
 
719
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
720
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
721
  msgid "Edit"
722
  msgstr "Düzelt"
723
 
724
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
725
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
726
- #: php:102
727
  msgid "Delete"
728
  msgstr "Sil"
729
 
730
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
731
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
732
- #: 432 ../compose/compose-show.php:111
733
  msgid "No records available."
734
  msgstr "Kayıt Yok!"
735
 
@@ -786,8 +804,8 @@ msgstr "Planlama"
786
  msgid "User Roles"
787
  msgstr "Kullanıcı Rolleri"
788
 
789
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
790
- #: register.php:158
791
  msgid "Settings"
792
  msgstr "Ayarlar"
793
 
@@ -795,11 +813,11 @@ msgstr "Ayarlar"
795
  msgid "Save Settings"
796
  msgstr "Ayarları Kaydet"
797
 
798
- #: ../settings/settings-edit.php:81
799
  msgid "Sender of Notifications"
800
  msgstr "Bildirimleri Gönderen"
801
 
802
- #: ../settings/settings-edit.php:82
803
  msgid ""
804
  "Choose a FROM name and FROM email address for all the emails to be sent from "
805
  "this plugin."
@@ -807,38 +825,38 @@ msgstr ""
807
  "Bu eklentiden gönderilmiş tüm bildirimler için bir Gönderici ve E-posta "
808
  "Adresi seçiniz."
809
 
810
- #: ../settings/settings-edit.php:97
811
  msgid "1. WP HTML MAIL"
812
  msgstr "1. WP HTML POSTA"
813
 
814
- #: ../settings/settings-edit.php:98
815
  msgid "2. WP PLAINTEXT MAIL"
816
  msgstr "2. WP PLAINTEXT POSTA"
817
 
818
- #: ../settings/settings-edit.php:99
819
  msgid "3. PHP HTML MAIL"
820
  msgstr " 3. PHP HTML POSTA"
821
 
822
- #: ../settings/settings-edit.php:100
823
  msgid "4. PHP PLAINTEXT MAIL"
824
  msgstr "4. PHP PLAINTEXT POSTA"
825
 
826
- #: ../settings/settings-edit.php:112
827
  msgid "Double Opt In"
828
  msgstr "Çift Onay"
829
 
830
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
831
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
832
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
833
  #: subscriber-edit.php:150
834
  msgid "Single Opt In"
835
  msgstr "Tek Onay"
836
 
837
- #: ../settings/settings-edit.php:119
838
  msgid "Image Size"
839
  msgstr "Resim Ölçüsü"
840
 
841
- #: ../settings/settings-edit.php:120
842
  msgid ""
843
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
844
  "Emails."
@@ -846,29 +864,29 @@ msgstr ""
846
  "###POSTIMAGE### Gönderilen bildirim içerisinde göstermek için resim ölçüsü "
847
  "seçiniz."
848
 
849
- #: ../settings/settings-edit.php:124
850
  msgid "Full Size"
851
  msgstr "Tam Boy"
852
 
853
- #: ../settings/settings-edit.php:125
854
  msgid "Medium Size"
855
  msgstr "Orta Boy"
856
 
857
- #: ../settings/settings-edit.php:126
858
  msgid "Thumbnail"
859
  msgstr "Küçük Boy"
860
 
861
- #: ../settings/settings-edit.php:132
862
  msgid "Admin Email Addresses"
863
  msgstr "Yönetici E-posta Adresleri"
864
 
865
- #: ../settings/settings-edit.php:133
866
  msgid ""
867
  "Enter the admin email addresses that should receive notifications (separated "
868
  "by comma)."
869
  msgstr "Bildirimleri almak için Yönetici e-postalarını giriniz. (Virgülle ayırınız)."
870
 
871
- #: ../settings/settings-edit.php:140
872
  msgid ""
873
  "To send admin email notifications for the new subscriber. This option must "
874
  "be set to YES."
@@ -876,35 +894,35 @@ msgstr ""
876
  "Yöneticiye yeni aboneleri e-posta bildirimleri göndermek için bu seçenek "
877
  "EVET olarak ayarlanmalı."
878
 
879
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
880
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
881
  msgid "YES"
882
  msgstr "EVET"
883
 
884
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
885
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
886
  msgid "NO"
887
  msgstr "HAYIR"
888
 
889
- #: ../settings/settings-edit.php:167
890
  msgid "Sent Report Subject"
891
  msgstr "Gönderilen Rapor Konusu"
892
 
893
- #: ../settings/settings-edit.php:174
894
  msgid "Sent Report Content"
895
  msgstr "Gönderilen Rapor İçeriği"
896
 
897
- #: ../settings/settings-edit.php:201
898
  msgid "It is a readonly field and you are advised not to modify it."
899
  msgstr "Bu sadece okunabilir bir alandır ve düzenleme yapılmaması önerilir."
900
 
901
- #: ../settings/settings-edit.php:208
902
  msgid ""
903
  "This text will be displayed once user clicks on email confirmation link from "
904
  "the Double Opt In (confirmation) Email."
905
  msgstr "Bu mesaj, ikinci onayda aboneler onay linkine tıkladığı zaman gösterilecek."
906
 
907
- #: ../settings/settings-edit.php:216
908
  msgid ""
909
  "To send welcome email to subscriber after successful signup. This option "
910
  "must be set to YES."
@@ -912,72 +930,72 @@ msgstr ""
912
  "Başarılı bir kayıt yapıldıktan sonra Hoşgeldin Mesajı göndermek için bu "
913
  "seçenek EVET olarak seçilmelidir."
914
 
915
- #: ../settings/settings-edit.php:243
916
  msgid "Unsubscribe Link"
917
  msgstr "Üyelikten Ayrıl Linki"
918
 
919
- #: ../settings/settings-edit.php:250
920
  msgid "Unsubscribe Text in Email"
921
  msgstr "E-postada Üyelikten Ayrıl Yazısı"
922
 
923
- #: ../settings/settings-edit.php:257
924
  msgid "Text to display after an email address is unsubscribed"
925
  msgstr "Bir e-posta üyeliği sonlandırıldığında gösterilecek mesaj."
926
 
927
- #: ../settings/settings-edit.php:272
928
  msgid "Error in the Unsubscribe Link"
929
  msgstr "\"Üyelikten Ayrıl\" Linkinde Hata"
930
 
931
- #: ../settings/settings-edit.php:285
932
  msgid "Select user roles who can access following menus. Only Admin can change this."
933
  msgstr ""
934
  "Aşağıdaki menülere girebilecek kullanıcı yetkilerini seçiniz. Bunu sadece "
935
  "yönetici değiştirebilir."
936
 
937
- #: ../settings/settings-edit.php:291
938
  msgid "Subscribers Menu"
939
  msgstr "Aboneler Menüsü"
940
 
941
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
942
- #: settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
943
- #: settings/settings-edit.php:343
944
  msgid "Administrator Only"
945
  msgstr "Sadece Yönetici"
946
 
947
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
948
- #: settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
949
- #: settings/settings-edit.php:344
950
  msgid "Administrator/Editor"
951
  msgstr "Yönetici/Editör"
952
 
953
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
954
- #: settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
955
- #: settings/settings-edit.php:345
956
  msgid "Administrator/Editor/Author/Contributor"
957
  msgstr "Yönetici/Editör/Yazar/Katılımcı"
958
 
959
- #: ../settings/settings-edit.php:303
960
  msgid "Compose Menu"
961
  msgstr "Oluştur Menüsü"
962
 
963
- #: ../settings/settings-edit.php:315
964
  msgid "Post Notifications Menu"
965
  msgstr "Gönderi Bildirim Menüsü"
966
 
967
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
968
- #: register.php:154 ../classes/es-register.php:155
969
  msgid "Newsletters"
970
  msgstr "Bültenler"
971
 
972
- #: ../settings/settings-edit.php:339
973
  msgid "Reports Menu"
974
  msgstr "Raporlar Menüsü"
975
 
976
- #: ../settings/settings-edit.php:356
977
  msgid "Cron job URL"
978
  msgstr "Planlanmış gönderim URL"
979
 
980
- #: ../settings/settings-edit.php:357
981
  msgid ""
982
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
983
  "modify it."
@@ -985,35 +1003,35 @@ msgstr ""
985
  "Bu sizin planlanmış gönderi URL adresinizdir. Bu alan okunabilir bir alandır "
986
  "ve düzenleme yapılmaması önerilir."
987
 
988
- #: ../settings/settings-edit.php:366
989
  msgid "Email Count"
990
  msgstr "E-posta sayısı"
991
 
992
- #: ../settings/settings-edit.php:367
993
  msgid "Number of emails that you want to trigger per hour."
994
  msgstr "Her saat bildirim yapmak istediğiniz e-postaların adedi"
995
 
996
- #: ../settings/settings-edit.php:388
997
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
998
  msgstr "Planlanmış gönderi (Cron / Otomatik e-postalar) nedir ve nasıl ayarlanır?"
999
 
1000
- #: ../settings/settings-edit.php:507
1001
  msgid "Please enter sender of notifications from name."
1002
  msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
1003
 
1004
- #: ../settings/settings-edit.php:512
1005
  msgid "Please enter sender of notifications from email."
1006
  msgstr "Bildirimlerin hangi E-Posta adresinden gönderileceğini giriniz."
1007
 
1008
- #: ../settings/settings-edit.php:556
1009
  msgid "Please enter valid mail count."
1010
  msgstr "Lütfen geçerli E-posta sayısını giriniz."
1011
 
1012
- #: ../settings/settings-edit.php:569
1013
  msgid "Settings Saved."
1014
  msgstr "Ayarlar Kaydedildi."
1015
 
1016
- #: ../settings/settings-edit.php:572
1017
  msgid "Oops, unable to update."
1018
  msgstr "Bir dakika, güncelleme yapılamadı."
1019
 
@@ -1029,11 +1047,7 @@ msgstr "Eklenti tablolarını eşitle"
1029
  msgid "Click to sync tables"
1030
  msgstr "Eşitleme tabloları için tıklayın"
1031
 
1032
- #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
1033
- msgid "Preview Mail"
1034
- msgstr "E-posta Önizleme"
1035
-
1036
- #: ../sentmail/sentmail-preview.php:42
1037
  msgid "Back"
1038
  msgstr "Geri"
1039
 
@@ -1049,8 +1063,8 @@ msgstr " &lt;&lt; "
1049
  msgid " &gt;&gt; "
1050
  msgstr " &gt;&gt; "
1051
 
1052
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
1053
- #: register.php:161
1054
  msgid "Reports"
1055
  msgstr "Raporlar"
1056
 
@@ -1063,7 +1077,8 @@ msgid "View Reports"
1063
  msgstr "Raporlara Gözat"
1064
 
1065
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1066
- #: compose/compose-show.php:103
 
1067
  msgid "Preview"
1068
  msgstr "Önizleme"
1069
 
@@ -1074,7 +1089,7 @@ msgstr "Tür"
1074
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1075
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1076
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1077
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
1078
  msgid "Status"
1079
  msgstr "Durum"
1080
 
@@ -1305,8 +1320,8 @@ msgstr "Abonelerin durumu güncellendi."
1305
  msgid "Please select New Status to update."
1306
  msgstr "Güncellemek için lütfen Yeni Durum seçiniz."
1307
 
1308
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
1309
- #: classes/es-register.php:146
1310
  msgid "Subscribers"
1311
  msgstr "Aboneler"
1312
 
@@ -1391,7 +1406,7 @@ msgid "Email Address"
1391
  msgstr "E-posta Adresi"
1392
 
1393
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1394
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1395
  msgid "Name"
1396
  msgstr "Adınız"
1397
 
@@ -1594,15 +1609,15 @@ msgstr "E-posta Konusunu Seçiniz"
1594
  msgid "Enter Content for your Email"
1595
  msgstr "E-postanız için içerik giriniz"
1596
 
1597
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1598
  msgid "Available Keywords"
1599
  msgstr "Mevcut Anahtar Kelimeler"
1600
 
1601
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1602
  msgid "Published"
1603
  msgstr "Yayınlandı"
1604
 
1605
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1606
  msgid "Please select your mail status"
1607
  msgstr "Lütfen e-posta durumunu seçiniz"
1608
 
@@ -1610,16 +1625,16 @@ msgstr "Lütfen e-posta durumunu seçiniz"
1610
  msgid "Add new Email"
1611
  msgstr "Yeni E-posta Ekle"
1612
 
1613
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1614
- #: register.php:149
1615
  msgid "Compose"
1616
  msgstr "Oluştur"
1617
 
1618
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1619
  msgid "Email Template"
1620
  msgstr "E-posta Şablon"
1621
 
1622
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1623
  msgid "Actions"
1624
  msgstr "Eylemler"
1625
 
@@ -1650,7 +1665,7 @@ msgstr ""
1650
  "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
1651
  "temenni ederiz."
1652
 
1653
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1654
  #: php:38
1655
  msgid "Subscribe"
1656
  msgstr "Üye Ol"
@@ -1788,18 +1803,6 @@ msgstr "E-posta Gönder"
1788
  msgid "Reset"
1789
  msgstr "Sıfırla"
1790
 
1791
- #: ../base/es-defined.php:32
1792
- msgid ""
1793
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1794
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1795
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1796
- "</a> rating. A huge thank you from Icegram in advance!"
1797
- msgstr ""
1798
- "Eğer <strong>Email Subscribers</strong>'ı beğendiyseniz, Lütfen bize <a "
1799
- "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1800
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1801
- "</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
1802
-
1803
  #: ../classes/es-common.php:13
1804
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1805
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Onaylandı</span>"
@@ -1845,46 +1848,46 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1845
  msgstr "<span style=\"color:#993399;\">Acilen</span>"
1846
 
1847
  #. Name of the plugin
1848
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1849
- #: register.php:724
1850
  msgid "Email Subscribers"
1851
  msgstr "Email Subscribers"
1852
 
1853
- #: ../classes/es-register.php:163
1854
  msgid "Help & Info"
1855
  msgstr "Yardım & Bilgi"
1856
 
1857
- #: ../classes/es-register.php:175
1858
  msgctxt "view-subscriber-enhanced-select"
1859
  msgid "Please enter subscriber email address."
1860
  msgstr "Lütfen abone e-posta adresi giriniz."
1861
 
1862
- #: ../classes/es-register.php:176
1863
  msgctxt "view-subscriber-enhanced-select"
1864
  msgid "Please select subscriber email status."
1865
  msgstr "Lütfen abone e-posta durumunu seçiniz"
1866
 
1867
- #: ../classes/es-register.php:177
1868
  msgctxt "view-subscriber-enhanced-select"
1869
  msgid "Please select or create group for this subscriber."
1870
  msgstr "Bu abone için bir grup seçiniz veya oluşturunuz."
1871
 
1872
- #: ../classes/es-register.php:178
1873
  msgctxt "view-subscriber-enhanced-select"
1874
  msgid "Do you want to delete this record?"
1875
  msgstr "Bu kaydı silmek istiyor musunuz?"
1876
 
1877
- #: ../classes/es-register.php:179
1878
  msgctxt "view-subscriber-enhanced-select"
1879
  msgid "Please select the bulk action."
1880
  msgstr "Lütfen toplu işlem seçiniz."
1881
 
1882
- #: ../classes/es-register.php:180
1883
  msgctxt "view-subscriber-enhanced-select"
1884
  msgid "Are you sure you want to delete selected records?"
1885
  msgstr "Seçilen kayıtları silmek istediğinizden emin misiniz?"
1886
 
1887
- #: ../classes/es-register.php:181
1888
  msgctxt "view-subscriber-enhanced-select"
1889
  msgid ""
1890
  "Do you want to resend confirmation email? \\nAlso please note, this will "
@@ -1893,27 +1896,27 @@ msgstr ""
1893
  "Onay mailini tekrar göndermek ister misiniz? \\nAyrıca lütfen not ediniz. Bu "
1894
  "seçenek abonelik durumunu \"Onaylanmadı\" olarak ayarlayacaktır."
1895
 
1896
- #: ../classes/es-register.php:182
1897
  msgctxt "view-subscriber-enhanced-select"
1898
  msgid "Please select new subscriber group."
1899
  msgstr "Lütfen yeni abone grubu seçiniz."
1900
 
1901
- #: ../classes/es-register.php:183
1902
  msgctxt "view-subscriber-enhanced-select"
1903
  msgid "Please select new status for subscribers"
1904
  msgstr "Lütfen Aboneler için yeni durum seçiniz"
1905
 
1906
- #: ../classes/es-register.php:184
1907
  msgctxt "view-subscriber-enhanced-select"
1908
  msgid "Do you want to update subscribers group?"
1909
  msgstr "Abonelerin grubunu güncellemek istiyor musunuz?"
1910
 
1911
- #: ../classes/es-register.php:185
1912
  msgctxt "view-subscriber-enhanced-select"
1913
  msgid "Do you want to update subscribers status?"
1914
  msgstr "Abonelerin durumunu güncellemek mi istiyorsunuz?"
1915
 
1916
- #: ../classes/es-register.php:186
1917
  msgctxt "view-subscriber-enhanced-select"
1918
  msgid ""
1919
  "Please select only csv file. Please check official website for csv structure."
@@ -1922,49 +1925,49 @@ msgstr ""
1922
  "Lütfen sadece CSV dosyası seçiniz. Lütfen CSV dosya yapısı için resmi site "
1923
  "adresini ziyaret ediniz."
1924
 
1925
- #: ../classes/es-register.php:194
1926
  msgctxt "compose-enhanced-select"
1927
  msgid "Please enter the Email Subject."
1928
  msgstr "Lütfen E-posta konusunu giriniz."
1929
 
1930
- #: ../classes/es-register.php:195
1931
  msgctxt "compose-enhanced-select"
1932
  msgid "Do you want to delete this record?"
1933
  msgstr "Bu kaydı silmek istiyor musunuz?"
1934
 
1935
- #: ../classes/es-register.php:203
1936
  msgctxt "notification-enhanced-select"
1937
  msgid "Please select subscribers group."
1938
  msgstr "Lütfen abonelerin grubunu seçiniz."
1939
 
1940
- #: ../classes/es-register.php:204
1941
  msgctxt "notification-enhanced-select"
1942
  msgid "Please select notification mail subject. Use compose menu to create new."
1943
  msgstr ""
1944
  "Lütfen bildirim e-postasının konusunu seçiniz. Yeni oluşturmak için oluştur "
1945
  "menüsünü kullanınız."
1946
 
1947
- #: ../classes/es-register.php:205
1948
  msgctxt "notification-enhanced-select"
1949
  msgid "Please select notification status."
1950
  msgstr "Lütfen bildirim durumunu seçiniz."
1951
 
1952
- #: ../classes/es-register.php:206
1953
  msgctxt "notification-enhanced-select"
1954
  msgid "Do you want to delete this record?"
1955
  msgstr "Bu kaydı silmek istiyor musunuz?"
1956
 
1957
- #: ../classes/es-register.php:214
1958
  msgctxt "sendmail-enhanced-select"
1959
  msgid "Please select your mail subject."
1960
  msgstr "Lütfen e-posta konusunu seçiniz."
1961
 
1962
- #: ../classes/es-register.php:215
1963
  msgctxt "sendmail-enhanced-select"
1964
  msgid "Please select your mail type."
1965
  msgstr "Lütfen e-posta türünü seçiniz."
1966
 
1967
- #: ../classes/es-register.php:216
1968
  msgctxt "sendmail-enhanced-select"
1969
  msgid ""
1970
  "Have you double checked your selected group? If so, let's go ahead and send "
@@ -1973,52 +1976,52 @@ msgstr ""
1973
  "Seçtiğiniz grubu ikinci kez kontrol ettiniz mi? Eğer öyle ise devam edin ve "
1974
  "bunu gönderin."
1975
 
1976
- #: ../classes/es-register.php:224
1977
  msgctxt "sentmail-enhanced-select"
1978
  msgid "Do you want to delete this record?"
1979
  msgstr "Bu kaydı silmek istiyor musunuz?"
1980
 
1981
- #: ../classes/es-register.php:225
1982
  msgctxt "sentmail-enhanced-select"
1983
  msgid "Do you want to delete all records except latest 10?"
1984
  msgstr "Son 10 kayıt haricindeki tüm kayıtları silmek istiyor musunuz?"
1985
 
1986
- #: ../classes/es-register.php:233
1987
  msgctxt "cron-enhanced-select"
1988
  msgid "Please select enter number of mails you want to send per hour/trigger."
1989
  msgstr "Lütfen her saat başı gönderilecek e-posta adedini seçiniz."
1990
 
1991
- #: ../classes/es-register.php:234
1992
  msgctxt "cron-enhanced-select"
1993
  msgid "Please enter the mail count, only number."
1994
  msgstr "Lütfen e-posta sayısını giriniz.(Sadece rakamlar)"
1995
 
1996
- #: ../classes/es-register.php:247
1997
  msgctxt "widget-enhanced-select"
1998
  msgid "Please enter email address"
1999
  msgstr "Yeni e-posta adresini giriniz"
2000
 
2001
- #: ../classes/es-register.php:248
2002
  msgctxt "widget-enhanced-select"
2003
  msgid "Please provide a valid email address"
2004
  msgstr "Lütfen geçerli bir e-posta adresi temin ediniz"
2005
 
2006
- #: ../classes/es-register.php:249
2007
  msgctxt "widget-enhanced-select"
2008
  msgid "loading..."
2009
  msgstr "Lütfen bekleyiniz..."
2010
 
2011
- #: ../classes/es-register.php:250
2012
  msgctxt "widget-enhanced-select"
2013
  msgid "Cannot create XMLHTTP instance"
2014
  msgstr "XMLHTTP örneği oluşturulamıyor"
2015
 
2016
- #: ../classes/es-register.php:251
2017
  msgctxt "widget-enhanced-select"
2018
  msgid "Successfully Subscribed."
2019
  msgstr "Başarıyla Abone Edildi."
2020
 
2021
- #: ../classes/es-register.php:252
2022
  msgctxt "widget-enhanced-select"
2023
  msgid ""
2024
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2029,57 +2032,57 @@ msgstr ""
2029
  "kontrol ediniz ve üyeliğinizi onaylayınız. Eğer e-postayı gelen kutusunda "
2030
  "göremezseniz, lütfen önemsiz kutusunu kontrol ediniz."
2031
 
2032
- #: ../classes/es-register.php:253
2033
  msgctxt "widget-enhanced-select"
2034
  msgid "Email Address already exists!"
2035
  msgstr "E-posta adresi zaten mevcut!"
2036
 
2037
- #: ../classes/es-register.php:254
2038
  msgctxt "widget-enhanced-select"
2039
  msgid "Oops.. Unexpected error occurred."
2040
  msgstr "Beklenmeyen bir hata oluştu."
2041
 
2042
- #: ../classes/es-register.php:255
2043
  msgctxt "widget-enhanced-select"
2044
  msgid "Invalid email address"
2045
  msgstr "Geçersiz e-posta adresi"
2046
 
2047
- #: ../classes/es-register.php:256
2048
  msgctxt "widget-enhanced-select"
2049
  msgid "Please try after some time"
2050
  msgstr "Biraz sonra tekrar deneyiniz"
2051
 
2052
- #: ../classes/es-register.php:257
2053
  msgctxt "widget-enhanced-select"
2054
  msgid "There was a problem with the request"
2055
  msgstr "İstekle ilgili bir problem vardı"
2056
 
2057
- #: ../classes/es-register.php:264
2058
  msgctxt "widget-page-enhanced-select"
2059
  msgid "Please enter email address"
2060
  msgstr "Lütfen e-posta adresi giriniz"
2061
 
2062
- #: ../classes/es-register.php:265
2063
  msgctxt "widget-page-enhanced-select"
2064
  msgid "Please provide a valid email address"
2065
  msgstr "Lütfen geçerli bir e-posta adresi temin ediniz"
2066
 
2067
- #: ../classes/es-register.php:266
2068
  msgctxt "widget-page-enhanced-select"
2069
  msgid "loading..."
2070
  msgstr "Lütfen bekleyiniz..."
2071
 
2072
- #: ../classes/es-register.php:267
2073
  msgctxt "widget-page-enhanced-select"
2074
  msgid "Cannot create XMLHTTP instance"
2075
  msgstr "XMLHTTP örneği oluşturulamıyor"
2076
 
2077
- #: ../classes/es-register.php:268
2078
  msgctxt "widget-page-enhanced-select"
2079
  msgid "Successfully Subscribed."
2080
  msgstr "Başarıyla Abone Edildi."
2081
 
2082
- #: ../classes/es-register.php:269
2083
  msgctxt "widget-page-enhanced-select"
2084
  msgid ""
2085
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2090,134 +2093,146 @@ msgstr ""
2090
  "kontrol ediniz ve üyeliğinizi onaylayınız. Eğer e-postayı gelen kutusunda "
2091
  "göremezseniz, lütfen önemsiz kutusunu kontrol ediniz."
2092
 
2093
- #: ../classes/es-register.php:270
2094
  msgctxt "widget-page-enhanced-select"
2095
  msgid "Email Address already exists!"
2096
  msgstr "E-posta adresi zaten mevcut!"
2097
 
2098
- #: ../classes/es-register.php:271
2099
  msgctxt "widget-page-enhanced-select"
2100
  msgid "Oops.. Unexpected error occurred."
2101
  msgstr "Afedersiniz, Beklenmeyen bir hata oluştu."
2102
 
2103
- #: ../classes/es-register.php:272
2104
  msgctxt "widget-page-enhanced-select"
2105
  msgid "Invalid email address"
2106
  msgstr "Geçersiz e-posta adresi"
2107
 
2108
- #: ../classes/es-register.php:273
2109
  msgctxt "widget-page-enhanced-select"
2110
  msgid "Please try after some time"
2111
  msgstr "Biraz sonra tekrar deneyiniz"
2112
 
2113
- #: ../classes/es-register.php:274
2114
  msgctxt "widget-page-enhanced-select"
2115
  msgid "There was a problem with the request"
2116
  msgstr "İstekle ilgili bir problem vardı"
2117
 
2118
- #: ../classes/es-register.php:724
2119
  msgid "is getting even better!"
2120
  msgstr "daha da iyi oluyor!"
2121
 
2122
- #: ../classes/es-register.php:725
2123
  msgid "But I need you to"
2124
  msgstr "Ama sana ihtiyacım var"
2125
 
2126
- #: ../classes/es-register.php:725
2127
  msgid "help me prioritize"
2128
  msgstr "öncelik vermeme yardım et"
2129
 
2130
- #: ../classes/es-register.php:725
2131
  msgid "Please send your response today."
2132
  msgstr "Lütfen bugün cevabınızı gönderin."
2133
 
2134
- #: ../classes/es-register.php:732
2135
  msgid "Here's how you use ES:"
2136
  msgstr "İşte nasıl ES kullanacğınız"
2137
 
2138
- #: ../classes/es-register.php:745
2139
  msgid "Have "
2140
  msgstr "Sahip olduğun"
2141
 
2142
- #: ../classes/es-register.php:745
2143
  msgid " Active Subscribers"
2144
  msgstr " Aktif Aboneler"
2145
 
2146
- #: ../classes/es-register.php:746
2147
  msgid "Post "
2148
  msgstr "Gönderi"
2149
 
2150
- #: ../classes/es-register.php:746
2151
  msgid " blog per week"
2152
  msgstr " blog her hafta"
2153
 
2154
- #: ../classes/es-register.php:750
2155
  msgid "Send emails via Cron"
2156
  msgstr "E-postaları planlanmış gönderi ile gönder"
2157
 
2158
- #: ../classes/es-register.php:752
2159
  msgid "Send emails Immediately"
2160
  msgstr "E-postaları hemen gönder"
2161
 
2162
- #: ../classes/es-register.php:779
2163
  msgid "How soon do you want these new features?"
2164
  msgstr "Bu yeni özellikleri ne kadar sonra istiyorsun?"
2165
 
2166
- #: ../classes/es-register.php:783
2167
  msgid "Beautiful Email Designs"
2168
  msgstr "Düzel E-posta Tasarımları"
2169
 
2170
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2171
- #: register.php:794 ../classes/es-register.php:799
2172
  msgid "Right now!"
2173
  msgstr "Hemen!"
2174
 
2175
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2176
- #: register.php:795 ../classes/es-register.php:800
2177
  msgid "Soon"
2178
  msgstr "Yakında"
2179
 
2180
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2181
- #: register.php:796 ../classes/es-register.php:801
2182
  msgid "Later"
2183
  msgstr "Sonra"
2184
 
2185
- #: ../classes/es-register.php:788
2186
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2187
  msgstr "Gereksiz e-posta kontrolü, programlanıyor.... (Daha iyi e-posta teslimatı)"
2188
 
2189
- #: ../classes/es-register.php:793
2190
  msgid "Discard Fake / Bouncing Emails"
2191
  msgstr "Sahteleri çıkar / Ulaşmayan E-postalar"
2192
 
2193
- #: ../classes/es-register.php:798
2194
  msgid "Advanced Reporting"
2195
  msgstr "Gelişmiş Raporlama"
2196
 
2197
- #: ../classes/es-register.php:826
2198
  msgid "Thank you!"
2199
  msgstr "Teşekkür ederiz!"
2200
 
2201
- #: ../classes/es-register.php:827
2202
  msgid "No issues, have a nice day!"
2203
  msgstr "Sorun değil, iyi günler!"
2204
 
2205
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
 
 
 
 
2206
  msgid "Email *"
2207
  msgstr "E-posta Adresiniz*"
2208
 
2209
- #: ../classes/es-register.php:1035
2210
  msgid "Widget Title"
2211
  msgstr "Bileşen Adı"
2212
 
2213
- #: ../classes/es-register.php:1039
2214
  msgid "Short description about subscription form"
2215
  msgstr "Abone formu hakkında kısa açıklama"
2216
 
2217
- #: ../classes/es-register.php:1043
2218
  msgid "Display Name Field"
2219
  msgstr "İsim Alanını Göster"
2220
 
2221
- #: ../classes/es-register.php:1050
2222
  msgid "Subscriber Group"
2223
  msgstr "Abone Grubu"
3
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Thu Sep 07 2017 13:21:23 GMT+0530 (IST)\n"
7
  "Last-Translator: Mansi <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
27
  msgid "https://www.icegram.com"
28
  msgstr ""
29
 
30
+ #: ../email-subscribers.php:75
31
  msgctxt "timezone date format"
32
  msgid "Y-m-d H:i:s"
33
  msgstr ""
34
 
35
+ #: ../settings/settings-edit.php:89
36
  msgid "Email Type"
37
  msgstr ""
38
 
39
+ #: ../settings/settings-edit.php:90
40
  msgid ""
41
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
42
  "Option 3 & 4 is to send emails with PHP method mail()."
43
  msgstr ""
44
 
45
+ #: ../settings/settings-edit.php:104
46
  msgid "Opt-In Type"
47
  msgstr ""
48
 
49
+ #: ../settings/settings-edit.php:105
50
  msgid ""
51
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
52
  "soon as they subscribe to your list. They have to confirm their subscription "
55
  "directly in the list."
56
  msgstr ""
57
 
58
+ #: ../settings/settings-edit.php:136
59
  msgid "Notify Admin when a new subscriber signs up"
60
  msgstr ""
61
 
62
+ #: ../settings/settings-edit.php:149
63
  msgid "Admin Email Subject on new subscriber sign up"
64
  msgstr ""
65
 
66
+ #: ../settings/settings-edit.php:150
67
  msgid ""
68
  "Subject for the admin email whenever a new subscriber signs up and is "
69
  "confirmed."
70
  msgstr ""
71
 
72
+ #: ../settings/settings-edit.php:156
73
  msgid "Admin Email Content on new subscriber signs up"
74
  msgstr ""
75
 
76
+ #: ../settings/settings-edit.php:157
77
  msgid ""
78
  "Content for the admin email whenever a new subscriber signs up and is "
79
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
80
  msgstr ""
81
 
82
+ #: ../settings/settings-edit.php:165
83
  msgid "Subject for the email report which will be sent to admin."
84
  msgstr ""
85
 
86
+ #: ../settings/settings-edit.php:172
87
  msgid ""
88
  "Content for the email report which will be sent to admin.<br />(Available "
89
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
90
  msgstr ""
91
 
92
+ #: ../settings/settings-edit.php:183
93
  msgid "Double Opt-In Email Subject (Confirmation Email)"
94
  msgstr ""
95
 
96
+ #: ../settings/settings-edit.php:184
97
  msgid ""
98
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
99
  "subscriber signs up."
100
  msgstr ""
101
 
102
+ #: ../settings/settings-edit.php:190
103
  msgid "Double Opt-In Email Content (Confirmation Email)"
104
  msgstr ""
105
 
106
+ #: ../settings/settings-edit.php:191
107
  msgid ""
108
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
109
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
110
  msgstr ""
111
 
112
+ #: ../settings/settings-edit.php:197
113
  msgid "Double Opt-In Confirmation Link"
114
  msgstr ""
115
 
116
+ #: ../settings/settings-edit.php:204
117
  msgid ""
118
  "Text to display after an email address is successfully subscribed from "
119
  "Double Opt-In (Confirmation) Email"
120
  msgstr ""
121
 
122
+ #: ../settings/settings-edit.php:212
123
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
124
  msgstr ""
125
 
126
+ #: ../settings/settings-edit.php:224
127
  msgid "Subject for Welcome Email"
128
  msgstr ""
129
 
130
+ #: ../settings/settings-edit.php:225
131
  msgid ""
132
  "Subject for the subscriber welcome email. This will be sent whenever a "
133
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
134
  "Opt-In) successfully."
135
  msgstr ""
136
 
137
+ #: ../settings/settings-edit.php:231
138
  msgid "Email Content for Welcome Email"
139
  msgstr ""
140
 
141
+ #: ../settings/settings-edit.php:232
142
  msgid ""
143
  "Content for the subscriber welcome email whenever a user's email is either "
144
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
145
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
146
  msgstr ""
147
 
148
+ #: ../settings/settings-edit.php:241
149
  msgid ""
150
  "This unsubscribe link is automatically added to all the emails that are sent "
151
  "from this plugin. It is a readonly field and you are advised not to modify "
152
  "it."
153
  msgstr ""
154
 
155
+ #: ../settings/settings-edit.php:248
156
  msgid ""
157
  "The text for the unsubscribe link. This text is automatically added with "
158
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
159
  msgstr ""
160
 
161
+ #: ../settings/settings-edit.php:255
162
  msgid ""
163
  "This text will be displayed once user clicks on unsubscribe link from the "
164
  "email."
165
  msgstr ""
166
 
167
+ #: ../settings/settings-edit.php:262
168
  msgid "Error in the Subscribe / Confirmation Link"
169
  msgstr ""
170
 
171
+ #: ../settings/settings-edit.php:263
172
  msgid ""
173
  "Default message to display if there is any issue while clicking on subscribe "
174
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
175
  msgstr ""
176
 
177
+ #: ../settings/settings-edit.php:270
178
  msgid ""
179
  "Default message to display if there is any issue while clicking on "
180
  "unsubscribe link from the emails."
181
  msgstr ""
182
 
183
+ #: ../settings/settings-edit.php:369
184
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
185
  msgstr ""
186
 
187
+ #: ../settings/settings-edit.php:374
188
  msgid "Cron Report"
189
  msgstr ""
190
 
191
+ #: ../settings/settings-edit.php:375
192
  msgid ""
193
  "Email to admin whenever a cron URL is triggered from your server. (Available "
194
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
195
  msgstr ""
196
 
197
+ #: ../settings/settings-edit.php:386
198
  msgid ""
199
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
200
  "schedule-cron-emails/?"
202
  "Cron?</a>"
203
  msgstr ""
204
 
205
+ #: ../settings/settings-edit.php:387
206
  msgid ""
207
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
208
  "schedule-cron-emails-in-cpanel/?"
210
  "job in cPanel</a>"
211
  msgstr ""
212
 
213
+ #: ../settings/settings-edit.php:388
214
  msgid ""
215
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
216
  "schedule-cron-emails-in-parallels-plesk/?"
218
  "job in Plesk</a>"
219
  msgstr ""
220
 
221
+ #: ../settings/settings-edit.php:389
222
  msgid ""
223
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
224
  "if-hosting-doesnt-support-cron-jobs/?"
226
  "does not support cron jobs?</a>"
227
  msgstr ""
228
 
229
+ #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
230
+ msgid "Preview Email"
231
+ msgstr ""
232
+
233
+ #: ../sentmail/sentmail-preview.php:31
234
+ msgid ""
235
+ "This is how the email you sent may look. <br>Note: Different email services "
236
+ "(like gmail, yahoo etc) display email content differently. So there could be "
237
+ "a slight variation on how your customer will view the email content."
238
+ msgstr ""
239
+
240
  #: ../compose/compose-edit.php:61
241
  msgid "Successfully updated. "
242
  msgstr ""
245
  msgid "Available Keyword: ###POSTTITLE### (For Post Notification only)"
246
  msgstr ""
247
 
248
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
249
  #, php-format
250
  msgid ""
251
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
257
  msgid "Successfully created. "
258
  msgstr ""
259
 
260
+ #: ../compose/compose-preview.php:31
261
+ msgid ""
262
+ "This is how your email may look. <br>Note: Different email services (like "
263
+ "gmail, yahoo etc) display email content differently. So there could be a "
264
+ "slight variation on how your customer will view the email content."
265
+ msgstr ""
266
+
267
  #: ../help/help.php:178
268
  msgid "Get more help and tips..."
269
  msgstr ""
530
  msgid "Email sent successfully. "
531
  msgstr ""
532
 
533
+ #: ../classes/es-register.php:193
534
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
535
  msgstr ""
536
 
537
+ #: ../classes/es-register.php:765
538
  msgctxt "timezone date format"
539
  msgid "Y-m-d"
540
  msgstr ""
541
 
542
+ #: ../classes/es-register.php:795
543
  msgid "Post Notifications more often than Newsletter"
544
  msgstr ""
545
 
546
+ #: ../classes/es-register.php:797
547
  msgid "Newsletter more often than Post Notifications"
548
  msgstr ""
549
 
550
+ #: ../classes/es-register.php:799
551
  msgid "Post Notification &amp; Newsletter equally"
552
  msgstr ""
553
 
554
+ #: ../classes/es-register.php:817
555
  msgid "Using Double Opt In"
556
  msgstr ""
557
 
558
+ #: ../classes/es-register.php:819
559
  msgid "Using Single Opt In"
560
  msgstr ""
561
 
562
+ #: ../classes/es-register.php:868
563
  msgid "Nah, I don't like improvements"
564
  msgstr ""
565
 
566
+ #: ../classes/es-register.php:874
567
  msgid "Next"
568
  msgstr ""
569
 
680
 
681
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
682
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
683
+ #: 123 ../compose/compose-add.php:105
684
  msgid "Save"
685
  msgstr "Kaydet"
686
 
696
  msgid "Selected record deleted."
697
  msgstr "Seçilen kayıt silindi."
698
 
699
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
700
+ #: classes/es-register.php:181
701
  msgid "Post Notifications"
702
  msgstr "Gönderi Bildirimleri"
703
 
715
  "abonelerine bildirim e-postaları gönder"
716
 
717
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
718
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
719
  msgid "Email Subject"
720
  msgstr "E-posta Konusu"
721
 
735
  msgstr "Bildirim Gönderme Durumu"
736
 
737
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
738
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
739
  msgid "Edit"
740
  msgstr "Düzelt"
741
 
742
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
743
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
744
+ #: php:104
745
  msgid "Delete"
746
  msgstr "Sil"
747
 
748
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
749
  #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
750
+ #: 432 ../compose/compose-show.php:117
751
  msgid "No records available."
752
  msgstr "Kayıt Yok!"
753
 
804
  msgid "User Roles"
805
  msgstr "Kullanıcı Rolleri"
806
 
807
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
808
+ #: register.php:187
809
  msgid "Settings"
810
  msgstr "Ayarlar"
811
 
813
  msgid "Save Settings"
814
  msgstr "Ayarları Kaydet"
815
 
816
+ #: ../settings/settings-edit.php:78
817
  msgid "Sender of Notifications"
818
  msgstr "Bildirimleri Gönderen"
819
 
820
+ #: ../settings/settings-edit.php:79
821
  msgid ""
822
  "Choose a FROM name and FROM email address for all the emails to be sent from "
823
  "this plugin."
825
  "Bu eklentiden gönderilmiş tüm bildirimler için bir Gönderici ve E-posta "
826
  "Adresi seçiniz."
827
 
828
+ #: ../settings/settings-edit.php:94
829
  msgid "1. WP HTML MAIL"
830
  msgstr "1. WP HTML POSTA"
831
 
832
+ #: ../settings/settings-edit.php:95
833
  msgid "2. WP PLAINTEXT MAIL"
834
  msgstr "2. WP PLAINTEXT POSTA"
835
 
836
+ #: ../settings/settings-edit.php:96
837
  msgid "3. PHP HTML MAIL"
838
  msgstr " 3. PHP HTML POSTA"
839
 
840
+ #: ../settings/settings-edit.php:97
841
  msgid "4. PHP PLAINTEXT MAIL"
842
  msgstr "4. PHP PLAINTEXT POSTA"
843
 
844
+ #: ../settings/settings-edit.php:109
845
  msgid "Double Opt In"
846
  msgstr "Çift Onay"
847
 
848
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
849
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
850
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
851
  #: subscriber-edit.php:150
852
  msgid "Single Opt In"
853
  msgstr "Tek Onay"
854
 
855
+ #: ../settings/settings-edit.php:116
856
  msgid "Image Size"
857
  msgstr "Resim Ölçüsü"
858
 
859
+ #: ../settings/settings-edit.php:117
860
  msgid ""
861
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
862
  "Emails."
864
  "###POSTIMAGE### Gönderilen bildirim içerisinde göstermek için resim ölçüsü "
865
  "seçiniz."
866
 
867
+ #: ../settings/settings-edit.php:121
868
  msgid "Full Size"
869
  msgstr "Tam Boy"
870
 
871
+ #: ../settings/settings-edit.php:122
872
  msgid "Medium Size"
873
  msgstr "Orta Boy"
874
 
875
+ #: ../settings/settings-edit.php:123
876
  msgid "Thumbnail"
877
  msgstr "Küçük Boy"
878
 
879
+ #: ../settings/settings-edit.php:129
880
  msgid "Admin Email Addresses"
881
  msgstr "Yönetici E-posta Adresleri"
882
 
883
+ #: ../settings/settings-edit.php:130
884
  msgid ""
885
  "Enter the admin email addresses that should receive notifications (separated "
886
  "by comma)."
887
  msgstr "Bildirimleri almak için Yönetici e-postalarını giriniz. (Virgülle ayırınız)."
888
 
889
+ #: ../settings/settings-edit.php:137
890
  msgid ""
891
  "To send admin email notifications for the new subscriber. This option must "
892
  "be set to YES."
894
  "Yöneticiye yeni aboneleri e-posta bildirimleri göndermek için bu seçenek "
895
  "EVET olarak ayarlanmalı."
896
 
897
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
898
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
899
  msgid "YES"
900
  msgstr "EVET"
901
 
902
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
903
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
904
  msgid "NO"
905
  msgstr "HAYIR"
906
 
907
+ #: ../settings/settings-edit.php:164
908
  msgid "Sent Report Subject"
909
  msgstr "Gönderilen Rapor Konusu"
910
 
911
+ #: ../settings/settings-edit.php:171
912
  msgid "Sent Report Content"
913
  msgstr "Gönderilen Rapor İçeriği"
914
 
915
+ #: ../settings/settings-edit.php:198
916
  msgid "It is a readonly field and you are advised not to modify it."
917
  msgstr "Bu sadece okunabilir bir alandır ve düzenleme yapılmaması önerilir."
918
 
919
+ #: ../settings/settings-edit.php:205
920
  msgid ""
921
  "This text will be displayed once user clicks on email confirmation link from "
922
  "the Double Opt In (confirmation) Email."
923
  msgstr "Bu mesaj, ikinci onayda aboneler onay linkine tıkladığı zaman gösterilecek."
924
 
925
+ #: ../settings/settings-edit.php:213
926
  msgid ""
927
  "To send welcome email to subscriber after successful signup. This option "
928
  "must be set to YES."
930
  "Başarılı bir kayıt yapıldıktan sonra Hoşgeldin Mesajı göndermek için bu "
931
  "seçenek EVET olarak seçilmelidir."
932
 
933
+ #: ../settings/settings-edit.php:240
934
  msgid "Unsubscribe Link"
935
  msgstr "Üyelikten Ayrıl Linki"
936
 
937
+ #: ../settings/settings-edit.php:247
938
  msgid "Unsubscribe Text in Email"
939
  msgstr "E-postada Üyelikten Ayrıl Yazısı"
940
 
941
+ #: ../settings/settings-edit.php:254
942
  msgid "Text to display after an email address is unsubscribed"
943
  msgstr "Bir e-posta üyeliği sonlandırıldığında gösterilecek mesaj."
944
 
945
+ #: ../settings/settings-edit.php:269
946
  msgid "Error in the Unsubscribe Link"
947
  msgstr "\"Üyelikten Ayrıl\" Linkinde Hata"
948
 
949
+ #: ../settings/settings-edit.php:282
950
  msgid "Select user roles who can access following menus. Only Admin can change this."
951
  msgstr ""
952
  "Aşağıdaki menülere girebilecek kullanıcı yetkilerini seçiniz. Bunu sadece "
953
  "yönetici değiştirebilir."
954
 
955
+ #: ../settings/settings-edit.php:288
956
  msgid "Subscribers Menu"
957
  msgstr "Aboneler Menüsü"
958
 
959
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
960
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
961
+ #: settings/settings-edit.php:340
962
  msgid "Administrator Only"
963
  msgstr "Sadece Yönetici"
964
 
965
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
966
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
967
+ #: settings/settings-edit.php:341
968
  msgid "Administrator/Editor"
969
  msgstr "Yönetici/Editör"
970
 
971
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
972
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
973
+ #: settings/settings-edit.php:342
974
  msgid "Administrator/Editor/Author/Contributor"
975
  msgstr "Yönetici/Editör/Yazar/Katılımcı"
976
 
977
+ #: ../settings/settings-edit.php:300
978
  msgid "Compose Menu"
979
  msgstr "Oluştur Menüsü"
980
 
981
+ #: ../settings/settings-edit.php:312
982
  msgid "Post Notifications Menu"
983
  msgstr "Gönderi Bildirim Menüsü"
984
 
985
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
986
+ #: register.php:183 ../classes/es-register.php:184
987
  msgid "Newsletters"
988
  msgstr "Bültenler"
989
 
990
+ #: ../settings/settings-edit.php:336
991
  msgid "Reports Menu"
992
  msgstr "Raporlar Menüsü"
993
 
994
+ #: ../settings/settings-edit.php:353
995
  msgid "Cron job URL"
996
  msgstr "Planlanmış gönderim URL"
997
 
998
+ #: ../settings/settings-edit.php:354
999
  msgid ""
1000
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
1001
  "modify it."
1003
  "Bu sizin planlanmış gönderi URL adresinizdir. Bu alan okunabilir bir alandır "
1004
  "ve düzenleme yapılmaması önerilir."
1005
 
1006
+ #: ../settings/settings-edit.php:363
1007
  msgid "Email Count"
1008
  msgstr "E-posta sayısı"
1009
 
1010
+ #: ../settings/settings-edit.php:364
1011
  msgid "Number of emails that you want to trigger per hour."
1012
  msgstr "Her saat bildirim yapmak istediğiniz e-postaların adedi"
1013
 
1014
+ #: ../settings/settings-edit.php:385
1015
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
1016
  msgstr "Planlanmış gönderi (Cron / Otomatik e-postalar) nedir ve nasıl ayarlanır?"
1017
 
1018
+ #: ../settings/settings-edit.php:504
1019
  msgid "Please enter sender of notifications from name."
1020
  msgstr "Bildirimlerin hangi isimden gönderileceğini giriniz."
1021
 
1022
+ #: ../settings/settings-edit.php:509
1023
  msgid "Please enter sender of notifications from email."
1024
  msgstr "Bildirimlerin hangi E-Posta adresinden gönderileceğini giriniz."
1025
 
1026
+ #: ../settings/settings-edit.php:553
1027
  msgid "Please enter valid mail count."
1028
  msgstr "Lütfen geçerli E-posta sayısını giriniz."
1029
 
1030
+ #: ../settings/settings-edit.php:566
1031
  msgid "Settings Saved."
1032
  msgstr "Ayarlar Kaydedildi."
1033
 
1034
+ #: ../settings/settings-edit.php:569
1035
  msgid "Oops, unable to update."
1036
  msgstr "Bir dakika, güncelleme yapılamadı."
1037
 
1047
  msgid "Click to sync tables"
1048
  msgstr "Eşitleme tabloları için tıklayın"
1049
 
1050
+ #: ../sentmail/sentmail-preview.php:62
 
 
 
 
1051
  msgid "Back"
1052
  msgstr "Geri"
1053
 
1063
  msgid " &gt;&gt; "
1064
  msgstr " &gt;&gt; "
1065
 
1066
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
1067
+ #: register.php:190
1068
  msgid "Reports"
1069
  msgstr "Raporlar"
1070
 
1077
  msgstr "Raporlara Gözat"
1078
 
1079
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1080
+ #: compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
1081
+ #: compose/compose-show.php:88
1082
  msgid "Preview"
1083
  msgstr "Önizleme"
1084
 
1089
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
1090
  #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
1091
  #: subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
1092
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
1093
  msgid "Status"
1094
  msgstr "Durum"
1095
 
1320
  msgid "Please select New Status to update."
1321
  msgstr "Güncellemek için lütfen Yeni Durum seçiniz."
1322
 
1323
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
1324
+ #: classes/es-register.php:175
1325
  msgid "Subscribers"
1326
  msgstr "Aboneler"
1327
 
1406
  msgstr "E-posta Adresi"
1407
 
1408
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1409
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1410
  msgid "Name"
1411
  msgstr "Adınız"
1412
 
1609
  msgid "Enter Content for your Email"
1610
  msgstr "E-postanız için içerik giriniz"
1611
 
1612
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1613
  msgid "Available Keywords"
1614
  msgstr "Mevcut Anahtar Kelimeler"
1615
 
1616
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1617
  msgid "Published"
1618
  msgstr "Yayınlandı"
1619
 
1620
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1621
  msgid "Please select your mail status"
1622
  msgstr "Lütfen e-posta durumunu seçiniz"
1623
 
1625
  msgid "Add new Email"
1626
  msgstr "Yeni E-posta Ekle"
1627
 
1628
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1629
+ #: register.php:178
1630
  msgid "Compose"
1631
  msgstr "Oluştur"
1632
 
1633
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1634
  msgid "Email Template"
1635
  msgstr "E-posta Şablon"
1636
 
1637
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1638
  msgid "Actions"
1639
  msgstr "Eylemler"
1640
 
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:1096 ../classes/es-loadwidget.
1669
  #: php:38
1670
  msgid "Subscribe"
1671
  msgstr "Üye Ol"
1803
  msgid "Reset"
1804
  msgstr "Sıfırla"
1805
 
 
 
 
 
 
 
 
 
 
 
 
 
1806
  #: ../classes/es-common.php:13
1807
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1808
  msgstr "<span style=\"color:#006600;font-weight:bold;\">Onaylandı</span>"
1848
  msgstr "<span style=\"color:#993399;\">Acilen</span>"
1849
 
1850
  #. Name of the plugin
1851
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1852
+ #: register.php:782
1853
  msgid "Email Subscribers"
1854
  msgstr "Email Subscribers"
1855
 
1856
+ #: ../classes/es-register.php:192
1857
  msgid "Help & Info"
1858
  msgstr "Yardım & Bilgi"
1859
 
1860
+ #: ../classes/es-register.php:204
1861
  msgctxt "view-subscriber-enhanced-select"
1862
  msgid "Please enter subscriber email address."
1863
  msgstr "Lütfen abone e-posta adresi giriniz."
1864
 
1865
+ #: ../classes/es-register.php:205
1866
  msgctxt "view-subscriber-enhanced-select"
1867
  msgid "Please select subscriber email status."
1868
  msgstr "Lütfen abone e-posta durumunu seçiniz"
1869
 
1870
+ #: ../classes/es-register.php:206
1871
  msgctxt "view-subscriber-enhanced-select"
1872
  msgid "Please select or create group for this subscriber."
1873
  msgstr "Bu abone için bir grup seçiniz veya oluşturunuz."
1874
 
1875
+ #: ../classes/es-register.php:207
1876
  msgctxt "view-subscriber-enhanced-select"
1877
  msgid "Do you want to delete this record?"
1878
  msgstr "Bu kaydı silmek istiyor musunuz?"
1879
 
1880
+ #: ../classes/es-register.php:208
1881
  msgctxt "view-subscriber-enhanced-select"
1882
  msgid "Please select the bulk action."
1883
  msgstr "Lütfen toplu işlem seçiniz."
1884
 
1885
+ #: ../classes/es-register.php:209
1886
  msgctxt "view-subscriber-enhanced-select"
1887
  msgid "Are you sure you want to delete selected records?"
1888
  msgstr "Seçilen kayıtları silmek istediğinizden emin misiniz?"
1889
 
1890
+ #: ../classes/es-register.php:210
1891
  msgctxt "view-subscriber-enhanced-select"
1892
  msgid ""
1893
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1896
  "Onay mailini tekrar göndermek ister misiniz? \\nAyrıca lütfen not ediniz. Bu "
1897
  "seçenek abonelik durumunu \"Onaylanmadı\" olarak ayarlayacaktır."
1898
 
1899
+ #: ../classes/es-register.php:211
1900
  msgctxt "view-subscriber-enhanced-select"
1901
  msgid "Please select new subscriber group."
1902
  msgstr "Lütfen yeni abone grubu seçiniz."
1903
 
1904
+ #: ../classes/es-register.php:212
1905
  msgctxt "view-subscriber-enhanced-select"
1906
  msgid "Please select new status for subscribers"
1907
  msgstr "Lütfen Aboneler için yeni durum seçiniz"
1908
 
1909
+ #: ../classes/es-register.php:213
1910
  msgctxt "view-subscriber-enhanced-select"
1911
  msgid "Do you want to update subscribers group?"
1912
  msgstr "Abonelerin grubunu güncellemek istiyor musunuz?"
1913
 
1914
+ #: ../classes/es-register.php:214
1915
  msgctxt "view-subscriber-enhanced-select"
1916
  msgid "Do you want to update subscribers status?"
1917
  msgstr "Abonelerin durumunu güncellemek mi istiyorsunuz?"
1918
 
1919
+ #: ../classes/es-register.php:215
1920
  msgctxt "view-subscriber-enhanced-select"
1921
  msgid ""
1922
  "Please select only csv file. Please check official website for csv structure."
1925
  "Lütfen sadece CSV dosyası seçiniz. Lütfen CSV dosya yapısı için resmi site "
1926
  "adresini ziyaret ediniz."
1927
 
1928
+ #: ../classes/es-register.php:223
1929
  msgctxt "compose-enhanced-select"
1930
  msgid "Please enter the Email Subject."
1931
  msgstr "Lütfen E-posta konusunu giriniz."
1932
 
1933
+ #: ../classes/es-register.php:224
1934
  msgctxt "compose-enhanced-select"
1935
  msgid "Do you want to delete this record?"
1936
  msgstr "Bu kaydı silmek istiyor musunuz?"
1937
 
1938
+ #: ../classes/es-register.php:232
1939
  msgctxt "notification-enhanced-select"
1940
  msgid "Please select subscribers group."
1941
  msgstr "Lütfen abonelerin grubunu seçiniz."
1942
 
1943
+ #: ../classes/es-register.php:233
1944
  msgctxt "notification-enhanced-select"
1945
  msgid "Please select notification mail subject. Use compose menu to create new."
1946
  msgstr ""
1947
  "Lütfen bildirim e-postasının konusunu seçiniz. Yeni oluşturmak için oluştur "
1948
  "menüsünü kullanınız."
1949
 
1950
+ #: ../classes/es-register.php:234
1951
  msgctxt "notification-enhanced-select"
1952
  msgid "Please select notification status."
1953
  msgstr "Lütfen bildirim durumunu seçiniz."
1954
 
1955
+ #: ../classes/es-register.php:235
1956
  msgctxt "notification-enhanced-select"
1957
  msgid "Do you want to delete this record?"
1958
  msgstr "Bu kaydı silmek istiyor musunuz?"
1959
 
1960
+ #: ../classes/es-register.php:243
1961
  msgctxt "sendmail-enhanced-select"
1962
  msgid "Please select your mail subject."
1963
  msgstr "Lütfen e-posta konusunu seçiniz."
1964
 
1965
+ #: ../classes/es-register.php:244
1966
  msgctxt "sendmail-enhanced-select"
1967
  msgid "Please select your mail type."
1968
  msgstr "Lütfen e-posta türünü seçiniz."
1969
 
1970
+ #: ../classes/es-register.php:245
1971
  msgctxt "sendmail-enhanced-select"
1972
  msgid ""
1973
  "Have you double checked your selected group? If so, let's go ahead and send "
1976
  "Seçtiğiniz grubu ikinci kez kontrol ettiniz mi? Eğer öyle ise devam edin ve "
1977
  "bunu gönderin."
1978
 
1979
+ #: ../classes/es-register.php:253
1980
  msgctxt "sentmail-enhanced-select"
1981
  msgid "Do you want to delete this record?"
1982
  msgstr "Bu kaydı silmek istiyor musunuz?"
1983
 
1984
+ #: ../classes/es-register.php:254
1985
  msgctxt "sentmail-enhanced-select"
1986
  msgid "Do you want to delete all records except latest 10?"
1987
  msgstr "Son 10 kayıt haricindeki tüm kayıtları silmek istiyor musunuz?"
1988
 
1989
+ #: ../classes/es-register.php:262
1990
  msgctxt "cron-enhanced-select"
1991
  msgid "Please select enter number of mails you want to send per hour/trigger."
1992
  msgstr "Lütfen her saat başı gönderilecek e-posta adedini seçiniz."
1993
 
1994
+ #: ../classes/es-register.php:263
1995
  msgctxt "cron-enhanced-select"
1996
  msgid "Please enter the mail count, only number."
1997
  msgstr "Lütfen e-posta sayısını giriniz.(Sadece rakamlar)"
1998
 
1999
+ #: ../classes/es-register.php:276
2000
  msgctxt "widget-enhanced-select"
2001
  msgid "Please enter email address"
2002
  msgstr "Yeni e-posta adresini giriniz"
2003
 
2004
+ #: ../classes/es-register.php:277
2005
  msgctxt "widget-enhanced-select"
2006
  msgid "Please provide a valid email address"
2007
  msgstr "Lütfen geçerli bir e-posta adresi temin ediniz"
2008
 
2009
+ #: ../classes/es-register.php:278
2010
  msgctxt "widget-enhanced-select"
2011
  msgid "loading..."
2012
  msgstr "Lütfen bekleyiniz..."
2013
 
2014
+ #: ../classes/es-register.php:279
2015
  msgctxt "widget-enhanced-select"
2016
  msgid "Cannot create XMLHTTP instance"
2017
  msgstr "XMLHTTP örneği oluşturulamıyor"
2018
 
2019
+ #: ../classes/es-register.php:280
2020
  msgctxt "widget-enhanced-select"
2021
  msgid "Successfully Subscribed."
2022
  msgstr "Başarıyla Abone Edildi."
2023
 
2024
+ #: ../classes/es-register.php:281
2025
  msgctxt "widget-enhanced-select"
2026
  msgid ""
2027
  "Your subscription was successful! Within a few minutes, kindly check the "
2032
  "kontrol ediniz ve üyeliğinizi onaylayınız. Eğer e-postayı gelen kutusunda "
2033
  "göremezseniz, lütfen önemsiz kutusunu kontrol ediniz."
2034
 
2035
+ #: ../classes/es-register.php:282
2036
  msgctxt "widget-enhanced-select"
2037
  msgid "Email Address already exists!"
2038
  msgstr "E-posta adresi zaten mevcut!"
2039
 
2040
+ #: ../classes/es-register.php:283
2041
  msgctxt "widget-enhanced-select"
2042
  msgid "Oops.. Unexpected error occurred."
2043
  msgstr "Beklenmeyen bir hata oluştu."
2044
 
2045
+ #: ../classes/es-register.php:284
2046
  msgctxt "widget-enhanced-select"
2047
  msgid "Invalid email address"
2048
  msgstr "Geçersiz e-posta adresi"
2049
 
2050
+ #: ../classes/es-register.php:285
2051
  msgctxt "widget-enhanced-select"
2052
  msgid "Please try after some time"
2053
  msgstr "Biraz sonra tekrar deneyiniz"
2054
 
2055
+ #: ../classes/es-register.php:286
2056
  msgctxt "widget-enhanced-select"
2057
  msgid "There was a problem with the request"
2058
  msgstr "İstekle ilgili bir problem vardı"
2059
 
2060
+ #: ../classes/es-register.php:293
2061
  msgctxt "widget-page-enhanced-select"
2062
  msgid "Please enter email address"
2063
  msgstr "Lütfen e-posta adresi giriniz"
2064
 
2065
+ #: ../classes/es-register.php:294
2066
  msgctxt "widget-page-enhanced-select"
2067
  msgid "Please provide a valid email address"
2068
  msgstr "Lütfen geçerli bir e-posta adresi temin ediniz"
2069
 
2070
+ #: ../classes/es-register.php:295
2071
  msgctxt "widget-page-enhanced-select"
2072
  msgid "loading..."
2073
  msgstr "Lütfen bekleyiniz..."
2074
 
2075
+ #: ../classes/es-register.php:296
2076
  msgctxt "widget-page-enhanced-select"
2077
  msgid "Cannot create XMLHTTP instance"
2078
  msgstr "XMLHTTP örneği oluşturulamıyor"
2079
 
2080
+ #: ../classes/es-register.php:297
2081
  msgctxt "widget-page-enhanced-select"
2082
  msgid "Successfully Subscribed."
2083
  msgstr "Başarıyla Abone Edildi."
2084
 
2085
+ #: ../classes/es-register.php:298
2086
  msgctxt "widget-page-enhanced-select"
2087
  msgid ""
2088
  "Your subscription was successful! Within a few minutes, kindly check the "
2093
  "kontrol ediniz ve üyeliğinizi onaylayınız. Eğer e-postayı gelen kutusunda "
2094
  "göremezseniz, lütfen önemsiz kutusunu kontrol ediniz."
2095
 
2096
+ #: ../classes/es-register.php:299
2097
  msgctxt "widget-page-enhanced-select"
2098
  msgid "Email Address already exists!"
2099
  msgstr "E-posta adresi zaten mevcut!"
2100
 
2101
+ #: ../classes/es-register.php:300
2102
  msgctxt "widget-page-enhanced-select"
2103
  msgid "Oops.. Unexpected error occurred."
2104
  msgstr "Afedersiniz, Beklenmeyen bir hata oluştu."
2105
 
2106
+ #: ../classes/es-register.php:301
2107
  msgctxt "widget-page-enhanced-select"
2108
  msgid "Invalid email address"
2109
  msgstr "Geçersiz e-posta adresi"
2110
 
2111
+ #: ../classes/es-register.php:302
2112
  msgctxt "widget-page-enhanced-select"
2113
  msgid "Please try after some time"
2114
  msgstr "Biraz sonra tekrar deneyiniz"
2115
 
2116
+ #: ../classes/es-register.php:303
2117
  msgctxt "widget-page-enhanced-select"
2118
  msgid "There was a problem with the request"
2119
  msgstr "İstekle ilgili bir problem vardı"
2120
 
2121
+ #: ../classes/es-register.php:782
2122
  msgid "is getting even better!"
2123
  msgstr "daha da iyi oluyor!"
2124
 
2125
+ #: ../classes/es-register.php:783
2126
  msgid "But I need you to"
2127
  msgstr "Ama sana ihtiyacım var"
2128
 
2129
+ #: ../classes/es-register.php:783
2130
  msgid "help me prioritize"
2131
  msgstr "öncelik vermeme yardım et"
2132
 
2133
+ #: ../classes/es-register.php:783
2134
  msgid "Please send your response today."
2135
  msgstr "Lütfen bugün cevabınızı gönderin."
2136
 
2137
+ #: ../classes/es-register.php:790
2138
  msgid "Here's how you use ES:"
2139
  msgstr "İşte nasıl ES kullanacğınız"
2140
 
2141
+ #: ../classes/es-register.php:803
2142
  msgid "Have "
2143
  msgstr "Sahip olduğun"
2144
 
2145
+ #: ../classes/es-register.php:803
2146
  msgid " Active Subscribers"
2147
  msgstr " Aktif Aboneler"
2148
 
2149
+ #: ../classes/es-register.php:804
2150
  msgid "Post "
2151
  msgstr "Gönderi"
2152
 
2153
+ #: ../classes/es-register.php:804
2154
  msgid " blog per week"
2155
  msgstr " blog her hafta"
2156
 
2157
+ #: ../classes/es-register.php:808
2158
  msgid "Send emails via Cron"
2159
  msgstr "E-postaları planlanmış gönderi ile gönder"
2160
 
2161
+ #: ../classes/es-register.php:810
2162
  msgid "Send emails Immediately"
2163
  msgstr "E-postaları hemen gönder"
2164
 
2165
+ #: ../classes/es-register.php:837
2166
  msgid "How soon do you want these new features?"
2167
  msgstr "Bu yeni özellikleri ne kadar sonra istiyorsun?"
2168
 
2169
+ #: ../classes/es-register.php:841
2170
  msgid "Beautiful Email Designs"
2171
  msgstr "Düzel E-posta Tasarımları"
2172
 
2173
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2174
+ #: register.php:852 ../classes/es-register.php:857
2175
  msgid "Right now!"
2176
  msgstr "Hemen!"
2177
 
2178
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2179
+ #: register.php:853 ../classes/es-register.php:858
2180
  msgid "Soon"
2181
  msgstr "Yakında"
2182
 
2183
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2184
+ #: register.php:854 ../classes/es-register.php:859
2185
  msgid "Later"
2186
  msgstr "Sonra"
2187
 
2188
+ #: ../classes/es-register.php:846
2189
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2190
  msgstr "Gereksiz e-posta kontrolü, programlanıyor.... (Daha iyi e-posta teslimatı)"
2191
 
2192
+ #: ../classes/es-register.php:851
2193
  msgid "Discard Fake / Bouncing Emails"
2194
  msgstr "Sahteleri çıkar / Ulaşmayan E-postalar"
2195
 
2196
+ #: ../classes/es-register.php:856
2197
  msgid "Advanced Reporting"
2198
  msgstr "Gelişmiş Raporlama"
2199
 
2200
+ #: ../classes/es-register.php:884
2201
  msgid "Thank you!"
2202
  msgstr "Teşekkür ederiz!"
2203
 
2204
+ #: ../classes/es-register.php:885
2205
  msgid "No issues, have a nice day!"
2206
  msgstr "Sorun değil, iyi günler!"
2207
 
2208
+ #: ../classes/es-register.php:977
2209
+ msgid ""
2210
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2211
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2212
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2213
+ "</a> rating. A huge thank you from Icegram in advance!"
2214
+ msgstr ""
2215
+ "Eğer <strong>Email Subscribers</strong>'ı beğendiyseniz, Lütfen bize <a "
2216
+ "target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2217
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2218
+ "</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
2219
+
2220
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2221
  msgid "Email *"
2222
  msgstr "E-posta Adresiniz*"
2223
 
2224
+ #: ../classes/es-register.php:1134
2225
  msgid "Widget Title"
2226
  msgstr "Bileşen Adı"
2227
 
2228
+ #: ../classes/es-register.php:1138
2229
  msgid "Short description about subscription form"
2230
  msgstr "Abone formu hakkında kısa açıklama"
2231
 
2232
+ #: ../classes/es-register.php:1142
2233
  msgid "Display Name Field"
2234
  msgstr "İsim Alanını Göster"
2235
 
2236
+ #: ../classes/es-register.php:1149
2237
  msgid "Subscriber Group"
2238
  msgstr "Abone Grubu"
languages/email-subscribers.pot CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
6
  "Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
7
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
8
- "POT-Revision-Date: Mon Aug 21 2017 16:25:08 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."
@@ -136,7 +136,7 @@ msgstr ""
136
 
137
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
138
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
139
- #: 117 ../compose/compose-add.php:105
140
  msgid "Save"
141
  msgstr ""
142
 
@@ -152,8 +152,8 @@ msgstr ""
152
  msgid "Selected record deleted."
153
  msgstr ""
154
 
155
- #: ../notification/notification-show.php:52 ../classes/es-register.php:151 ..
156
- #: /classes/es-register.php:152
157
  msgid "Post Notifications"
158
  msgstr ""
159
 
@@ -169,7 +169,7 @@ msgid ""
169
  msgstr ""
170
 
171
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
172
- #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:84
173
  msgid "Email Subject"
174
  msgstr ""
175
 
@@ -189,19 +189,19 @@ msgid "Notification Status"
189
  msgstr ""
190
 
191
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
192
- #: php:404 ../compose/compose-show.php:101 ../compose/compose-preview.php:40
193
  msgid "Edit"
194
  msgstr ""
195
 
196
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
197
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
198
- #: php:102
199
  msgid "Delete"
200
  msgstr ""
201
 
202
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
203
  #: /sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
204
- #: 432 ../compose/compose-show.php:111
205
  msgid "No records available."
206
  msgstr ""
207
 
@@ -244,7 +244,7 @@ msgstr ""
244
  msgid "Icegram"
245
  msgstr ""
246
 
247
- #: ../email-subscribers.php:70
248
  msgctxt "timezone date format"
249
  msgid "Y-m-d H:i:s"
250
  msgstr ""
@@ -265,8 +265,8 @@ msgstr ""
265
  msgid "User Roles"
266
  msgstr ""
267
 
268
- #: ../settings/settings-edit.php:42 ../classes/es-register.php:157 ../classes/es-
269
- #: register.php:158
270
  msgid "Settings"
271
  msgstr ""
272
 
@@ -274,47 +274,47 @@ msgstr ""
274
  msgid "Save Settings"
275
  msgstr ""
276
 
277
- #: ../settings/settings-edit.php:81
278
  msgid "Sender of Notifications"
279
  msgstr ""
280
 
281
- #: ../settings/settings-edit.php:82
282
  msgid ""
283
  "Choose a FROM name and FROM email address for all the emails to be sent from "
284
  "this plugin."
285
  msgstr ""
286
 
287
- #: ../settings/settings-edit.php:92
288
  msgid "Email Type"
289
  msgstr ""
290
 
291
- #: ../settings/settings-edit.php:93
292
  msgid ""
293
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
294
  "Option 3 & 4 is to send emails with PHP method mail()."
295
  msgstr ""
296
 
297
- #: ../settings/settings-edit.php:97
298
  msgid "1. WP HTML MAIL"
299
  msgstr ""
300
 
301
- #: ../settings/settings-edit.php:98
302
  msgid "2. WP PLAINTEXT MAIL"
303
  msgstr ""
304
 
305
- #: ../settings/settings-edit.php:99
306
  msgid "3. PHP HTML MAIL"
307
  msgstr ""
308
 
309
- #: ../settings/settings-edit.php:100
310
  msgid "4. PHP PLAINTEXT MAIL"
311
  msgstr ""
312
 
313
- #: ../settings/settings-edit.php:107
314
  msgid "Opt-In Type"
315
  msgstr ""
316
 
317
- #: ../settings/settings-edit.php:108
318
  msgid ""
319
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
320
  "soon as they subscribe to your list. They have to confirm their subscription "
@@ -323,310 +323,310 @@ msgid ""
323
  "directly in the list."
324
  msgstr ""
325
 
326
- #: ../settings/settings-edit.php:112
327
  msgid "Double Opt In"
328
  msgstr ""
329
 
330
- #: ../settings/settings-edit.php:113 ../subscribers/view-subscriber-import.php:
331
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
332
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
333
  #: subscriber-edit.php:150
334
  msgid "Single Opt In"
335
  msgstr ""
336
 
337
- #: ../settings/settings-edit.php:119
338
  msgid "Image Size"
339
  msgstr ""
340
 
341
- #: ../settings/settings-edit.php:120
342
  msgid ""
343
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
344
  "Emails."
345
  msgstr ""
346
 
347
- #: ../settings/settings-edit.php:124
348
  msgid "Full Size"
349
  msgstr ""
350
 
351
- #: ../settings/settings-edit.php:125
352
  msgid "Medium Size"
353
  msgstr ""
354
 
355
- #: ../settings/settings-edit.php:126
356
  msgid "Thumbnail"
357
  msgstr ""
358
 
359
- #: ../settings/settings-edit.php:132
360
  msgid "Admin Email Addresses"
361
  msgstr ""
362
 
363
- #: ../settings/settings-edit.php:133
364
  msgid ""
365
  "Enter the admin email addresses that should receive notifications (separated "
366
  "by comma)."
367
  msgstr ""
368
 
369
- #: ../settings/settings-edit.php:139
370
  msgid "Notify Admin when a new subscriber signs up"
371
  msgstr ""
372
 
373
- #: ../settings/settings-edit.php:140
374
  msgid ""
375
  "To send admin email notifications for the new subscriber. This option must "
376
  "be set to YES."
377
  msgstr ""
378
 
379
- #: ../settings/settings-edit.php:145 ../settings/settings-edit.php:220 ..
380
- #: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1045
381
  msgid "YES"
382
  msgstr ""
383
 
384
- #: ../settings/settings-edit.php:146 ../settings/settings-edit.php:221 ..
385
- #: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1046
386
  msgid "NO"
387
  msgstr ""
388
 
389
- #: ../settings/settings-edit.php:152
390
  msgid "Admin Email Subject on new subscriber sign up"
391
  msgstr ""
392
 
393
- #: ../settings/settings-edit.php:153
394
  msgid ""
395
  "Subject for the admin email whenever a new subscriber signs up and is "
396
  "confirmed."
397
  msgstr ""
398
 
399
- #: ../settings/settings-edit.php:159
400
  msgid "Admin Email Content on new subscriber signs up"
401
  msgstr ""
402
 
403
- #: ../settings/settings-edit.php:160
404
  msgid ""
405
  "Content for the admin email whenever a new subscriber signs up and is "
406
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
407
  msgstr ""
408
 
409
- #: ../settings/settings-edit.php:167
410
  msgid "Sent Report Subject"
411
  msgstr ""
412
 
413
- #: ../settings/settings-edit.php:168
414
  msgid "Subject for the email report which will be sent to admin."
415
  msgstr ""
416
 
417
- #: ../settings/settings-edit.php:174
418
  msgid "Sent Report Content"
419
  msgstr ""
420
 
421
- #: ../settings/settings-edit.php:175
422
  msgid ""
423
  "Content for the email report which will be sent to admin.<br />(Available "
424
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
425
  msgstr ""
426
 
427
- #: ../settings/settings-edit.php:186
428
  msgid "Double Opt-In Email Subject (Confirmation Email)"
429
  msgstr ""
430
 
431
- #: ../settings/settings-edit.php:187
432
  msgid ""
433
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
434
  "subscriber signs up."
435
  msgstr ""
436
 
437
- #: ../settings/settings-edit.php:193
438
  msgid "Double Opt-In Email Content (Confirmation Email)"
439
  msgstr ""
440
 
441
- #: ../settings/settings-edit.php:194
442
  msgid ""
443
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
444
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
445
  msgstr ""
446
 
447
- #: ../settings/settings-edit.php:200
448
  msgid "Double Opt-In Confirmation Link"
449
  msgstr ""
450
 
451
- #: ../settings/settings-edit.php:201
452
  msgid "It is a readonly field and you are advised not to modify it."
453
  msgstr ""
454
 
455
- #: ../settings/settings-edit.php:207
456
  msgid ""
457
  "Text to display after an email address is successfully subscribed from "
458
  "Double Opt-In (Confirmation) Email"
459
  msgstr ""
460
 
461
- #: ../settings/settings-edit.php:208
462
  msgid ""
463
  "This text will be displayed once user clicks on email confirmation link from "
464
  "the Double Opt In (confirmation) Email."
465
  msgstr ""
466
 
467
- #: ../settings/settings-edit.php:215
468
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
469
  msgstr ""
470
 
471
- #: ../settings/settings-edit.php:216
472
  msgid ""
473
  "To send welcome email to subscriber after successful signup. This option "
474
  "must be set to YES."
475
  msgstr ""
476
 
477
- #: ../settings/settings-edit.php:227
478
  msgid "Subject for Welcome Email"
479
  msgstr ""
480
 
481
- #: ../settings/settings-edit.php:228
482
  msgid ""
483
  "Subject for the subscriber welcome email. This will be sent whenever a "
484
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
485
  "Opt-In) successfully."
486
  msgstr ""
487
 
488
- #: ../settings/settings-edit.php:234
489
  msgid "Email Content for Welcome Email"
490
  msgstr ""
491
 
492
- #: ../settings/settings-edit.php:235
493
  msgid ""
494
  "Content for the subscriber welcome email whenever a user's email is either "
495
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
496
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
497
  msgstr ""
498
 
499
- #: ../settings/settings-edit.php:243
500
  msgid "Unsubscribe Link"
501
  msgstr ""
502
 
503
- #: ../settings/settings-edit.php:244
504
  msgid ""
505
  "This unsubscribe link is automatically added to all the emails that are sent "
506
  "from this plugin. It is a readonly field and you are advised not to modify "
507
  "it."
508
  msgstr ""
509
 
510
- #: ../settings/settings-edit.php:250
511
  msgid "Unsubscribe Text in Email"
512
  msgstr ""
513
 
514
- #: ../settings/settings-edit.php:251
515
  msgid ""
516
  "The text for the unsubscribe link. This text is automatically added with "
517
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
518
  msgstr ""
519
 
520
- #: ../settings/settings-edit.php:257
521
  msgid "Text to display after an email address is unsubscribed"
522
  msgstr ""
523
 
524
- #: ../settings/settings-edit.php:258
525
  msgid ""
526
  "This text will be displayed once user clicks on unsubscribe link from the "
527
  "email."
528
  msgstr ""
529
 
530
- #: ../settings/settings-edit.php:265
531
  msgid "Error in the Subscribe / Confirmation Link"
532
  msgstr ""
533
 
534
- #: ../settings/settings-edit.php:266
535
  msgid ""
536
  "Default message to display if there is any issue while clicking on subscribe "
537
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
538
  msgstr ""
539
 
540
- #: ../settings/settings-edit.php:272
541
  msgid "Error in the Unsubscribe Link"
542
  msgstr ""
543
 
544
- #: ../settings/settings-edit.php:273
545
  msgid ""
546
  "Default message to display if there is any issue while clicking on "
547
  "unsubscribe link from the emails."
548
  msgstr ""
549
 
550
- #: ../settings/settings-edit.php:285
551
  msgid "Select user roles who can access following menus. Only Admin can change this."
552
  msgstr ""
553
 
554
- #: ../settings/settings-edit.php:291
555
  msgid "Subscribers Menu"
556
  msgstr ""
557
 
558
- #: ../settings/settings-edit.php:295 ../settings/settings-edit.php:307 ..
559
- #: /settings/settings-edit.php:319 ../settings/settings-edit.php:331 ..
560
- #: /settings/settings-edit.php:343
561
  msgid "Administrator Only"
562
  msgstr ""
563
 
564
- #: ../settings/settings-edit.php:296 ../settings/settings-edit.php:308 ..
565
- #: /settings/settings-edit.php:320 ../settings/settings-edit.php:332 ..
566
- #: /settings/settings-edit.php:344
567
  msgid "Administrator/Editor"
568
  msgstr ""
569
 
570
- #: ../settings/settings-edit.php:297 ../settings/settings-edit.php:309 ..
571
- #: /settings/settings-edit.php:321 ../settings/settings-edit.php:333 ..
572
- #: /settings/settings-edit.php:345
573
  msgid "Administrator/Editor/Author/Contributor"
574
  msgstr ""
575
 
576
- #: ../settings/settings-edit.php:303
577
  msgid "Compose Menu"
578
  msgstr ""
579
 
580
- #: ../settings/settings-edit.php:315
581
  msgid "Post Notifications Menu"
582
  msgstr ""
583
 
584
- #: ../settings/settings-edit.php:327 ../sendmail/sendmail.php:93 ../classes/es-
585
- #: register.php:154 ../classes/es-register.php:155
586
  msgid "Newsletters"
587
  msgstr ""
588
 
589
- #: ../settings/settings-edit.php:339
590
  msgid "Reports Menu"
591
  msgstr ""
592
 
593
- #: ../settings/settings-edit.php:356
594
  msgid "Cron job URL"
595
  msgstr ""
596
 
597
- #: ../settings/settings-edit.php:357
598
  msgid ""
599
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
600
  "modify it."
601
  msgstr ""
602
 
603
- #: ../settings/settings-edit.php:366
604
  msgid "Email Count"
605
  msgstr ""
606
 
607
- #: ../settings/settings-edit.php:367
608
  msgid "Number of emails that you want to trigger per hour."
609
  msgstr ""
610
 
611
- #: ../settings/settings-edit.php:372
612
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
613
  msgstr ""
614
 
615
- #: ../settings/settings-edit.php:377
616
  msgid "Cron Report"
617
  msgstr ""
618
 
619
- #: ../settings/settings-edit.php:378
620
  msgid ""
621
  "Email to admin whenever a cron URL is triggered from your server. (Available "
622
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
623
  msgstr ""
624
 
625
- #: ../settings/settings-edit.php:388
626
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
627
  msgstr ""
628
 
629
- #: ../settings/settings-edit.php:389
630
  msgid ""
631
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
632
  "schedule-cron-emails/?"
@@ -634,7 +634,7 @@ msgid ""
634
  "Cron?</a>"
635
  msgstr ""
636
 
637
- #: ../settings/settings-edit.php:390
638
  msgid ""
639
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
640
  "schedule-cron-emails-in-cpanel/?"
@@ -642,7 +642,7 @@ msgid ""
642
  "job in cPanel</a>"
643
  msgstr ""
644
 
645
- #: ../settings/settings-edit.php:391
646
  msgid ""
647
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
648
  "schedule-cron-emails-in-parallels-plesk/?"
@@ -650,7 +650,7 @@ msgid ""
650
  "job in Plesk</a>"
651
  msgstr ""
652
 
653
- #: ../settings/settings-edit.php:392
654
  msgid ""
655
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
656
  "if-hosting-doesnt-support-cron-jobs/?"
@@ -658,23 +658,23 @@ msgid ""
658
  "does not support cron jobs?</a>"
659
  msgstr ""
660
 
661
- #: ../settings/settings-edit.php:507
662
  msgid "Please enter sender of notifications from name."
663
  msgstr ""
664
 
665
- #: ../settings/settings-edit.php:512
666
  msgid "Please enter sender of notifications from email."
667
  msgstr ""
668
 
669
- #: ../settings/settings-edit.php:556
670
  msgid "Please enter valid mail count."
671
  msgstr ""
672
 
673
- #: ../settings/settings-edit.php:569
674
  msgid "Settings Saved."
675
  msgstr ""
676
 
677
- #: ../settings/settings-edit.php:572
678
  msgid "Oops, unable to update."
679
  msgstr ""
680
 
@@ -691,10 +691,17 @@ msgid "Click to sync tables"
691
  msgstr ""
692
 
693
  #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
694
- msgid "Preview Mail"
 
 
 
 
 
 
 
695
  msgstr ""
696
 
697
- #: ../sentmail/sentmail-preview.php:42
698
  msgid "Back"
699
  msgstr ""
700
 
@@ -710,8 +717,8 @@ msgstr ""
710
  msgid " &gt;&gt; "
711
  msgstr ""
712
 
713
- #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:160 ../classes/es-
714
- #: register.php:161
715
  msgid "Reports"
716
  msgstr ""
717
 
@@ -724,7 +731,8 @@ msgid "View Reports"
724
  msgstr ""
725
 
726
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
727
- #: /compose/compose-show.php:103
 
728
  msgid "Preview"
729
  msgstr ""
730
 
@@ -735,7 +743,7 @@ msgstr ""
735
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
736
  #: /sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
737
  #: /subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
738
- #: php:375 ../compose/compose-edit.php:108 ../compose/compose-add.php:97
739
  msgid "Status"
740
  msgstr ""
741
 
@@ -958,8 +966,8 @@ msgstr ""
958
  msgid "Please select New Status to update."
959
  msgstr ""
960
 
961
- #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:145 ..
962
- #: /classes/es-register.php:146
963
  msgid "Subscribers"
964
  msgstr ""
965
 
@@ -1044,7 +1052,7 @@ msgid "Email Address"
1044
  msgstr ""
1045
 
1046
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1047
- #: show.php:374 ../classes/es-register.php:987 ../classes/es-loadwidget.php:28
1048
  msgid "Name"
1049
  msgstr ""
1050
 
@@ -1253,7 +1261,7 @@ msgstr ""
1253
  msgid "Enter Content for your Email"
1254
  msgstr ""
1255
 
1256
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1257
  #, php-format
1258
  msgid ""
1259
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
@@ -1261,15 +1269,15 @@ msgid ""
1261
  "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
1262
  msgstr ""
1263
 
1264
- #: ../compose/compose-edit.php:104 ../compose/compose-add.php:93
1265
  msgid "Available Keywords"
1266
  msgstr ""
1267
 
1268
- #: ../compose/compose-edit.php:110 ../compose/compose-add.php:99
1269
  msgid "Published"
1270
  msgstr ""
1271
 
1272
- #: ../compose/compose-edit.php:112 ../compose/compose-add.php:101
1273
  msgid "Please select your mail status"
1274
  msgstr ""
1275
 
@@ -1281,19 +1289,26 @@ msgstr ""
1281
  msgid "Add new Email"
1282
  msgstr ""
1283
 
1284
- #: ../compose/compose-show.php:64 ../classes/es-register.php:148 ../classes/es-
1285
- #: register.php:149
1286
  msgid "Compose"
1287
  msgstr ""
1288
 
1289
- #: ../compose/compose-show.php:78 ../compose/compose-show.php:85
1290
  msgid "Email Template"
1291
  msgstr ""
1292
 
1293
- #: ../compose/compose-show.php:79 ../compose/compose-show.php:86
1294
  msgid "Actions"
1295
  msgstr ""
1296
 
 
 
 
 
 
 
 
1297
  #: ../export/export-email-address.php:45 ../export/export-email-address.php:49
1298
  msgid "Unexpected url submit has been detected"
1299
  msgstr ""
@@ -1321,7 +1336,7 @@ msgstr ""
1321
  msgid "Get more help and tips..."
1322
  msgstr ""
1323
 
1324
- #: ../help/help.php:183 ../classes/es-register.php:997 ../classes/es-loadwidget.
1325
  #: php:38
1326
  msgid "Subscribe"
1327
  msgstr ""
@@ -1713,14 +1728,6 @@ msgstr ""
1713
  msgid "Reset"
1714
  msgstr ""
1715
 
1716
- #: ../base/es-defined.php:32
1717
- msgid ""
1718
- "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1719
- "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1720
- "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
1721
- "</a> rating. A huge thank you from Icegram in advance!"
1722
- msgstr ""
1723
-
1724
  #: ../classes/es-common.php:13
1725
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1726
  msgstr ""
@@ -1765,176 +1772,176 @@ msgstr ""
1765
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1766
  msgstr ""
1767
 
1768
- #: ../classes/es-register.php:142 ../classes/es-register.php:143 ../classes/es-
1769
- #: register.php:724
1770
  msgid "Email Subscribers"
1771
  msgstr ""
1772
 
1773
- #: ../classes/es-register.php:163
1774
  msgid "Help & Info"
1775
  msgstr ""
1776
 
1777
- #: ../classes/es-register.php:164
1778
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
1779
  msgstr ""
1780
 
1781
- #: ../classes/es-register.php:175
1782
  msgctxt "view-subscriber-enhanced-select"
1783
  msgid "Please enter subscriber email address."
1784
  msgstr ""
1785
 
1786
- #: ../classes/es-register.php:176
1787
  msgctxt "view-subscriber-enhanced-select"
1788
  msgid "Please select subscriber email status."
1789
  msgstr ""
1790
 
1791
- #: ../classes/es-register.php:177
1792
  msgctxt "view-subscriber-enhanced-select"
1793
  msgid "Please select or create group for this subscriber."
1794
  msgstr ""
1795
 
1796
- #: ../classes/es-register.php:178
1797
  msgctxt "view-subscriber-enhanced-select"
1798
  msgid "Do you want to delete this record?"
1799
  msgstr ""
1800
 
1801
- #: ../classes/es-register.php:179
1802
  msgctxt "view-subscriber-enhanced-select"
1803
  msgid "Please select the bulk action."
1804
  msgstr ""
1805
 
1806
- #: ../classes/es-register.php:180
1807
  msgctxt "view-subscriber-enhanced-select"
1808
  msgid "Are you sure you want to delete selected records?"
1809
  msgstr ""
1810
 
1811
- #: ../classes/es-register.php:181
1812
  msgctxt "view-subscriber-enhanced-select"
1813
  msgid ""
1814
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1815
  "update subscriber current status to 'Unconfirmed'."
1816
  msgstr ""
1817
 
1818
- #: ../classes/es-register.php:182
1819
  msgctxt "view-subscriber-enhanced-select"
1820
  msgid "Please select new subscriber group."
1821
  msgstr ""
1822
 
1823
- #: ../classes/es-register.php:183
1824
  msgctxt "view-subscriber-enhanced-select"
1825
  msgid "Please select new status for subscribers"
1826
  msgstr ""
1827
 
1828
- #: ../classes/es-register.php:184
1829
  msgctxt "view-subscriber-enhanced-select"
1830
  msgid "Do you want to update subscribers group?"
1831
  msgstr ""
1832
 
1833
- #: ../classes/es-register.php:185
1834
  msgctxt "view-subscriber-enhanced-select"
1835
  msgid "Do you want to update subscribers status?"
1836
  msgstr ""
1837
 
1838
- #: ../classes/es-register.php:186
1839
  msgctxt "view-subscriber-enhanced-select"
1840
  msgid ""
1841
  "Please select only csv file. Please check official website for csv structure."
1842
  "."
1843
  msgstr ""
1844
 
1845
- #: ../classes/es-register.php:194
1846
  msgctxt "compose-enhanced-select"
1847
  msgid "Please enter the Email Subject."
1848
  msgstr ""
1849
 
1850
- #: ../classes/es-register.php:195
1851
  msgctxt "compose-enhanced-select"
1852
  msgid "Do you want to delete this record?"
1853
  msgstr ""
1854
 
1855
- #: ../classes/es-register.php:203
1856
  msgctxt "notification-enhanced-select"
1857
  msgid "Please select subscribers group."
1858
  msgstr ""
1859
 
1860
- #: ../classes/es-register.php:204
1861
  msgctxt "notification-enhanced-select"
1862
  msgid "Please select notification mail subject. Use compose menu to create new."
1863
  msgstr ""
1864
 
1865
- #: ../classes/es-register.php:205
1866
  msgctxt "notification-enhanced-select"
1867
  msgid "Please select notification status."
1868
  msgstr ""
1869
 
1870
- #: ../classes/es-register.php:206
1871
  msgctxt "notification-enhanced-select"
1872
  msgid "Do you want to delete this record?"
1873
  msgstr ""
1874
 
1875
- #: ../classes/es-register.php:214
1876
  msgctxt "sendmail-enhanced-select"
1877
  msgid "Please select your mail subject."
1878
  msgstr ""
1879
 
1880
- #: ../classes/es-register.php:215
1881
  msgctxt "sendmail-enhanced-select"
1882
  msgid "Please select your mail type."
1883
  msgstr ""
1884
 
1885
- #: ../classes/es-register.php:216
1886
  msgctxt "sendmail-enhanced-select"
1887
  msgid ""
1888
  "Have you double checked your selected group? If so, let's go ahead and send "
1889
  "this."
1890
  msgstr ""
1891
 
1892
- #: ../classes/es-register.php:224
1893
  msgctxt "sentmail-enhanced-select"
1894
  msgid "Do you want to delete this record?"
1895
  msgstr ""
1896
 
1897
- #: ../classes/es-register.php:225
1898
  msgctxt "sentmail-enhanced-select"
1899
  msgid "Do you want to delete all records except latest 10?"
1900
  msgstr ""
1901
 
1902
- #: ../classes/es-register.php:233
1903
  msgctxt "cron-enhanced-select"
1904
  msgid "Please select enter number of mails you want to send per hour/trigger."
1905
  msgstr ""
1906
 
1907
- #: ../classes/es-register.php:234
1908
  msgctxt "cron-enhanced-select"
1909
  msgid "Please enter the mail count, only number."
1910
  msgstr ""
1911
 
1912
- #: ../classes/es-register.php:247
1913
  msgctxt "widget-enhanced-select"
1914
  msgid "Please enter email address"
1915
  msgstr ""
1916
 
1917
- #: ../classes/es-register.php:248
1918
  msgctxt "widget-enhanced-select"
1919
  msgid "Please provide a valid email address"
1920
  msgstr ""
1921
 
1922
- #: ../classes/es-register.php:249
1923
  msgctxt "widget-enhanced-select"
1924
  msgid "loading..."
1925
  msgstr ""
1926
 
1927
- #: ../classes/es-register.php:250
1928
  msgctxt "widget-enhanced-select"
1929
  msgid "Cannot create XMLHTTP instance"
1930
  msgstr ""
1931
 
1932
- #: ../classes/es-register.php:251
1933
  msgctxt "widget-enhanced-select"
1934
  msgid "Successfully Subscribed."
1935
  msgstr ""
1936
 
1937
- #: ../classes/es-register.php:252
1938
  msgctxt "widget-enhanced-select"
1939
  msgid ""
1940
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -1942,57 +1949,57 @@ msgid ""
1942
  "mail in your mailbox, please check your spam folder."
1943
  msgstr ""
1944
 
1945
- #: ../classes/es-register.php:253
1946
  msgctxt "widget-enhanced-select"
1947
  msgid "Email Address already exists!"
1948
  msgstr ""
1949
 
1950
- #: ../classes/es-register.php:254
1951
  msgctxt "widget-enhanced-select"
1952
  msgid "Oops.. Unexpected error occurred."
1953
  msgstr ""
1954
 
1955
- #: ../classes/es-register.php:255
1956
  msgctxt "widget-enhanced-select"
1957
  msgid "Invalid email address"
1958
  msgstr ""
1959
 
1960
- #: ../classes/es-register.php:256
1961
  msgctxt "widget-enhanced-select"
1962
  msgid "Please try after some time"
1963
  msgstr ""
1964
 
1965
- #: ../classes/es-register.php:257
1966
  msgctxt "widget-enhanced-select"
1967
  msgid "There was a problem with the request"
1968
  msgstr ""
1969
 
1970
- #: ../classes/es-register.php:264
1971
  msgctxt "widget-page-enhanced-select"
1972
  msgid "Please enter email address"
1973
  msgstr ""
1974
 
1975
- #: ../classes/es-register.php:265
1976
  msgctxt "widget-page-enhanced-select"
1977
  msgid "Please provide a valid email address"
1978
  msgstr ""
1979
 
1980
- #: ../classes/es-register.php:266
1981
  msgctxt "widget-page-enhanced-select"
1982
  msgid "loading..."
1983
  msgstr ""
1984
 
1985
- #: ../classes/es-register.php:267
1986
  msgctxt "widget-page-enhanced-select"
1987
  msgid "Cannot create XMLHTTP instance"
1988
  msgstr ""
1989
 
1990
- #: ../classes/es-register.php:268
1991
  msgctxt "widget-page-enhanced-select"
1992
  msgid "Successfully Subscribed."
1993
  msgstr ""
1994
 
1995
- #: ../classes/es-register.php:269
1996
  msgctxt "widget-page-enhanced-select"
1997
  msgid ""
1998
  "Your subscription was successful! Within a few minutes, kindly check the "
@@ -2000,167 +2007,175 @@ msgid ""
2000
  "mail in your mailbox, please check your spam folder."
2001
  msgstr ""
2002
 
2003
- #: ../classes/es-register.php:270
2004
  msgctxt "widget-page-enhanced-select"
2005
  msgid "Email Address already exists!"
2006
  msgstr ""
2007
 
2008
- #: ../classes/es-register.php:271
2009
  msgctxt "widget-page-enhanced-select"
2010
  msgid "Oops.. Unexpected error occurred."
2011
  msgstr ""
2012
 
2013
- #: ../classes/es-register.php:272
2014
  msgctxt "widget-page-enhanced-select"
2015
  msgid "Invalid email address"
2016
  msgstr ""
2017
 
2018
- #: ../classes/es-register.php:273
2019
  msgctxt "widget-page-enhanced-select"
2020
  msgid "Please try after some time"
2021
  msgstr ""
2022
 
2023
- #: ../classes/es-register.php:274
2024
  msgctxt "widget-page-enhanced-select"
2025
  msgid "There was a problem with the request"
2026
  msgstr ""
2027
 
2028
- #: ../classes/es-register.php:707
2029
  msgctxt "timezone date format"
2030
  msgid "Y-m-d"
2031
  msgstr ""
2032
 
2033
- #: ../classes/es-register.php:724
2034
  msgid "is getting even better!"
2035
  msgstr ""
2036
 
2037
- #: ../classes/es-register.php:725
2038
  msgid "But I need you to"
2039
  msgstr ""
2040
 
2041
- #: ../classes/es-register.php:725
2042
  msgid "help me prioritize"
2043
  msgstr ""
2044
 
2045
- #: ../classes/es-register.php:725
2046
  msgid "Please send your response today."
2047
  msgstr ""
2048
 
2049
- #: ../classes/es-register.php:732
2050
  msgid "Here's how you use ES:"
2051
  msgstr ""
2052
 
2053
- #: ../classes/es-register.php:737
2054
  msgid "Post Notifications more often than Newsletter"
2055
  msgstr ""
2056
 
2057
- #: ../classes/es-register.php:739
2058
  msgid "Newsletter more often than Post Notifications"
2059
  msgstr ""
2060
 
2061
- #: ../classes/es-register.php:741
2062
  msgid "Post Notification &amp; Newsletter equally"
2063
  msgstr ""
2064
 
2065
- #: ../classes/es-register.php:745
2066
  msgid "Have "
2067
  msgstr ""
2068
 
2069
- #: ../classes/es-register.php:745
2070
  msgid " Active Subscribers"
2071
  msgstr ""
2072
 
2073
- #: ../classes/es-register.php:746
2074
  msgid "Post "
2075
  msgstr ""
2076
 
2077
- #: ../classes/es-register.php:746
2078
  msgid " blog per week"
2079
  msgstr ""
2080
 
2081
- #: ../classes/es-register.php:750
2082
  msgid "Send emails via Cron"
2083
  msgstr ""
2084
 
2085
- #: ../classes/es-register.php:752
2086
  msgid "Send emails Immediately"
2087
  msgstr ""
2088
 
2089
- #: ../classes/es-register.php:759
2090
  msgid "Using Double Opt In"
2091
  msgstr ""
2092
 
2093
- #: ../classes/es-register.php:761
2094
  msgid "Using Single Opt In"
2095
  msgstr ""
2096
 
2097
- #: ../classes/es-register.php:779
2098
  msgid "How soon do you want these new features?"
2099
  msgstr ""
2100
 
2101
- #: ../classes/es-register.php:783
2102
  msgid "Beautiful Email Designs"
2103
  msgstr ""
2104
 
2105
- #: ../classes/es-register.php:784 ../classes/es-register.php:789 ../classes/es-
2106
- #: register.php:794 ../classes/es-register.php:799
2107
  msgid "Right now!"
2108
  msgstr ""
2109
 
2110
- #: ../classes/es-register.php:785 ../classes/es-register.php:790 ../classes/es-
2111
- #: register.php:795 ../classes/es-register.php:800
2112
  msgid "Soon"
2113
  msgstr ""
2114
 
2115
- #: ../classes/es-register.php:786 ../classes/es-register.php:791 ../classes/es-
2116
- #: register.php:796 ../classes/es-register.php:801
2117
  msgid "Later"
2118
  msgstr ""
2119
 
2120
- #: ../classes/es-register.php:788
2121
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2122
  msgstr ""
2123
 
2124
- #: ../classes/es-register.php:793
2125
  msgid "Discard Fake / Bouncing Emails"
2126
  msgstr ""
2127
 
2128
- #: ../classes/es-register.php:798
2129
  msgid "Advanced Reporting"
2130
  msgstr ""
2131
 
2132
- #: ../classes/es-register.php:810
2133
  msgid "Nah, I don't like improvements"
2134
  msgstr ""
2135
 
2136
- #: ../classes/es-register.php:816
2137
  msgid "Next"
2138
  msgstr ""
2139
 
2140
- #: ../classes/es-register.php:826
2141
  msgid "Thank you!"
2142
  msgstr ""
2143
 
2144
- #: ../classes/es-register.php:827
2145
  msgid "No issues, have a nice day!"
2146
  msgstr ""
2147
 
2148
- #: ../classes/es-register.php:992 ../classes/es-loadwidget.php:33
 
 
 
 
 
 
 
 
2149
  msgid "Email *"
2150
  msgstr ""
2151
 
2152
- #: ../classes/es-register.php:1035
2153
  msgid "Widget Title"
2154
  msgstr ""
2155
 
2156
- #: ../classes/es-register.php:1039
2157
  msgid "Short description about subscription form"
2158
  msgstr ""
2159
 
2160
- #: ../classes/es-register.php:1043
2161
  msgid "Display Name Field"
2162
  msgstr ""
2163
 
2164
- #: ../classes/es-register.php:1050
2165
  msgid "Subscriber Group"
2166
  msgstr ""
5
  "Project-Id-Version: Email Subscribers & Newsletters 3.3.4\n"
6
  "Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
7
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
8
+ "POT-Revision-Date: Thu Sep 07 2017 13:20:50 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."
136
 
137
  #: ../notification/notification-add.php:253 ../notification/notification-edit.php:
138
  #: 290 ../subscribers/view-subscriber-edit.php:191 ../compose/compose-edit.php:
139
+ #: 123 ../compose/compose-add.php:105
140
  msgid "Save"
141
  msgstr ""
142
 
152
  msgid "Selected record deleted."
153
  msgstr ""
154
 
155
+ #: ../notification/notification-show.php:52 ../classes/es-register.php:180 ..
156
+ #: /classes/es-register.php:181
157
  msgid "Post Notifications"
158
  msgstr ""
159
 
169
  msgstr ""
170
 
171
  #: ../notification/notification-show.php:68 ../notification/notification-show.php:
172
+ #: 76 ../compose/compose-show.php:77 ../compose/compose-show.php:85
173
  msgid "Email Subject"
174
  msgstr ""
175
 
189
  msgstr ""
190
 
191
  #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
192
+ #: php:404 ../compose/compose-show.php:103 ../compose/compose-preview.php:52
193
  msgid "Edit"
194
  msgstr ""
195
 
196
  #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
197
  #: php:287 ../subscribers/view-subscriber-show.php:409 ../compose/compose-show.
198
+ #: php:104
199
  msgid "Delete"
200
  msgstr ""
201
 
202
  #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
203
  #: /sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:
204
+ #: 432 ../compose/compose-show.php:117
205
  msgid "No records available."
206
  msgstr ""
207
 
244
  msgid "Icegram"
245
  msgstr ""
246
 
247
+ #: ../email-subscribers.php:75
248
  msgctxt "timezone date format"
249
  msgid "Y-m-d H:i:s"
250
  msgstr ""
265
  msgid "User Roles"
266
  msgstr ""
267
 
268
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:186 ../classes/es-
269
+ #: register.php:187
270
  msgid "Settings"
271
  msgstr ""
272
 
274
  msgid "Save Settings"
275
  msgstr ""
276
 
277
+ #: ../settings/settings-edit.php:78
278
  msgid "Sender of Notifications"
279
  msgstr ""
280
 
281
+ #: ../settings/settings-edit.php:79
282
  msgid ""
283
  "Choose a FROM name and FROM email address for all the emails to be sent from "
284
  "this plugin."
285
  msgstr ""
286
 
287
+ #: ../settings/settings-edit.php:89
288
  msgid "Email Type"
289
  msgstr ""
290
 
291
+ #: ../settings/settings-edit.php:90
292
  msgid ""
293
  "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
294
  "Option 3 & 4 is to send emails with PHP method mail()."
295
  msgstr ""
296
 
297
+ #: ../settings/settings-edit.php:94
298
  msgid "1. WP HTML MAIL"
299
  msgstr ""
300
 
301
+ #: ../settings/settings-edit.php:95
302
  msgid "2. WP PLAINTEXT MAIL"
303
  msgstr ""
304
 
305
+ #: ../settings/settings-edit.php:96
306
  msgid "3. PHP HTML MAIL"
307
  msgstr ""
308
 
309
+ #: ../settings/settings-edit.php:97
310
  msgid "4. PHP PLAINTEXT MAIL"
311
  msgstr ""
312
 
313
+ #: ../settings/settings-edit.php:104
314
  msgid "Opt-In Type"
315
  msgstr ""
316
 
317
+ #: ../settings/settings-edit.php:105
318
  msgid ""
319
  "Double Opt-In : In this type, the subscriber is sent an activation link as "
320
  "soon as they subscribe to your list. They have to confirm their subscription "
323
  "directly in the list."
324
  msgstr ""
325
 
326
+ #: ../settings/settings-edit.php:109
327
  msgid "Double Opt In"
328
  msgstr ""
329
 
330
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
331
  #: 178 ../subscribers/view-subscriber-show.php:312 ../subscribers/view-subscriber-
332
  #: show.php:339 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
333
  #: subscriber-edit.php:150
334
  msgid "Single Opt In"
335
  msgstr ""
336
 
337
+ #: ../settings/settings-edit.php:116
338
  msgid "Image Size"
339
  msgstr ""
340
 
341
+ #: ../settings/settings-edit.php:117
342
  msgid ""
343
  "Select image size for ###POSTIMAGE### to be shown in the Post Notification "
344
  "Emails."
345
  msgstr ""
346
 
347
+ #: ../settings/settings-edit.php:121
348
  msgid "Full Size"
349
  msgstr ""
350
 
351
+ #: ../settings/settings-edit.php:122
352
  msgid "Medium Size"
353
  msgstr ""
354
 
355
+ #: ../settings/settings-edit.php:123
356
  msgid "Thumbnail"
357
  msgstr ""
358
 
359
+ #: ../settings/settings-edit.php:129
360
  msgid "Admin Email Addresses"
361
  msgstr ""
362
 
363
+ #: ../settings/settings-edit.php:130
364
  msgid ""
365
  "Enter the admin email addresses that should receive notifications (separated "
366
  "by comma)."
367
  msgstr ""
368
 
369
+ #: ../settings/settings-edit.php:136
370
  msgid "Notify Admin when a new subscriber signs up"
371
  msgstr ""
372
 
373
+ #: ../settings/settings-edit.php:137
374
  msgid ""
375
  "To send admin email notifications for the new subscriber. This option must "
376
  "be set to YES."
377
  msgstr ""
378
 
379
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
380
+ #: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1144
381
  msgid "YES"
382
  msgstr ""
383
 
384
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
385
+ #: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1145
386
  msgid "NO"
387
  msgstr ""
388
 
389
+ #: ../settings/settings-edit.php:149
390
  msgid "Admin Email Subject on new subscriber sign up"
391
  msgstr ""
392
 
393
+ #: ../settings/settings-edit.php:150
394
  msgid ""
395
  "Subject for the admin email whenever a new subscriber signs up and is "
396
  "confirmed."
397
  msgstr ""
398
 
399
+ #: ../settings/settings-edit.php:156
400
  msgid "Admin Email Content on new subscriber signs up"
401
  msgstr ""
402
 
403
+ #: ../settings/settings-edit.php:157
404
  msgid ""
405
  "Content for the admin email whenever a new subscriber signs up and is "
406
  "confirmed.<br />(Available Keywords: ###NAME###, ###EMAIL###, ###GROUP###)"
407
  msgstr ""
408
 
409
+ #: ../settings/settings-edit.php:164
410
  msgid "Sent Report Subject"
411
  msgstr ""
412
 
413
+ #: ../settings/settings-edit.php:165
414
  msgid "Subject for the email report which will be sent to admin."
415
  msgstr ""
416
 
417
+ #: ../settings/settings-edit.php:171
418
  msgid "Sent Report Content"
419
  msgstr ""
420
 
421
+ #: ../settings/settings-edit.php:172
422
  msgid ""
423
  "Content for the email report which will be sent to admin.<br />(Available "
424
  "Keywords: ###COUNT###, ###UNIQUE###, ###STARTTIME###, ###ENDTIME###)"
425
  msgstr ""
426
 
427
+ #: ../settings/settings-edit.php:183
428
  msgid "Double Opt-In Email Subject (Confirmation Email)"
429
  msgstr ""
430
 
431
+ #: ../settings/settings-edit.php:184
432
  msgid ""
433
  "Subject for the confirmation email to be sent for Double Opt-In whenever a "
434
  "subscriber signs up."
435
  msgstr ""
436
 
437
+ #: ../settings/settings-edit.php:190
438
  msgid "Double Opt-In Email Content (Confirmation Email)"
439
  msgstr ""
440
 
441
+ #: ../settings/settings-edit.php:191
442
  msgid ""
443
  "Content for the confirmation email to be sent for Double Opt-In whenever a "
444
  "subscriber signs up.<br />(Available Keywords: ###NAME###, ###LINK###)"
445
  msgstr ""
446
 
447
+ #: ../settings/settings-edit.php:197
448
  msgid "Double Opt-In Confirmation Link"
449
  msgstr ""
450
 
451
+ #: ../settings/settings-edit.php:198
452
  msgid "It is a readonly field and you are advised not to modify it."
453
  msgstr ""
454
 
455
+ #: ../settings/settings-edit.php:204
456
  msgid ""
457
  "Text to display after an email address is successfully subscribed from "
458
  "Double Opt-In (Confirmation) Email"
459
  msgstr ""
460
 
461
+ #: ../settings/settings-edit.php:205
462
  msgid ""
463
  "This text will be displayed once user clicks on email confirmation link from "
464
  "the Double Opt In (confirmation) Email."
465
  msgstr ""
466
 
467
+ #: ../settings/settings-edit.php:212
468
  msgid "Send Welcome Email to New Subscribers after Sign Up?"
469
  msgstr ""
470
 
471
+ #: ../settings/settings-edit.php:213
472
  msgid ""
473
  "To send welcome email to subscriber after successful signup. This option "
474
  "must be set to YES."
475
  msgstr ""
476
 
477
+ #: ../settings/settings-edit.php:224
478
  msgid "Subject for Welcome Email"
479
  msgstr ""
480
 
481
+ #: ../settings/settings-edit.php:225
482
  msgid ""
483
  "Subject for the subscriber welcome email. This will be sent whenever a "
484
  "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
485
  "Opt-In) successfully."
486
  msgstr ""
487
 
488
+ #: ../settings/settings-edit.php:231
489
  msgid "Email Content for Welcome Email"
490
  msgstr ""
491
 
492
+ #: ../settings/settings-edit.php:232
493
  msgid ""
494
  "Content for the subscriber welcome email whenever a user's email is either "
495
  "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
496
  "<br />(Available Keywords: ###NAME###, ###GROUP###, ###LINK###)"
497
  msgstr ""
498
 
499
+ #: ../settings/settings-edit.php:240
500
  msgid "Unsubscribe Link"
501
  msgstr ""
502
 
503
+ #: ../settings/settings-edit.php:241
504
  msgid ""
505
  "This unsubscribe link is automatically added to all the emails that are sent "
506
  "from this plugin. It is a readonly field and you are advised not to modify "
507
  "it."
508
  msgstr ""
509
 
510
+ #: ../settings/settings-edit.php:247
511
  msgid "Unsubscribe Text in Email"
512
  msgstr ""
513
 
514
+ #: ../settings/settings-edit.php:248
515
  msgid ""
516
  "The text for the unsubscribe link. This text is automatically added with "
517
  "unsubscribe link in the emails.<br />(Available Keyword: ###LINK###)"
518
  msgstr ""
519
 
520
+ #: ../settings/settings-edit.php:254
521
  msgid "Text to display after an email address is unsubscribed"
522
  msgstr ""
523
 
524
+ #: ../settings/settings-edit.php:255
525
  msgid ""
526
  "This text will be displayed once user clicks on unsubscribe link from the "
527
  "email."
528
  msgstr ""
529
 
530
+ #: ../settings/settings-edit.php:262
531
  msgid "Error in the Subscribe / Confirmation Link"
532
  msgstr ""
533
 
534
+ #: ../settings/settings-edit.php:263
535
  msgid ""
536
  "Default message to display if there is any issue while clicking on subscribe "
537
  "/ confirmation link from the Double Opt-In (Confirmation) emails."
538
  msgstr ""
539
 
540
+ #: ../settings/settings-edit.php:269
541
  msgid "Error in the Unsubscribe Link"
542
  msgstr ""
543
 
544
+ #: ../settings/settings-edit.php:270
545
  msgid ""
546
  "Default message to display if there is any issue while clicking on "
547
  "unsubscribe link from the emails."
548
  msgstr ""
549
 
550
+ #: ../settings/settings-edit.php:282
551
  msgid "Select user roles who can access following menus. Only Admin can change this."
552
  msgstr ""
553
 
554
+ #: ../settings/settings-edit.php:288
555
  msgid "Subscribers Menu"
556
  msgstr ""
557
 
558
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
559
+ #: /settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
560
+ #: /settings/settings-edit.php:340
561
  msgid "Administrator Only"
562
  msgstr ""
563
 
564
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
565
+ #: /settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
566
+ #: /settings/settings-edit.php:341
567
  msgid "Administrator/Editor"
568
  msgstr ""
569
 
570
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
571
+ #: /settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
572
+ #: /settings/settings-edit.php:342
573
  msgid "Administrator/Editor/Author/Contributor"
574
  msgstr ""
575
 
576
+ #: ../settings/settings-edit.php:300
577
  msgid "Compose Menu"
578
  msgstr ""
579
 
580
+ #: ../settings/settings-edit.php:312
581
  msgid "Post Notifications Menu"
582
  msgstr ""
583
 
584
+ #: ../settings/settings-edit.php:324 ../sendmail/sendmail.php:93 ../classes/es-
585
+ #: register.php:183 ../classes/es-register.php:184
586
  msgid "Newsletters"
587
  msgstr ""
588
 
589
+ #: ../settings/settings-edit.php:336
590
  msgid "Reports Menu"
591
  msgstr ""
592
 
593
+ #: ../settings/settings-edit.php:353
594
  msgid "Cron job URL"
595
  msgstr ""
596
 
597
+ #: ../settings/settings-edit.php:354
598
  msgid ""
599
  "This is your Cron Job URL. It is a readonly field and you are advised not to "
600
  "modify it."
601
  msgstr ""
602
 
603
+ #: ../settings/settings-edit.php:363
604
  msgid "Email Count"
605
  msgstr ""
606
 
607
+ #: ../settings/settings-edit.php:364
608
  msgid "Number of emails that you want to trigger per hour."
609
  msgstr ""
610
 
611
+ #: ../settings/settings-edit.php:369
612
  msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
613
  msgstr ""
614
 
615
+ #: ../settings/settings-edit.php:374
616
  msgid "Cron Report"
617
  msgstr ""
618
 
619
+ #: ../settings/settings-edit.php:375
620
  msgid ""
621
  "Email to admin whenever a cron URL is triggered from your server. (Available "
622
  "Keywords: ###DATE###, ###SUBJECT###, ###COUNT###)"
623
  msgstr ""
624
 
625
+ #: ../settings/settings-edit.php:385
626
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
627
  msgstr ""
628
 
629
+ #: ../settings/settings-edit.php:386
630
  msgid ""
631
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
632
  "schedule-cron-emails/?"
634
  "Cron?</a>"
635
  msgstr ""
636
 
637
+ #: ../settings/settings-edit.php:387
638
  msgid ""
639
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
640
  "schedule-cron-emails-in-cpanel/?"
642
  "job in cPanel</a>"
643
  msgstr ""
644
 
645
+ #: ../settings/settings-edit.php:388
646
  msgid ""
647
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
648
  "schedule-cron-emails-in-parallels-plesk/?"
650
  "job in Plesk</a>"
651
  msgstr ""
652
 
653
+ #: ../settings/settings-edit.php:389
654
  msgid ""
655
  "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
656
  "if-hosting-doesnt-support-cron-jobs/?"
658
  "does not support cron jobs?</a>"
659
  msgstr ""
660
 
661
+ #: ../settings/settings-edit.php:504
662
  msgid "Please enter sender of notifications from name."
663
  msgstr ""
664
 
665
+ #: ../settings/settings-edit.php:509
666
  msgid "Please enter sender of notifications from email."
667
  msgstr ""
668
 
669
+ #: ../settings/settings-edit.php:553
670
  msgid "Please enter valid mail count."
671
  msgstr ""
672
 
673
+ #: ../settings/settings-edit.php:566
674
  msgid "Settings Saved."
675
  msgstr ""
676
 
677
+ #: ../settings/settings-edit.php:569
678
  msgid "Oops, unable to update."
679
  msgstr ""
680
 
691
  msgstr ""
692
 
693
  #: ../sentmail/sentmail-preview.php:27 ../compose/compose-preview.php:27
694
+ msgid "Preview Email"
695
+ msgstr ""
696
+
697
+ #: ../sentmail/sentmail-preview.php:31
698
+ msgid ""
699
+ "This is how the email you sent may look. <br>Note: Different email services "
700
+ "(like gmail, yahoo etc) display email content differently. So there could be "
701
+ "a slight variation on how your customer will view the email content."
702
  msgstr ""
703
 
704
+ #: ../sentmail/sentmail-preview.php:62
705
  msgid "Back"
706
  msgstr ""
707
 
717
  msgid " &gt;&gt; "
718
  msgstr ""
719
 
720
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:189 ../classes/es-
721
+ #: register.php:190
722
  msgid "Reports"
723
  msgstr ""
724
 
731
  msgstr ""
732
 
733
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
734
+ #: /compose/compose-edit.php:102 ../compose/compose-show.php:80 ..
735
+ #: /compose/compose-show.php:88
736
  msgid "Preview"
737
  msgstr ""
738
 
743
  #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
744
  #: /sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
745
  #: /subscribers/view-subscriber-show.php:362 ../subscribers/view-subscriber-show.
746
+ #: php:375 ../compose/compose-edit.php:114 ../compose/compose-add.php:97
747
  msgid "Status"
748
  msgstr ""
749
 
966
  msgid "Please select New Status to update."
967
  msgstr ""
968
 
969
+ #: ../subscribers/view-subscriber-show.php:241 ../classes/es-register.php:174 ..
970
+ #: /classes/es-register.php:175
971
  msgid "Subscribers"
972
  msgstr ""
973
 
1052
  msgstr ""
1053
 
1054
  #: ../subscribers/view-subscriber-show.php:361 ../subscribers/view-subscriber-
1055
+ #: show.php:374 ../classes/es-register.php:1086 ../classes/es-loadwidget.php:28
1056
  msgid "Name"
1057
  msgstr ""
1058
 
1261
  msgid "Enter Content for your Email"
1262
  msgstr ""
1263
 
1264
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1265
  #, php-format
1266
  msgid ""
1267
  "%s: ###NAME###, ###EMAIL###, ###DATE###, ###POSTTITLE###, ###POSTLINK###, "
1269
  "###POSTLINK-ONLY###, ###POSTFULL### (For Post Notification only)"
1270
  msgstr ""
1271
 
1272
+ #: ../compose/compose-edit.php:110 ../compose/compose-add.php:93
1273
  msgid "Available Keywords"
1274
  msgstr ""
1275
 
1276
+ #: ../compose/compose-edit.php:116 ../compose/compose-add.php:99
1277
  msgid "Published"
1278
  msgstr ""
1279
 
1280
+ #: ../compose/compose-edit.php:118 ../compose/compose-add.php:101
1281
  msgid "Please select your mail status"
1282
  msgstr ""
1283
 
1289
  msgid "Add new Email"
1290
  msgstr ""
1291
 
1292
+ #: ../compose/compose-show.php:64 ../classes/es-register.php:177 ../classes/es-
1293
+ #: register.php:178
1294
  msgid "Compose"
1295
  msgstr ""
1296
 
1297
+ #: ../compose/compose-show.php:78 ../compose/compose-show.php:86
1298
  msgid "Email Template"
1299
  msgstr ""
1300
 
1301
+ #: ../compose/compose-show.php:79 ../compose/compose-show.php:87
1302
  msgid "Actions"
1303
  msgstr ""
1304
 
1305
+ #: ../compose/compose-preview.php:31
1306
+ msgid ""
1307
+ "This is how your email may look. <br>Note: Different email services (like "
1308
+ "gmail, yahoo etc) display email content differently. So there could be a "
1309
+ "slight variation on how your customer will view the email content."
1310
+ msgstr ""
1311
+
1312
  #: ../export/export-email-address.php:45 ../export/export-email-address.php:49
1313
  msgid "Unexpected url submit has been detected"
1314
  msgstr ""
1336
  msgid "Get more help and tips..."
1337
  msgstr ""
1338
 
1339
+ #: ../help/help.php:183 ../classes/es-register.php:1096 ../classes/es-loadwidget.
1340
  #: php:38
1341
  msgid "Subscribe"
1342
  msgstr ""
1728
  msgid "Reset"
1729
  msgstr ""
1730
 
 
 
 
 
 
 
 
 
1731
  #: ../classes/es-common.php:13
1732
  msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1733
  msgstr ""
1772
  msgid "<span style=\"color:#993399;\">Immediately</span>"
1773
  msgstr ""
1774
 
1775
+ #: ../classes/es-register.php:171 ../classes/es-register.php:172 ../classes/es-
1776
+ #: register.php:782
1777
  msgid "Email Subscribers"
1778
  msgstr ""
1779
 
1780
+ #: ../classes/es-register.php:192
1781
  msgid "Help & Info"
1782
  msgstr ""
1783
 
1784
+ #: ../classes/es-register.php:193
1785
  msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
1786
  msgstr ""
1787
 
1788
+ #: ../classes/es-register.php:204
1789
  msgctxt "view-subscriber-enhanced-select"
1790
  msgid "Please enter subscriber email address."
1791
  msgstr ""
1792
 
1793
+ #: ../classes/es-register.php:205
1794
  msgctxt "view-subscriber-enhanced-select"
1795
  msgid "Please select subscriber email status."
1796
  msgstr ""
1797
 
1798
+ #: ../classes/es-register.php:206
1799
  msgctxt "view-subscriber-enhanced-select"
1800
  msgid "Please select or create group for this subscriber."
1801
  msgstr ""
1802
 
1803
+ #: ../classes/es-register.php:207
1804
  msgctxt "view-subscriber-enhanced-select"
1805
  msgid "Do you want to delete this record?"
1806
  msgstr ""
1807
 
1808
+ #: ../classes/es-register.php:208
1809
  msgctxt "view-subscriber-enhanced-select"
1810
  msgid "Please select the bulk action."
1811
  msgstr ""
1812
 
1813
+ #: ../classes/es-register.php:209
1814
  msgctxt "view-subscriber-enhanced-select"
1815
  msgid "Are you sure you want to delete selected records?"
1816
  msgstr ""
1817
 
1818
+ #: ../classes/es-register.php:210
1819
  msgctxt "view-subscriber-enhanced-select"
1820
  msgid ""
1821
  "Do you want to resend confirmation email? \\nAlso please note, this will "
1822
  "update subscriber current status to 'Unconfirmed'."
1823
  msgstr ""
1824
 
1825
+ #: ../classes/es-register.php:211
1826
  msgctxt "view-subscriber-enhanced-select"
1827
  msgid "Please select new subscriber group."
1828
  msgstr ""
1829
 
1830
+ #: ../classes/es-register.php:212
1831
  msgctxt "view-subscriber-enhanced-select"
1832
  msgid "Please select new status for subscribers"
1833
  msgstr ""
1834
 
1835
+ #: ../classes/es-register.php:213
1836
  msgctxt "view-subscriber-enhanced-select"
1837
  msgid "Do you want to update subscribers group?"
1838
  msgstr ""
1839
 
1840
+ #: ../classes/es-register.php:214
1841
  msgctxt "view-subscriber-enhanced-select"
1842
  msgid "Do you want to update subscribers status?"
1843
  msgstr ""
1844
 
1845
+ #: ../classes/es-register.php:215
1846
  msgctxt "view-subscriber-enhanced-select"
1847
  msgid ""
1848
  "Please select only csv file. Please check official website for csv structure."
1849
  "."
1850
  msgstr ""
1851
 
1852
+ #: ../classes/es-register.php:223
1853
  msgctxt "compose-enhanced-select"
1854
  msgid "Please enter the Email Subject."
1855
  msgstr ""
1856
 
1857
+ #: ../classes/es-register.php:224
1858
  msgctxt "compose-enhanced-select"
1859
  msgid "Do you want to delete this record?"
1860
  msgstr ""
1861
 
1862
+ #: ../classes/es-register.php:232
1863
  msgctxt "notification-enhanced-select"
1864
  msgid "Please select subscribers group."
1865
  msgstr ""
1866
 
1867
+ #: ../classes/es-register.php:233
1868
  msgctxt "notification-enhanced-select"
1869
  msgid "Please select notification mail subject. Use compose menu to create new."
1870
  msgstr ""
1871
 
1872
+ #: ../classes/es-register.php:234
1873
  msgctxt "notification-enhanced-select"
1874
  msgid "Please select notification status."
1875
  msgstr ""
1876
 
1877
+ #: ../classes/es-register.php:235
1878
  msgctxt "notification-enhanced-select"
1879
  msgid "Do you want to delete this record?"
1880
  msgstr ""
1881
 
1882
+ #: ../classes/es-register.php:243
1883
  msgctxt "sendmail-enhanced-select"
1884
  msgid "Please select your mail subject."
1885
  msgstr ""
1886
 
1887
+ #: ../classes/es-register.php:244
1888
  msgctxt "sendmail-enhanced-select"
1889
  msgid "Please select your mail type."
1890
  msgstr ""
1891
 
1892
+ #: ../classes/es-register.php:245
1893
  msgctxt "sendmail-enhanced-select"
1894
  msgid ""
1895
  "Have you double checked your selected group? If so, let's go ahead and send "
1896
  "this."
1897
  msgstr ""
1898
 
1899
+ #: ../classes/es-register.php:253
1900
  msgctxt "sentmail-enhanced-select"
1901
  msgid "Do you want to delete this record?"
1902
  msgstr ""
1903
 
1904
+ #: ../classes/es-register.php:254
1905
  msgctxt "sentmail-enhanced-select"
1906
  msgid "Do you want to delete all records except latest 10?"
1907
  msgstr ""
1908
 
1909
+ #: ../classes/es-register.php:262
1910
  msgctxt "cron-enhanced-select"
1911
  msgid "Please select enter number of mails you want to send per hour/trigger."
1912
  msgstr ""
1913
 
1914
+ #: ../classes/es-register.php:263
1915
  msgctxt "cron-enhanced-select"
1916
  msgid "Please enter the mail count, only number."
1917
  msgstr ""
1918
 
1919
+ #: ../classes/es-register.php:276
1920
  msgctxt "widget-enhanced-select"
1921
  msgid "Please enter email address"
1922
  msgstr ""
1923
 
1924
+ #: ../classes/es-register.php:277
1925
  msgctxt "widget-enhanced-select"
1926
  msgid "Please provide a valid email address"
1927
  msgstr ""
1928
 
1929
+ #: ../classes/es-register.php:278
1930
  msgctxt "widget-enhanced-select"
1931
  msgid "loading..."
1932
  msgstr ""
1933
 
1934
+ #: ../classes/es-register.php:279
1935
  msgctxt "widget-enhanced-select"
1936
  msgid "Cannot create XMLHTTP instance"
1937
  msgstr ""
1938
 
1939
+ #: ../classes/es-register.php:280
1940
  msgctxt "widget-enhanced-select"
1941
  msgid "Successfully Subscribed."
1942
  msgstr ""
1943
 
1944
+ #: ../classes/es-register.php:281
1945
  msgctxt "widget-enhanced-select"
1946
  msgid ""
1947
  "Your subscription was successful! Within a few minutes, kindly check the "
1949
  "mail in your mailbox, please check your spam folder."
1950
  msgstr ""
1951
 
1952
+ #: ../classes/es-register.php:282
1953
  msgctxt "widget-enhanced-select"
1954
  msgid "Email Address already exists!"
1955
  msgstr ""
1956
 
1957
+ #: ../classes/es-register.php:283
1958
  msgctxt "widget-enhanced-select"
1959
  msgid "Oops.. Unexpected error occurred."
1960
  msgstr ""
1961
 
1962
+ #: ../classes/es-register.php:284
1963
  msgctxt "widget-enhanced-select"
1964
  msgid "Invalid email address"
1965
  msgstr ""
1966
 
1967
+ #: ../classes/es-register.php:285
1968
  msgctxt "widget-enhanced-select"
1969
  msgid "Please try after some time"
1970
  msgstr ""
1971
 
1972
+ #: ../classes/es-register.php:286
1973
  msgctxt "widget-enhanced-select"
1974
  msgid "There was a problem with the request"
1975
  msgstr ""
1976
 
1977
+ #: ../classes/es-register.php:293
1978
  msgctxt "widget-page-enhanced-select"
1979
  msgid "Please enter email address"
1980
  msgstr ""
1981
 
1982
+ #: ../classes/es-register.php:294
1983
  msgctxt "widget-page-enhanced-select"
1984
  msgid "Please provide a valid email address"
1985
  msgstr ""
1986
 
1987
+ #: ../classes/es-register.php:295
1988
  msgctxt "widget-page-enhanced-select"
1989
  msgid "loading..."
1990
  msgstr ""
1991
 
1992
+ #: ../classes/es-register.php:296
1993
  msgctxt "widget-page-enhanced-select"
1994
  msgid "Cannot create XMLHTTP instance"
1995
  msgstr ""
1996
 
1997
+ #: ../classes/es-register.php:297
1998
  msgctxt "widget-page-enhanced-select"
1999
  msgid "Successfully Subscribed."
2000
  msgstr ""
2001
 
2002
+ #: ../classes/es-register.php:298
2003
  msgctxt "widget-page-enhanced-select"
2004
  msgid ""
2005
  "Your subscription was successful! Within a few minutes, kindly check the "
2007
  "mail in your mailbox, please check your spam folder."
2008
  msgstr ""
2009
 
2010
+ #: ../classes/es-register.php:299
2011
  msgctxt "widget-page-enhanced-select"
2012
  msgid "Email Address already exists!"
2013
  msgstr ""
2014
 
2015
+ #: ../classes/es-register.php:300
2016
  msgctxt "widget-page-enhanced-select"
2017
  msgid "Oops.. Unexpected error occurred."
2018
  msgstr ""
2019
 
2020
+ #: ../classes/es-register.php:301
2021
  msgctxt "widget-page-enhanced-select"
2022
  msgid "Invalid email address"
2023
  msgstr ""
2024
 
2025
+ #: ../classes/es-register.php:302
2026
  msgctxt "widget-page-enhanced-select"
2027
  msgid "Please try after some time"
2028
  msgstr ""
2029
 
2030
+ #: ../classes/es-register.php:303
2031
  msgctxt "widget-page-enhanced-select"
2032
  msgid "There was a problem with the request"
2033
  msgstr ""
2034
 
2035
+ #: ../classes/es-register.php:765
2036
  msgctxt "timezone date format"
2037
  msgid "Y-m-d"
2038
  msgstr ""
2039
 
2040
+ #: ../classes/es-register.php:782
2041
  msgid "is getting even better!"
2042
  msgstr ""
2043
 
2044
+ #: ../classes/es-register.php:783
2045
  msgid "But I need you to"
2046
  msgstr ""
2047
 
2048
+ #: ../classes/es-register.php:783
2049
  msgid "help me prioritize"
2050
  msgstr ""
2051
 
2052
+ #: ../classes/es-register.php:783
2053
  msgid "Please send your response today."
2054
  msgstr ""
2055
 
2056
+ #: ../classes/es-register.php:790
2057
  msgid "Here's how you use ES:"
2058
  msgstr ""
2059
 
2060
+ #: ../classes/es-register.php:795
2061
  msgid "Post Notifications more often than Newsletter"
2062
  msgstr ""
2063
 
2064
+ #: ../classes/es-register.php:797
2065
  msgid "Newsletter more often than Post Notifications"
2066
  msgstr ""
2067
 
2068
+ #: ../classes/es-register.php:799
2069
  msgid "Post Notification &amp; Newsletter equally"
2070
  msgstr ""
2071
 
2072
+ #: ../classes/es-register.php:803
2073
  msgid "Have "
2074
  msgstr ""
2075
 
2076
+ #: ../classes/es-register.php:803
2077
  msgid " Active Subscribers"
2078
  msgstr ""
2079
 
2080
+ #: ../classes/es-register.php:804
2081
  msgid "Post "
2082
  msgstr ""
2083
 
2084
+ #: ../classes/es-register.php:804
2085
  msgid " blog per week"
2086
  msgstr ""
2087
 
2088
+ #: ../classes/es-register.php:808
2089
  msgid "Send emails via Cron"
2090
  msgstr ""
2091
 
2092
+ #: ../classes/es-register.php:810
2093
  msgid "Send emails Immediately"
2094
  msgstr ""
2095
 
2096
+ #: ../classes/es-register.php:817
2097
  msgid "Using Double Opt In"
2098
  msgstr ""
2099
 
2100
+ #: ../classes/es-register.php:819
2101
  msgid "Using Single Opt In"
2102
  msgstr ""
2103
 
2104
+ #: ../classes/es-register.php:837
2105
  msgid "How soon do you want these new features?"
2106
  msgstr ""
2107
 
2108
+ #: ../classes/es-register.php:841
2109
  msgid "Beautiful Email Designs"
2110
  msgstr ""
2111
 
2112
+ #: ../classes/es-register.php:842 ../classes/es-register.php:847 ../classes/es-
2113
+ #: register.php:852 ../classes/es-register.php:857
2114
  msgid "Right now!"
2115
  msgstr ""
2116
 
2117
+ #: ../classes/es-register.php:843 ../classes/es-register.php:848 ../classes/es-
2118
+ #: register.php:853 ../classes/es-register.php:858
2119
  msgid "Soon"
2120
  msgstr ""
2121
 
2122
+ #: ../classes/es-register.php:844 ../classes/es-register.php:849 ../classes/es-
2123
+ #: register.php:854 ../classes/es-register.php:859
2124
  msgid "Later"
2125
  msgstr ""
2126
 
2127
+ #: ../classes/es-register.php:846
2128
  msgid "Spam Check, Scheduling... (Better Email Delivery)"
2129
  msgstr ""
2130
 
2131
+ #: ../classes/es-register.php:851
2132
  msgid "Discard Fake / Bouncing Emails"
2133
  msgstr ""
2134
 
2135
+ #: ../classes/es-register.php:856
2136
  msgid "Advanced Reporting"
2137
  msgstr ""
2138
 
2139
+ #: ../classes/es-register.php:868
2140
  msgid "Nah, I don't like improvements"
2141
  msgstr ""
2142
 
2143
+ #: ../classes/es-register.php:874
2144
  msgid "Next"
2145
  msgstr ""
2146
 
2147
+ #: ../classes/es-register.php:884
2148
  msgid "Thank you!"
2149
  msgstr ""
2150
 
2151
+ #: ../classes/es-register.php:885
2152
  msgid "No issues, have a nice day!"
2153
  msgstr ""
2154
 
2155
+ #: ../classes/es-register.php:977
2156
+ msgid ""
2157
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2158
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2159
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2160
+ "</a> rating. A huge thank you from Icegram in advance!"
2161
+ msgstr ""
2162
+
2163
+ #: ../classes/es-register.php:1091 ../classes/es-loadwidget.php:33
2164
  msgid "Email *"
2165
  msgstr ""
2166
 
2167
+ #: ../classes/es-register.php:1134
2168
  msgid "Widget Title"
2169
  msgstr ""
2170
 
2171
+ #: ../classes/es-register.php:1138
2172
  msgid "Short description about subscription form"
2173
  msgstr ""
2174
 
2175
+ #: ../classes/es-register.php:1142
2176
  msgid "Display Name Field"
2177
  msgstr ""
2178
 
2179
+ #: ../classes/es-register.php:1149
2180
  msgid "Subscriber Group"
2181
  msgstr ""
notification/notification-add.php CHANGED
@@ -255,5 +255,4 @@ if ( ! defined( 'ABSPATH' ) ) {
255
  <?php wp_nonce_field('es_form_add'); ?>
256
  </form>
257
  </div>
258
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
259
  </div>
255
  <?php wp_nonce_field('es_form_add'); ?>
256
  </form>
257
  </div>
 
258
  </div>
notification/notification-edit.php CHANGED
@@ -292,5 +292,4 @@ if ( ! defined( 'ABSPATH' ) ) {
292
  <?php wp_nonce_field('es_form_edit'); ?>
293
  </form>
294
  </div>
295
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
296
  </div>
292
  <?php wp_nonce_field('es_form_edit'); ?>
293
  </form>
294
  </div>
 
295
  </div>
notification/notification-show.php CHANGED
@@ -149,6 +149,4 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
149
  <input type="hidden" name="frm_es_display" value="yes"/>
150
  </form>
151
  </div>
152
- <div style="height:10px;"></div>
153
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
154
  </div>
149
  <input type="hidden" name="frm_es_display" value="yes"/>
150
  </form>
151
  </div>
 
 
152
  </div>
query/db_compose.php CHANGED
@@ -65,16 +65,20 @@ class es_cls_compose {
65
 
66
  global $wpdb;
67
 
68
- if($action == "insert") {
69
- $sSql = $wpdb->prepare("INSERT INTO `".$wpdb->prefix."es_templatetable` (`es_templ_heading`,
70
- `es_templ_body`, `es_templ_status`, `es_email_type`)
71
- VALUES(%s, %s, %s, %s)",
72
- array(trim($data["es_templ_heading"]), trim($data["es_templ_body"]), trim($data["es_templ_status"]), trim($data["es_email_type"])));
73
- } elseif($action == "update") {
 
 
 
74
  $sSql = $wpdb->prepare("UPDATE `".$wpdb->prefix."es_templatetable` SET `es_templ_heading` = %s, `es_templ_body` = %s,
75
- `es_templ_status` = %s, `es_email_type` = %s WHERE es_templ_id = %d LIMIT 1",
76
  array($data["es_templ_heading"], $data["es_templ_body"], $data["es_templ_status"], $data["es_email_type"], $data["es_templ_id"]));
77
  }
 
78
  $wpdb->query($sSql);
79
 
80
  return true;
65
 
66
  global $wpdb;
67
 
68
+ if( $action == "insert" ) {
69
+
70
+ // to set es_templ_slug as empty for all newly created emails
71
+ $data["es_templ_slug"] = (isset($data["es_templ_slug"])) ? $data["es_templ_slug"] : NULL;
72
+
73
+ $sSql = "INSERT INTO `".$wpdb->prefix."es_templatetable` (`es_templ_heading`,
74
+ `es_templ_body`, `es_templ_status`, `es_email_type`, `es_templ_slug`)
75
+ VALUES('". trim($data["es_templ_heading"]) ."', '". trim($data["es_templ_body"])."', '". trim($data["es_templ_status"])."', '". trim($data["es_email_type"])."', NULLIF('". $data["es_templ_slug"]."', '') )";
76
+ } elseif( $action == "update" ) {
77
  $sSql = $wpdb->prepare("UPDATE `".$wpdb->prefix."es_templatetable` SET `es_templ_heading` = %s, `es_templ_body` = %s,
78
+ `es_templ_status` = %s, `es_email_type` = %s WHERE es_templ_id = %d LIMIT 1",
79
  array($data["es_templ_heading"], $data["es_templ_body"], $data["es_templ_status"], $data["es_email_type"], $data["es_templ_id"]));
80
  }
81
+
82
  $wpdb->query($sSql);
83
 
84
  return true;
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Email Subscribers & Newsletters ===
2
- Contributors: icegram, storeapps, niravmehta, Mansi Shah, akash123dhawade, ravioza
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
  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.8.1
8
- Stable tag: 3.3.5
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.htmlss
11
 
@@ -311,6 +311,24 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
311
 
312
  == Changelog ==
313
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
  = 3.3.5 (21.08.2017) =
315
 
316
  * New: UI & structure for Help & Info page
@@ -619,6 +637,24 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
619
 
620
  == Upgrade Notice ==
621
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  = 3.3.5 (21.08.2017) =
623
 
624
  * New: UI & structure for Help & Info page
1
  === Email Subscribers & Newsletters ===
2
+ Contributors: icegram, storeapps, niravmehta, Mansi Shah, akash123dhawade, ravioza, sandhyam, Tarun.Parswani
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
  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.8.1
8
+ Stable tag: 3.3.6
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.htmlss
11
 
311
 
312
  == Changelog ==
313
 
314
+ = 3.3.6 (07.09.2017) =
315
+
316
+ * New: Allow emails with special characters to get subscribed
317
+ * New: Show groups in dropdown while creating subscribe form via widget
318
+ * New: Show Preview button above the WordPress editor at the time of editing a composed Newletter / Post Notification
319
+ * Fix: Extra line breaks (<br> tags) removed when sending HTML emails
320
+ * Fix: Remove hardcoded ENGINE while creating default tables for new users
321
+ * Fix: Remove hardcoded Collation while creating default tables for new users
322
+ * Update: Only one line break while auto inserting unsubscribe link in the emails
323
+ * Update: Improvements in logic to create default tables on first activation
324
+ * Update: Email preview page after an email is composed or sent
325
+ * Update: Show Preview in new column on Compose screen with a search dashicon
326
+ * Update: Footer text
327
+ * Update: POT file
328
+ * Update: Translation for French (fr_FR) language updated (Thanks to Serge)
329
+ * Update: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
330
+ * Update: Translation for Norwegian (nb_NO) language added (Thanks to Helge Rosseboe)
331
+
332
  = 3.3.5 (21.08.2017) =
333
 
334
  * New: UI & structure for Help & Info page
637
 
638
  == Upgrade Notice ==
639
 
640
+ = 3.3.6 (07.09.2017) =
641
+
642
+ * New: Allow emails with special characters to get subscribed
643
+ * New: Show groups in dropdown while creating subscribe form via widget
644
+ * New: Show Preview button above the WordPress editor at the time of editing a composed Newletter / Post Notification
645
+ * Fix: Extra line breaks (<br> tags) removed when sending HTML emails
646
+ * Fix: Remove hardcoded ENGINE while creating default tables for new users
647
+ * Fix: Remove hardcoded Collation while creating default tables for new users
648
+ * Update: Only one line break while auto inserting unsubscribe link in the emails
649
+ * Update: Improvements in logic to create default tables on first activation
650
+ * Update: Email preview page after an email is composed or sent
651
+ * Update: Show Preview in new column on Compose screen with a search dashicon
652
+ * Update: Footer text
653
+ * Update: POT file
654
+ * Update: Translation for French (fr_FR) language updated (Thanks to Serge)
655
+ * Update: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
656
+ * Update: Translation for Norwegian (nb_NO) language added (Thanks to Helge Rosseboe)
657
+
658
  = 3.3.5 (21.08.2017) =
659
 
660
  * New: UI & structure for Help & Info page
sendmail/sendmail.php CHANGED
@@ -198,6 +198,4 @@ if ($es_error_found == TRUE && isset($es_errors[0]) == TRUE) {
198
  <?php wp_nonce_field('es_form_submit'); ?>
199
  <input type="button" class="button-primary" onclick="_es_redirect()" value="<?php echo __( 'Reset', ES_TDOMAIN ); ?>" />
200
  </form>
201
- <div style="padding-top:10px;"></div>
202
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
203
  </div>
198
  <?php wp_nonce_field('es_form_submit'); ?>
199
  <input type="button" class="button-primary" onclick="_es_redirect()" value="<?php echo __( 'Reset', ES_TDOMAIN ); ?>" />
200
  </form>
 
 
201
  </div>
sentmail/deliverreport-show.php CHANGED
@@ -135,6 +135,4 @@ if ($sentguid == '') {
135
  </div>
136
  </form>
137
  </div>
138
- <div style="height:10px;"></div>
139
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
140
  </div>
135
  </div>
136
  </form>
137
  </div>
 
 
138
  </div>
sentmail/sentmail-preview.php CHANGED
@@ -14,7 +14,7 @@ es_cls_security::es_check_number($pagenum);
14
  $result = es_cls_sentmail::es_sentmail_count($did);
15
  if ($result != '1') {
16
  ?><div class="error fade">
17
- <p><strong>\
18
  <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
19
  </strong></p>
20
  </div><?php
@@ -24,16 +24,36 @@ if ($result != '1') {
24
 
25
  <div class="wrap">
26
  <h2 style="margin-bottom:1em;">
27
- <?php echo __( 'Preview Mail', ES_TDOMAIN ); ?>
28
  <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
29
  </h2>
 
 
 
30
  <div class="tool-box">
31
  <div style="padding:15px;background-color:#FFFFFF;">
32
  <?php
33
  $preview = array();
34
  $preview = es_cls_sentmail::es_sentmail_select($did, 0, 0);
35
- $preview = str_replace('###NAME###', "Username", $preview);
36
- $preview = str_replace('###EMAIL###', "Useremail", $preview);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  echo stripslashes($preview['es_sent_preview']);
38
  ?>
39
  </div>
@@ -42,7 +62,5 @@ if ($result != '1') {
42
  <a class="button-primary" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&pagenum=<?php echo $pagenum; ?>"><?php echo __( 'Back', ES_TDOMAIN ); ?></a>
43
  </h2>
44
  </div>
45
- <div style="height:10px;"></div>
46
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
47
  </div>
48
  </div>
14
  $result = es_cls_sentmail::es_sentmail_count($did);
15
  if ($result != '1') {
16
  ?><div class="error fade">
17
+ <p><strong>
18
  <?php echo __( 'Oops, selected details does not exists.', ES_TDOMAIN ); ?>
19
  </strong></p>
20
  </div><?php
24
 
25
  <div class="wrap">
26
  <h2 style="margin-bottom:1em;">
27
+ <?php echo __( 'Preview Email', ES_TDOMAIN ); ?>
28
  <a class="add-new-h2" target="_blank" href="<?php echo ES_FAV; ?>"><?php echo __( 'Help', ES_TDOMAIN ); ?></a>
29
  </h2>
30
+ <p>
31
+ <?php echo __( 'This is how the email you sent may look. <br>Note: Different email services (like gmail, yahoo etc) display email content differently. So there could be a slight variation on how your customer will view the email content.', ES_TDOMAIN ); ?>
32
+ </p>
33
  <div class="tool-box">
34
  <div style="padding:15px;background-color:#FFFFFF;">
35
  <?php
36
  $preview = array();
37
  $preview = es_cls_sentmail::es_sentmail_select($did, 0, 0);
38
+ $preview = str_replace("###NAME###", "Username", $preview);
39
+ $preview = str_replace("###EMAIL###", "Useremail", $preview);
40
+
41
+ $es_email_type = get_option( 'ig_es_emailtype' ); // Not the ideal way. Email type can differ while previewing sent email.
42
+
43
+ if ( $es_email_type == "WP HTML MAIL" || $es_email_type == "PHP HTML MAIL" ) {
44
+ $content = $preview['es_sent_preview'];
45
+ $content = convert_chars(convert_smilies( wptexturize( $content )));
46
+ if(isset($GLOBALS['wp_embed'])) {
47
+ $content = $GLOBALS['wp_embed']->autoembed($content);
48
+ }
49
+ $content = wpautop( $content );
50
+ // $content = do_shortcode( shortcode_unautop( $content ) );
51
+ $preview['es_sent_preview'] = $content;
52
+ } else {
53
+ $preview['es_sent_preview'] = str_replace("<br />", "\r\n", $preview['es_sent_preview']);
54
+ $preview['es_sent_preview'] = str_replace("<br>", "\r\n", $preview['es_sent_preview']);
55
+ }
56
+
57
  echo stripslashes($preview['es_sent_preview']);
58
  ?>
59
  </div>
62
  <a class="button-primary" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&pagenum=<?php echo $pagenum; ?>"><?php echo __( 'Back', ES_TDOMAIN ); ?></a>
63
  </h2>
64
  </div>
 
 
65
  </div>
66
  </div>
sentmail/sentmail-show.php CHANGED
@@ -142,7 +142,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
142
  </a>
143
  </td>
144
  <td>
145
- <a title="Mail Preview" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&amp;ac=preview&amp;did=<?php echo $data['es_sent_id']; ?>&amp;pagenum=<?php echo $pagenum; ?>">
146
  <span class="dashicons dashicons-search"></span>
147
  </a>
148
  </td>
@@ -201,6 +201,4 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
201
  </div>
202
  <?php } ?>
203
  </div>
204
- <div style="height:10px;"></div>
205
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
206
  </div>
142
  </a>
143
  </td>
144
  <td>
145
+ <a title="Email Preview" target="_blank" href="<?php echo ES_ADMINURL; ?>?page=es-sentmail&amp;ac=preview&amp;did=<?php echo $data['es_sent_id']; ?>&amp;pagenum=<?php echo $pagenum; ?>">
146
  <span class="dashicons dashicons-search"></span>
147
  </a>
148
  </td>
201
  </div>
202
  <?php } ?>
203
  </div>
 
 
204
  </div>
settings/setting-sync.php CHANGED
@@ -35,5 +35,4 @@ if ( ! defined( 'ABSPATH' ) ) {
35
  <?php wp_nonce_field('es_form_sync'); ?>
36
  </form>
37
  </div>
38
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
39
  </div>
35
  <?php wp_nonce_field('es_form_sync'); ?>
36
  </form>
37
  </div>
 
38
  </div>
settings/settings-edit.php CHANGED
@@ -68,9 +68,6 @@ if ( ! class_exists( 'ES_Settings' ) ) {
68
  </p>
69
  <?php wp_nonce_field('es_form_edit'); ?>
70
  </form>
71
- <div style="height:10px;"></div>
72
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
73
- </div>
74
  <?php
75
  }
76
 
68
  </p>
69
  <?php wp_nonce_field('es_form_edit'); ?>
70
  </form>
 
 
 
71
  <?php
72
  }
73
 
sql/es-createdb.sql DELETED
@@ -1,65 +0,0 @@
1
- CREATE TABLE IF NOT EXISTS es_emaillist (
2
- es_email_id INT unsigned NOT NULL AUTO_INCREMENT,
3
- es_email_name VARCHAR(255) NOT NULL,
4
- es_email_mail VARCHAR(255) NOT NULL,
5
- es_email_status VARCHAR(25) NOT NULL default 'Unconfirmed',
6
- es_email_created datetime NOT NULL default '0000-00-00 00:00:00',
7
- es_email_viewcount VARCHAR(100) NOT NULL,
8
- es_email_group VARCHAR(255) NOT NULL default 'Public',
9
- es_email_guid VARCHAR(255) NOT NULL,
10
- PRIMARY KEY (es_email_id)
11
- ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
12
-
13
- -- SQLQUERY ---
14
-
15
- CREATE TABLE IF NOT EXISTS es_templatetable (
16
- es_templ_id INT unsigned NOT NULL AUTO_INCREMENT,
17
- es_templ_heading VARCHAR(255) NOT NULL,
18
- es_templ_body TEXT NULL,
19
- es_templ_status VARCHAR(25) NOT NULL default 'Published',
20
- es_email_type VARCHAR(100) NOT NULL default 'Newsletter',
21
- PRIMARY KEY (es_templ_id)
22
- ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
23
-
24
- -- SQLQUERY ---
25
-
26
- CREATE TABLE IF NOT EXISTS es_notification (
27
- es_note_id INT unsigned NOT NULL AUTO_INCREMENT,
28
- es_note_cat TEXT NULL,
29
- es_note_group VARCHAR(255) NOT NULL,
30
- es_note_templ INT unsigned NOT NULL,
31
- es_note_status VARCHAR(10) NOT NULL default 'Enable',
32
- PRIMARY KEY (es_note_id)
33
- ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
34
-
35
- -- SQLQUERY ---
36
-
37
- CREATE TABLE IF NOT EXISTS es_sentdetails (
38
- es_sent_id INT unsigned NOT NULL AUTO_INCREMENT,
39
- es_sent_guid VARCHAR(255) NOT NULL,
40
- es_sent_qstring VARCHAR(255) NOT NULL,
41
- es_sent_source VARCHAR(255) NOT NULL,
42
- es_sent_starttime datetime NOT NULL default '0000-00-00 00:00:00',
43
- es_sent_endtime datetime NOT NULL default '0000-00-00 00:00:00',
44
- es_sent_count INT unsigned NOT NULL,
45
- es_sent_preview TEXT NULL,
46
- es_sent_status VARCHAR(25) NOT NULL default 'Sent',
47
- es_sent_type VARCHAR(25) NOT NULL default 'Immediately',
48
- es_sent_subject VARCHAR(255) NOT NULL,
49
- PRIMARY KEY (es_sent_id)
50
- ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
51
-
52
- -- SQLQUERY ---
53
-
54
- CREATE TABLE IF NOT EXISTS es_deliverreport (
55
- es_deliver_id INT unsigned NOT NULL AUTO_INCREMENT,
56
- es_deliver_sentguid VARCHAR(255) NOT NULL,
57
- es_deliver_emailid INT unsigned NOT NULL,
58
- es_deliver_emailmail VARCHAR(255) NOT NULL,
59
- es_deliver_sentdate datetime NOT NULL default '0000-00-00 00:00:00',
60
- es_deliver_status VARCHAR(25) NOT NULL,
61
- es_deliver_viewdate datetime NOT NULL default '0000-00-00 00:00:00',
62
- es_deliver_sentstatus VARCHAR(25) NOT NULL default 'Sent',
63
- es_deliver_senttype VARCHAR(25) NOT NULL default 'Immediately',
64
- PRIMARY KEY (es_deliver_id)
65
- ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
sql/index.html DELETED
@@ -1 +0,0 @@
1
- <html><body bgcolor="#FFFFFF"></body></html>
 
subscribers/view-subscriber-add.php CHANGED
@@ -185,6 +185,4 @@ if ( ! defined( 'ABSPATH' ) ) {
185
  <?php wp_nonce_field('es_form_add'); ?>
186
  </form>
187
  </div>
188
- <div style="height:10px;"></div>
189
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
190
  </div>
185
  <?php wp_nonce_field('es_form_add'); ?>
186
  </form>
187
  </div>
 
 
188
  </div>
subscribers/view-subscriber-edit.php CHANGED
@@ -193,6 +193,4 @@ if ( ! defined( 'ABSPATH' ) ) {
193
  <?php wp_nonce_field('es_form_edit'); ?>
194
  </form>
195
  </div>
196
- <div style="height:10px;"></div>
197
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
198
  </div>
193
  <?php wp_nonce_field('es_form_edit'); ?>
194
  </form>
195
  </div>
 
 
196
  </div>
subscribers/view-subscriber-export.php CHANGED
@@ -91,6 +91,4 @@ $cnt_comment_author = $wpdb->get_var( "SELECT count(DISTINCT comment_author_emai
91
  </table>
92
  </form>
93
  </div>
94
- <div style="height:10px;"></div>
95
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
96
  </div>
91
  </table>
92
  </form>
93
  </div>
 
 
94
  </div>
subscribers/view-subscriber-import.php CHANGED
@@ -155,7 +155,7 @@ if ( ! defined( 'ABSPATH' ) ) {
155
  <?php echo __( 'Select CSV file', ES_TDOMAIN ); ?>
156
  <p class="description">
157
  <?php echo __( 'Check CSV structure ', ES_TDOMAIN ); ?>
158
- <a target="_blank" href="https://www.icegram.com/documentation/es-how-to-import-or-export-email-addresses/"><?php echo __( 'from here', ES_TDOMAIN ); ?></a>
159
  </p>
160
  </label>
161
  </th>
@@ -213,6 +213,4 @@ if ( ! defined( 'ABSPATH' ) ) {
213
  </form>
214
  </div>
215
  </div>
216
- <div style="height:10px;"></div>
217
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
218
  </div>
155
  <?php echo __( 'Select CSV file', ES_TDOMAIN ); ?>
156
  <p class="description">
157
  <?php echo __( 'Check CSV structure ', ES_TDOMAIN ); ?>
158
+ <a target="_blank" href="https://www.icegram.com/documentation/es-how-to-import-or-export-email-addresses/?utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page"><?php echo __( 'from here', ES_TDOMAIN ); ?></a>
159
  </p>
160
  </label>
161
  </th>
213
  </form>
214
  </div>
215
  </div>
 
 
216
  </div>
subscribers/view-subscriber-show.php CHANGED
@@ -446,6 +446,4 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
446
  <input type="hidden" name="wp_create_nonce" id="wp_create_nonce" value="<?php echo $nonce; ?>"/>
447
  </form>
448
  </div>
449
- <div style="height:10px;"></div>
450
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
451
  </div>
446
  <input type="hidden" name="wp_create_nonce" id="wp_create_nonce" value="<?php echo $nonce; ?>"/>
447
  </form>
448
  </div>
 
 
449
  </div>
subscribers/view-subscriber-sync.php CHANGED
@@ -145,6 +145,4 @@ if ( ! defined( 'ABSPATH' ) ) {
145
  <?php wp_nonce_field('es_form_add'); ?>
146
  </form>
147
  </div>
148
- <div style="height:10px;"></div>
149
- <p class="description"><?php echo ES_OFFICIAL; ?></p>
150
  </div>
145
  <?php wp_nonce_field('es_form_add'); ?>
146
  </form>
147
  </div>
 
 
148
  </div>
widget/es-widget-page.js CHANGED
@@ -33,7 +33,7 @@ function es_submit_pages(e, url) {
33
 
34
  var date_now = "";
35
  var mynumber = Math.random();
36
- var str= "es_email="+ encodeURI(es_email.value) + "&es_name=" + encodeURI(es_name.value) + "&es_group=" + encodeURI(es_group.value) + "&timestamp=" + encodeURI(date_now) + "&action=" + encodeURI(mynumber);
37
 
38
  es_submit_requests(url+'/?es=subscribe', str, es_shortcode_form); // Passing the form to the submit request
39
  }
33
 
34
  var date_now = "";
35
  var mynumber = Math.random();
36
+ var str= "es_email="+ encodeURIComponent(es_email.value) + "&es_name=" + encodeURIComponent(es_name.value) + "&es_group=" + encodeURIComponent(es_group.value) + "&timestamp=" + encodeURIComponent(date_now) + "&action=" + encodeURIComponent(mynumber);
37
 
38
  es_submit_requests(url+'/?es=subscribe', str, es_shortcode_form); // Passing the form to the submit request
39
  }
widget/es-widget.js CHANGED
@@ -33,7 +33,7 @@ function es_submit_page(e, url) {
33
 
34
  var date_now = "";
35
  var mynumber = Math.random();
36
- var str= "es_email="+ encodeURI(es_email.value) + "&es_name=" + encodeURI(es_name.value) + "&es_group=" + encodeURI(es_group.value) + "&timestamp=" + encodeURI(date_now) + "&action=" + encodeURI(mynumber);
37
 
38
  es_submit_request(url+'/?es=subscribe', str, es_widget_form); // Passing the form to the submit request
39
  }
33
 
34
  var date_now = "";
35
  var mynumber = Math.random();
36
+ var str= "es_email="+ encodeURIComponent(es_email.value) + "&es_name=" + encodeURIComponent(es_name.value) + "&es_group=" + encodeURIComponent(es_group.value) + "&timestamp=" + encodeURIComponent(date_now) + "&action=" + encodeURIComponent(mynumber);
37
 
38
  es_submit_request(url+'/?es=subscribe', str, es_widget_form); // Passing the form to the submit request
39
  }