Version Description
= v120514 = Maintenance release. Upgrade immediately.
Download this release
Release Info
Developer | PriMoThemes |
Plugin | s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) |
Version | 120517 |
Comparing to | |
See all releases |
Code changes from version 120514 to 120517
- includes/menu-pages/code-samples/jwplayer-standard-mp4.x-php +10 -10
- includes/menu-pages/code-samples/jwplayer-streaming-mp4-sca.x-php +5 -5
- includes/menu-pages/code-samples/jwplayer-streaming-mp4-webm.x-php +7 -7
- includes/menu-pages/code-samples/jwplayer-streaming-mp4.x-php +5 -5
- includes/translations/s2member.pot +110 -114
- readme.txt +8 -2
- s2member.php +4 -4
includes/menu-pages/code-samples/jwplayer-standard-mp4.x-php
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
-
$
|
4 |
-
$
|
5 |
// Don't edit anything else below unless you know what you're doing.
|
6 |
?>
|
7 |
|
8 |
<div id="jw-container">JW Player® appears here.</div>
|
9 |
-
<script type="text/javascript" src="<?php echo $
|
10 |
<script type="text/javascript">
|
11 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
12 |
[
|
13 |
/* First try psuedo-streaming with Flash® player. */
|
14 |
-
{type: "flash", provider: "http", src: "<?php echo $
|
15 |
-
config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/<?php echo $
|
16 |
-
/* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="<?php echo $
|
17 |
|
18 |
/* Else, try an HTML5 video tag. */
|
19 |
{type: "html5", provider: "video",
|
20 |
-
config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/<?php echo $
|
21 |
-
/* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="<?php echo $
|
22 |
|
23 |
/* Else, this is a safe fallback. */
|
24 |
{type: "download", /* Download the file. */
|
25 |
-
config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/<?php echo $
|
26 |
-
/* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="<?php echo $
|
27 |
],
|
28 |
/* Set video dimensions. */ width: 480, height: 270
|
29 |
});
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
+
$s2_jw_config["jwplayer"] = "/jwplayer/"; // Relative URL path to JW Player files directory.
|
4 |
+
$s2_jw_config["mp4_video_file_name"] = "video.mp4"; // Name of your MP4 test file.
|
5 |
// Don't edit anything else below unless you know what you're doing.
|
6 |
?>
|
7 |
|
8 |
<div id="jw-container">JW Player® appears here.</div>
|
9 |
+
<script type="text/javascript" src="<?php echo $s2_jw_config["jwplayer"]; ?>jwplayer.js"></script>
|
10 |
<script type="text/javascript">
|
11 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
12 |
[
|
13 |
/* First try psuedo-streaming with Flash® player. */
|
14 |
+
{type: "flash", provider: "http", src: "<?php echo $s2_jw_config["jwplayer"]; ?>player.swf",
|
15 |
+
config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/<?php echo $s2_jw_config["mp4_video_file_name"]; ?>"}},
|
16 |
+
/* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="<?php echo $s2_jw_config["mp4_video_file_name"]; ?>" /] */
|
17 |
|
18 |
/* Else, try an HTML5 video tag. */
|
19 |
{type: "html5", provider: "video",
|
20 |
+
config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/<?php echo $s2_jw_config["mp4_video_file_name"]; ?>"}},
|
21 |
+
/* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="<?php echo $s2_jw_config["mp4_video_file_name"]; ?>" /] */
|
22 |
|
23 |
/* Else, this is a safe fallback. */
|
24 |
{type: "download", /* Download the file. */
|
25 |
+
config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/<?php echo $s2_jw_config["mp4_video_file_name"]; ?>"}}
|
26 |
+
/* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="<?php echo $s2_jw_config["mp4_video_file_name"]; ?>" /] */
|
27 |
],
|
28 |
/* Set video dimensions. */ width: 480, height: 270
|
29 |
});
|
includes/menu-pages/code-samples/jwplayer-streaming-mp4-sca.x-php
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
-
$
|
4 |
-
$
|
5 |
// Don't edit anything else below unless you know what you're doing.
|
6 |
?>
|
7 |
|
8 |
<div id="jw-container">JW Player® appears here.</div>
|
9 |
-
<script type="text/javascript" src="<?php echo $
|
10 |
|
11 |
<script type="text/javascript">
|
12 |
/* The Shortcode here will return a JSON object for JavaScript notation. */
|
13 |
/* A direct URL to the RTMP source; counting the file against the current User in real-time. */
|
14 |
/* API Shortcode `s2File` returns a null object if access is denied to the current User/Member. */
|
15 |
-
var mp4 = [s2File download="<?php echo $
|
16 |
</script>
|
17 |
|
18 |
<script type="text/javascript">
|
@@ -21,7 +21,7 @@ $config["mp4_video_file_name"] = "video.mp4"; // Name of your MP4 test file.
|
|
21 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
22 |
[
|
23 |
/* First try real-time streaming with Flash® player. */
|
24 |
-
{type: "flash", provider: "rtmp", src: "<?php echo $
|
25 |
config: {streamer: mp4['streamer'], file: mp4['file']}},
|
26 |
|
27 |
/* Else, try an HTML5 video tag. */
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
+
$s2_jw_config["jwplayer"] = "/jwplayer/"; // Relative URL path to JW Player files directory.
|
4 |
+
$s2_jw_config["mp4_video_file_name"] = "video.mp4"; // Name of your MP4 test file.
|
5 |
// Don't edit anything else below unless you know what you're doing.
|
6 |
?>
|
7 |
|
8 |
<div id="jw-container">JW Player® appears here.</div>
|
9 |
+
<script type="text/javascript" src="<?php echo $s2_jw_config["jwplayer"]; ?>jwplayer.js"></script>
|
10 |
|
11 |
<script type="text/javascript">
|
12 |
/* The Shortcode here will return a JSON object for JavaScript notation. */
|
13 |
/* A direct URL to the RTMP source; counting the file against the current User in real-time. */
|
14 |
/* API Shortcode `s2File` returns a null object if access is denied to the current User/Member. */
|
15 |
+
var mp4 = [s2File download="<?php echo $s2_jw_config["mp4_video_file_name"]; ?>" url_to_storage_source="true" count_against_user="true" get_streamer_json="true" /];
|
16 |
</script>
|
17 |
|
18 |
<script type="text/javascript">
|
21 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
22 |
[
|
23 |
/* First try real-time streaming with Flash® player. */
|
24 |
+
{type: "flash", provider: "rtmp", src: "<?php echo $s2_jw_config["jwplayer"]; ?>player.swf",
|
25 |
config: {streamer: mp4['streamer'], file: mp4['file']}},
|
26 |
|
27 |
/* Else, try an HTML5 video tag. */
|
includes/menu-pages/code-samples/jwplayer-streaming-mp4-webm.x-php
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
-
$
|
4 |
-
$
|
5 |
-
$
|
6 |
// Don't edit anything else below unless you know what you're doing.
|
7 |
?>
|
8 |
|
9 |
<div id="jw-container">JW Player® appears here.</div>
|
10 |
-
<script type="text/javascript" src="<?php echo $
|
11 |
|
12 |
<?php /* A direct URL to the RTMP source; counting the file against the current User in real-time. */
|
13 |
-
$mp4_cfg = array ("file_download" => $
|
14 |
-
$webm_cfg = array ("file_download" => $
|
15 |
|
16 |
<?php /* API Function `s2member_file_download_url()` returns false if access is denied to the current User. */
|
17 |
if (($mp4 = s2member_file_download_url ($mp4_cfg, "get-streamer-array"))
|
@@ -21,7 +21,7 @@ if (($mp4 = s2member_file_download_url ($mp4_cfg, "get-streamer-array"))
|
|
21 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
22 |
[
|
23 |
/* First try real-time streaming with Flash® player. */
|
24 |
-
{type: "flash", provider: "rtmp", src: "<?php echo $
|
25 |
config: {streamer: "<?php echo $mp4["streamer"]; ?>", file: "<?php echo $mp4["file"]; ?>"}},
|
26 |
|
27 |
/* Else, try an HTML5 video tag with the `mp4` file. */
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
+
$s2_jw_config["jwplayer"] = "/jwplayer/"; // Relative URL path to JW Player files directory.
|
4 |
+
$s2_jw_config["mp4_video_file_name"] = "video.mp4"; // Name of your MP4 test file.
|
5 |
+
$s2_jw_config["webm_video_file_name"] = "video.webm"; // Name of your WEBM test file.
|
6 |
// Don't edit anything else below unless you know what you're doing.
|
7 |
?>
|
8 |
|
9 |
<div id="jw-container">JW Player® appears here.</div>
|
10 |
+
<script type="text/javascript" src="<?php echo $s2_jw_config["jwplayer"]; ?>jwplayer.js"></script>
|
11 |
|
12 |
<?php /* A direct URL to the RTMP source; counting the file against the current User in real-time. */
|
13 |
+
$mp4_cfg = array ("file_download" => $s2_jw_config["mp4_video_file_name"], "url_to_storage_source" => true, "count_against_user" => true);
|
14 |
+
$webm_cfg = array ("file_download" => $s2_jw_config["webm_video_file_name"], "url_to_storage_source" => true /* Don't count variations. */); ?>
|
15 |
|
16 |
<?php /* API Function `s2member_file_download_url()` returns false if access is denied to the current User. */
|
17 |
if (($mp4 = s2member_file_download_url ($mp4_cfg, "get-streamer-array"))
|
21 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
22 |
[
|
23 |
/* First try real-time streaming with Flash® player. */
|
24 |
+
{type: "flash", provider: "rtmp", src: "<?php echo $s2_jw_config["jwplayer"]; ?>player.swf",
|
25 |
config: {streamer: "<?php echo $mp4["streamer"]; ?>", file: "<?php echo $mp4["file"]; ?>"}},
|
26 |
|
27 |
/* Else, try an HTML5 video tag with the `mp4` file. */
|
includes/menu-pages/code-samples/jwplayer-streaming-mp4.x-php
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
-
$
|
4 |
-
$
|
5 |
// Don't edit anything else below unless you know what you're doing.
|
6 |
?>
|
7 |
|
8 |
<div id="jw-container">JW Player® appears here.</div>
|
9 |
-
<script type="text/javascript" src="<?php echo $
|
10 |
|
11 |
<?php /* A direct URL to the RTMP source; counting the file against the current User in real-time. */
|
12 |
-
$cfg = array ("file_download" => $
|
13 |
|
14 |
<?php /* API Function `s2member_file_download_url()` returns false if access is denied to the current User. */
|
15 |
if (($mp4 = s2member_file_download_url ($cfg, "get-streamer-array"))) { ?>
|
@@ -18,7 +18,7 @@ if (($mp4 = s2member_file_download_url ($cfg, "get-streamer-array"))) { ?>
|
|
18 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
19 |
[
|
20 |
/* First try real-time streaming with Flash® player. */
|
21 |
-
{type: "flash", provider: "rtmp", src: "<?php echo $
|
22 |
config: {streamer: "<?php echo $mp4["streamer"]; ?>", file: "<?php echo $mp4["file"]; ?>"}},
|
23 |
|
24 |
/* Else, try an HTML5 video tag. */
|
1 |
<?php
|
2 |
// Configuration.
|
3 |
+
$s2_jw_config["jwplayer"] = "/jwplayer/"; // Relative URL path to JW Player files directory.
|
4 |
+
$s2_jw_config["mp4_video_file_name"] = "video.mp4"; // Name of your MP4 test file.
|
5 |
// Don't edit anything else below unless you know what you're doing.
|
6 |
?>
|
7 |
|
8 |
<div id="jw-container">JW Player® appears here.</div>
|
9 |
+
<script type="text/javascript" src="<?php echo $s2_jw_config["jwplayer"]; ?>jwplayer.js"></script>
|
10 |
|
11 |
<?php /* A direct URL to the RTMP source; counting the file against the current User in real-time. */
|
12 |
+
$cfg = array ("file_download" => $s2_jw_config["mp4_video_file_name"], "url_to_storage_source" => true, "count_against_user" => true); ?>
|
13 |
|
14 |
<?php /* API Function `s2member_file_download_url()` returns false if access is denied to the current User. */
|
15 |
if (($mp4 = s2member_file_download_url ($cfg, "get-streamer-array"))) { ?>
|
18 |
jwplayer("jw-container").setup({modes: /* JW Player®. */
|
19 |
[
|
20 |
/* First try real-time streaming with Flash® player. */
|
21 |
+
{type: "flash", provider: "rtmp", src: "<?php echo $s2_jw_config["jwplayer"]; ?>player.swf",
|
22 |
config: {streamer: "<?php echo $mp4["streamer"]; ?>", file: "<?php echo $mp4["file"]; ?>"}},
|
23 |
|
24 |
/* Else, try an HTML5 video tag. */
|
includes/translations/s2member.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: s2Member® Framework 120514\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/___s2member\n"
|
7 |
-
"POT-Creation-Date: 2012-05-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -2581,7 +2581,7 @@ msgstr ""
|
|
2581 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:238
|
2582 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:530
|
2583 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:241
|
2584 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2585 |
msgctxt "s2member-front"
|
2586 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> to cancel your account."
|
2587 |
msgstr ""
|
@@ -2605,7 +2605,7 @@ msgstr ""
|
|
2605 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:256
|
2606 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:542
|
2607 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:280
|
2608 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2609 |
msgctxt "s2member-front"
|
2610 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> to update your billing information."
|
2611 |
msgstr ""
|
@@ -2781,7 +2781,7 @@ msgstr ""
|
|
2781 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:343
|
2782 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:475
|
2783 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:412
|
2784 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2785 |
msgctxt "s2member-admin"
|
2786 |
msgid "Invalid form configuration. Missing \"ra\" attribute. The Regular Amount. Must be >= 0.01."
|
2787 |
msgstr ""
|
@@ -2789,7 +2789,7 @@ msgstr ""
|
|
2789 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:346
|
2790 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:478
|
2791 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:415
|
2792 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2793 |
msgctxt "s2member-admin"
|
2794 |
msgid "Invalid form configuration. Invalid \"ra\" attribute. The Regular Amount. Must be numeric."
|
2795 |
msgstr ""
|
@@ -2797,7 +2797,7 @@ msgstr ""
|
|
2797 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:349
|
2798 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:481
|
2799 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:418
|
2800 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2801 |
msgctxt "s2member-admin"
|
2802 |
msgid "Invalid form configuration. Invalid \"ra\" attribute. The Regular Amount. Must be >= 0.01."
|
2803 |
msgstr ""
|
@@ -2805,7 +2805,7 @@ msgstr ""
|
|
2805 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:352
|
2806 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:484
|
2807 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:421
|
2808 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2809 |
msgctxt "s2member-admin"
|
2810 |
msgid "Invalid form configuration. Invalid \"ra\" attribute. The Regular Amount. Must be <= 10000.00."
|
2811 |
msgstr ""
|
@@ -2847,79 +2847,75 @@ msgid "Invalid form configuration. Invalid \"custom\" attribute. Must start with
|
|
2847 |
msgstr ""
|
2848 |
|
2849 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:406
|
2850 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:493
|
2851 |
msgctxt "s2member-admin"
|
2852 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"D\", and \"tp\" ( Trial Period ) > 365."
|
2853 |
msgstr ""
|
2854 |
|
2855 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:409
|
2856 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:496
|
2857 |
msgctxt "s2member-admin"
|
2858 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"W\", and \"tp\" ( Trial Period ) > 52."
|
2859 |
msgstr ""
|
2860 |
|
2861 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:412
|
2862 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:499
|
2863 |
msgctxt "s2member-admin"
|
2864 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"M\", and \"tp\" ( Trial Period ) > 12."
|
2865 |
msgstr ""
|
2866 |
|
2867 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:415
|
2868 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:502
|
2869 |
msgctxt "s2member-admin"
|
2870 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"Y\", and \"tp\" ( Trial Period ) > 1."
|
2871 |
msgstr ""
|
2872 |
|
2873 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:418
|
2874 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2875 |
msgctxt "s2member-admin"
|
2876 |
msgid "Invalid form configuration. Invalid \"ta\" attribute. The Trial Amount. When provided, must be numeric."
|
2877 |
msgstr ""
|
2878 |
|
2879 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:421
|
2880 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2881 |
msgctxt "s2member-admin"
|
2882 |
msgid "Invalid form configuration. Invalid \"ta\" attribute. The Trial Amount. When provided, must be >= 0.00."
|
2883 |
msgstr ""
|
2884 |
|
2885 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:424
|
2886 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2887 |
msgctxt "s2member-admin"
|
2888 |
msgid "Invalid form configuration. Invalid \"ta\" attribute. The Trial Amount. When provided, must be <= 10000.00."
|
2889 |
msgstr ""
|
2890 |
|
2891 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:427
|
2892 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2893 |
msgctxt "s2member-admin"
|
2894 |
msgid "Invalid form configuration. Missing \"rp\" attribute. The Regular Period. Must be >= 1."
|
2895 |
msgstr ""
|
2896 |
|
2897 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:430
|
2898 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2899 |
msgctxt "s2member-admin"
|
2900 |
msgid "Invalid form configuration. Invalid \"rp\" attribute. The Regular Period. Must be numeric."
|
2901 |
msgstr ""
|
2902 |
|
2903 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:433
|
2904 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2905 |
msgctxt "s2member-admin"
|
2906 |
msgid "Invalid form configuration. Invalid \"rp\" attribute. The Regular Period. Must be >= 1."
|
2907 |
msgstr ""
|
2908 |
|
2909 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:436
|
2910 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2911 |
msgctxt "s2member-admin"
|
2912 |
msgid "Invalid form configuration. Missing \"rt\" attribute. The Regular Term. Must be one of D,W,M,Y,L."
|
2913 |
msgstr ""
|
2914 |
|
2915 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:439
|
2916 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2917 |
msgctxt "s2member-admin"
|
2918 |
msgid "Invalid form configuration. Invalid \"rt\" attribute. The Regular Term. Must be one of D,W,M,Y,L."
|
2919 |
msgstr ""
|
2920 |
|
2921 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:442
|
2922 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2923 |
msgctxt "s2member-admin"
|
2924 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"D\", \"rp\" ( Regular Period ) > 365, and \"rr\" is not \"BN\" ( Buy Now )."
|
2925 |
msgstr ""
|
@@ -2930,93 +2926,93 @@ msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\"
|
|
2930 |
msgstr ""
|
2931 |
|
2932 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:448
|
2933 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2934 |
msgctxt "s2member-admin"
|
2935 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"W\", \"rp\" ( Regular Period ) > 52, and \"rr\" is not \"BN\" ( Buy Now )."
|
2936 |
msgstr ""
|
2937 |
|
2938 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:451
|
2939 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2940 |
msgctxt "s2member-admin"
|
2941 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"M\", \"rp\" ( Regular Period ) > 12, and \"rr\" is not \"BN\" ( Buy Now )."
|
2942 |
msgstr ""
|
2943 |
|
2944 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:454
|
2945 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2946 |
msgctxt "s2member-admin"
|
2947 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"Y\", \"rp\" ( Regular Period ) > 5, and \"rr\" is not \"BN\" ( Buy Now )."
|
2948 |
msgstr ""
|
2949 |
|
2950 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:457
|
2951 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2952 |
msgctxt "s2member-admin"
|
2953 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"Y\", \"rp\" ( Regular Period ) > 1, and \"rr\" is not \"BN\" ( Buy Now )."
|
2954 |
msgstr ""
|
2955 |
|
2956 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:460
|
2957 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2958 |
msgctxt "s2member-admin"
|
2959 |
msgid "Invalid form configuration. Invalid \"rp, rt\" attributes. The \"rt\" ( Regular Term ) attribute is \"L\" ( Lifetime ), and \"rp\" ( Regular Period ) > 1."
|
2960 |
msgstr ""
|
2961 |
|
2962 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:463
|
2963 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2964 |
msgctxt "s2member-admin"
|
2965 |
msgid "Invalid form configuration. Invalid \"rt, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"L\" ( Lifetime ), and \"rr\" is not \"BN\" ( Buy Now )."
|
2966 |
msgstr ""
|
2967 |
|
2968 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:466
|
2969 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2970 |
msgctxt "s2member-admin"
|
2971 |
msgid "Invalid form configuration. Missing \"level_ccaps_eotper\" attribute. Please check Shortcode Attributes."
|
2972 |
msgstr ""
|
2973 |
|
2974 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:469
|
2975 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:472
|
2976 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2977 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2978 |
msgctxt "s2member-admin"
|
2979 |
msgid "Invalid form configuration. Invalid \"level_ccaps_eotper\" attribute. Please check Shortcode Attributes."
|
2980 |
msgstr ""
|
2981 |
|
2982 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:487
|
2983 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2984 |
msgctxt "s2member-admin"
|
2985 |
msgid "Invalid form configuration. Invalid \"rr\" attribute. Regular Recurring. When provided, must be 0, 1, or BN."
|
2986 |
msgstr ""
|
2987 |
|
2988 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:490
|
2989 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2990 |
msgctxt "s2member-admin"
|
2991 |
msgid "Invalid form configuration. Invalid \"rr, tp\" attributes. The \"rr\" ( Regular Recurring ) attribute is \"BN\" ( Buy Now ), and \"tp\" ( Trial Period ) is not \"0\"."
|
2992 |
msgstr ""
|
2993 |
|
2994 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:493
|
2995 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
2996 |
msgctxt "s2member-admin"
|
2997 |
msgid "Invalid form configuration. Invalid \"level, rr\" attributes. The \"level\" ( Level ) attribute is \"*\" for ( Independent Custom Capabilities ), and \"rr\" is not \"BN\" ( Buy Now )."
|
2998 |
msgstr ""
|
2999 |
|
3000 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:496
|
3001 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3002 |
msgctxt "s2member-admin"
|
3003 |
msgid "Invalid form configuration. Invalid \"ta, tp, tt\" attributes. Trial Period. When provided, these cannot be exactly the same as your \"ra, rp, rt\" attributes."
|
3004 |
msgstr ""
|
3005 |
|
3006 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:499
|
3007 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3008 |
msgctxt "s2member-admin"
|
3009 |
msgid "Invalid form configuration. Invalid \"rrt\" attribute. Recurring Times ( fixed ). When provided, must be numeric."
|
3010 |
msgstr ""
|
3011 |
|
3012 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:502
|
3013 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3014 |
msgctxt "s2member-admin"
|
3015 |
msgid "Invalid form configuration. Invalid \"rrt\" attribute. Recurring Times ( fixed ). When provided, must be >= 1."
|
3016 |
msgstr ""
|
3017 |
|
3018 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:505
|
3019 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3020 |
msgctxt "s2member-admin"
|
3021 |
msgid "Invalid form configuration. Invalid \"rr, rrt\" attributes. When \"rrt\" ( Recurring Times ) is provided, \"rr\" ( Regular Recurring ) must be 1."
|
3022 |
msgstr ""
|
@@ -3026,11 +3022,11 @@ msgstr ""
|
|
3026 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:629
|
3027 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:683
|
3028 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:773
|
3029 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3030 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3031 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3032 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3033 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3034 |
msgctxt "s2member-front"
|
3035 |
msgid "Missing or invalid Security Code. Please try again."
|
3036 |
msgstr ""
|
@@ -3038,9 +3034,9 @@ msgstr ""
|
|
3038 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:536
|
3039 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:545
|
3040 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:695
|
3041 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3042 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3043 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3044 |
msgctxt "s2member-admin"
|
3045 |
msgid "Unable to process. You are an Administrator. Stopping here for security. Otherwise, an Administrator could lose access."
|
3046 |
msgstr ""
|
@@ -3048,9 +3044,9 @@ msgstr ""
|
|
3048 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:548
|
3049 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:647
|
3050 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:737
|
3051 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3052 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3053 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3054 |
msgctxt "s2member-front"
|
3055 |
msgid "Missing Card Type ( Billing Method ). Please try again."
|
3056 |
msgstr ""
|
@@ -3058,9 +3054,9 @@ msgstr ""
|
|
3058 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:551
|
3059 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:650
|
3060 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:740
|
3061 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3062 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3063 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3064 |
msgctxt "s2member-front"
|
3065 |
msgid "Invalid Card Type ( Billing Method ). Please try again."
|
3066 |
msgstr ""
|
@@ -3068,9 +3064,9 @@ msgstr ""
|
|
3068 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:554
|
3069 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:653
|
3070 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:743
|
3071 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3072 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3073 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3074 |
msgctxt "s2member-front"
|
3075 |
msgid "Missing Card Number. Please try again."
|
3076 |
msgstr ""
|
@@ -3078,9 +3074,9 @@ msgstr ""
|
|
3078 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:557
|
3079 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:656
|
3080 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:746
|
3081 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3082 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3083 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3084 |
msgctxt "s2member-front"
|
3085 |
msgid "Missing Card Expiration Date ( mm/yyyy ). Please try again."
|
3086 |
msgstr ""
|
@@ -3088,9 +3084,9 @@ msgstr ""
|
|
3088 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:560
|
3089 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:659
|
3090 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:749
|
3091 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3092 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3093 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3094 |
msgctxt "s2member-front"
|
3095 |
msgid "Invalid Card Expiration Date. Must be in this format ( mm/yyyy ). Please try again."
|
3096 |
msgstr ""
|
@@ -3098,9 +3094,9 @@ msgstr ""
|
|
3098 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:563
|
3099 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:662
|
3100 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:752
|
3101 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3102 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3103 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3104 |
msgctxt "s2member-front"
|
3105 |
msgid "Missing Card Verification Code. It's on the back of your Card. 3-4 digits. Please try again."
|
3106 |
msgstr ""
|
@@ -3108,9 +3104,9 @@ msgstr ""
|
|
3108 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:566
|
3109 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:665
|
3110 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:755
|
3111 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3112 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3113 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3114 |
msgctxt "s2member-front"
|
3115 |
msgid "Missing Card Start Date, or Issue #. Required for Maestro/Solo. Please try again."
|
3116 |
msgstr ""
|
@@ -3118,9 +3114,9 @@ msgstr ""
|
|
3118 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:569
|
3119 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:668
|
3120 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:758
|
3121 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3122 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3123 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3124 |
msgctxt "s2member-front"
|
3125 |
msgid "Missing Street Address. Please try again."
|
3126 |
msgstr ""
|
@@ -3128,9 +3124,9 @@ msgstr ""
|
|
3128 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:572
|
3129 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:671
|
3130 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:761
|
3131 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3132 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3133 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3134 |
msgctxt "s2member-front"
|
3135 |
msgid "Missing City/Town. Please try again."
|
3136 |
msgstr ""
|
@@ -3138,9 +3134,9 @@ msgstr ""
|
|
3138 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:575
|
3139 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:674
|
3140 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:764
|
3141 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3142 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3143 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3144 |
msgctxt "s2member-front"
|
3145 |
msgid "Missing State/Province. Please try again."
|
3146 |
msgstr ""
|
@@ -3148,9 +3144,9 @@ msgstr ""
|
|
3148 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:578
|
3149 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:677
|
3150 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:767
|
3151 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3152 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3153 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3154 |
msgctxt "s2member-front"
|
3155 |
msgid "Missing Country. Please try again."
|
3156 |
msgstr ""
|
@@ -3158,9 +3154,9 @@ msgstr ""
|
|
3158 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:581
|
3159 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:680
|
3160 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:770
|
3161 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3162 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3163 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3164 |
msgctxt "s2member-front"
|
3165 |
msgid "Missing Postal/Zip Code. Please try again."
|
3166 |
msgstr ""
|
@@ -3168,9 +3164,9 @@ msgstr ""
|
|
3168 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:590
|
3169 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:635
|
3170 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:698
|
3171 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3172 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3173 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3174 |
msgctxt "s2member-front"
|
3175 |
msgid "Missing First Name. Please try again."
|
3176 |
msgstr ""
|
@@ -3178,9 +3174,9 @@ msgstr ""
|
|
3178 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:593
|
3179 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:638
|
3180 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:701
|
3181 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3182 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3183 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3184 |
msgctxt "s2member-front"
|
3185 |
msgid "Missing Last Name. Please try again."
|
3186 |
msgstr ""
|
@@ -3188,9 +3184,9 @@ msgstr ""
|
|
3188 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:596
|
3189 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:641
|
3190 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:704
|
3191 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3192 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3193 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3194 |
msgctxt "s2member-front"
|
3195 |
msgid "Missing or invalid Email Address. Please try again."
|
3196 |
msgstr ""
|
@@ -3198,91 +3194,91 @@ msgstr ""
|
|
3198 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:599
|
3199 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:644
|
3200 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:707
|
3201 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3202 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3203 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3204 |
msgctxt "s2member-front"
|
3205 |
msgid "Invalid Email Address. Please try again."
|
3206 |
msgstr ""
|
3207 |
|
3208 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:602
|
3209 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:710
|
3210 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3211 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3212 |
msgctxt "s2member-front"
|
3213 |
msgid "That Email Address is already in use. Please try again."
|
3214 |
msgstr ""
|
3215 |
|
3216 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:605
|
3217 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:713
|
3218 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3219 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3220 |
msgctxt "s2member-front"
|
3221 |
msgid "Missing or invalid Username. Please try again."
|
3222 |
msgstr ""
|
3223 |
|
3224 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:608
|
3225 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:716
|
3226 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3227 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3228 |
msgctxt "s2member-front"
|
3229 |
msgid "Invalid Username. Please try again. Use ONLY lowercase alphanumerics."
|
3230 |
msgstr ""
|
3231 |
|
3232 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:611
|
3233 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:719
|
3234 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3235 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3236 |
msgctxt "s2member-front"
|
3237 |
msgid "That Username is already in use. Please try again."
|
3238 |
msgstr ""
|
3239 |
|
3240 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:617
|
3241 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:725
|
3242 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3243 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3244 |
msgctxt "s2member-front"
|
3245 |
msgid "Missing Password. Please try again."
|
3246 |
msgstr ""
|
3247 |
|
3248 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:620
|
3249 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:728
|
3250 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3251 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3252 |
msgctxt "s2member-front"
|
3253 |
msgid "Invalid Password. Must be at least 6 characters. Please try again."
|
3254 |
msgstr ""
|
3255 |
|
3256 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:623
|
3257 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:731
|
3258 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3259 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3260 |
msgctxt "s2member-front"
|
3261 |
msgid "Invalid Password. Max length is 20 characters. Please try again."
|
3262 |
msgstr ""
|
3263 |
|
3264 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:626
|
3265 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:734
|
3266 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3267 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3268 |
msgctxt "s2member-front"
|
3269 |
msgid "Password fields do NOT match. Please try again."
|
3270 |
msgstr ""
|
3271 |
|
3272 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:689
|
3273 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3274 |
msgctxt "s2member-front"
|
3275 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> to modify your billing plan."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:692
|
3279 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3280 |
msgctxt "s2member-front"
|
3281 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> before making this purchase."
|
3282 |
msgstr ""
|
3283 |
|
3284 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:776
|
3285 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3286 |
msgctxt "s2member-front"
|
3287 |
msgid "Unknown form submission type. Please contact Support."
|
3288 |
msgstr ""
|
@@ -3661,17 +3657,17 @@ msgctxt "s2member-admin"
|
|
3661 |
msgid "Invalid form configuration. Invalid \"lc\" attribute. Locale Code. When provided, must be a 2 character country code."
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3665 |
msgctxt "s2member-admin"
|
3666 |
msgid "Invalid Payflow® form configuration. Invalid \"rt, rp, rr\" attributes. Payflow® supports a specific set of recurring intervals. Pro Forms can be configured to charge: daily, weekly, bi-weekly, monthly, quarterly, or yearly. Any other combination results in this error. This is a Payflow® limitation. Note that Payflow® does NOT support bi-monthly billing."
|
3667 |
msgstr ""
|
3668 |
|
3669 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3670 |
msgctxt "s2member-admin"
|
3671 |
msgid "Invalid form configuration. Invalid \"rr, rra\" attributes. When \"rr\" ( Regular Recurring ) is 0 or 1, \"rra\" ( Recurring Retry Attempts ) must be numeric."
|
3672 |
msgstr ""
|
3673 |
|
3674 |
-
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:
|
3675 |
msgctxt "s2member-admin"
|
3676 |
msgid "Invalid form configuration. Invalid \"rr, rra\" attributes. When \"rr\" ( Regular Recurring ) is 0 or 1, \"rra\" ( Recurring Retry Attempts ) must be >= 0."
|
3677 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: s2Member® Framework 120514\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/___s2member\n"
|
7 |
+
"POT-Creation-Date: 2012-05-17 23:20:25+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2581 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:238
|
2582 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:530
|
2583 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:241
|
2584 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:611
|
2585 |
msgctxt "s2member-front"
|
2586 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> to cancel your account."
|
2587 |
msgstr ""
|
2605 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:256
|
2606 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:542
|
2607 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:280
|
2608 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:623
|
2609 |
msgctxt "s2member-front"
|
2610 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> to update your billing information."
|
2611 |
msgstr ""
|
2781 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:343
|
2782 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:475
|
2783 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:412
|
2784 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:550
|
2785 |
msgctxt "s2member-admin"
|
2786 |
msgid "Invalid form configuration. Missing \"ra\" attribute. The Regular Amount. Must be >= 0.01."
|
2787 |
msgstr ""
|
2789 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:346
|
2790 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:478
|
2791 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:415
|
2792 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:553
|
2793 |
msgctxt "s2member-admin"
|
2794 |
msgid "Invalid form configuration. Invalid \"ra\" attribute. The Regular Amount. Must be numeric."
|
2795 |
msgstr ""
|
2797 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:349
|
2798 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:481
|
2799 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:418
|
2800 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:556
|
2801 |
msgctxt "s2member-admin"
|
2802 |
msgid "Invalid form configuration. Invalid \"ra\" attribute. The Regular Amount. Must be >= 0.01."
|
2803 |
msgstr ""
|
2805 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:352
|
2806 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:484
|
2807 |
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:421
|
2808 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:559
|
2809 |
msgctxt "s2member-admin"
|
2810 |
msgid "Invalid form configuration. Invalid \"ra\" attribute. The Regular Amount. Must be <= 10000.00."
|
2811 |
msgstr ""
|
2847 |
msgstr ""
|
2848 |
|
2849 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:406
|
|
|
2850 |
msgctxt "s2member-admin"
|
2851 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"D\", and \"tp\" ( Trial Period ) > 365."
|
2852 |
msgstr ""
|
2853 |
|
2854 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:409
|
|
|
2855 |
msgctxt "s2member-admin"
|
2856 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"W\", and \"tp\" ( Trial Period ) > 52."
|
2857 |
msgstr ""
|
2858 |
|
2859 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:412
|
|
|
2860 |
msgctxt "s2member-admin"
|
2861 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"M\", and \"tp\" ( Trial Period ) > 12."
|
2862 |
msgstr ""
|
2863 |
|
2864 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:415
|
|
|
2865 |
msgctxt "s2member-admin"
|
2866 |
msgid "Invalid form configuration. Invalid \"tt, tp\" attributes. The \"tt\" ( Trial Term ) attribute is \"Y\", and \"tp\" ( Trial Period ) > 1."
|
2867 |
msgstr ""
|
2868 |
|
2869 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:418
|
2870 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:493
|
2871 |
msgctxt "s2member-admin"
|
2872 |
msgid "Invalid form configuration. Invalid \"ta\" attribute. The Trial Amount. When provided, must be numeric."
|
2873 |
msgstr ""
|
2874 |
|
2875 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:421
|
2876 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:496
|
2877 |
msgctxt "s2member-admin"
|
2878 |
msgid "Invalid form configuration. Invalid \"ta\" attribute. The Trial Amount. When provided, must be >= 0.00."
|
2879 |
msgstr ""
|
2880 |
|
2881 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:424
|
2882 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:499
|
2883 |
msgctxt "s2member-admin"
|
2884 |
msgid "Invalid form configuration. Invalid \"ta\" attribute. The Trial Amount. When provided, must be <= 10000.00."
|
2885 |
msgstr ""
|
2886 |
|
2887 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:427
|
2888 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:502
|
2889 |
msgctxt "s2member-admin"
|
2890 |
msgid "Invalid form configuration. Missing \"rp\" attribute. The Regular Period. Must be >= 1."
|
2891 |
msgstr ""
|
2892 |
|
2893 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:430
|
2894 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:505
|
2895 |
msgctxt "s2member-admin"
|
2896 |
msgid "Invalid form configuration. Invalid \"rp\" attribute. The Regular Period. Must be numeric."
|
2897 |
msgstr ""
|
2898 |
|
2899 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:433
|
2900 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:508
|
2901 |
msgctxt "s2member-admin"
|
2902 |
msgid "Invalid form configuration. Invalid \"rp\" attribute. The Regular Period. Must be >= 1."
|
2903 |
msgstr ""
|
2904 |
|
2905 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:436
|
2906 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:511
|
2907 |
msgctxt "s2member-admin"
|
2908 |
msgid "Invalid form configuration. Missing \"rt\" attribute. The Regular Term. Must be one of D,W,M,Y,L."
|
2909 |
msgstr ""
|
2910 |
|
2911 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:439
|
2912 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:514
|
2913 |
msgctxt "s2member-admin"
|
2914 |
msgid "Invalid form configuration. Invalid \"rt\" attribute. The Regular Term. Must be one of D,W,M,Y,L."
|
2915 |
msgstr ""
|
2916 |
|
2917 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:442
|
2918 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:517
|
2919 |
msgctxt "s2member-admin"
|
2920 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"D\", \"rp\" ( Regular Period ) > 365, and \"rr\" is not \"BN\" ( Buy Now )."
|
2921 |
msgstr ""
|
2926 |
msgstr ""
|
2927 |
|
2928 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:448
|
2929 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:520
|
2930 |
msgctxt "s2member-admin"
|
2931 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"W\", \"rp\" ( Regular Period ) > 52, and \"rr\" is not \"BN\" ( Buy Now )."
|
2932 |
msgstr ""
|
2933 |
|
2934 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:451
|
2935 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:523
|
2936 |
msgctxt "s2member-admin"
|
2937 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"M\", \"rp\" ( Regular Period ) > 12, and \"rr\" is not \"BN\" ( Buy Now )."
|
2938 |
msgstr ""
|
2939 |
|
2940 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:454
|
2941 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:529
|
2942 |
msgctxt "s2member-admin"
|
2943 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"Y\", \"rp\" ( Regular Period ) > 5, and \"rr\" is not \"BN\" ( Buy Now )."
|
2944 |
msgstr ""
|
2945 |
|
2946 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:457
|
2947 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:532
|
2948 |
msgctxt "s2member-admin"
|
2949 |
msgid "Invalid form configuration. Invalid \"rt, rp, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"Y\", \"rp\" ( Regular Period ) > 1, and \"rr\" is not \"BN\" ( Buy Now )."
|
2950 |
msgstr ""
|
2951 |
|
2952 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:460
|
2953 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:535
|
2954 |
msgctxt "s2member-admin"
|
2955 |
msgid "Invalid form configuration. Invalid \"rp, rt\" attributes. The \"rt\" ( Regular Term ) attribute is \"L\" ( Lifetime ), and \"rp\" ( Regular Period ) > 1."
|
2956 |
msgstr ""
|
2957 |
|
2958 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:463
|
2959 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:538
|
2960 |
msgctxt "s2member-admin"
|
2961 |
msgid "Invalid form configuration. Invalid \"rt, rr\" attributes. The \"rt\" ( Regular Term ) attribute is \"L\" ( Lifetime ), and \"rr\" is not \"BN\" ( Buy Now )."
|
2962 |
msgstr ""
|
2963 |
|
2964 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:466
|
2965 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:541
|
2966 |
msgctxt "s2member-admin"
|
2967 |
msgid "Invalid form configuration. Missing \"level_ccaps_eotper\" attribute. Please check Shortcode Attributes."
|
2968 |
msgstr ""
|
2969 |
|
2970 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:469
|
2971 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:472
|
2972 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:544
|
2973 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:547
|
2974 |
msgctxt "s2member-admin"
|
2975 |
msgid "Invalid form configuration. Invalid \"level_ccaps_eotper\" attribute. Please check Shortcode Attributes."
|
2976 |
msgstr ""
|
2977 |
|
2978 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:487
|
2979 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:562
|
2980 |
msgctxt "s2member-admin"
|
2981 |
msgid "Invalid form configuration. Invalid \"rr\" attribute. Regular Recurring. When provided, must be 0, 1, or BN."
|
2982 |
msgstr ""
|
2983 |
|
2984 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:490
|
2985 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:565
|
2986 |
msgctxt "s2member-admin"
|
2987 |
msgid "Invalid form configuration. Invalid \"rr, tp\" attributes. The \"rr\" ( Regular Recurring ) attribute is \"BN\" ( Buy Now ), and \"tp\" ( Trial Period ) is not \"0\"."
|
2988 |
msgstr ""
|
2989 |
|
2990 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:493
|
2991 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:568
|
2992 |
msgctxt "s2member-admin"
|
2993 |
msgid "Invalid form configuration. Invalid \"level, rr\" attributes. The \"level\" ( Level ) attribute is \"*\" for ( Independent Custom Capabilities ), and \"rr\" is not \"BN\" ( Buy Now )."
|
2994 |
msgstr ""
|
2995 |
|
2996 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:496
|
2997 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:571
|
2998 |
msgctxt "s2member-admin"
|
2999 |
msgid "Invalid form configuration. Invalid \"ta, tp, tt\" attributes. Trial Period. When provided, these cannot be exactly the same as your \"ra, rp, rt\" attributes."
|
3000 |
msgstr ""
|
3001 |
|
3002 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:499
|
3003 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:574
|
3004 |
msgctxt "s2member-admin"
|
3005 |
msgid "Invalid form configuration. Invalid \"rrt\" attribute. Recurring Times ( fixed ). When provided, must be numeric."
|
3006 |
msgstr ""
|
3007 |
|
3008 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:502
|
3009 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:577
|
3010 |
msgctxt "s2member-admin"
|
3011 |
msgid "Invalid form configuration. Invalid \"rrt\" attribute. Recurring Times ( fixed ). When provided, must be >= 1."
|
3012 |
msgstr ""
|
3013 |
|
3014 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:505
|
3015 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:580
|
3016 |
msgctxt "s2member-admin"
|
3017 |
msgid "Invalid form configuration. Invalid \"rr, rrt\" attributes. When \"rrt\" ( Recurring Times ) is provided, \"rr\" ( Regular Recurring ) must be 1."
|
3018 |
msgstr ""
|
3022 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:629
|
3023 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:683
|
3024 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:773
|
3025 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:614
|
3026 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:665
|
3027 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:710
|
3028 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:764
|
3029 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:854
|
3030 |
msgctxt "s2member-front"
|
3031 |
msgid "Missing or invalid Security Code. Please try again."
|
3032 |
msgstr ""
|
3034 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:536
|
3035 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:545
|
3036 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:695
|
3037 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:617
|
3038 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:626
|
3039 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:776
|
3040 |
msgctxt "s2member-admin"
|
3041 |
msgid "Unable to process. You are an Administrator. Stopping here for security. Otherwise, an Administrator could lose access."
|
3042 |
msgstr ""
|
3044 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:548
|
3045 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:647
|
3046 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:737
|
3047 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:629
|
3048 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:728
|
3049 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:818
|
3050 |
msgctxt "s2member-front"
|
3051 |
msgid "Missing Card Type ( Billing Method ). Please try again."
|
3052 |
msgstr ""
|
3054 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:551
|
3055 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:650
|
3056 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:740
|
3057 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:632
|
3058 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:731
|
3059 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:821
|
3060 |
msgctxt "s2member-front"
|
3061 |
msgid "Invalid Card Type ( Billing Method ). Please try again."
|
3062 |
msgstr ""
|
3064 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:554
|
3065 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:653
|
3066 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:743
|
3067 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:635
|
3068 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:734
|
3069 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:824
|
3070 |
msgctxt "s2member-front"
|
3071 |
msgid "Missing Card Number. Please try again."
|
3072 |
msgstr ""
|
3074 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:557
|
3075 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:656
|
3076 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:746
|
3077 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:638
|
3078 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:737
|
3079 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:827
|
3080 |
msgctxt "s2member-front"
|
3081 |
msgid "Missing Card Expiration Date ( mm/yyyy ). Please try again."
|
3082 |
msgstr ""
|
3084 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:560
|
3085 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:659
|
3086 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:749
|
3087 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:641
|
3088 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:740
|
3089 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:830
|
3090 |
msgctxt "s2member-front"
|
3091 |
msgid "Invalid Card Expiration Date. Must be in this format ( mm/yyyy ). Please try again."
|
3092 |
msgstr ""
|
3094 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:563
|
3095 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:662
|
3096 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:752
|
3097 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:644
|
3098 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:743
|
3099 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:833
|
3100 |
msgctxt "s2member-front"
|
3101 |
msgid "Missing Card Verification Code. It's on the back of your Card. 3-4 digits. Please try again."
|
3102 |
msgstr ""
|
3104 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:566
|
3105 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:665
|
3106 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:755
|
3107 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:647
|
3108 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:746
|
3109 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:836
|
3110 |
msgctxt "s2member-front"
|
3111 |
msgid "Missing Card Start Date, or Issue #. Required for Maestro/Solo. Please try again."
|
3112 |
msgstr ""
|
3114 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:569
|
3115 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:668
|
3116 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:758
|
3117 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:650
|
3118 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:749
|
3119 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:839
|
3120 |
msgctxt "s2member-front"
|
3121 |
msgid "Missing Street Address. Please try again."
|
3122 |
msgstr ""
|
3124 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:572
|
3125 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:671
|
3126 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:761
|
3127 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:653
|
3128 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:752
|
3129 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:842
|
3130 |
msgctxt "s2member-front"
|
3131 |
msgid "Missing City/Town. Please try again."
|
3132 |
msgstr ""
|
3134 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:575
|
3135 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:674
|
3136 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:764
|
3137 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:656
|
3138 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:755
|
3139 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:845
|
3140 |
msgctxt "s2member-front"
|
3141 |
msgid "Missing State/Province. Please try again."
|
3142 |
msgstr ""
|
3144 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:578
|
3145 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:677
|
3146 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:767
|
3147 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:659
|
3148 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:758
|
3149 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:848
|
3150 |
msgctxt "s2member-front"
|
3151 |
msgid "Missing Country. Please try again."
|
3152 |
msgstr ""
|
3154 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:581
|
3155 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:680
|
3156 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:770
|
3157 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:662
|
3158 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:761
|
3159 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:851
|
3160 |
msgctxt "s2member-front"
|
3161 |
msgid "Missing Postal/Zip Code. Please try again."
|
3162 |
msgstr ""
|
3164 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:590
|
3165 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:635
|
3166 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:698
|
3167 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:671
|
3168 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:716
|
3169 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:779
|
3170 |
msgctxt "s2member-front"
|
3171 |
msgid "Missing First Name. Please try again."
|
3172 |
msgstr ""
|
3174 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:593
|
3175 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:638
|
3176 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:701
|
3177 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:674
|
3178 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:719
|
3179 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:782
|
3180 |
msgctxt "s2member-front"
|
3181 |
msgid "Missing Last Name. Please try again."
|
3182 |
msgstr ""
|
3184 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:596
|
3185 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:641
|
3186 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:704
|
3187 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:677
|
3188 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:722
|
3189 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:785
|
3190 |
msgctxt "s2member-front"
|
3191 |
msgid "Missing or invalid Email Address. Please try again."
|
3192 |
msgstr ""
|
3194 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:599
|
3195 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:644
|
3196 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:707
|
3197 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:680
|
3198 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:725
|
3199 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:788
|
3200 |
msgctxt "s2member-front"
|
3201 |
msgid "Invalid Email Address. Please try again."
|
3202 |
msgstr ""
|
3203 |
|
3204 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:602
|
3205 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:710
|
3206 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:683
|
3207 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:791
|
3208 |
msgctxt "s2member-front"
|
3209 |
msgid "That Email Address is already in use. Please try again."
|
3210 |
msgstr ""
|
3211 |
|
3212 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:605
|
3213 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:713
|
3214 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:686
|
3215 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:794
|
3216 |
msgctxt "s2member-front"
|
3217 |
msgid "Missing or invalid Username. Please try again."
|
3218 |
msgstr ""
|
3219 |
|
3220 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:608
|
3221 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:716
|
3222 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:689
|
3223 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:797
|
3224 |
msgctxt "s2member-front"
|
3225 |
msgid "Invalid Username. Please try again. Use ONLY lowercase alphanumerics."
|
3226 |
msgstr ""
|
3227 |
|
3228 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:611
|
3229 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:719
|
3230 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:692
|
3231 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:800
|
3232 |
msgctxt "s2member-front"
|
3233 |
msgid "That Username is already in use. Please try again."
|
3234 |
msgstr ""
|
3235 |
|
3236 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:617
|
3237 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:725
|
3238 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:698
|
3239 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:806
|
3240 |
msgctxt "s2member-front"
|
3241 |
msgid "Missing Password. Please try again."
|
3242 |
msgstr ""
|
3243 |
|
3244 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:620
|
3245 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:728
|
3246 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:701
|
3247 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:809
|
3248 |
msgctxt "s2member-front"
|
3249 |
msgid "Invalid Password. Must be at least 6 characters. Please try again."
|
3250 |
msgstr ""
|
3251 |
|
3252 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:623
|
3253 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:731
|
3254 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:704
|
3255 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:812
|
3256 |
msgctxt "s2member-front"
|
3257 |
msgid "Invalid Password. Max length is 20 characters. Please try again."
|
3258 |
msgstr ""
|
3259 |
|
3260 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:626
|
3261 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:734
|
3262 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:707
|
3263 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:815
|
3264 |
msgctxt "s2member-front"
|
3265 |
msgid "Password fields do NOT match. Please try again."
|
3266 |
msgstr ""
|
3267 |
|
3268 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:689
|
3269 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:770
|
3270 |
msgctxt "s2member-front"
|
3271 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> to modify your billing plan."
|
3272 |
msgstr ""
|
3273 |
|
3274 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:692
|
3275 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:773
|
3276 |
msgctxt "s2member-front"
|
3277 |
msgid "You must <a href=\"%s\" rel=\"nofollow\">log in</a> before making this purchase."
|
3278 |
msgstr ""
|
3279 |
|
3280 |
#: s2member-pro/includes/classes/gateways/authnet/authnet-responses.inc.php:776
|
3281 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:857
|
3282 |
msgctxt "s2member-front"
|
3283 |
msgid "Unknown form submission type. Please contact Support."
|
3284 |
msgstr ""
|
3657 |
msgid "Invalid form configuration. Invalid \"lc\" attribute. Locale Code. When provided, must be a 2 character country code."
|
3658 |
msgstr ""
|
3659 |
|
3660 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:526
|
3661 |
msgctxt "s2member-admin"
|
3662 |
msgid "Invalid Payflow® form configuration. Invalid \"rt, rp, rr\" attributes. Payflow® supports a specific set of recurring intervals. Pro Forms can be configured to charge: daily, weekly, bi-weekly, monthly, quarterly, or yearly. Any other combination results in this error. This is a Payflow® limitation. Note that Payflow® does NOT support bi-monthly billing."
|
3663 |
msgstr ""
|
3664 |
|
3665 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:583
|
3666 |
msgctxt "s2member-admin"
|
3667 |
msgid "Invalid form configuration. Invalid \"rr, rra\" attributes. When \"rr\" ( Regular Recurring ) is 0 or 1, \"rra\" ( Recurring Retry Attempts ) must be numeric."
|
3668 |
msgstr ""
|
3669 |
|
3670 |
+
#: s2member-pro/includes/classes/gateways/paypal/paypal-responses.inc.php:586
|
3671 |
msgctxt "s2member-admin"
|
3672 |
msgid "Invalid form configuration. Invalid \"rr, rra\" attributes. When \"rr\" ( Regular Recurring ) is 0 or 1, \"rra\" ( Recurring Retry Attempts ) must be >= 0."
|
3673 |
msgstr ""
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== s2Member® Framework (Member Roles, Capabilities, Membership, PayPal Members) ===
|
2 |
|
3 |
-
Version:
|
4 |
-
Stable tag:
|
5 |
|
6 |
SSL Compatible: yes
|
7 |
bbPress® Compatible: yes
|
@@ -90,6 +90,12 @@ Maintenance release. Upgrade immediately.
|
|
90 |
|
91 |
== Changelog ==
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
= v120514 =
|
94 |
* **(Maintenance Release) Upgrade immediately.**
|
95 |
* (s2Member Pro) **Payflow® API Support**. s2Member® Pro now supports PayPal® Pro accounts operating with the Payflow® edition. It is now possible to process recurring payments through newer PayPal® Pro accounts (e.g. those which may use the new Payflow® API for recurring billing). Please note, this feature should ONLY be used by site owners with a brand new PayPal® Pro account, which has Recurring Billing service enabled under the Payflow® edition. Site owners with existing PayPal® Pro accounts are NOT impacted by this feature, nor should they attempt to use this feature. For further details, please check your Dashboard under: `s2Member® -> PayPal® Options -> Payflow® Account Details`.
|
1 |
=== s2Member® Framework (Member Roles, Capabilities, Membership, PayPal Members) ===
|
2 |
|
3 |
+
Version: 120517
|
4 |
+
Stable tag: 120517
|
5 |
|
6 |
SSL Compatible: yes
|
7 |
bbPress® Compatible: yes
|
90 |
|
91 |
== Changelog ==
|
92 |
|
93 |
+
= v120517 =
|
94 |
+
* **(Maintenance Release) Upgrade immediately.**
|
95 |
+
* (s2Member Pro) **PayPal® Pro Forms**. This release removes all limitations on the maximum length of an initial trial/period. It is now possible to offer any number of days/weeks/months/years for free, or at a different initial rate.
|
96 |
+
* (s2Member Pro) **Authorize.Net® Bug Fix**. Max length (i.e. `maxlength=""`) adjusted in Pro Forms integrating with Authorize.Net. Transactions were sometimes failing due to character length restrictions imposed by the Authorize.Net® API. Fixed in this release. Please see [this thread](http://www.s2member.com/forums/topic/customer-charged-but-not-given-access/#post-13454) for further details.
|
97 |
+
* (s2Member/s2Member Pro) **JW Player® Code Samples**. Updated code samples for JW Player®, to reduce the possibility of a namespace conflict in configuration variables. For further details, please check [this thread](http://www.s2member.com/forums/topic/jw-player-new-code-conflict/#post-13819).
|
98 |
+
|
99 |
= v120514 =
|
100 |
* **(Maintenance Release) Upgrade immediately.**
|
101 |
* (s2Member Pro) **Payflow® API Support**. s2Member® Pro now supports PayPal® Pro accounts operating with the Payflow® edition. It is now possible to process recurring payments through newer PayPal® Pro accounts (e.g. those which may use the new Payflow® API for recurring billing). Please note, this feature should ONLY be used by site owners with a brand new PayPal® Pro account, which has Recurring Billing service enabled under the Payflow® edition. Site owners with existing PayPal® Pro accounts are NOT impacted by this feature, nor should they attempt to use this feature. For further details, please check your Dashboard under: `s2Member® -> PayPal® Options -> Payflow® Account Details`.
|
s2member.php
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
*/
|
20 |
/* -- This section for WordPress® parsing. ------------------------------------------------------------------------------
|
21 |
|
22 |
-
Version:
|
23 |
-
Stable tag:
|
24 |
|
25 |
SSL Compatible: yes
|
26 |
bbPress® Compatible: yes
|
@@ -75,7 +75,7 @@ if(realpath(__FILE__) === realpath($_SERVER["SCRIPT_FILENAME"]))
|
|
75 |
* @var str
|
76 |
*/
|
77 |
if(!defined("WS_PLUGIN__S2MEMBER_VERSION"))
|
78 |
-
define("WS_PLUGIN__S2MEMBER_VERSION", "
|
79 |
/**
|
80 |
* Minimum PHP version required to run s2Member.
|
81 |
*
|
@@ -105,7 +105,7 @@ if(!defined("WS_PLUGIN__S2MEMBER_MIN_WP_VERSION"))
|
|
105 |
* @var str
|
106 |
*/
|
107 |
if(!defined("WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION"))
|
108 |
-
define("WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION", "
|
109 |
/*
|
110 |
Several compatibility checks.
|
111 |
If all pass, load the s2Member plugin.
|
19 |
*/
|
20 |
/* -- This section for WordPress® parsing. ------------------------------------------------------------------------------
|
21 |
|
22 |
+
Version: 120517
|
23 |
+
Stable tag: 120517
|
24 |
|
25 |
SSL Compatible: yes
|
26 |
bbPress® Compatible: yes
|
75 |
* @var str
|
76 |
*/
|
77 |
if(!defined("WS_PLUGIN__S2MEMBER_VERSION"))
|
78 |
+
define("WS_PLUGIN__S2MEMBER_VERSION", "120517" /* !#distro-version#! */);
|
79 |
/**
|
80 |
* Minimum PHP version required to run s2Member.
|
81 |
*
|
105 |
* @var str
|
106 |
*/
|
107 |
if(!defined("WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION"))
|
108 |
+
define("WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION", "120517" /* !#distro-version#! */);
|
109 |
/*
|
110 |
Several compatibility checks.
|
111 |
If all pass, load the s2Member plugin.
|