Skip to content

Commit

Permalink
Prepare 11.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Sep 26, 2021
1 parent 82677a4 commit 9f96851
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion classes/class-s2-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function display_category_form( $selected = array(), $override = 1, $comp
$colspan = 1;
}
echo '<tr><td style="text-align: left;" colspan="' . esc_attr( $colspan ) . '">' . "\r\n";
echo '<label><input type="checkbox" name="checkall" value="checkall_' . esc_attr( $name ) . '" /> ' . esc_html__( 'Select / Unselect All', 'subscribe2' ) . '</label>' . "\r\n";
echo '<label><input type="checkbox" name="checkall" value="checkall_' . esc_attr( $name ) . '" /> ' . esc_html__( 'Select / Unselect All', 'subscribe2-for-cp' ) . '</label>' . "\r\n";
echo '</td></tr>' . "\r\n";
foreach ( $all_cats as $cat ) {
$cat_name = '';
Expand Down
60 changes: 30 additions & 30 deletions languages/subscribe2.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the Subscribe2 for ClassicPress package.
msgid ""
msgstr ""
"Project-Id-Version: Subscribe2 for ClassicPress 11.5\n"
"Project-Id-Version: Subscribe2 for ClassicPress 11.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/subscribe2\n"
"POT-Creation-Date: 2021-07-21 16:08:14+00:00\n"
"POT-Creation-Date: 2021-09-26 11:00:29+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -666,12 +666,12 @@ msgid "Enter addresses, one per line or comma-separated"
msgstr ""

#: admin/subscribers.php:219 admin/subscribers.php:303
#: classes/class-s2-forms.php:194 classes/class-s2-frontend.php:133
#: classes/class-s2-forms.php:194 classes/class-s2-frontend.php:126
msgid "Subscribe"
msgstr ""

#: admin/subscribers.php:220 admin/subscribers.php:304
#: classes/class-s2-forms.php:173 classes/class-s2-frontend.php:132
#: classes/class-s2-forms.php:173 classes/class-s2-frontend.php:125
msgid "Unsubscribe"
msgstr ""

Expand Down Expand Up @@ -1048,8 +1048,8 @@ msgstr ""
msgid "Unconfirmed Public Subscriber"
msgstr ""

#: classes/class-s2-admin.php:688 classes/class-s2-forms.php:307
#: classes/class-s2-forms.php:372
#: classes/class-s2-admin.php:688 classes/class-s2-forms.php:306
#: classes/class-s2-forms.php:370
msgid "Select / Unselect All"
msgstr ""

Expand Down Expand Up @@ -1136,21 +1136,21 @@ msgid "There was an error validating your request. Please try again later."
msgstr ""

#: classes/class-s2-ajax.php:106 classes/class-s2-ajax.php:140
#: classes/class-s2-ajax.php:154 classes/class-s2-frontend.php:73
#: classes/class-s2-ajax.php:154 classes/class-s2-frontend.php:66
msgid "A confirmation message is on its way!"
msgstr ""

#: classes/class-s2-ajax.php:114 classes/class-s2-frontend.php:79
#: classes/class-s2-ajax.php:114 classes/class-s2-frontend.php:72
msgid "Sorry, but that does not look like an email address to me."
msgstr ""

#: classes/class-s2-ajax.php:116 classes/class-s2-frontend.php:81
#: classes/class-s2-ajax.php:116 classes/class-s2-frontend.php:74
msgid ""
"Sorry, email addresses at that domain are currently barred due to spam, "
"please use an alternative email address."
msgstr ""

#: classes/class-s2-ajax.php:122 classes/class-s2-frontend.php:237
#: classes/class-s2-ajax.php:122 classes/class-s2-frontend.php:230
msgid "Slow down, you move too fast."
msgstr ""

Expand All @@ -1160,15 +1160,15 @@ msgid "To manage your subscription options please <a href=\"%1$s\">login.</a>"
msgstr ""

#: classes/class-s2-ajax.php:142 classes/class-s2-ajax.php:156
#: classes/class-s2-frontend.php:83
#: classes/class-s2-frontend.php:76
msgid "Sorry, there seems to be an error on the server. Please try again later."
msgstr ""

#: classes/class-s2-ajax.php:146 classes/class-s2-frontend.php:75
#: classes/class-s2-ajax.php:146 classes/class-s2-frontend.php:68
msgid "That email address is already subscribed."
msgstr ""

#: classes/class-s2-ajax.php:150 classes/class-s2-frontend.php:77
#: classes/class-s2-ajax.php:150 classes/class-s2-frontend.php:70
msgid "That email address is not subscribed."
msgstr ""

Expand Down Expand Up @@ -1418,78 +1418,78 @@ msgstr ""
msgid "Subscription preferences updated."
msgstr ""

#: classes/class-s2-frontend.php:57
#: classes/class-s2-frontend.php:50
#. Translators: Link to login page
msgid "To manage your subscription options please <a href=\"%1$s\">login</a>."
msgstr ""

#: classes/class-s2-frontend.php:61
#: classes/class-s2-frontend.php:54
#. Translators: Link to Profile page
msgid ""
"You may manage your subscription options from your <a "
"href=\"%1$s\">profile</a>."
msgstr ""

#: classes/class-s2-frontend.php:69
#: classes/class-s2-frontend.php:62
#. Translators: Link to Profile page
msgid ""
"<a href=\"%1$s\">Subscribe</a> to email notifications when this blog posts "
"new content."
msgstr ""

#: classes/class-s2-frontend.php:86
#: classes/class-s2-frontend.php:79
msgid "No such email address is registered."
msgstr ""

#: classes/class-s2-frontend.php:88
#: classes/class-s2-frontend.php:81
msgid "You have successfully subscribed!"
msgstr ""

#: classes/class-s2-frontend.php:90
#: classes/class-s2-frontend.php:83
msgid "You have successfully unsubscribed."
msgstr ""

#: classes/class-s2-frontend.php:92
#: classes/class-s2-frontend.php:85
msgid "subscribe"
msgstr ""

#: classes/class-s2-frontend.php:94
#: classes/class-s2-frontend.php:87
msgid "unsubscribe"
msgstr ""

#: classes/class-s2-frontend.php:173
#: classes/class-s2-frontend.php:166
msgid "Enter email address..."
msgstr ""

#: classes/class-s2-frontend.php:204 classes/class-s2-frontend.php:206
#: classes/class-s2-frontend.php:197 classes/class-s2-frontend.php:199
msgid "Your email:"
msgstr ""

#: classes/class-s2-frontend.php:345
#: classes/class-s2-frontend.php:338
msgid "Subscription Confirmation"
msgstr ""

#: classes/class-s2-frontend.php:347
#: classes/class-s2-frontend.php:340
msgid "Unsubscription Confirmation"
msgstr ""

#: classes/class-s2-frontend.php:415
#: classes/class-s2-frontend.php:408
msgid "New Subscription"
msgstr ""

#: classes/class-s2-frontend.php:416
#: classes/class-s2-frontend.php:409
msgid "subscribed to email notifications!"
msgstr ""

#: classes/class-s2-frontend.php:418
#: classes/class-s2-frontend.php:411
msgid "New Unsubscription"
msgstr ""

#: classes/class-s2-frontend.php:419
#: classes/class-s2-frontend.php:412
msgid "unsubscribed from email notifications!"
msgstr ""

#: classes/class-s2-frontend.php:450
#: classes/class-s2-frontend.php:443
msgid "[Un]Subscribe to Posts"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions subscribe2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Subscribe2 for ClassicPress
Plugin URI: https://subscribe2.wordpress.com/subscribe2-html/
Description: Comprehensive email subscription managment for post email notifications and all specifically for ClassicPress.
Version: 11.5
Version: 11.6
Author: Matthew Robinson
Author URI: https://subscribe2.wordpress.com/
Licence: GPLv3
Expand Down Expand Up @@ -55,7 +55,7 @@

// our version number. Don't touch this or any line below
// unless you know exactly what you are doing
define( 'S2VERSION', '11.5' );
define( 'S2VERSION', '11.6' );
define( 'S2PLUGIN', __FILE__ );
define( 'S2PATH', trailingslashit( dirname( __FILE__ ) ) );
define( 'S2DIR', trailingslashit( dirname( plugin_basename( __FILE__ ) ) ) );
Expand Down

0 comments on commit 9f96851

Please sign in to comment.