Version Description
- Firing activation hook on upgrade so menu doesn't disappear.
Download this release
Release Info
Developer | strangerstudios |
Plugin | Paid Memberships Pro |
Version | 1.7.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.14 to 1.7.9.1
- adminpages/addons/pmpro-addon-packages.php +1 -1
- adminpages/addons/pmpro-bbpress.php +1 -1
- adminpages/addons/pmpro-email-templates.php +1 -1
- adminpages/addons/pmpro-expiration.php +2 -2
- adminpages/addons/pmpro-infusionsoft.php +1 -1
- adminpages/addons/pmpro-mailchimp.php +1 -1
- adminpages/addons/pmpro-network-subsite.php +1 -1
- adminpages/addons/pmpro-post-affiliate-pro.php +1 -1
- adminpages/addons/pmpro-register-helper.php +1 -1
- adminpages/addons/pmpro-series.php +1 -1
- adminpages/addons/pmpro-shipping.php +1 -1
- adminpages/addons/pmpro-woocommerce.php +1 -1
- adminpages/addons/tml.php +1 -1
- adminpages/admin_header.php +1 -1
- adminpages/advancedsettings.php +4 -17
- adminpages/discountcodes.php +6 -6
- adminpages/memberslist-csv.php +2 -2
- adminpages/memberslist.php +3 -3
- adminpages/orders-csv.php +8 -8
- adminpages/orders.php +11 -11
- adminpages/pagesettings.php +8 -8
- adminpages/reports/login.php +1 -1
- adminpages/reports/memberships.php +1 -1
- classes/class.memberorder.php +4 -23
- classes/class.pmproemail.php +13 -16
- classes/gateways/class.pmprogateway.php +2 -18
- classes/gateways/class.pmprogateway_authorizenet.php +2 -2
- classes/gateways/class.pmprogateway_braintree.php +2 -2
- classes/gateways/class.pmprogateway_check.php +2 -2
- classes/gateways/class.pmprogateway_cybersource.php +5 -5
- classes/gateways/class.pmprogateway_payflowpro.php +9 -9
- classes/gateways/class.pmprogateway_paypal.php +2 -2
- classes/gateways/class.pmprogateway_paypalexpress.php +4 -34
- classes/gateways/class.pmprogateway_paypalstandard.php +7 -22
- classes/gateways/class.pmprogateway_stripe.php +16 -22
- css/frontend.css +0 -2
- email/checkout_check.html +1 -1
- includes/adminpages.php +3 -10
- includes/content.php +41 -68
- includes/email.php +9 -11
- includes/filters.php +2 -2
- includes/functions.php +99 -125
- includes/init.php +1 -30
- includes/login.php +2 -18
- includes/metaboxes.php +2 -2
- includes/profile.php +4 -4
- includes/services.php +1 -1
- includes/upgradecheck.php +1 -13
- languages/email/da_DK/admin_change.html +0 -7
- languages/email/da_DK/admin_change_admin.html +0 -5
- languages/email/da_DK/billing.html +0 -16
- languages/email/da_DK/billing_admin.html +0 -17
- languages/email/da_DK/billing_failure.html +0 -11
- languages/email/da_DK/billing_failure_admin.html +0 -11
- languages/email/da_DK/cancel.html +0 -3
- languages/email/da_DK/cancel_admin.html +0 -8
- languages/email/da_DK/checkout_check.html +0 -17
- languages/email/da_DK/checkout_check_admin.html +0 -17
- languages/email/da_DK/checkout_express.html +0 -14
- languages/email/da_DK/checkout_express_admin.html +0 -14
- languages/email/da_DK/checkout_free.html +0 -8
- languages/email/da_DK/checkout_free_admin.html +0 -8
- languages/email/da_DK/checkout_freetrial.html +0 -19
- languages/email/da_DK/checkout_freetrial_admin.html +0 -19
- languages/email/da_DK/checkout_paid.html +0 -23
- languages/email/da_DK/checkout_paid_admin.html +0 -23
- languages/email/da_DK/checkout_trial.html +0 -23
- languages/email/da_DK/checkout_trial_admin.html +0 -23
- languages/email/da_DK/credit_card_expiring.html +0 -13
- languages/email/da_DK/default.html +0 -1
- languages/email/da_DK/footer.html +0 -4
- languages/email/da_DK/header.html +0 -1
- languages/email/da_DK/invoice.html +0 -19
- languages/email/da_DK/membership_expired.html +0 -7
- languages/email/da_DK/membership_expiring.html +0 -6
- languages/email/da_DK/trial_ending.html +0 -8
- languages/pmpro-cs_CZ.mo +0 -0
- languages/pmpro-cs_CZ.po +0 -2889
- languages/pmpro-da_DK.mo +0 -0
- languages/pmpro-da_DK.po +0 -3502
- languages/pmpro-fr_FR.mo +0 -0
- languages/pmpro-fr_FR.po +3 -4
- languages/pmpro-it_IT.mo +0 -0
- languages/pmpro-it_IT.po +100 -227
- languages/pmpro-nb_NO.mo +0 -0
- languages/pmpro-nb_NO.po +0 -3279
- languages/pmpro-tr_TR.mo +0 -0
- languages/pmpro-tr_TR.po +0 -3470
- languages/pmpro.mo +0 -0
- languages/pmpro.po +262 -396
- languages/pmpro.pot +262 -396
- pages/account.php +2 -2
- pages/billing.php +2 -2
- pages/checkout.php +10 -14
- pages/confirmation.php +3 -3
- pages/invoice.php +2 -2
- pages/levels.php +5 -5
- paid-memberships-pro.php +8 -15
- preheaders/account.php +42 -37
- preheaders/billing.php +400 -372
- preheaders/cancel.php +40 -39
- preheaders/checkout.php +1090 -999
- preheaders/confirmation.php +12 -15
- preheaders/invoice.php +32 -32
- preheaders/levels.php +33 -32
- readme.txt +2 -60
- scheduled/crons.php +3 -3
- services/applydiscountcode.php +2 -8
- services/getfile.php +57 -5
- services/ipnhandler.php +15 -23
- services/twocheckout-ins.php +8 -12
- shortcodes/membership.php +2 -2
adminpages/addons/pmpro-addon-packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Addon Packages',
|
8 |
-
'version' => '.4.
|
9 |
'widget' => 'pmpro_addon_pmpro_addon_packages_widget',
|
10 |
'enabled' => function_exists('pmproap_post_meta')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Addon Packages',
|
8 |
+
'version' => '.4.2',
|
9 |
'widget' => 'pmpro_addon_pmpro_addon_packages_widget',
|
10 |
'enabled' => function_exists('pmproap_post_meta')
|
11 |
)
|
adminpages/addons/pmpro-bbpress.php
CHANGED
@@ -7,7 +7,7 @@ pmpro_add_addon('repo', array(
|
|
7 |
'title' => 'PMPro bbPress',
|
8 |
'version' => '1.0.1',
|
9 |
'widget' => 'pmpro_addon_pmpro_bbpress_widget',
|
10 |
-
'enabled' => function_exists('
|
11 |
)
|
12 |
);
|
13 |
|
7 |
'title' => 'PMPro bbPress',
|
8 |
'version' => '1.0.1',
|
9 |
'widget' => 'pmpro_addon_pmpro_bbpress_widget',
|
10 |
+
'enabled' => function_exists('pmpro_check_forum')
|
11 |
)
|
12 |
);
|
13 |
|
adminpages/addons/pmpro-email-templates.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('repo', array(
|
7 |
'title' => 'PMPro Email Templates',
|
8 |
-
'version' => '.
|
9 |
'widget' => 'pmpro_addon_email_templates_widget',
|
10 |
'enabled' => function_exists('pmproet_scripts')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('repo', array(
|
7 |
'title' => 'PMPro Email Templates',
|
8 |
+
'version' => '.3',
|
9 |
'widget' => 'pmpro_addon_email_templates_widget',
|
10 |
'enabled' => function_exists('pmproet_scripts')
|
11 |
)
|
adminpages/addons/pmpro-expiration.php
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Set Expiration Dates',
|
8 |
-
'version' => '.1
|
9 |
'widget' => 'pmpro_addon_pmpro_expiration_widget',
|
10 |
-
'enabled' => function_exists('
|
11 |
)
|
12 |
);
|
13 |
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Set Expiration Dates',
|
8 |
+
'version' => '.1',
|
9 |
'widget' => 'pmpro_addon_pmpro_expiration_widget',
|
10 |
+
'enabled' => function_exists('my_pmpro_checkout_level_specific_expiration')
|
11 |
)
|
12 |
);
|
13 |
|
adminpages/addons/pmpro-infusionsoft.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro Infusionsoft Integration',
|
8 |
-
'version' => '1.
|
9 |
'widget' => 'pmpro_addon_pmpro_infusionsoft_widget',
|
10 |
'enabled' => function_exists('pmprois_init')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro Infusionsoft Integration',
|
8 |
+
'version' => '1.0',
|
9 |
'widget' => 'pmpro_addon_pmpro_infusionsoft_widget',
|
10 |
'enabled' => function_exists('pmprois_init')
|
11 |
)
|
adminpages/addons/pmpro-mailchimp.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro MailChimp Integration',
|
8 |
-
'version' => '
|
9 |
'widget' => 'pmpro_addon_pmpro_mailchimp_widget',
|
10 |
'enabled' => function_exists('pmpromc_init')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro MailChimp Integration',
|
8 |
+
'version' => '.3.4',
|
9 |
'widget' => 'pmpro_addon_pmpro_mailchimp_widget',
|
10 |
'enabled' => function_exists('pmpromc_init')
|
11 |
)
|
adminpages/addons/pmpro-network-subsite.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Network Subsite Helper',
|
8 |
-
'version' => '.
|
9 |
'widget' => 'pmpro_addon_pmpro_network_subsite_widget',
|
10 |
'enabled' => function_exists('pmpron_subsite_activated_plugin')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Network Subsite Helper',
|
8 |
+
'version' => '.1',
|
9 |
'widget' => 'pmpro_addon_pmpro_network_subsite_widget',
|
10 |
'enabled' => function_exists('pmpron_subsite_activated_plugin')
|
11 |
)
|
adminpages/addons/pmpro-post-affiliate-pro.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro Post Affiliate Pro Integration',
|
8 |
-
'version' => '.2
|
9 |
'widget' => 'pmpro_addon_pmpro_post_affiliate_pro_widget',
|
10 |
'enabled' => function_exists('pap_pmpro_track_sale')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro Post Affiliate Pro Integration',
|
8 |
+
'version' => '.2',
|
9 |
'widget' => 'pmpro_addon_pmpro_post_affiliate_pro_widget',
|
10 |
'enabled' => function_exists('pap_pmpro_track_sale')
|
11 |
)
|
adminpages/addons/pmpro-register-helper.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Register Helper',
|
8 |
-
'version' => '.5.
|
9 |
'widget' => 'pmpro_addon_pmpro_register_helper_widget',
|
10 |
'enabled' => class_exists('PMProRH_Field')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Register Helper',
|
8 |
+
'version' => '.5.11',
|
9 |
'widget' => 'pmpro_addon_pmpro_register_helper_widget',
|
10 |
'enabled' => class_exists('PMProRH_Field')
|
11 |
)
|
adminpages/addons/pmpro-series.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Series',
|
8 |
-
'version' => '.
|
9 |
'widget' => 'pmpro_addon_pmpro_series_widget',
|
10 |
'enabled' => class_exists("PMProSeries")
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Series',
|
8 |
+
'version' => '.2.1',
|
9 |
'widget' => 'pmpro_addon_pmpro_series_widget',
|
10 |
'enabled' => class_exists("PMProSeries")
|
11 |
)
|
adminpages/addons/pmpro-shipping.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Shipping Add On',
|
8 |
-
'version' => '.2.
|
9 |
'widget' => 'pmpro_addon_pmpro_shipping_widget',
|
10 |
'enabled' => function_exists('pmproship_pmpro_checkout_boxes')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('github', array(
|
7 |
'title' => 'PMPro Shipping Add On',
|
8 |
+
'version' => '.2.4',
|
9 |
'widget' => 'pmpro_addon_pmpro_shipping_widget',
|
10 |
'enabled' => function_exists('pmproship_pmpro_checkout_boxes')
|
11 |
)
|
adminpages/addons/pmpro-woocommerce.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro WooCommerce',
|
8 |
-
'version' => '1.
|
9 |
'widget' => 'pmpro_addon_pmpro_woocommerce_widget',
|
10 |
'enabled' => function_exists('pmprowoo_add_membership_from_order')
|
11 |
)
|
5 |
*/
|
6 |
pmpro_add_addon('thirdparty', array(
|
7 |
'title' => 'PMPro WooCommerce',
|
8 |
+
'version' => '1.1',
|
9 |
'widget' => 'pmpro_addon_pmpro_woocommerce_widget',
|
10 |
'enabled' => function_exists('pmprowoo_add_membership_from_order')
|
11 |
)
|
adminpages/addons/tml.php
CHANGED
@@ -7,7 +7,7 @@ pmpro_add_addon('recommended', array(
|
|
7 |
'title' => 'Theme My Login',
|
8 |
'widget' => 'pmpro_addon_tml_widget',
|
9 |
'enabled' => class_exists('Theme_My_Login'),
|
10 |
-
'version' => '6.3.
|
11 |
)
|
12 |
);
|
13 |
|
7 |
'title' => 'Theme My Login',
|
8 |
'widget' => 'pmpro_addon_tml_widget',
|
9 |
'enabled' => class_exists('Theme_My_Login'),
|
10 |
+
'version' => '6.3.9'
|
11 |
)
|
12 |
);
|
13 |
|
adminpages/admin_header.php
CHANGED
@@ -124,7 +124,7 @@
|
|
124 |
<div class="wrap pmpro_admin">
|
125 |
<div class="pmpro_banner">
|
126 |
<a class="pmpro_logo" title="Paid Memberships Pro - Membership Plugin for WordPress" target="_blank" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><img src="<?php echo PMPRO_URL?>/images/Paid-Memberships-Pro.png" width="350" height="75" border="0" alt="Paid Memberships Pro(c) - All Rights Reserved" /></a>
|
127 |
-
<div class="pmpro_meta"><span class="pmpro_tag-grey">v<?php echo PMPRO_VERSION?></span><a
|
128 |
|
129 |
<br style="clear:both;" />
|
130 |
</div>
|
124 |
<div class="wrap pmpro_admin">
|
125 |
<div class="pmpro_banner">
|
126 |
<a class="pmpro_logo" title="Paid Memberships Pro - Membership Plugin for WordPress" target="_blank" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><img src="<?php echo PMPRO_URL?>/images/Paid-Memberships-Pro.png" width="350" height="75" border="0" alt="Paid Memberships Pro(c) - All Rights Reserved" /></a>
|
127 |
+
<div class="pmpro_meta"><span class="pmpro_tag-grey">v<?php echo PMPRO_VERSION?></span><a class="pmpro_tag-blue" href="<?php echo pmpro_https_filter("http://www.paidmembershipspro.com")?>"><?php _e('Plugin Support', 'pmpro');?></a><a class="pmpro_tag-blue" href="http://www.paidmembershipspro.com/forums/"><?php _e('User Forum', 'pmpro');?></a></div>
|
128 |
|
129 |
<br style="clear:both;" />
|
130 |
</div>
|
adminpages/advancedsettings.php
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
pmpro_setOption("nonmembertext");
|
15 |
pmpro_setOption("notloggedintext");
|
16 |
pmpro_setOption("rsstext");
|
17 |
-
pmpro_setOption("filterqueries");
|
18 |
pmpro_setOption("showexcerpts");
|
19 |
pmpro_setOption("hideads");
|
20 |
pmpro_setOption("hideadslevels");
|
@@ -47,7 +46,6 @@
|
|
47 |
$notloggedintext = pmpro_getOption("notloggedintext");
|
48 |
$rsstext = pmpro_getOption("rsstext");
|
49 |
$hideads = pmpro_getOption("hideads");
|
50 |
-
$filterqueries = pmpro_getOption('filterqueries');
|
51 |
$showexcerpts = pmpro_getOption("showexcerpts");
|
52 |
$hideadslevels = pmpro_getOption("hideadslevels");
|
53 |
|
@@ -119,27 +117,16 @@
|
|
119 |
|
120 |
<tr>
|
121 |
<th scope="row" valign="top">
|
122 |
-
<label for="
|
123 |
</th>
|
124 |
<td>
|
125 |
-
<select id="
|
126 |
-
<option value="0" <?php if(!$
|
127 |
-
<option value="1" <?php if($
|
128 |
</select>
|
129 |
</td>
|
130 |
</tr>
|
131 |
<tr>
|
132 |
-
<th scope="row" valign="top">
|
133 |
-
<label for="showexcerpts"><?php _e('Show Excerpts to Non-Members?', 'pmpro');?></label>
|
134 |
-
</th>
|
135 |
-
<td>
|
136 |
-
<select id="showexcerpts" name="showexcerpts">
|
137 |
-
<option value="0" <?php if(!$showexcerpts) { ?>selected="selected"<?php } ?>><?php _e('No - Hide excerpts.', 'pmpro');?></option>
|
138 |
-
<option value="1" <?php if($showexcerpts == 1) { ?>selected="selected"<?php } ?>><?php _e('Yes - Show excerpts.', 'pmpro');?></option>
|
139 |
-
</select>
|
140 |
-
</td>
|
141 |
-
</tr>
|
142 |
-
<tr>
|
143 |
<th scope="row" valign="top">
|
144 |
<label for="hideads">Hide Ads From Members?</label>
|
145 |
</th>
|
14 |
pmpro_setOption("nonmembertext");
|
15 |
pmpro_setOption("notloggedintext");
|
16 |
pmpro_setOption("rsstext");
|
|
|
17 |
pmpro_setOption("showexcerpts");
|
18 |
pmpro_setOption("hideads");
|
19 |
pmpro_setOption("hideadslevels");
|
46 |
$notloggedintext = pmpro_getOption("notloggedintext");
|
47 |
$rsstext = pmpro_getOption("rsstext");
|
48 |
$hideads = pmpro_getOption("hideads");
|
|
|
49 |
$showexcerpts = pmpro_getOption("showexcerpts");
|
50 |
$hideadslevels = pmpro_getOption("hideadslevels");
|
51 |
|
117 |
|
118 |
<tr>
|
119 |
<th scope="row" valign="top">
|
120 |
+
<label for="showexcerpts"><?php _e('Show Excerpts to Non-Members?', 'pmpro');?></label>
|
121 |
</th>
|
122 |
<td>
|
123 |
+
<select id="showexcerpts" name="showexcerpts">
|
124 |
+
<option value="0" <?php if(!$showexcerpts) { ?>selected="selected"<?php } ?>><?php _e('No - Hide excerpts.', 'pmpro');?></option>
|
125 |
+
<option value="1" <?php if($showexcerpts == 1) { ?>selected="selected"<?php } ?>><?php _e('Yes - Show excerpts.', 'pmpro');?></option>
|
126 |
</select>
|
127 |
</td>
|
128 |
</tr>
|
129 |
<tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
<th scope="row" valign="top">
|
131 |
<label for="hideads">Hide Ads From Members?</label>
|
132 |
</th>
|
adminpages/discountcodes.php
CHANGED
@@ -36,8 +36,8 @@
|
|
36 |
$uses = $_POST['uses'];
|
37 |
|
38 |
//fix up dates
|
39 |
-
$starts = date("Y-m-d", strtotime($starts_month . "/" . $starts_day . "/" . $starts_year
|
40 |
-
$expires = date("Y-m-d", strtotime($expires_month . "/" . $expires_day . "/" . $expires_year
|
41 |
|
42 |
//updating or new?
|
43 |
if($saveid > 0)
|
@@ -356,7 +356,7 @@
|
|
356 |
for($i = 1; $i < 13; $i++)
|
357 |
{
|
358 |
?>
|
359 |
-
<option value="<?php echo $i?>" <?php if($i == $selected_starts_month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $current_year
|
360 |
<?php
|
361 |
}
|
362 |
?>
|
@@ -374,7 +374,7 @@
|
|
374 |
for($i = 1; $i < 13; $i++)
|
375 |
{
|
376 |
?>
|
377 |
-
<option value="<?php echo $i?>" <?php if($i == $selected_expires_month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $current_year
|
378 |
<?php
|
379 |
}
|
380 |
?>
|
@@ -385,7 +385,7 @@
|
|
385 |
</tr>
|
386 |
|
387 |
<tr>
|
388 |
-
<th scope="row" valign="top"><label for="uses"><?php
|
389 |
<td>
|
390 |
<input name="uses" type="text" size="10" value="<?php if(!empty($code->uses)) echo str_replace("\"", """, stripslashes($code->uses));?>" />
|
391 |
<small class="pmpro_lite"><?php _e('Leave blank for unlimited uses.', 'pmpro');?></small>
|
@@ -397,7 +397,7 @@
|
|
397 |
|
398 |
<?php do_action("pmpro_discount_code_after_settings"); ?>
|
399 |
|
400 |
-
<h3
|
401 |
|
402 |
<div class="pmpro_discount_levels">
|
403 |
<?php
|
36 |
$uses = $_POST['uses'];
|
37 |
|
38 |
//fix up dates
|
39 |
+
$starts = date("Y-m-d", strtotime($starts_month . "/" . $starts_day . "/" . $starts_year));
|
40 |
+
$expires = date("Y-m-d", strtotime($expires_month . "/" . $expires_day . "/" . $expires_year));
|
41 |
|
42 |
//updating or new?
|
43 |
if($saveid > 0)
|
356 |
for($i = 1; $i < 13; $i++)
|
357 |
{
|
358 |
?>
|
359 |
+
<option value="<?php echo $i?>" <?php if($i == $selected_starts_month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $current_year))?></option>
|
360 |
<?php
|
361 |
}
|
362 |
?>
|
374 |
for($i = 1; $i < 13; $i++)
|
375 |
{
|
376 |
?>
|
377 |
+
<option value="<?php echo $i?>" <?php if($i == $selected_expires_month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $current_year))?></option>
|
378 |
<?php
|
379 |
}
|
380 |
?>
|
385 |
</tr>
|
386 |
|
387 |
<tr>
|
388 |
+
<th scope="row" valign="top"><label for="uses"><?php _ex('Uses', 'Number of uses for a discount code', 'pmpro');?>:</label></th>
|
389 |
<td>
|
390 |
<input name="uses" type="text" size="10" value="<?php if(!empty($code->uses)) echo str_replace("\"", """, stripslashes($code->uses));?>" />
|
391 |
<small class="pmpro_lite"><?php _e('Leave blank for unlimited uses.', 'pmpro');?></small>
|
397 |
|
398 |
<?php do_action("pmpro_discount_code_after_settings"); ?>
|
399 |
|
400 |
+
<h3>Which Levels Will This Code Apply To?</h3>
|
401 |
|
402 |
<div class="pmpro_discount_levels">
|
403 |
<?php
|
adminpages/memberslist-csv.php
CHANGED
@@ -207,9 +207,9 @@
|
|
207 |
if($theuser->membership_id)
|
208 |
{
|
209 |
if($theuser->enddate)
|
210 |
-
$csvoutput .= pmpro_enclose(
|
211 |
else
|
212 |
-
$csvoutput .= pmpro_enclose(
|
213 |
}
|
214 |
elseif($l == "oldmembers" && $theuser->enddate)
|
215 |
{
|
207 |
if($theuser->membership_id)
|
208 |
{
|
209 |
if($theuser->enddate)
|
210 |
+
$csvoutput .= pmpro_enclose(date("Y-m-d", $theuser->enddate));
|
211 |
else
|
212 |
+
$csvoutput .= pmpro_enclose("Never");
|
213 |
}
|
214 |
elseif($l == "oldmembers" && $theuser->enddate)
|
215 |
{
|
adminpages/memberslist.php
CHANGED
@@ -203,13 +203,13 @@
|
|
203 |
-
|
204 |
<?php } ?>
|
205 |
</td>
|
206 |
-
<td><?php echo date(get_option("date_format"), strtotime($theuser->user_registered
|
207 |
<td>
|
208 |
<?php
|
209 |
if($auser->enddate)
|
210 |
-
echo
|
211 |
else
|
212 |
-
echo __(
|
213 |
?>
|
214 |
</td>
|
215 |
</tr>
|
203 |
-
|
204 |
<?php } ?>
|
205 |
</td>
|
206 |
+
<td><?php echo date(get_option("date_format"), strtotime($theuser->user_registered))?></td>
|
207 |
<td>
|
208 |
<?php
|
209 |
if($auser->enddate)
|
210 |
+
echo date(get_option('date_format'), $auser->enddate);
|
211 |
else
|
212 |
+
echo __("Never", "pmpro");
|
213 |
?>
|
214 |
</td>
|
215 |
</tr>
|
adminpages/orders-csv.php
CHANGED
@@ -103,26 +103,26 @@
|
|
103 |
{
|
104 |
if($predefined_date == "Last Month")
|
105 |
{
|
106 |
-
$start_date = date("Y-m-d", strtotime("first day of last month"
|
107 |
-
$end_date = date("Y-m-d", strtotime("last day of last month"
|
108 |
}
|
109 |
elseif($predefined_date == "This Month")
|
110 |
{
|
111 |
-
$start_date = date("Y-m-d", strtotime("first day of this month"
|
112 |
-
$end_date = date("Y-m-d", strtotime("last day of this month"
|
113 |
}
|
114 |
elseif($predefined_date == "This Year")
|
115 |
{
|
116 |
$year = date('Y');
|
117 |
-
$start_date = date("Y-m-d", strtotime("first day of January $year"
|
118 |
-
$end_date = date("Y-m-d", strtotime("last day of December $year"
|
119 |
}
|
120 |
|
121 |
elseif($predefined_date == "Last Year")
|
122 |
{
|
123 |
$year = date('Y') - 1;
|
124 |
-
$start_date = date("Y-m-d", strtotime("first day of January $year"
|
125 |
-
$end_date = date("Y-m-d", strtotime("last day of December $year"
|
126 |
}
|
127 |
|
128 |
//add times to dates
|
103 |
{
|
104 |
if($predefined_date == "Last Month")
|
105 |
{
|
106 |
+
$start_date = date("Y-m-d", strtotime("first day of last month"));
|
107 |
+
$end_date = date("Y-m-d", strtotime("last day of last month"));
|
108 |
}
|
109 |
elseif($predefined_date == "This Month")
|
110 |
{
|
111 |
+
$start_date = date("Y-m-d", strtotime("first day of this month"));
|
112 |
+
$end_date = date("Y-m-d", strtotime("last day of this month"));
|
113 |
}
|
114 |
elseif($predefined_date == "This Year")
|
115 |
{
|
116 |
$year = date('Y');
|
117 |
+
$start_date = date("Y-m-d", strtotime("first day of January $year"));
|
118 |
+
$end_date = date("Y-m-d", strtotime("last day of December $year"));
|
119 |
}
|
120 |
|
121 |
elseif($predefined_date == "Last Year")
|
122 |
{
|
123 |
$year = date('Y') - 1;
|
124 |
+
$start_date = date("Y-m-d", strtotime("first day of January $year"));
|
125 |
+
$end_date = date("Y-m-d", strtotime("last day of December $year"));
|
126 |
}
|
127 |
|
128 |
//add times to dates
|
adminpages/orders.php
CHANGED
@@ -481,7 +481,7 @@
|
|
481 |
<tr>
|
482 |
<th scope="row" valign="top"><label for="subscription_transaction_id"><?php _e('Subscription Transaction ID', 'pmpro');?>:</label></th>
|
483 |
<td>
|
484 |
-
<?php if(in_array("
|
485 |
<input id="subscription_transaction_id" name="subscription_transaction_id" type="text" size="50" value="<?php echo esc_attr($order->subscription_transaction_id);?>" />
|
486 |
<?php } ?>
|
487 |
<small class="pmpro_lite"><?php _e('Generated by the gateway. Useful to cross reference subscriptions.', 'pmpro');?></small>
|
@@ -497,7 +497,7 @@
|
|
497 |
if(!empty($order->timestamp))
|
498 |
$timestamp = $order->timestamp;
|
499 |
else
|
500 |
-
$timestamp =
|
501 |
|
502 |
$year = date("Y", $timestamp);
|
503 |
$month = date("n", $timestamp);
|
@@ -508,7 +508,7 @@
|
|
508 |
for($i = 1; $i < 13; $i++)
|
509 |
{
|
510 |
?>
|
511 |
-
<option value="<?php echo $i?>" <?php if($i == $month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $year
|
512 |
<?php
|
513 |
}
|
514 |
?>
|
@@ -813,26 +813,26 @@
|
|
813 |
{
|
814 |
if($predefined_date == "Last Month")
|
815 |
{
|
816 |
-
$start_date = date("Y-m-d", strtotime("first day of last month"
|
817 |
-
$end_date = date("Y-m-d", strtotime("last day of last month"
|
818 |
}
|
819 |
elseif($predefined_date == "This Month")
|
820 |
{
|
821 |
-
$start_date = date("Y-m-d", strtotime("first day of this month"
|
822 |
-
$end_date = date("Y-m-d", strtotime("last day of this month"
|
823 |
}
|
824 |
elseif($predefined_date == "This Year")
|
825 |
{
|
826 |
$year = date('Y');
|
827 |
-
$start_date = date("Y-m-d", strtotime("first day of January $year"
|
828 |
-
$end_date = date("Y-m-d", strtotime("last day of December $year"
|
829 |
}
|
830 |
|
831 |
elseif($predefined_date == "Last Year")
|
832 |
{
|
833 |
$year = date('Y') - 1;
|
834 |
-
$start_date = date("Y-m-d", strtotime("first day of January $year"
|
835 |
-
$end_date = date("Y-m-d", strtotime("last day of December $year"
|
836 |
}
|
837 |
|
838 |
//add times to dates
|
481 |
<tr>
|
482 |
<th scope="row" valign="top"><label for="subscription_transaction_id"><?php _e('Subscription Transaction ID', 'pmpro');?>:</label></th>
|
483 |
<td>
|
484 |
+
<?php if(in_array("code", $read_only_fields) && $order_id > 0) { echo $order->subscription_transaction_id; } else { ?>
|
485 |
<input id="subscription_transaction_id" name="subscription_transaction_id" type="text" size="50" value="<?php echo esc_attr($order->subscription_transaction_id);?>" />
|
486 |
<?php } ?>
|
487 |
<small class="pmpro_lite"><?php _e('Generated by the gateway. Useful to cross reference subscriptions.', 'pmpro');?></small>
|
497 |
if(!empty($order->timestamp))
|
498 |
$timestamp = $order->timestamp;
|
499 |
else
|
500 |
+
$timestamp = time();
|
501 |
|
502 |
$year = date("Y", $timestamp);
|
503 |
$month = date("n", $timestamp);
|
508 |
for($i = 1; $i < 13; $i++)
|
509 |
{
|
510 |
?>
|
511 |
+
<option value="<?php echo $i?>" <?php if($i == $month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $year))?></option>
|
512 |
<?php
|
513 |
}
|
514 |
?>
|
813 |
{
|
814 |
if($predefined_date == "Last Month")
|
815 |
{
|
816 |
+
$start_date = date("Y-m-d", strtotime("first day of last month"));
|
817 |
+
$end_date = date("Y-m-d", strtotime("last day of last month"));
|
818 |
}
|
819 |
elseif($predefined_date == "This Month")
|
820 |
{
|
821 |
+
$start_date = date("Y-m-d", strtotime("first day of this month"));
|
822 |
+
$end_date = date("Y-m-d", strtotime("last day of this month"));
|
823 |
}
|
824 |
elseif($predefined_date == "This Year")
|
825 |
{
|
826 |
$year = date('Y');
|
827 |
+
$start_date = date("Y-m-d", strtotime("first day of January $year"));
|
828 |
+
$end_date = date("Y-m-d", strtotime("last day of December $year"));
|
829 |
}
|
830 |
|
831 |
elseif($predefined_date == "Last Year")
|
832 |
{
|
833 |
$year = date('Y') - 1;
|
834 |
+
$start_date = date("Y-m-d", strtotime("first day of January $year"));
|
835 |
+
$end_date = date("Y-m-d", strtotime("last day of December $year"));
|
836 |
}
|
837 |
|
838 |
//add times to dates
|
adminpages/pagesettings.php
CHANGED
@@ -48,29 +48,29 @@
|
|
48 |
{
|
49 |
switch ($pmpro_page_name) {
|
50 |
case 'account':
|
51 |
-
$pmpro_page_title =
|
52 |
break;
|
53 |
case 'billing':
|
54 |
-
$pmpro_page_title =
|
55 |
break;
|
56 |
case 'cancel':
|
57 |
-
$pmpro_page_title =
|
58 |
break;
|
59 |
case 'checkout':
|
60 |
-
$pmpro_page_title =
|
61 |
break;
|
62 |
case 'confirmation':
|
63 |
-
$pmpro_page_title =
|
64 |
break;
|
65 |
case 'invoice':
|
66 |
-
$pmpro_page_title =
|
67 |
break;
|
68 |
case 'levels':
|
69 |
-
$pmpro_page_title =
|
70 |
break;
|
71 |
|
72 |
default:
|
73 |
-
$pmpro_page_title = sprintf(
|
74 |
break;
|
75 |
}
|
76 |
|
48 |
{
|
49 |
switch ($pmpro_page_name) {
|
50 |
case 'account':
|
51 |
+
$pmpro_page_title = _x( 'Membership Account', 'Page title', 'pmpro' );
|
52 |
break;
|
53 |
case 'billing':
|
54 |
+
$pmpro_page_title = _x( 'Membership Billing', 'Page title', 'pmpro' );
|
55 |
break;
|
56 |
case 'cancel':
|
57 |
+
$pmpro_page_title = _x( 'Membership Cancel', 'Page title', 'pmpro' );
|
58 |
break;
|
59 |
case 'checkout':
|
60 |
+
$pmpro_page_title = _x( 'Membership Checkout', 'Page title', 'pmpro' );
|
61 |
break;
|
62 |
case 'confirmation':
|
63 |
+
$pmpro_page_title = _x( 'Membership Confirmation', 'Page title', 'pmpro' );
|
64 |
break;
|
65 |
case 'invoice':
|
66 |
+
$pmpro_page_title = _x( 'Membership Invoice', 'Page title', 'pmpro' );
|
67 |
break;
|
68 |
case 'levels':
|
69 |
+
$pmpro_page_title = _x( 'Membership Levels', 'Page title', 'pmpro' );
|
70 |
break;
|
71 |
|
72 |
default:
|
73 |
+
$pmpro_page_title = sprintf( _x( 'Membership %s', 'Page title template', 'pmpro' ), ucwords($pmpro_page_name) );
|
74 |
break;
|
75 |
}
|
76 |
|
adminpages/reports/login.php
CHANGED
@@ -182,7 +182,7 @@ function pmpro_report_login_page()
|
|
182 |
<?php echo $theuser->display_name;?>
|
183 |
</td>
|
184 |
<td><?php echo $auser->membership?></td>
|
185 |
-
<td><?php echo date("m/d/Y", strtotime($theuser->user_registered
|
186 |
<td>
|
187 |
<?php
|
188 |
if($auser->enddate)
|
182 |
<?php echo $theuser->display_name;?>
|
183 |
</td>
|
184 |
<td><?php echo $auser->membership?></td>
|
185 |
+
<td><?php echo date("m/d/Y", strtotime($theuser->user_registered))?></td>
|
186 |
<td>
|
187 |
<?php
|
188 |
if($auser->enddate)
|
adminpages/reports/memberships.php
CHANGED
@@ -479,7 +479,7 @@ function pmpro_getCancellations($period = false, $levels = 'all')
|
|
479 |
else
|
480 |
$startdate = '';
|
481 |
|
482 |
-
$startdate_plus_one = strtotime( $startdate . + ' + 1 day'
|
483 |
|
484 |
/*
|
485 |
build query.
|
479 |
else
|
480 |
$startdate = '';
|
481 |
|
482 |
+
$startdate_plus_one = strtotime( $startdate . + ' + 1 day' );
|
483 |
|
484 |
/*
|
485 |
build query.
|
classes/class.memberorder.php
CHANGED
@@ -217,9 +217,6 @@
|
|
217 |
global $wpdb;
|
218 |
$this->discount_code = $wpdb->get_row("SELECT dc.* FROM $wpdb->pmpro_discount_codes dc LEFT JOIN $wpdb->pmpro_discount_codes_uses dcu ON dc.id = dcu.code_id WHERE dcu.order_id = '" . $this->id . "' LIMIT 1");
|
219 |
|
220 |
-
//filter @since v1.7.14
|
221 |
-
$this->discount_code = apply_filters("pmpro_order_discount_code", $this->discount_code, $this);
|
222 |
-
|
223 |
return $this->discount_code;
|
224 |
}
|
225 |
|
@@ -255,13 +252,7 @@
|
|
255 |
//okay, do I have a discount code to check? (if there is no membership_level->membership_id value, that means there was no entry in memberships_users)
|
256 |
if(!empty($this->discount_code) && empty($this->membership_level->membership_id))
|
257 |
{
|
258 |
-
|
259 |
-
$discount_code = $this->discount_code->code;
|
260 |
-
else
|
261 |
-
$discount_code = $this->discount_code;
|
262 |
-
|
263 |
-
$sqlQuery = "SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id LEFT JOIN $wpdb->pmpro_discount_codes dc ON dc.id = cl.code_id WHERE dc.code = '" . $discount_code . "' AND cl.level_id = '" . $this->membership_id . "' LIMIT 1";
|
264 |
-
|
265 |
$this->membership_level = $wpdb->get_row($sqlQuery);
|
266 |
}
|
267 |
|
@@ -287,7 +278,7 @@
|
|
287 |
if($tax_state && $tax_rate)
|
288 |
{
|
289 |
//we have values, is this order in the tax state?
|
290 |
-
if(
|
291 |
{
|
292 |
//return value, pass through filter
|
293 |
$tax = round((float)$price * (float)$tax_rate, 2);
|
@@ -491,7 +482,7 @@
|
|
491 |
'" . $this->gateway_environment . "',
|
492 |
'" . esc_sql($this->payment_transaction_id) . "',
|
493 |
'" . esc_sql($this->subscription_transaction_id) . "',
|
494 |
-
|
495 |
'" . esc_sql($this->affiliate_id) . "',
|
496 |
'" . esc_sql($this->affiliate_subid) . "',
|
497 |
'" . esc_sql($this->notes) . "'
|
@@ -518,7 +509,7 @@
|
|
518 |
|
519 |
while(empty($code))
|
520 |
{
|
521 |
-
$scramble = md5(AUTH_KEY .
|
522 |
$code = substr($scramble, 0, 10);
|
523 |
$code = apply_filters("pmpro_random_code", $code, $this); //filter
|
524 |
$check = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_membership_orders WHERE code = '$code' LIMIT 1");
|
@@ -589,16 +580,6 @@
|
|
589 |
return $this->Gateway->update($this);
|
590 |
}
|
591 |
|
592 |
-
function getGatewaySubscriptionStatus()
|
593 |
-
{
|
594 |
-
return $this->Gateway->getSubscriptionStatus($this);
|
595 |
-
}
|
596 |
-
|
597 |
-
function getGatewayTransactionStatus()
|
598 |
-
{
|
599 |
-
return $this->Gateway->getTransactionStatus($this);
|
600 |
-
}
|
601 |
-
|
602 |
function deleteMe()
|
603 |
{
|
604 |
if(empty($this->id))
|
217 |
global $wpdb;
|
218 |
$this->discount_code = $wpdb->get_row("SELECT dc.* FROM $wpdb->pmpro_discount_codes dc LEFT JOIN $wpdb->pmpro_discount_codes_uses dcu ON dc.id = dcu.code_id WHERE dcu.order_id = '" . $this->id . "' LIMIT 1");
|
219 |
|
|
|
|
|
|
|
220 |
return $this->discount_code;
|
221 |
}
|
222 |
|
252 |
//okay, do I have a discount code to check? (if there is no membership_level->membership_id value, that means there was no entry in memberships_users)
|
253 |
if(!empty($this->discount_code) && empty($this->membership_level->membership_id))
|
254 |
{
|
255 |
+
$sqlQuery = "SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id LEFT JOIN $wpdb->pmpro_discount_codes dc ON dc.id = cl.code_id WHERE dc.code = '" . $this->discount_code . "' AND cl.level_id = '" . $this->membership_id . "' LIMIT 1";
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
$this->membership_level = $wpdb->get_row($sqlQuery);
|
257 |
}
|
258 |
|
278 |
if($tax_state && $tax_rate)
|
279 |
{
|
280 |
//we have values, is this order in the tax state?
|
281 |
+
if(trim(strtoupper($this->billing->state)) == trim(strtoupper($tax_state)))
|
282 |
{
|
283 |
//return value, pass through filter
|
284 |
$tax = round((float)$price * (float)$tax_rate, 2);
|
482 |
'" . $this->gateway_environment . "',
|
483 |
'" . esc_sql($this->payment_transaction_id) . "',
|
484 |
'" . esc_sql($this->subscription_transaction_id) . "',
|
485 |
+
now(),
|
486 |
'" . esc_sql($this->affiliate_id) . "',
|
487 |
'" . esc_sql($this->affiliate_subid) . "',
|
488 |
'" . esc_sql($this->notes) . "'
|
509 |
|
510 |
while(empty($code))
|
511 |
{
|
512 |
+
$scramble = md5(AUTH_KEY . time() . SECURE_AUTH_KEY);
|
513 |
$code = substr($scramble, 0, 10);
|
514 |
$code = apply_filters("pmpro_random_code", $code, $this); //filter
|
515 |
$check = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_membership_orders WHERE code = '$code' LIMIT 1");
|
580 |
return $this->Gateway->update($this);
|
581 |
}
|
582 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
583 |
function deleteMe()
|
584 |
{
|
585 |
if(empty($this->id))
|
classes/class.pmproemail.php
CHANGED
@@ -44,8 +44,6 @@
|
|
44 |
|
45 |
$this->headers = array("Content-Type: text/html");
|
46 |
|
47 |
-
$this->attachments = NULL;
|
48 |
-
|
49 |
//load the template
|
50 |
$locale = apply_filters("plugin_locale", get_locale(), "pmpro");
|
51 |
if(file_exists(get_stylesheet_directory() . "/paid-memberships-pro/email/" . $this->template . ".html"))
|
@@ -100,9 +98,8 @@
|
|
100 |
$this->template = apply_filters("pmpro_email_template", $temail->template, $this);
|
101 |
$this->body = apply_filters("pmpro_email_body", $temail->body, $this);
|
102 |
$this->headers = apply_filters("pmpro_email_headers", $temail->headers, $this);
|
103 |
-
|
104 |
-
|
105 |
-
if(wp_mail($this->email,$this->subject,$this->body,$this->headers,$this->attachments))
|
106 |
{
|
107 |
return true;
|
108 |
}
|
@@ -186,7 +183,7 @@
|
|
186 |
"membership_id" => $user->membership_level->id,
|
187 |
"membership_level_name" => $user->membership_level->name,
|
188 |
"membership_cost" => pmpro_getLevelCost($user->membership_level),
|
189 |
-
"login_link" =>
|
190 |
"display_name" => $user->display_name,
|
191 |
"user_email" => $user->user_email,0
|
192 |
);
|
@@ -286,7 +283,7 @@
|
|
286 |
"membership_id" => $user->membership_level->id,
|
287 |
"membership_level_name" => $user->membership_level->name,
|
288 |
"membership_cost" => pmpro_getLevelCost($user->membership_level),
|
289 |
-
"login_link" =>
|
290 |
"display_name" => $user->display_name,
|
291 |
"user_email" => $user->user_email,0
|
292 |
);
|
@@ -387,7 +384,7 @@
|
|
387 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
388 |
"expirationmonth" => $invoice->expirationmonth,
|
389 |
"expirationyear" => $invoice->expirationyear,
|
390 |
-
"login_link" =>
|
391 |
);
|
392 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
393 |
$invoice->billing->street,
|
@@ -488,7 +485,7 @@
|
|
488 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
489 |
"expirationmonth" => $invoice->expirationmonth,
|
490 |
"expirationyear" => $invoice->expirationyear,
|
491 |
-
"login_link" =>
|
492 |
);
|
493 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
494 |
$invoice->billing->street,
|
@@ -534,7 +531,7 @@
|
|
534 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
535 |
"expirationmonth" => $invoice->expirationmonth,
|
536 |
"expirationyear" => $invoice->expirationyear,
|
537 |
-
"login_link" =>
|
538 |
);
|
539 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
540 |
$invoice->billing->street,
|
@@ -581,7 +578,7 @@
|
|
581 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
582 |
"expirationmonth" => $invoice->expirationmonth,
|
583 |
"expirationyear" => $invoice->expirationyear,
|
584 |
-
"login_link" =>
|
585 |
);
|
586 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
587 |
$invoice->billing->street,
|
@@ -632,9 +629,9 @@
|
|
632 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
633 |
"expirationmonth" => $invoice->expirationmonth,
|
634 |
"expirationyear" => $invoice->expirationyear,
|
635 |
-
"login_link" =>
|
636 |
-
"invoice_link" =>
|
637 |
-
)
|
638 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
639 |
$invoice->billing->street,
|
640 |
"", //address 2
|
@@ -694,7 +691,7 @@
|
|
694 |
"cycle_period" => $user->membership_level->cycle_period,
|
695 |
"trial_amount" => $pmpro_currency_symbol . $user->membership_level->trial_amount,
|
696 |
"trial_limit" => $user->membership_level->trial_limit,
|
697 |
-
"trial_end" => date(get_option('date_format'), strtotime(date("m/d/Y", $user->membership_level->startdate) . " + " . $user->membership_level->trial_limit . " " . $user->membership_level->cycle_period)
|
698 |
);
|
699 |
|
700 |
return $this->sendEmail();
|
@@ -799,7 +796,7 @@
|
|
799 |
if($user->membership_level->ID)
|
800 |
$this->data["membership_change"] = sprintf(__("The new level is %s. This membership is free", "pmpro"), $user->membership_level->name);
|
801 |
else
|
802 |
-
$this->data["membership_change"] = __("
|
803 |
|
804 |
if(!empty($user->membership_level->enddate))
|
805 |
{
|
44 |
|
45 |
$this->headers = array("Content-Type: text/html");
|
46 |
|
|
|
|
|
47 |
//load the template
|
48 |
$locale = apply_filters("plugin_locale", get_locale(), "pmpro");
|
49 |
if(file_exists(get_stylesheet_directory() . "/paid-memberships-pro/email/" . $this->template . ".html"))
|
98 |
$this->template = apply_filters("pmpro_email_template", $temail->template, $this);
|
99 |
$this->body = apply_filters("pmpro_email_body", $temail->body, $this);
|
100 |
$this->headers = apply_filters("pmpro_email_headers", $temail->headers, $this);
|
101 |
+
|
102 |
+
if(wp_mail($this->email,$this->subject,$this->body,$this->headers))
|
|
|
103 |
{
|
104 |
return true;
|
105 |
}
|
183 |
"membership_id" => $user->membership_level->id,
|
184 |
"membership_level_name" => $user->membership_level->name,
|
185 |
"membership_cost" => pmpro_getLevelCost($user->membership_level),
|
186 |
+
"login_link" => pmpro_url("account"),
|
187 |
"display_name" => $user->display_name,
|
188 |
"user_email" => $user->user_email,0
|
189 |
);
|
283 |
"membership_id" => $user->membership_level->id,
|
284 |
"membership_level_name" => $user->membership_level->name,
|
285 |
"membership_cost" => pmpro_getLevelCost($user->membership_level),
|
286 |
+
"login_link" => pmpro_url("account"),
|
287 |
"display_name" => $user->display_name,
|
288 |
"user_email" => $user->user_email,0
|
289 |
);
|
384 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
385 |
"expirationmonth" => $invoice->expirationmonth,
|
386 |
"expirationyear" => $invoice->expirationyear,
|
387 |
+
"login_link" => pmpro_url("account")
|
388 |
);
|
389 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
390 |
$invoice->billing->street,
|
485 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
486 |
"expirationmonth" => $invoice->expirationmonth,
|
487 |
"expirationyear" => $invoice->expirationyear,
|
488 |
+
"login_link" => pmpro_url("billing")
|
489 |
);
|
490 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
491 |
$invoice->billing->street,
|
531 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
532 |
"expirationmonth" => $invoice->expirationmonth,
|
533 |
"expirationyear" => $invoice->expirationyear,
|
534 |
+
"login_link" => pmpro_url("billing")
|
535 |
);
|
536 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
537 |
$invoice->billing->street,
|
578 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
579 |
"expirationmonth" => $invoice->expirationmonth,
|
580 |
"expirationyear" => $invoice->expirationyear,
|
581 |
+
"login_link" => pmpro_url("billing")
|
582 |
);
|
583 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
584 |
$invoice->billing->street,
|
629 |
"accountnumber" => hideCardNumber($invoice->accountnumber),
|
630 |
"expirationmonth" => $invoice->expirationmonth,
|
631 |
"expirationyear" => $invoice->expirationyear,
|
632 |
+
"login_link" => pmpro_url("account"),
|
633 |
+
"invoice_link" => pmpro_url("invoice", "?invoice=" . $invoice->code)
|
634 |
+
);
|
635 |
$this->data["billing_address"] = pmpro_formatAddress($invoice->billing->name,
|
636 |
$invoice->billing->street,
|
637 |
"", //address 2
|
691 |
"cycle_period" => $user->membership_level->cycle_period,
|
692 |
"trial_amount" => $pmpro_currency_symbol . $user->membership_level->trial_amount,
|
693 |
"trial_limit" => $user->membership_level->trial_limit,
|
694 |
+
"trial_end" => date(get_option('date_format'), strtotime(date("m/d/Y", $user->membership_level->startdate) . " + " . $user->membership_level->trial_limit . " " . $user->membership_level->cycle_period))
|
695 |
);
|
696 |
|
697 |
return $this->sendEmail();
|
796 |
if($user->membership_level->ID)
|
797 |
$this->data["membership_change"] = sprintf(__("The new level is %s. This membership is free", "pmpro"), $user->membership_level->name);
|
798 |
else
|
799 |
+
$this->data["membership_change"] = __("membership has been cancelled", "pmpro");
|
800 |
|
801 |
if(!empty($user->membership_level->enddate))
|
802 |
{
|
classes/gateways/class.pmprogateway.php
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
else
|
44 |
{
|
45 |
//add a period to the start date to account for the initial payment
|
46 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
47 |
}
|
48 |
|
49 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
@@ -90,7 +90,7 @@
|
|
90 |
else
|
91 |
{
|
92 |
//add a period to the start date to account for the initial payment
|
93 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $this->BillingFrequency . " " . $this->BillingPeriod
|
94 |
}
|
95 |
|
96 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
@@ -200,21 +200,5 @@
|
|
200 |
$order->updateStatus("cancelled");
|
201 |
return true;
|
202 |
}
|
203 |
-
|
204 |
-
function getSubscriptionStatus(&$order)
|
205 |
-
{
|
206 |
-
//require a subscription id
|
207 |
-
if(empty($order->subscription_transaction_id))
|
208 |
-
return false;
|
209 |
-
|
210 |
-
//this looks different for each gateway, but generally an array of some sort
|
211 |
-
return array();
|
212 |
-
}
|
213 |
-
|
214 |
-
function getTransactionStatus(&$order)
|
215 |
-
{
|
216 |
-
//this looks different for each gateway, but generally an array of some sort
|
217 |
-
return array();
|
218 |
-
}
|
219 |
}
|
220 |
?>
|
43 |
else
|
44 |
{
|
45 |
//add a period to the start date to account for the initial payment
|
46 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
47 |
}
|
48 |
|
49 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
90 |
else
|
91 |
{
|
92 |
//add a period to the start date to account for the initial payment
|
93 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $this->BillingFrequency . " " . $this->BillingPeriod)) . "T0:0:0";
|
94 |
}
|
95 |
|
96 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
200 |
$order->updateStatus("cancelled");
|
201 |
return true;
|
202 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
}
|
204 |
?>
|
classes/gateways/class.pmprogateway_authorizenet.php
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
else
|
44 |
{
|
45 |
//add a period to the start date to account for the initial payment
|
46 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
47 |
}
|
48 |
|
49 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
@@ -90,7 +90,7 @@
|
|
90 |
else
|
91 |
{
|
92 |
//add a period to the start date to account for the initial payment
|
93 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
94 |
}
|
95 |
|
96 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
43 |
else
|
44 |
{
|
45 |
//add a period to the start date to account for the initial payment
|
46 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
47 |
}
|
48 |
|
49 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
90 |
else
|
91 |
{
|
92 |
//add a period to the start date to account for the initial payment
|
93 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
94 |
}
|
95 |
|
96 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
classes/gateways/class.pmprogateway_braintree.php
CHANGED
@@ -296,13 +296,13 @@
|
|
296 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
297 |
|
298 |
//convert to a profile start date
|
299 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day"
|
300 |
|
301 |
//filter the start date
|
302 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
303 |
|
304 |
//convert back to days
|
305 |
-
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate
|
306 |
|
307 |
//now add the actual trial set by the site
|
308 |
if(!empty($order->TrialBillingCycles))
|
296 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
297 |
|
298 |
//convert to a profile start date
|
299 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day")) . "T0:0:0";
|
300 |
|
301 |
//filter the start date
|
302 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
303 |
|
304 |
//convert back to days
|
305 |
+
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate)) / 86400);
|
306 |
|
307 |
//now add the actual trial set by the site
|
308 |
if(!empty($order->TrialBillingCycles))
|
classes/gateways/class.pmprogateway_check.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
else
|
49 |
{
|
50 |
//add a period to the start date to account for the initial payment
|
51 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
52 |
}
|
53 |
|
54 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
@@ -95,7 +95,7 @@
|
|
95 |
else
|
96 |
{
|
97 |
//add a period to the start date to account for the initial payment
|
98 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $this->BillingFrequency . " " . $this->BillingPeriod
|
99 |
}
|
100 |
|
101 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
48 |
else
|
49 |
{
|
50 |
//add a period to the start date to account for the initial payment
|
51 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
52 |
}
|
53 |
|
54 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
95 |
else
|
96 |
{
|
97 |
//add a period to the start date to account for the initial payment
|
98 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $this->BillingFrequency . " " . $this->BillingPeriod)) . "T0:0:0";
|
99 |
}
|
100 |
|
101 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
classes/gateways/class.pmprogateway_cybersource.php
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
else
|
46 |
{
|
47 |
//add a period to the start date to account for the initial payment
|
48 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
49 |
}
|
50 |
|
51 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
@@ -92,7 +92,7 @@
|
|
92 |
else
|
93 |
{
|
94 |
//add a period to the start date to account for the initial payment
|
95 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $this->BillingFrequency . " " . $this->BillingPeriod
|
96 |
}
|
97 |
|
98 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
@@ -464,13 +464,13 @@
|
|
464 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
465 |
|
466 |
//convert to a profile start date
|
467 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day"
|
468 |
|
469 |
//filter the start date
|
470 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
471 |
|
472 |
//convert back to days
|
473 |
-
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")
|
474 |
|
475 |
//now add the actual trial set by the site
|
476 |
if(!empty($order->TrialBillingCycles))
|
@@ -762,4 +762,4 @@
|
|
762 |
else
|
763 |
return "Unknown error.";
|
764 |
}
|
765 |
-
}
|
45 |
else
|
46 |
{
|
47 |
//add a period to the start date to account for the initial payment
|
48 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
49 |
}
|
50 |
|
51 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
92 |
else
|
93 |
{
|
94 |
//add a period to the start date to account for the initial payment
|
95 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $this->BillingFrequency . " " . $this->BillingPeriod)) . "T0:0:0";
|
96 |
}
|
97 |
|
98 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
464 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
465 |
|
466 |
//convert to a profile start date
|
467 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day")) . "T0:0:0";
|
468 |
|
469 |
//filter the start date
|
470 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
471 |
|
472 |
//convert back to days
|
473 |
+
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate)) / 86400);
|
474 |
|
475 |
//now add the actual trial set by the site
|
476 |
if(!empty($order->TrialBillingCycles))
|
762 |
else
|
763 |
return "Unknown error.";
|
764 |
}
|
765 |
+
}
|
classes/gateways/class.pmprogateway_payflowpro.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
if($authorization_id)
|
18 |
{
|
19 |
$this->void($order, $authorization_id);
|
20 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
21 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
22 |
return $this->subscribe($order);
|
23 |
}
|
@@ -36,7 +36,7 @@
|
|
36 |
//setup recurring billing
|
37 |
if(pmpro_isLevelRecurring($order->membership_level))
|
38 |
{
|
39 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
40 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
41 |
if($this->subscribe($order))
|
42 |
{
|
@@ -159,7 +159,7 @@
|
|
159 |
|
160 |
//paypal profile stuff
|
161 |
$nvpStr = "";
|
162 |
-
$nvpStr .="&AMT=" . $amount . "&TAXAMT=" . $amount_tax
|
163 |
$nvpStr .= "&NOTIFYURL=" . urlencode(admin_url('admin-ajax.php') . "?action=ipnhandler");
|
164 |
//$nvpStr .= "&L_BILLINGTYPE0=RecurringPayments&L_BILLINGAGREEMENTDESCRIPTION0=" . $order->PaymentAmount;
|
165 |
|
@@ -179,7 +179,7 @@
|
|
179 |
$nvpStr .= "&CITY=" . $order->billing->city . "&STATE=" . $order->billing->state . "&BILLTOCOUNTRY=" . $order->billing->country . "&ZIP=" . $order->billing->zip . "&PHONENUM=" . $order->billing->phone;
|
180 |
}
|
181 |
|
182 |
-
$this->nvpStr = $nvpStr;
|
183 |
$this->httpParsedResponseAr = $this->PPHttpPost('S', $nvpStr);
|
184 |
|
185 |
if("0" == strtoupper($this->httpParsedResponseAr["RESULT"])) {
|
@@ -219,7 +219,7 @@
|
|
219 |
|
220 |
//paypal profile stuff
|
221 |
$nvpStr = "&ACTION=A";
|
222 |
-
$nvpStr .="&AMT=" . $amount . "&TAXAMT=" . $amount_tax
|
223 |
$nvpStr .= "&NOTIFYURL=" . urlencode(admin_url('admin-ajax.php') . "?action=ipnhandler");
|
224 |
//$nvpStr .= "&L_BILLINGTYPE0=RecurringPayments&L_BILLINGAGREEMENTDESCRIPTION0=" . $order->PaymentAmount;
|
225 |
|
@@ -253,13 +253,13 @@
|
|
253 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
254 |
|
255 |
//convert to a profile start date
|
256 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day"
|
257 |
|
258 |
//filter the start date
|
259 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
260 |
|
261 |
//convert back to days
|
262 |
-
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")
|
263 |
|
264 |
//now add the actual trial set by the site
|
265 |
if(!empty($order->TrialBillingCycles))
|
@@ -276,7 +276,7 @@
|
|
276 |
}
|
277 |
|
278 |
//convert back into a date
|
279 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day"
|
280 |
|
281 |
//start date
|
282 |
$nvpStr .= "&START=" . date("mdY", strtotime($order->ProfileStartDate));
|
@@ -445,4 +445,4 @@
|
|
445 |
|
446 |
return $httpParsedResponseAr;
|
447 |
}
|
448 |
-
}
|
17 |
if($authorization_id)
|
18 |
{
|
19 |
$this->void($order, $authorization_id);
|
20 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
21 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
22 |
return $this->subscribe($order);
|
23 |
}
|
36 |
//setup recurring billing
|
37 |
if(pmpro_isLevelRecurring($order->membership_level))
|
38 |
{
|
39 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
40 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
41 |
if($this->subscribe($order))
|
42 |
{
|
159 |
|
160 |
//paypal profile stuff
|
161 |
$nvpStr = "";
|
162 |
+
$nvpStr .="&AMT=" . $amount . "&TAXAMT=" . $amount_tax;
|
163 |
$nvpStr .= "&NOTIFYURL=" . urlencode(admin_url('admin-ajax.php') . "?action=ipnhandler");
|
164 |
//$nvpStr .= "&L_BILLINGTYPE0=RecurringPayments&L_BILLINGAGREEMENTDESCRIPTION0=" . $order->PaymentAmount;
|
165 |
|
179 |
$nvpStr .= "&CITY=" . $order->billing->city . "&STATE=" . $order->billing->state . "&BILLTOCOUNTRY=" . $order->billing->country . "&ZIP=" . $order->billing->zip . "&PHONENUM=" . $order->billing->phone;
|
180 |
}
|
181 |
|
182 |
+
$this->nvpStr = $nvpStr;
|
183 |
$this->httpParsedResponseAr = $this->PPHttpPost('S', $nvpStr);
|
184 |
|
185 |
if("0" == strtoupper($this->httpParsedResponseAr["RESULT"])) {
|
219 |
|
220 |
//paypal profile stuff
|
221 |
$nvpStr = "&ACTION=A";
|
222 |
+
$nvpStr .="&AMT=" . $amount . "&TAXAMT=" . $amount_tax;
|
223 |
$nvpStr .= "&NOTIFYURL=" . urlencode(admin_url('admin-ajax.php') . "?action=ipnhandler");
|
224 |
//$nvpStr .= "&L_BILLINGTYPE0=RecurringPayments&L_BILLINGAGREEMENTDESCRIPTION0=" . $order->PaymentAmount;
|
225 |
|
253 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
254 |
|
255 |
//convert to a profile start date
|
256 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day")) . "T0:0:0";
|
257 |
|
258 |
//filter the start date
|
259 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
260 |
|
261 |
//convert back to days
|
262 |
+
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate)) / 86400);
|
263 |
|
264 |
//now add the actual trial set by the site
|
265 |
if(!empty($order->TrialBillingCycles))
|
276 |
}
|
277 |
|
278 |
//convert back into a date
|
279 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day")) . "T0:0:0";
|
280 |
|
281 |
//start date
|
282 |
$nvpStr .= "&START=" . date("mdY", strtotime($order->ProfileStartDate));
|
445 |
|
446 |
return $httpParsedResponseAr;
|
447 |
}
|
448 |
+
}
|
classes/gateways/class.pmprogateway_paypal.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
if($authorization_id)
|
18 |
{
|
19 |
$this->void($order, $authorization_id);
|
20 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
21 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
22 |
return $this->subscribe($order);
|
23 |
}
|
@@ -36,7 +36,7 @@
|
|
36 |
//setup recurring billing
|
37 |
if(pmpro_isLevelRecurring($order->membership_level))
|
38 |
{
|
39 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
40 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
41 |
if($this->subscribe($order))
|
42 |
{
|
17 |
if($authorization_id)
|
18 |
{
|
19 |
$this->void($order, $authorization_id);
|
20 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
21 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
22 |
return $this->subscribe($order);
|
23 |
}
|
36 |
//setup recurring billing
|
37 |
if(pmpro_isLevelRecurring($order->membership_level))
|
38 |
{
|
39 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
40 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
41 |
if($this->subscribe($order))
|
42 |
{
|
classes/gateways/class.pmprogateway_paypalexpress.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
{
|
13 |
if(pmpro_isLevelRecurring($order->membership_level))
|
14 |
{
|
15 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
16 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
17 |
return $this->subscribe($order);
|
18 |
}
|
@@ -47,7 +47,7 @@
|
|
47 |
//paypal profile stuff
|
48 |
$nvpStr = "";
|
49 |
$nvpStr .="&AMT=" . $initial_payment . "&CURRENCYCODE=" . $pmpro_currency;
|
50 |
-
if(!empty($order->ProfileStartDate) && strtotime($order->ProfileStartDate
|
51 |
$nvpStr .= "&PROFILESTARTDATE=" . $order->ProfileStartDate;
|
52 |
if(!empty($order->BillingFrequency))
|
53 |
$nvpStr .= "&BILLINGPERIOD=" . $order->BillingPeriod . "&BILLINGFREQUENCY=" . $order->BillingFrequency . "&AUTOBILLAMT=AddToNextBilling&L_BILLINGTYPE0=RecurringPayments";
|
@@ -89,10 +89,6 @@
|
|
89 |
|
90 |
$nvpStr .= "&CANCELURL=" . urlencode(pmpro_url("levels"));
|
91 |
|
92 |
-
$account_optional = apply_filters('pmpro_paypal_account_optional', true);
|
93 |
-
if ($account_optional)
|
94 |
-
$nvpStr .= '&SOLUTIONTYPE=Sole&LANDINGPAGE=Billing';
|
95 |
-
|
96 |
$nvpStr = apply_filters("pmpro_set_express_checkout_nvpstr", $nvpStr, $order);
|
97 |
|
98 |
///echo str_replace("&", "&<br />", $nvpStr);
|
@@ -307,33 +303,7 @@
|
|
307 |
|
308 |
return false;
|
309 |
}
|
310 |
-
}
|
311 |
-
|
312 |
-
function getSubscriptionStatus(&$order)
|
313 |
-
{
|
314 |
-
if(empty($order->subscription_transaction_id))
|
315 |
-
return false;
|
316 |
-
|
317 |
-
//paypal profile stuff
|
318 |
-
$nvpStr = "";
|
319 |
-
$nvpStr .= "&PROFILEID=" . urlencode($order->subscription_transaction_id);
|
320 |
-
|
321 |
-
$this->httpParsedResponseAr = $this->PPHttpPost('GetRecurringPaymentsProfileDetails', $nvpStr);
|
322 |
-
|
323 |
-
if("SUCCESS" == strtoupper($this->httpParsedResponseAr["ACK"]) || "SUCCESSWITHWARNING" == strtoupper($this->httpParsedResponseAr["ACK"]))
|
324 |
-
{
|
325 |
-
return $this->httpParsedResponseAr;
|
326 |
-
}
|
327 |
-
else
|
328 |
-
{
|
329 |
-
$order->status = "error";
|
330 |
-
$order->errorcode = $this->httpParsedResponseAr['L_ERRORCODE0'];
|
331 |
-
$order->error = urldecode($this->httpParsedResponseAr['L_LONGMESSAGE0']);
|
332 |
-
$order->shorterror = urldecode($this->httpParsedResponseAr['L_SHORTMESSAGE0']);
|
333 |
-
|
334 |
-
return false;
|
335 |
-
}
|
336 |
-
}
|
337 |
|
338 |
/**
|
339 |
* PAYPAL Function
|
@@ -399,4 +369,4 @@
|
|
399 |
|
400 |
return $httpParsedResponseAr;
|
401 |
}
|
402 |
-
}
|
12 |
{
|
13 |
if(pmpro_isLevelRecurring($order->membership_level))
|
14 |
{
|
15 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
16 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
17 |
return $this->subscribe($order);
|
18 |
}
|
47 |
//paypal profile stuff
|
48 |
$nvpStr = "";
|
49 |
$nvpStr .="&AMT=" . $initial_payment . "&CURRENCYCODE=" . $pmpro_currency;
|
50 |
+
if(!empty($order->ProfileStartDate) && strtotime($order->ProfileStartDate) > 0)
|
51 |
$nvpStr .= "&PROFILESTARTDATE=" . $order->ProfileStartDate;
|
52 |
if(!empty($order->BillingFrequency))
|
53 |
$nvpStr .= "&BILLINGPERIOD=" . $order->BillingPeriod . "&BILLINGFREQUENCY=" . $order->BillingFrequency . "&AUTOBILLAMT=AddToNextBilling&L_BILLINGTYPE0=RecurringPayments";
|
89 |
|
90 |
$nvpStr .= "&CANCELURL=" . urlencode(pmpro_url("levels"));
|
91 |
|
|
|
|
|
|
|
|
|
92 |
$nvpStr = apply_filters("pmpro_set_express_checkout_nvpstr", $nvpStr, $order);
|
93 |
|
94 |
///echo str_replace("&", "&<br />", $nvpStr);
|
303 |
|
304 |
return false;
|
305 |
}
|
306 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
/**
|
309 |
* PAYPAL Function
|
369 |
|
370 |
return $httpParsedResponseAr;
|
371 |
}
|
372 |
+
}
|
classes/gateways/class.pmprogateway_paypalstandard.php
CHANGED
@@ -114,13 +114,13 @@
|
|
114 |
else
|
115 |
{
|
116 |
//we can try to work in any change in ProfileStartDate
|
117 |
-
$psd = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod
|
118 |
$adjusted_psd = apply_filters("pmpro_profile_start_date", $psd, $order);
|
119 |
if($psd != $adjusted_psd)
|
120 |
{
|
121 |
//someone is trying to push the start date back
|
122 |
-
$adjusted_psd_time = strtotime($adjusted_psd
|
123 |
-
$seconds_til_psd = $adjusted_psd_time -
|
124 |
$days_til_psd = floor($seconds_til_psd/(60*60*24));
|
125 |
|
126 |
//push back trial one by days_til_psd
|
@@ -144,20 +144,9 @@
|
|
144 |
if(!empty($order->TotalBillingCycles))
|
145 |
{
|
146 |
if(!empty($trial_amount))
|
147 |
-
|
148 |
-
|
149 |
-
$srt = intval($order->TotalBillingCycles) - 1; //subtract one for the trial period
|
150 |
-
}
|
151 |
else
|
152 |
-
|
153 |
-
$srt = intval($order->TotalBillingCycles);
|
154 |
-
}
|
155 |
-
|
156 |
-
//srt must be at least 2 or the subscription is not "recurring" according to paypal
|
157 |
-
if($srt > 1)
|
158 |
-
$paypal_args['srt'] = $srt;
|
159 |
-
else
|
160 |
-
$paypal_args['src'] = '0';
|
161 |
}
|
162 |
else
|
163 |
$paypal_args['srt'] = '0'; //indefinite subscription
|
@@ -195,17 +184,13 @@
|
|
195 |
foreach($additional_parameters as $key => $value)
|
196 |
$nvpStr .= urlencode("&" . $key . "=" . $value);
|
197 |
}
|
198 |
-
|
199 |
-
$account_optional = apply_filters('pmpro_paypal_account_optional', true);
|
200 |
-
if ($account_optional)
|
201 |
-
$nvpStr .= '&SOLUTIONTYPE=Sole&LANDINGPAGE=Billing';
|
202 |
|
203 |
$nvpStr = apply_filters("pmpro_paypal_standard_nvpstr", $nvpStr, $order);
|
204 |
|
205 |
//redirect to paypal
|
206 |
$paypal_url .= $nvpStr;
|
207 |
|
208 |
-
//
|
209 |
|
210 |
wp_redirect($paypal_url);
|
211 |
exit;
|
@@ -299,4 +284,4 @@
|
|
299 |
|
300 |
return $httpParsedResponseAr;
|
301 |
}
|
302 |
-
}
|
114 |
else
|
115 |
{
|
116 |
//we can try to work in any change in ProfileStartDate
|
117 |
+
$psd = date("Y-m-d", strtotime("+ " . $order->BillingFrequency . " " . $order->BillingPeriod)) . "T0:0:0";
|
118 |
$adjusted_psd = apply_filters("pmpro_profile_start_date", $psd, $order);
|
119 |
if($psd != $adjusted_psd)
|
120 |
{
|
121 |
//someone is trying to push the start date back
|
122 |
+
$adjusted_psd_time = strtotime($adjusted_psd);
|
123 |
+
$seconds_til_psd = $adjusted_psd_time - time();
|
124 |
$days_til_psd = floor($seconds_til_psd/(60*60*24));
|
125 |
|
126 |
//push back trial one by days_til_psd
|
144 |
if(!empty($order->TotalBillingCycles))
|
145 |
{
|
146 |
if(!empty($trial_amount))
|
147 |
+
$paypal_args['srt'] = intval($order->TotalBillingCycles) - 1; //subtract 1 for the trial period
|
|
|
|
|
|
|
148 |
else
|
149 |
+
$paypal_args['srt'] = intval($order->TotalBillingCycles);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
}
|
151 |
else
|
152 |
$paypal_args['srt'] = '0'; //indefinite subscription
|
184 |
foreach($additional_parameters as $key => $value)
|
185 |
$nvpStr .= urlencode("&" . $key . "=" . $value);
|
186 |
}
|
|
|
|
|
|
|
|
|
187 |
|
188 |
$nvpStr = apply_filters("pmpro_paypal_standard_nvpstr", $nvpStr, $order);
|
189 |
|
190 |
//redirect to paypal
|
191 |
$paypal_url .= $nvpStr;
|
192 |
|
193 |
+
//die($paypal_url);
|
194 |
|
195 |
wp_redirect($paypal_url);
|
196 |
exit;
|
284 |
|
285 |
return $httpParsedResponseAr;
|
286 |
}
|
287 |
+
}
|
classes/gateways/class.pmprogateway_stripe.php
CHANGED
@@ -58,8 +58,6 @@
|
|
58 |
|
59 |
function charge(&$order)
|
60 |
{
|
61 |
-
global $pmpro_currency;
|
62 |
-
|
63 |
//create a code for the order
|
64 |
if(empty($order->code))
|
65 |
$order->code = $order->getRandomCode();
|
@@ -85,7 +83,7 @@
|
|
85 |
{
|
86 |
$response = Stripe_Charge::create(array(
|
87 |
"amount" => $amount * 100, # amount in cents, again
|
88 |
-
"currency" =>
|
89 |
"customer" => $this->customer->id,
|
90 |
"description" => "Order #" . $order->code . ", " . trim($order->FirstName . " " . $order->LastName) . " (" . $order->Email . ")"
|
91 |
)
|
@@ -178,7 +176,7 @@
|
|
178 |
}
|
179 |
|
180 |
return $this->customer;
|
181 |
-
}
|
182 |
catch (Exception $e)
|
183 |
{
|
184 |
//assume no customer found
|
@@ -220,8 +218,8 @@
|
|
220 |
}
|
221 |
add_action("user_register", "pmpro_user_register_stripe_customerid");
|
222 |
}
|
223 |
-
|
224 |
-
|
225 |
}
|
226 |
|
227 |
return false;
|
@@ -229,8 +227,6 @@
|
|
229 |
|
230 |
function subscribe(&$order)
|
231 |
{
|
232 |
-
global $pmpro_currency;
|
233 |
-
|
234 |
//create a code for the order
|
235 |
if(empty($order->code))
|
236 |
$order->code = $order->getRandomCode();
|
@@ -266,13 +262,13 @@
|
|
266 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
267 |
|
268 |
//convert to a profile start date
|
269 |
-
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day"
|
270 |
|
271 |
//filter the start date
|
272 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
273 |
|
274 |
//convert back to days
|
275 |
-
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")
|
276 |
|
277 |
//now add the actual trial set by the site
|
278 |
if(!empty($order->TrialBillingCycles))
|
@@ -290,18 +286,16 @@
|
|
290 |
|
291 |
//create a plan
|
292 |
try
|
293 |
-
{
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
$plan = Stripe_Plan::create(apply_filters('pmpro_stripe_create_plan_array', $plan));
|
305 |
}
|
306 |
catch (Exception $e)
|
307 |
{
|
58 |
|
59 |
function charge(&$order)
|
60 |
{
|
|
|
|
|
61 |
//create a code for the order
|
62 |
if(empty($order->code))
|
63 |
$order->code = $order->getRandomCode();
|
83 |
{
|
84 |
$response = Stripe_Charge::create(array(
|
85 |
"amount" => $amount * 100, # amount in cents, again
|
86 |
+
"currency" => strtolower(pmpro_getOption("currency")),
|
87 |
"customer" => $this->customer->id,
|
88 |
"description" => "Order #" . $order->code . ", " . trim($order->FirstName . " " . $order->LastName) . " (" . $order->Email . ")"
|
89 |
)
|
176 |
}
|
177 |
|
178 |
return $this->customer;
|
179 |
+
}
|
180 |
catch (Exception $e)
|
181 |
{
|
182 |
//assume no customer found
|
218 |
}
|
219 |
add_action("user_register", "pmpro_user_register_stripe_customerid");
|
220 |
}
|
221 |
+
|
222 |
+
return $this->customer;
|
223 |
}
|
224 |
|
225 |
return false;
|
227 |
|
228 |
function subscribe(&$order)
|
229 |
{
|
|
|
|
|
230 |
//create a code for the order
|
231 |
if(empty($order->code))
|
232 |
$order->code = $order->getRandomCode();
|
262 |
$trial_period_days = $order->BillingFrequency * 30; //assume monthly
|
263 |
|
264 |
//convert to a profile start date
|
265 |
+
$order->ProfileStartDate = date("Y-m-d", strtotime("+ " . $trial_period_days . " Day")) . "T0:0:0";
|
266 |
|
267 |
//filter the start date
|
268 |
$order->ProfileStartDate = apply_filters("pmpro_profile_start_date", $order->ProfileStartDate, $order);
|
269 |
|
270 |
//convert back to days
|
271 |
+
$trial_period_days = ceil(abs(strtotime(date("Y-m-d")) - strtotime($order->ProfileStartDate)) / 86400);
|
272 |
|
273 |
//now add the actual trial set by the site
|
274 |
if(!empty($order->TrialBillingCycles))
|
286 |
|
287 |
//create a plan
|
288 |
try
|
289 |
+
{
|
290 |
+
$plan = Stripe_Plan::create(array(
|
291 |
+
"amount" => $amount * 100,
|
292 |
+
"interval_count" => $order->BillingFrequency,
|
293 |
+
"interval" => strtolower($order->BillingPeriod),
|
294 |
+
"trial_period_days" => $trial_period_days,
|
295 |
+
"name" => $order->membership_name . " for order " . $order->code,
|
296 |
+
"currency" => strtolower(pmpro_getOption("currency")),
|
297 |
+
"id" => $order->code)
|
298 |
+
);
|
|
|
|
|
299 |
}
|
300 |
catch (Exception $e)
|
301 |
{
|
css/frontend.css
CHANGED
@@ -63,8 +63,6 @@ fieldset[disabled] .pmpro_btn {
|
|
63 |
---------------------------------------*/
|
64 |
form.pmpro_form div {clear: left; margin: .5em 0 1em 0; }
|
65 |
form.pmpro_form label {float: left; margin: 3px 10px 0 0; width: 120px; font-weight: bold; text-align: right; }
|
66 |
-
form.pmpro_form label.pmpro_normal {float: none; margin: 0 0 0 0; width: auto; font-weight: normal; text-align: auto;}
|
67 |
-
.pmpro_clickable {cursor: pointer;}
|
68 |
form.pmpro_form .likelabel {font-weight: bold; }
|
69 |
form.pmpro_form .input, form.pmpro_form textarea, .input, form.pmpro_form select {padding: 3px; border: 1px solid #AAA; margin: 0 3px 0 0; }
|
70 |
form.pmpro_form textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
|
63 |
---------------------------------------*/
|
64 |
form.pmpro_form div {clear: left; margin: .5em 0 1em 0; }
|
65 |
form.pmpro_form label {float: left; margin: 3px 10px 0 0; width: 120px; font-weight: bold; text-align: right; }
|
|
|
|
|
66 |
form.pmpro_form .likelabel {font-weight: bold; }
|
67 |
form.pmpro_form .input, form.pmpro_form textarea, .input, form.pmpro_form select {padding: 3px; border: 1px solid #AAA; margin: 0 3px 0 0; }
|
68 |
form.pmpro_form textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
|
email/checkout_check.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
<p>
|
13 |
Invoice #!!invoice_id!! on !!invoice_date!!<br />
|
14 |
-
Total Billed:
|
15 |
</p>
|
16 |
|
17 |
<p>Log in to your membership account here: !!login_link!!</p>
|
11 |
|
12 |
<p>
|
13 |
Invoice #!!invoice_id!! on !!invoice_date!!<br />
|
14 |
+
Total Billed: $!!invoice_total!!
|
15 |
</p>
|
16 |
|
17 |
<p>Log in to your membership account here: !!login_link!!</p>
|
includes/adminpages.php
CHANGED
@@ -59,15 +59,8 @@ function pmpro_add_pages()
|
|
59 |
global $submenu;
|
60 |
if(!empty($submenu['pmpro-membershiplevels']))
|
61 |
{
|
62 |
-
|
63 |
-
|
64 |
-
$submenu['pmpro-membershiplevels'][0][0] = __( 'Membership Levels', 'pmpro' );
|
65 |
-
$submenu['pmpro-membershiplevels'][0][3] = __( 'Membership Levels', 'pmpro' );
|
66 |
-
}
|
67 |
-
else
|
68 |
-
{
|
69 |
-
unset($submenu['pmpro-membershiplevels']);
|
70 |
-
}
|
71 |
}
|
72 |
}
|
73 |
add_action('admin_menu', 'pmpro_add_pages');
|
@@ -223,4 +216,4 @@ function pmpro_addons()
|
|
223 |
function pmpro_orders()
|
224 |
{
|
225 |
require_once(PMPRO_DIR . "/adminpages/orders.php");
|
226 |
-
}
|
59 |
global $submenu;
|
60 |
if(!empty($submenu['pmpro-membershiplevels']))
|
61 |
{
|
62 |
+
$submenu['pmpro-membershiplevels'][0][0] = "Membership Levels";
|
63 |
+
$submenu['pmpro-membershiplevels'][0][3] = "Membership Levels";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
}
|
65 |
}
|
66 |
add_action('admin_menu', 'pmpro_add_pages');
|
216 |
function pmpro_orders()
|
217 |
{
|
218 |
require_once(PMPRO_DIR . "/adminpages/orders.php");
|
219 |
+
}
|
includes/content.php
CHANGED
@@ -80,7 +80,6 @@ function pmpro_has_membership_access($post_id = NULL, $user_id = NULL, $return_m
|
|
80 |
}
|
81 |
elseif(!empty($myuser->ID))
|
82 |
{
|
83 |
-
$myuser->membership_level = pmpro_getMembershipLevelForUser($myuser->ID);
|
84 |
if(!empty($myuser->membership_level->ID) && in_array($myuser->membership_level->ID, $post_membership_levels_ids))
|
85 |
{
|
86 |
//the users membership id is one that will grant access
|
@@ -106,7 +105,7 @@ function pmpro_has_membership_access($post_id = NULL, $user_id = NULL, $return_m
|
|
106 |
//general filter for all posts
|
107 |
$hasaccess = apply_filters("pmpro_has_membership_access_filter", $hasaccess, $mypost, $myuser, $post_membership_levels);
|
108 |
//filter for this post type
|
109 |
-
if(has_filter("
|
110 |
$hasaccess = apply_filters("pmpro_has_membership_access_filter_" . $mypost->post_type, $hasaccess, $mypost, $myuser, $post_membership_levels);
|
111 |
|
112 |
//return
|
@@ -118,76 +117,50 @@ function pmpro_has_membership_access($post_id = NULL, $user_id = NULL, $return_m
|
|
118 |
|
119 |
function pmpro_search_filter($query)
|
120 |
{
|
121 |
-
|
122 |
-
|
123 |
-
//hide pmpro pages from search results
|
124 |
-
if(!$query->is_admin && $query->is_search && empty($query->query['post_parent']))
|
125 |
-
{
|
126 |
-
$query->set('post__not_in', $pmpro_pages ); // id of page or post
|
127 |
-
}
|
128 |
-
|
129 |
-
//hide member pages from non-members (make sure they aren't hidden from members)
|
130 |
-
if(!$query->is_admin &&
|
131 |
-
!$query->is_singular &&
|
132 |
-
empty($query->query['post_parent']) &&
|
133 |
-
(
|
134 |
-
empty($query->query_vars['post_type']) ||
|
135 |
-
in_array($query->query_vars['post_type'], apply_filters('pmpro_search_filter_post_types', array("page", "post")))
|
136 |
-
)
|
137 |
-
)
|
138 |
-
{
|
139 |
-
//get page ids that are in my levels
|
140 |
-
$levels = pmpro_getMembershipLevelsForUser($current_user->ID);
|
141 |
-
$my_pages = array();
|
142 |
-
|
143 |
-
if($levels) {
|
144 |
-
foreach($levels as $key => $level) {
|
145 |
-
//get restricted posts for level
|
146 |
-
$sql = "SELECT page_id FROM $wpdb->pmpro_memberships_pages WHERE membership_id=" . $current_user->membership_level->ID;
|
147 |
-
$member_pages = $wpdb->get_col($sql);
|
148 |
-
$my_pages = array_unique(array_merge($my_pages, $member_pages));
|
149 |
-
}
|
150 |
-
}
|
151 |
-
|
152 |
-
//get hidden page ids
|
153 |
-
if(!empty($my_pages))
|
154 |
-
$sql = "SELECT page_id FROM $wpdb->pmpro_memberships_pages WHERE page_id NOT IN(" . implode(',', $my_pages) . ")";
|
155 |
-
else
|
156 |
-
$sql = "SELECT page_id FROM $wpdb->pmpro_memberships_pages";
|
157 |
-
$hidden_page_ids = array_values(array_unique($wpdb->get_col($sql)));
|
158 |
-
|
159 |
-
if($hidden_page_ids)
|
160 |
-
$query->set('post__not_in', $hidden_page_ids);
|
161 |
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
$member_cats = pmpro_getMembershipCategories($level->id);
|
168 |
-
$my_cats = array_unique(array_merge($my_cats, $member_cats));
|
169 |
-
}
|
170 |
-
}
|
171 |
-
|
172 |
-
//get hidden cats
|
173 |
-
if(!empty($my_cats))
|
174 |
-
$sql = "SELECT category_id FROM $wpdb->pmpro_memberships_categories WHERE category_id NOT IN(" . implode(',', $my_cats) . ")";
|
175 |
-
else
|
176 |
-
$sql = "SELECT category_id FROM $wpdb->pmpro_memberships_categories";
|
177 |
-
|
178 |
-
$hidden_cat_ids = array_values(array_unique($wpdb->get_col($sql)));
|
179 |
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
|
185 |
-
|
186 |
}
|
187 |
-
$
|
188 |
-
if(
|
189 |
-
|
190 |
-
|
191 |
function pmpro_membership_content_filter($content, $skipcheck = false)
|
192 |
{
|
193 |
global $post, $current_user;
|
80 |
}
|
81 |
elseif(!empty($myuser->ID))
|
82 |
{
|
|
|
83 |
if(!empty($myuser->membership_level->ID) && in_array($myuser->membership_level->ID, $post_membership_levels_ids))
|
84 |
{
|
85 |
//the users membership id is one that will grant access
|
105 |
//general filter for all posts
|
106 |
$hasaccess = apply_filters("pmpro_has_membership_access_filter", $hasaccess, $mypost, $myuser, $post_membership_levels);
|
107 |
//filter for this post type
|
108 |
+
if(has_filter("pmpro_has_membership_access_action_" . $mypost->post_type))
|
109 |
$hasaccess = apply_filters("pmpro_has_membership_access_filter_" . $mypost->post_type, $hasaccess, $mypost, $myuser, $post_membership_levels);
|
110 |
|
111 |
//return
|
117 |
|
118 |
function pmpro_search_filter($query)
|
119 |
{
|
120 |
+
global $current_user, $wpdb, $pmpro_pages;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
+
//hide pmpro pages from search results
|
123 |
+
if(!$query->is_admin && $query->is_search)
|
124 |
+
{
|
125 |
+
$query->set('post__not_in', $pmpro_pages ); // id of page or post
|
126 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
+
//hide member pages from non-members (make sure they aren't hidden from members)
|
129 |
+
if(!$query->is_admin && $query->is_search)
|
130 |
+
{
|
131 |
+
//get pages that are in levels, but not in mine
|
132 |
+
$sqlQuery1 = "SELECT page_id FROM $wpdb->pmpro_memberships_pages ";
|
133 |
+
if(!empty($current_user->membership_level->ID))
|
134 |
+
$sqlQuery1 .= "WHERE membership_id <> '" . $current_user->membership_level->ID . "' ";
|
135 |
+
$pages_in_levels_not_mine = $wpdb->get_col($sqlQuery1);
|
136 |
+
|
137 |
+
//get pages that are in my level
|
138 |
+
$sqlQuery2 = "SELECT page_id FROM $wpdb->pmpro_memberships_pages ";
|
139 |
+
if(!empty($current_user->membership_level->ID))
|
140 |
+
$sqlQuery2 .= "WHERE membership_id = '" . $current_user->membership_level->ID . "' ";
|
141 |
+
$pages_in_my_level = $wpdb->get_col($sqlQuery2);
|
142 |
+
|
143 |
+
$hidden_page_ids = array_diff($pages_in_levels_not_mine, $pages_in_my_level);
|
144 |
+
if($hidden_page_ids)
|
145 |
+
$query->set('post__not_in', $hidden_page_ids ); // id of page or post
|
146 |
+
|
147 |
+
//get categories that are filtered by level, but not my level
|
148 |
+
$sqlQuery = "SELECT category_id FROM $wpdb->pmpro_memberships_categories ";
|
149 |
+
if(!empty($current_user->membership_level->ID))
|
150 |
+
$sqlQuery .= "WHERE membership_id <> '" . $current_user->membership_level->ID . "' ";
|
151 |
+
$hidden_post_cats = $wpdb->get_col($sqlQuery);
|
152 |
+
|
153 |
+
//make this work
|
154 |
+
if($hidden_post_cats)
|
155 |
+
$query->set('category__not_in', $hidden_post_cats);
|
156 |
+
}
|
157 |
|
158 |
+
return $query;
|
159 |
}
|
160 |
+
$showexcerpts = pmpro_getOption("showexcerpts");
|
161 |
+
if(empty($showexcerpts))
|
162 |
+
add_filter( 'pre_get_posts', 'pmpro_search_filter' );
|
163 |
+
|
164 |
function pmpro_membership_content_filter($content, $skipcheck = false)
|
165 |
{
|
166 |
global $post, $current_user;
|
includes/email.php
CHANGED
@@ -67,17 +67,15 @@ function pmpro_send_html( $phpmailer ) {
|
|
67 |
// Convert line breaks & make links clickable
|
68 |
$phpmailer->Body = make_clickable ($phpmailer->Body);
|
69 |
|
70 |
-
// Add
|
71 |
-
if(file_exists(
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
elseif(file_exists(get_template_directory() . "/email_footer.html"))
|
80 |
-
$phpmailer->Body = $phpmailer->Body . "\n" . file_get_contents(get_template_directory() . "/email_footer.html");
|
81 |
|
82 |
// Replace variables in email
|
83 |
global $current_user;
|
67 |
// Convert line breaks & make links clickable
|
68 |
$phpmailer->Body = make_clickable ($phpmailer->Body);
|
69 |
|
70 |
+
// Add template to message
|
71 |
+
if(file_exists(TEMPLATEPATH . "/email_header.html"))
|
72 |
+
{
|
73 |
+
$phpmailer->Body = file_get_contents(TEMPLATEPATH . "/email_header.html") . "\n" . $phpmailer->Body;
|
74 |
+
}
|
75 |
+
if(file_exists(TEMPLATEPATH . "/email_footer.html"))
|
76 |
+
{
|
77 |
+
$phpmailer->Body = $phpmailer->Body . "\n" . file_get_contents(TEMPLATEPATH . "/email_footer.html");
|
78 |
+
}
|
|
|
|
|
79 |
|
80 |
// Replace variables in email
|
81 |
global $current_user;
|
includes/filters.php
CHANGED
@@ -19,7 +19,7 @@ function pmpro_checkout_level_extend_memberships($level)
|
|
19 |
$expiration_date = $current_user->membership_level->enddate;
|
20 |
|
21 |
//calculate days left
|
22 |
-
$todays_date =
|
23 |
$time_left = $expiration_date - $todays_date;
|
24 |
|
25 |
//time left?
|
@@ -62,7 +62,7 @@ function pmpro_ipnhandler_level_extend_memberships($level, $user_id)
|
|
62 |
$expiration_date = $user_level->enddate;
|
63 |
|
64 |
//calculate days left
|
65 |
-
$todays_date =
|
66 |
$time_left = $expiration_date - $todays_date;
|
67 |
|
68 |
//time left?
|
19 |
$expiration_date = $current_user->membership_level->enddate;
|
20 |
|
21 |
//calculate days left
|
22 |
+
$todays_date = time();
|
23 |
$time_left = $expiration_date - $todays_date;
|
24 |
|
25 |
//time left?
|
62 |
$expiration_date = $user_level->enddate;
|
63 |
|
64 |
//calculate days left
|
65 |
+
$todays_date = time();
|
66 |
$time_left = $expiration_date - $todays_date;
|
67 |
|
68 |
//time left?
|
includes/functions.php
CHANGED
@@ -103,13 +103,11 @@ function pmpro_setOption($s, $v = NULL)
|
|
103 |
{
|
104 |
//no value is given, set v to the request var
|
105 |
if($v === NULL && isset($_REQUEST[$s]))
|
106 |
-
$v = $_REQUEST[$s];
|
107 |
|
108 |
if(is_array($v))
|
109 |
$v = implode(",", $v);
|
110 |
-
|
111 |
-
$v = trim($v);
|
112 |
-
|
113 |
return update_option("pmpro_" . $s, $v);
|
114 |
}
|
115 |
|
@@ -201,9 +199,9 @@ function pmpro_getLevelCost(&$level, $tags = true, $short = false)
|
|
201 |
global $pmpro_currency_symbol;
|
202 |
//initial payment
|
203 |
if(!$short)
|
204 |
-
$r = sprintf(
|
205 |
else
|
206 |
-
$r = sprintf(
|
207 |
|
208 |
//recurring part
|
209 |
if($level->billing_amount != '0.00')
|
@@ -212,36 +210,36 @@ function pmpro_getLevelCost(&$level, $tags = true, $short = false)
|
|
212 |
{
|
213 |
if($level->cycle_number == '1')
|
214 |
{
|
215 |
-
$r .= sprintf(
|
216 |
}
|
217 |
else
|
218 |
{
|
219 |
-
$r .= sprintf(
|
220 |
}
|
221 |
}
|
222 |
elseif($level->billing_limit == 1)
|
223 |
{
|
224 |
-
$r .= sprintf(
|
225 |
}
|
226 |
else
|
227 |
{
|
228 |
if( $level->billing_amount === $level->initial_payment ) {
|
229 |
if($level->cycle_number == '1')
|
230 |
{
|
231 |
-
$r = sprintf(
|
232 |
}
|
233 |
else
|
234 |
{
|
235 |
-
$r = sprintf(
|
236 |
}
|
237 |
} else {
|
238 |
if($level->cycle_number == '1')
|
239 |
{
|
240 |
-
$r .= sprintf(
|
241 |
}
|
242 |
else
|
243 |
{
|
244 |
-
$r .= sprintf(
|
245 |
}
|
246 |
}
|
247 |
}
|
@@ -259,22 +257,22 @@ function pmpro_getLevelCost(&$level, $tags = true, $short = false)
|
|
259 |
{
|
260 |
if($level->trial_limit == '1')
|
261 |
{
|
262 |
-
$r .= ' ' .
|
263 |
}
|
264 |
else
|
265 |
{
|
266 |
-
$r .= ' ' . sprintf(
|
267 |
}
|
268 |
}
|
269 |
else
|
270 |
{
|
271 |
if($level->trial_limit == '1')
|
272 |
{
|
273 |
-
$r .= ' ' . sprintf(
|
274 |
}
|
275 |
else
|
276 |
{
|
277 |
-
$r .= ' ' . sprintf(
|
278 |
}
|
279 |
}
|
280 |
}
|
@@ -285,7 +283,7 @@ function pmpro_getLevelCost(&$level, $tags = true, $short = false)
|
|
285 |
|
286 |
if($tax_state && $tax_rate && !pmpro_isLevelFree($level))
|
287 |
{
|
288 |
-
$r .= sprintf(
|
289 |
}
|
290 |
|
291 |
if(!$tags)
|
@@ -299,7 +297,7 @@ function pmpro_getLevelExpiration(&$level)
|
|
299 |
{
|
300 |
if($level->expiration_number)
|
301 |
{
|
302 |
-
$expiration_text = sprintf(
|
303 |
}
|
304 |
else
|
305 |
$expiration_text = "";
|
@@ -577,7 +575,7 @@ function pmpro_changeMembershipLevel($level, $user_id = NULL)
|
|
577 |
if(!empty($old_levels))
|
578 |
{
|
579 |
foreach($old_levels as $old_level) {
|
580 |
-
$sql = "UPDATE $wpdb->pmpro_memberships_users SET `status`='inactive', `enddate`=
|
581 |
if(!$wpdb->query($sql))
|
582 |
{
|
583 |
$pmpro_error = __("Error interacting with database", "pmpro") . ": ".(mysql_errno()?mysql_error():'unavailable');
|
@@ -605,10 +603,10 @@ function pmpro_changeMembershipLevel($level, $user_id = NULL)
|
|
605 |
if(is_array($level))
|
606 |
{
|
607 |
//make sure the dates are in good formats
|
608 |
-
if($level['startdate'] !=
|
609 |
$level['startdate'] = "'" . $level['startdate'] . "'";
|
610 |
|
611 |
-
if($level['enddate'] !=
|
612 |
$level['enddate'] = "'" . $level['enddate'] . "'";
|
613 |
|
614 |
//Better support mySQL Strict Mode by passing a proper enum value for cycle_period
|
@@ -636,22 +634,7 @@ function pmpro_changeMembershipLevel($level, $user_id = NULL)
|
|
636 |
}
|
637 |
else
|
638 |
{
|
639 |
-
$sql = "INSERT INTO $wpdb->pmpro_memberships_users (user_id
|
640 |
-
VALUES (
|
641 |
-
'" . $user_id . "',
|
642 |
-
'" . $level . "',
|
643 |
-
'0',
|
644 |
-
'0',
|
645 |
-
'0',
|
646 |
-
'0',
|
647 |
-
'0',
|
648 |
-
'0',
|
649 |
-
'0',
|
650 |
-
'0',
|
651 |
-
'" . current_time('mysql') . "',
|
652 |
-
'0000-00-00 00:00:00'
|
653 |
-
)";
|
654 |
-
|
655 |
if(!$wpdb->query($sql))
|
656 |
{
|
657 |
$pmpro_error = __("Error interacting with database", "pmpro") . ": ".(mysql_errno()?mysql_error():'unavailable');
|
@@ -768,13 +751,20 @@ function pmpro_updateMembershipCategories($level, $categories)
|
|
768 |
function pmpro_getMembershipCategories($level_id)
|
769 |
{
|
770 |
global $wpdb;
|
771 |
-
$categories = $wpdb->
|
772 |
FROM {$wpdb->pmpro_memberships_categories} AS c
|
773 |
-
WHERE c.membership_id = '" . $level_id . "'");
|
774 |
-
|
775 |
-
return $categories;
|
776 |
-
}
|
777 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
778 |
|
779 |
function pmpro_isAdmin($user_id = NULL)
|
780 |
{
|
@@ -830,7 +820,6 @@ function pmpro_getMetavalues($query)
|
|
830 |
global $wpdb;
|
831 |
|
832 |
$results = $wpdb->get_results($query);
|
833 |
-
$r = new stdClass();
|
834 |
foreach($results as $result)
|
835 |
{
|
836 |
$r->{$result->key} = $result->value;
|
@@ -1079,7 +1068,7 @@ function pmpro_getDiscountCode($seed = NULL)
|
|
1079 |
|
1080 |
while(empty($code))
|
1081 |
{
|
1082 |
-
$scramble = md5(AUTH_KEY .
|
1083 |
$code = substr($scramble, 0, 10);
|
1084 |
$check = $wpdb->get_var("SELECT code FROM $wpdb->pmpro_discount_codes WHERE code = '$code' LIMIT 1");
|
1085 |
if($check || is_numeric($code))
|
@@ -1094,94 +1083,85 @@ function pmpro_checkDiscountCode($code, $level_id = NULL, $return_errors = false
|
|
1094 |
{
|
1095 |
global $wpdb;
|
1096 |
|
1097 |
-
$error = false;
|
1098 |
-
|
1099 |
//no code, no code
|
1100 |
-
if(empty($code))
|
1101 |
-
$error = __("No code was given to check.", "pmpro");
|
1102 |
-
|
1103 |
-
//get code from db
|
1104 |
-
if(!$error)
|
1105 |
{
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
$error = __("The discount code could not be found.", "pmpro");
|
1111 |
}
|
1112 |
-
|
1113 |
-
//
|
1114 |
-
|
|
|
|
|
|
|
1115 |
{
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1119 |
|
1120 |
-
|
1121 |
-
|
1122 |
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
|
|
|
|
|
|
|
|
1126 |
}
|
1127 |
|
1128 |
-
//
|
1129 |
-
if(
|
1130 |
-
{
|
1131 |
-
if(
|
1132 |
-
|
|
|
|
|
1133 |
}
|
1134 |
|
1135 |
//have we run out of uses?
|
1136 |
-
if(
|
1137 |
{
|
1138 |
-
|
|
|
1139 |
{
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
|
|
1143 |
}
|
1144 |
}
|
1145 |
|
1146 |
//if a level was passed check if this code applies
|
1147 |
-
|
|
|
1148 |
{
|
1149 |
-
$
|
1150 |
-
|
|
|
1151 |
{
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
}
|
1157 |
}
|
1158 |
-
|
1159 |
-
//
|
1160 |
-
|
1161 |
-
|
1162 |
-
$error = $pmpro_check_discount_code; //string returned, this is an error
|
1163 |
-
elseif(!$pmpro_check_discount_code && !$error)
|
1164 |
-
$error = true; //no error before, but filter returned error
|
1165 |
-
elseif($pmpro_check_discount_code)
|
1166 |
-
$error = false; //filter is true, so error false
|
1167 |
-
|
1168 |
-
//return
|
1169 |
-
if($error)
|
1170 |
-
{
|
1171 |
-
//there was an error
|
1172 |
-
if(!empty($return_errors))
|
1173 |
-
return array(false, $error);
|
1174 |
-
else
|
1175 |
-
return false;
|
1176 |
-
}
|
1177 |
else
|
1178 |
-
|
1179 |
-
//guess we're all good
|
1180 |
-
if(!empty($return_errors))
|
1181 |
-
return array(true, __("This discount code is okay.", "pmpro"));
|
1182 |
-
else
|
1183 |
-
return true;
|
1184 |
-
}
|
1185 |
}
|
1186 |
|
1187 |
function pmpro_no_quotes($s, $quotes = array("'", '"'))
|
@@ -1203,7 +1183,7 @@ function pmpro_implodeToEnglish($array)
|
|
1203 |
if (!count ($array))
|
1204 |
return $last;
|
1205 |
|
1206 |
-
return implode (', ', $array).' ' .
|
1207 |
}
|
1208 |
|
1209 |
//from yoast wordpress seo
|
@@ -1353,7 +1333,7 @@ function pmpro_getLevel($level)
|
|
1353 |
{
|
1354 |
global $wpdb;
|
1355 |
$level_obj = $wpdb->get_row("SELECT * FROM $wpdb->pmpro_membership_levels WHERE name = '" . $level . "' LIMIT 1");
|
1356 |
-
$level_id = $
|
1357 |
$pmpro_levels[$level_id] = $level_obj;
|
1358 |
return $pmpro_levels[$level_id];
|
1359 |
}
|
@@ -1375,7 +1355,7 @@ function pmpro_getAllLevels($include_hidden = false, $force = false)
|
|
1375 |
$sqlQuery = "SELECT * FROM $wpdb->pmpro_membership_levels ";
|
1376 |
if(!$include_hidden)
|
1377 |
$sqlQuery .= " WHERE allow_signups = 1 ORDER BY id";
|
1378 |
-
|
1379 |
//get levels from the DB
|
1380 |
$raw_levels = $wpdb->get_results($sqlQuery);
|
1381 |
|
@@ -1392,7 +1372,7 @@ function pmpro_getAllLevels($include_hidden = false, $force = false)
|
|
1392 |
function pmpro_getCheckoutButton($level_id, $button_text = NULL, $classes = NULL)
|
1393 |
{
|
1394 |
if(empty($button_text))
|
1395 |
-
$button_text =
|
1396 |
|
1397 |
if(empty($classes))
|
1398 |
$classes = "btn btn-primary";
|
@@ -1521,16 +1501,10 @@ if(!function_exists("pmpro_getMemberDays"))
|
|
1521 |
{
|
1522 |
$startdate = pmpro_getMemberStartdate($user_id, $level_id);
|
1523 |
|
1524 |
-
|
1525 |
-
|
1526 |
-
$pmpro_member_days[$user_id][$level_id] = 0;
|
1527 |
-
else
|
1528 |
-
{
|
1529 |
-
$now = current_time('timestamp');
|
1530 |
-
$days = ($now - $startdate)/3600/24;
|
1531 |
|
1532 |
-
|
1533 |
-
}
|
1534 |
}
|
1535 |
|
1536 |
return $pmpro_member_days[$user_id][$level_id];
|
@@ -1739,4 +1713,4 @@ function pmpro_is_ready()
|
|
1739 |
return true;
|
1740 |
else
|
1741 |
return false;
|
1742 |
-
}
|
103 |
{
|
104 |
//no value is given, set v to the request var
|
105 |
if($v === NULL && isset($_REQUEST[$s]))
|
106 |
+
$v = trim($_REQUEST[$s]);
|
107 |
|
108 |
if(is_array($v))
|
109 |
$v = implode(",", $v);
|
110 |
+
|
|
|
|
|
111 |
return update_option("pmpro_" . $s, $v);
|
112 |
}
|
113 |
|
199 |
global $pmpro_currency_symbol;
|
200 |
//initial payment
|
201 |
if(!$short)
|
202 |
+
$r = sprintf(_x('The price for membership is <strong>%s</strong> now', 'Initial payment in cost text generation.', 'pmpro'), $pmpro_currency_symbol . number_format($level->initial_payment, 2));
|
203 |
else
|
204 |
+
$r = sprintf(_x('<strong>%s</strong> now', 'Shorter initial payment in cost text generation.', 'pmpro'), $pmpro_currency_symbol . number_format($level->initial_payment, 2));
|
205 |
|
206 |
//recurring part
|
207 |
if($level->billing_amount != '0.00')
|
210 |
{
|
211 |
if($level->cycle_number == '1')
|
212 |
{
|
213 |
+
$r .= sprintf(_x(' and then <strong>%s per %s for %d more %s</strong>.', 'Recurring payment in cost text generation. E.g. $5 every month for 2 more payments.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, pmpro_translate_billing_period($level->cycle_period), $level->billing_limit, pmpro_translate_billing_period($level->cycle_period, $level->billing_limit));
|
214 |
}
|
215 |
else
|
216 |
{
|
217 |
+
$r .= sprintf(_x(' and then <strong>%s every %d %s for %d more %s</strong>.', 'Recurring payment in cost text generation. E.g., $5 every 2 months for 2 more payments.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, $level->cycle_number, pmpro_translate_billing_period($level->cycle_period, $level->cycle_number), $level->billing_limit, pmpro_translate_billing_period($level->cycle_period, $level->billing_limit));
|
218 |
}
|
219 |
}
|
220 |
elseif($level->billing_limit == 1)
|
221 |
{
|
222 |
+
$r .= sprintf(_x(' and then <strong>%s after %d %s</strong>.', 'Recurring payment in cost text generation. E.g. $5 after 2 months.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, $level->cycle_number, pmpro_translate_billing_period($level->cycle_period, $level->cycle_number));
|
223 |
}
|
224 |
else
|
225 |
{
|
226 |
if( $level->billing_amount === $level->initial_payment ) {
|
227 |
if($level->cycle_number == '1')
|
228 |
{
|
229 |
+
$r = sprintf(_x('The price for membership is <strong>%s per %s</strong>.', 'Initial payment in cost text generation, with recurrence.', 'pmpro'), $pmpro_currency_symbol . number_format($level->initial_payment, 2), pmpro_translate_billing_period($level->cycle_period) );
|
230 |
}
|
231 |
else
|
232 |
{
|
233 |
+
$r = sprintf(_x('The price for membership is <strong>%s every %d %s</strong>.', 'Initial payment in cost text generation, with recurrence.', 'pmpro'), $pmpro_currency_symbol . number_format($level->initial_payment, 2), $level->cycle_number, pmpro_translate_billing_period($level->cycle_period) );
|
234 |
}
|
235 |
} else {
|
236 |
if($level->cycle_number == '1')
|
237 |
{
|
238 |
+
$r .= sprintf(_x(' and then <strong>%s per %s</strong>.', 'Recurring payment in cost text generation. E.g. $5 every month.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, pmpro_translate_billing_period($level->cycle_period));
|
239 |
}
|
240 |
else
|
241 |
{
|
242 |
+
$r .= sprintf(_x(' and then <strong>%s every %d %s</strong>.', 'Recurring payment in cost text generation. E.g., $5 every 2 months.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, $level->cycle_number, pmpro_translate_billing_period($level->cycle_period, $level->cycle_number));
|
243 |
}
|
244 |
}
|
245 |
}
|
257 |
{
|
258 |
if($level->trial_limit == '1')
|
259 |
{
|
260 |
+
$r .= ' ' . _x('After your initial payment, your first payment is Free.', 'Trial payment in cost text generation.', 'pmpro');
|
261 |
}
|
262 |
else
|
263 |
{
|
264 |
+
$r .= ' ' . sprintf(_x('After your initial payment, your first %d payments are Free.', 'Trial payment in cost text generation.', 'pmpro'), $level->trial_limit);
|
265 |
}
|
266 |
}
|
267 |
else
|
268 |
{
|
269 |
if($level->trial_limit == '1')
|
270 |
{
|
271 |
+
$r .= ' ' . sprintf(_x('After your initial payment, your first payment will cost %s.', 'Trial payment in cost text generation.', 'pmpro'), $pmpro_currency_symbol . $level->trial_amount);
|
272 |
}
|
273 |
else
|
274 |
{
|
275 |
+
$r .= ' ' . sprintf(_x('After your initial payment, your first %d payments will cost %s.', 'Trial payment in cost text generation. E.g. ... first 2 payments will cost $5', 'pmpro'), $level->trial_limit, $pmpro_currency_symbol . $level->trial_amount);
|
276 |
}
|
277 |
}
|
278 |
}
|
283 |
|
284 |
if($tax_state && $tax_rate && !pmpro_isLevelFree($level))
|
285 |
{
|
286 |
+
$r .= sprintf(_x('Customers in %s will be charged %s%% tax.', 'Tax part in cost text generation', 'pmpro'), $tax_state, round($tax_rate * 100, 2));
|
287 |
}
|
288 |
|
289 |
if(!$tags)
|
297 |
{
|
298 |
if($level->expiration_number)
|
299 |
{
|
300 |
+
$expiration_text = sprintf(_x("Membership expires after %d %s.", "Expiration text. E.g. Membership expires after 5 Months.", "pmpro"), $level->expiration_number, pmpro_translate_billing_period($level->expiration_period, $level->expiration_number));
|
301 |
}
|
302 |
else
|
303 |
$expiration_text = "";
|
575 |
if(!empty($old_levels))
|
576 |
{
|
577 |
foreach($old_levels as $old_level) {
|
578 |
+
$sql = "UPDATE $wpdb->pmpro_memberships_users SET `status`='inactive', `enddate`=NOW() WHERE `id`=".$old_level->subscription_id;
|
579 |
if(!$wpdb->query($sql))
|
580 |
{
|
581 |
$pmpro_error = __("Error interacting with database", "pmpro") . ": ".(mysql_errno()?mysql_error():'unavailable');
|
603 |
if(is_array($level))
|
604 |
{
|
605 |
//make sure the dates are in good formats
|
606 |
+
if($level['startdate'] != "NOW()" && $level['startdate'] != "NULL" && substr($level['startdate'], 0, 1) != "'")
|
607 |
$level['startdate'] = "'" . $level['startdate'] . "'";
|
608 |
|
609 |
+
if($level['enddate'] != "NOW()" && $level['enddate'] != "NULL" && substr($level['enddate'], 0, 1) != "'")
|
610 |
$level['enddate'] = "'" . $level['enddate'] . "'";
|
611 |
|
612 |
//Better support mySQL Strict Mode by passing a proper enum value for cycle_period
|
634 |
}
|
635 |
else
|
636 |
{
|
637 |
+
$sql = "INSERT INTO $wpdb->pmpro_memberships_users (`membership_id`,`user_id`, `startdate`) VALUES ('" . $level . "','" . $user_id . "',NOW())";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
638 |
if(!$wpdb->query($sql))
|
639 |
{
|
640 |
$pmpro_error = __("Error interacting with database", "pmpro") . ": ".(mysql_errno()?mysql_error():'unavailable');
|
751 |
function pmpro_getMembershipCategories($level_id)
|
752 |
{
|
753 |
global $wpdb;
|
754 |
+
$categories = $wpdb->get_results("SELECT c.category_id
|
755 |
FROM {$wpdb->pmpro_memberships_categories} AS c
|
756 |
+
WHERE c.membership_id = '" . $level_id . "'", ARRAY_N);
|
|
|
|
|
|
|
757 |
|
758 |
+
$returns = array();
|
759 |
+
if(is_array($categories))
|
760 |
+
{
|
761 |
+
foreach($categories as $cat)
|
762 |
+
{
|
763 |
+
$returns[] = $cat;
|
764 |
+
}
|
765 |
+
}
|
766 |
+
return $returns;
|
767 |
+
}
|
768 |
|
769 |
function pmpro_isAdmin($user_id = NULL)
|
770 |
{
|
820 |
global $wpdb;
|
821 |
|
822 |
$results = $wpdb->get_results($query);
|
|
|
823 |
foreach($results as $result)
|
824 |
{
|
825 |
$r->{$result->key} = $result->value;
|
1068 |
|
1069 |
while(empty($code))
|
1070 |
{
|
1071 |
+
$scramble = md5(AUTH_KEY . time() . $seed . SECURE_AUTH_KEY);
|
1072 |
$code = substr($scramble, 0, 10);
|
1073 |
$check = $wpdb->get_var("SELECT code FROM $wpdb->pmpro_discount_codes WHERE code = '$code' LIMIT 1");
|
1074 |
if($check || is_numeric($code))
|
1083 |
{
|
1084 |
global $wpdb;
|
1085 |
|
|
|
|
|
1086 |
//no code, no code
|
1087 |
+
if(empty($code))
|
|
|
|
|
|
|
|
|
1088 |
{
|
1089 |
+
if($return_errors)
|
1090 |
+
return array(false, "No code was given to check.");
|
1091 |
+
else
|
1092 |
+
return false;
|
|
|
1093 |
}
|
1094 |
+
|
1095 |
+
//get code from db
|
1096 |
+
$dbcode = $wpdb->get_row("SELECT *, UNIX_TIMESTAMP(starts) as starts, UNIX_TIMESTAMP(expires) as expires FROM $wpdb->pmpro_discount_codes WHERE code ='" . $code . "' LIMIT 1");
|
1097 |
+
|
1098 |
+
//did we find it?
|
1099 |
+
if(empty($dbcode->id))
|
1100 |
{
|
1101 |
+
if($return_errors)
|
1102 |
+
return array(false, __("The discount code could not be found.", "pmpro"));
|
1103 |
+
else
|
1104 |
+
return false;
|
1105 |
+
}
|
1106 |
+
|
1107 |
+
//fix the date timestamps
|
1108 |
+
$dbcode->starts = strtotime(date("m/d/Y", $dbcode->starts));
|
1109 |
+
$dbcode->expires = strtotime(date("m/d/Y", $dbcode->expires));
|
1110 |
|
1111 |
+
//today
|
1112 |
+
$today = strtotime(date("m/d/Y 00:00:00"));
|
1113 |
|
1114 |
+
//has this code started yet?
|
1115 |
+
if(!empty($dbcode->starts) && $dbcode->starts > $today)
|
1116 |
+
{
|
1117 |
+
if($return_errors)
|
1118 |
+
return array(false, sprintf(__("This discount code goes into effect on %s.", "pmpro"), date(get_option('date_format'), $dbcode->starts)));
|
1119 |
+
else
|
1120 |
+
return false;
|
1121 |
}
|
1122 |
|
1123 |
+
//has this code expired?
|
1124 |
+
if(!empty($dbcode->expires) && $dbcode->expires < $today)
|
1125 |
+
{
|
1126 |
+
if($return_errors)
|
1127 |
+
return array(false, sprintf(__("This discount code expired on %s.", "pmpro"), date(get_option('date_format'), $dbcode->expires)));
|
1128 |
+
else
|
1129 |
+
return false;
|
1130 |
}
|
1131 |
|
1132 |
//have we run out of uses?
|
1133 |
+
if($dbcode->uses > 0)
|
1134 |
{
|
1135 |
+
$used = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->pmpro_discount_codes_uses WHERE code_id = '" . $dbcode->id . "'");
|
1136 |
+
if($used >= $dbcode->uses)
|
1137 |
{
|
1138 |
+
if($return_errors)
|
1139 |
+
return array(false, __("This discount code is no longer valid.", "pmpro"));
|
1140 |
+
else
|
1141 |
+
return false;
|
1142 |
}
|
1143 |
}
|
1144 |
|
1145 |
//if a level was passed check if this code applies
|
1146 |
+
$pmpro_check_discount_code_levels = apply_filters("pmpro_check_discount_code_levels", true, $dbcode->id);
|
1147 |
+
if(!empty($level_id) && $pmpro_check_discount_code_levels)
|
1148 |
{
|
1149 |
+
$code_level = $wpdb->get_row("SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id WHERE cl.code_id = '" . $dbcode->id . "' AND cl.level_id = '" . $level_id . "' LIMIT 1");
|
1150 |
+
|
1151 |
+
if(empty($code_level))
|
1152 |
{
|
1153 |
+
if(!empty($return_errors))
|
1154 |
+
return array(false, __("This discount code does not apply to this membership level.", "pmpro"));
|
1155 |
+
else
|
1156 |
+
return false;
|
1157 |
}
|
1158 |
}
|
1159 |
+
|
1160 |
+
//guess we're all good
|
1161 |
+
if(!empty($return_errors))
|
1162 |
+
return array(true, __("This discount code is okay.", "pmpro"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1163 |
else
|
1164 |
+
return true;
|
|
|
|
|
|
|
|
|
|
|
|
|
1165 |
}
|
1166 |
|
1167 |
function pmpro_no_quotes($s, $quotes = array("'", '"'))
|
1183 |
if (!count ($array))
|
1184 |
return $last;
|
1185 |
|
1186 |
+
return implode (', ', $array).' ' . _x('and', 'Used in generation of a list. E.g. a, b, c (AND) d.', 'pmpro') . ' '.$last;
|
1187 |
}
|
1188 |
|
1189 |
//from yoast wordpress seo
|
1333 |
{
|
1334 |
global $wpdb;
|
1335 |
$level_obj = $wpdb->get_row("SELECT * FROM $wpdb->pmpro_membership_levels WHERE name = '" . $level . "' LIMIT 1");
|
1336 |
+
$level_id = $level->ID;
|
1337 |
$pmpro_levels[$level_id] = $level_obj;
|
1338 |
return $pmpro_levels[$level_id];
|
1339 |
}
|
1355 |
$sqlQuery = "SELECT * FROM $wpdb->pmpro_membership_levels ";
|
1356 |
if(!$include_hidden)
|
1357 |
$sqlQuery .= " WHERE allow_signups = 1 ORDER BY id";
|
1358 |
+
|
1359 |
//get levels from the DB
|
1360 |
$raw_levels = $wpdb->get_results($sqlQuery);
|
1361 |
|
1372 |
function pmpro_getCheckoutButton($level_id, $button_text = NULL, $classes = NULL)
|
1373 |
{
|
1374 |
if(empty($button_text))
|
1375 |
+
$button_text = _x("Sign Up for !!name!! Now", "Do not translate !!name!!", "pmpro");
|
1376 |
|
1377 |
if(empty($classes))
|
1378 |
$classes = "btn btn-primary";
|
1501 |
{
|
1502 |
$startdate = pmpro_getMemberStartdate($user_id, $level_id);
|
1503 |
|
1504 |
+
$now = time();
|
1505 |
+
$days = ($now - $startdate)/3600/24;
|
|
|
|
|
|
|
|
|
|
|
1506 |
|
1507 |
+
$pmpro_member_days[$user_id][$level_id] = $days;
|
|
|
1508 |
}
|
1509 |
|
1510 |
return $pmpro_member_days[$user_id][$level_id];
|
1713 |
return true;
|
1714 |
else
|
1715 |
return false;
|
1716 |
+
}
|
includes/init.php
CHANGED
@@ -208,33 +208,4 @@ function pmpro_set_current_user()
|
|
208 |
|
209 |
do_action("pmpro_after_set_current_user");
|
210 |
}
|
211 |
-
add_action('set_current_user', 'pmpro_set_current_user');
|
212 |
-
add_action('init', 'pmpro_set_current_user');
|
213 |
-
|
214 |
-
/*
|
215 |
-
* Add Membership Level to Users page in WordPress dashboard.
|
216 |
-
*/
|
217 |
-
function pmpro_manage_users_columns($columns) {
|
218 |
-
$columns['pmpro_membership_level'] = __('Membership Level', 'pmpro');
|
219 |
-
return $columns;
|
220 |
-
}
|
221 |
-
|
222 |
-
function pmpro_manage_users_custom_column($column_data, $column_name, $user_id) {
|
223 |
-
|
224 |
-
if($column_name == 'pmpro_membership_level') {
|
225 |
-
$levels = pmpro_getMembershipLevelsForUser($user_id);
|
226 |
-
$level_names = array();
|
227 |
-
if(!empty($levels)) {
|
228 |
-
foreach($levels as $key => $level)
|
229 |
-
$level_names[] = $level->name;
|
230 |
-
$column_data = implode(',', $level_names);
|
231 |
-
}
|
232 |
-
else
|
233 |
-
$column_data = __('None', 'pmpro');
|
234 |
-
}
|
235 |
-
return $column_data;
|
236 |
-
}
|
237 |
-
|
238 |
-
add_filter('manage_users_columns', 'pmpro_manage_users_columns');
|
239 |
-
add_filter('manage_users_custom_column', 'pmpro_manage_users_custom_column', 10, 3);
|
240 |
-
|
208 |
|
209 |
do_action("pmpro_after_set_current_user");
|
210 |
}
|
211 |
+
add_action('set_current_user', 'pmpro_set_current_user');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/login.php
CHANGED
@@ -54,7 +54,7 @@ add_filter('wp_signup_location', 'pmpro_wp_signup_location');
|
|
54 |
|
55 |
//redirect from default login pages to PMPro
|
56 |
function pmpro_login_head()
|
57 |
-
{
|
58 |
$login_redirect = apply_filters("pmpro_login_redirect", true);
|
59 |
|
60 |
if((pmpro_is_login_page() || is_page("login") ||
|
@@ -139,20 +139,4 @@ function pmpro_login_head()
|
|
139 |
}
|
140 |
}
|
141 |
add_action('wp', 'pmpro_login_head');
|
142 |
-
add_action('login_init', 'pmpro_login_head');
|
143 |
-
|
144 |
-
/*
|
145 |
-
If a redirect_to value is passed into /login/ and you are logged in already, just redirect there
|
146 |
-
|
147 |
-
@since 1.7.14
|
148 |
-
*/
|
149 |
-
function pmpro_redirect_to_logged_in()
|
150 |
-
{
|
151 |
-
if((pmpro_is_login_page() || is_page("login")) && !empty($_REQUEST['redirect_to']) && is_user_logged_in())
|
152 |
-
{
|
153 |
-
wp_redirect($_REQUEST['redirect_to']);
|
154 |
-
exit;
|
155 |
-
}
|
156 |
-
}
|
157 |
-
add_action("template_redirect", "pmpro_redirect_to_logged_in", 5);
|
158 |
-
add_action("login_init", "pmpro_redirect_to_logged_in", 5);
|
54 |
|
55 |
//redirect from default login pages to PMPro
|
56 |
function pmpro_login_head()
|
57 |
+
{
|
58 |
$login_redirect = apply_filters("pmpro_login_redirect", true);
|
59 |
|
60 |
if((pmpro_is_login_page() || is_page("login") ||
|
139 |
}
|
140 |
}
|
141 |
add_action('wp', 'pmpro_login_head');
|
142 |
+
add_action('login_init', 'pmpro_login_head');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/metaboxes.php
CHANGED
@@ -96,8 +96,8 @@ function pmpro_page_save($post_id)
|
|
96 |
//wrapper to add meta boxes
|
97 |
function pmpro_page_meta_wrapper()
|
98 |
{
|
99 |
-
add_meta_box('pmpro_page_meta',
|
100 |
-
add_meta_box('pmpro_page_meta',
|
101 |
}
|
102 |
if (is_admin())
|
103 |
{
|
96 |
//wrapper to add meta boxes
|
97 |
function pmpro_page_meta_wrapper()
|
98 |
{
|
99 |
+
add_meta_box('pmpro_page_meta', _x('Require Membership', 'metabox heading', 'pmpro'), 'pmpro_page_meta', 'page', 'side');
|
100 |
+
add_meta_box('pmpro_page_meta', _x('Require Membership', 'metabox heading', 'pmpro'), 'pmpro_page_meta', 'post', 'side');
|
101 |
}
|
102 |
if (is_admin())
|
103 |
{
|
includes/profile.php
CHANGED
@@ -130,7 +130,7 @@ function pmpro_membership_level_profile_fields($user)
|
|
130 |
for($i = 1; $i < 13; $i++)
|
131 |
{
|
132 |
?>
|
133 |
-
<option value="<?php echo $i?>" <?php if($i == $selected_expires_month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $current_year
|
134 |
<?php
|
135 |
}
|
136 |
?>
|
@@ -183,8 +183,8 @@ function pmpro_membership_level_profile_fields_update()
|
|
183 |
if(!empty($_REQUEST['expires']))
|
184 |
{
|
185 |
//update the expiration date
|
186 |
-
$expiration_date = intval($_REQUEST['expires_year']) . "-" .
|
187 |
-
$sqlQuery = "UPDATE $wpdb->pmpro_memberships_users SET enddate = '" . $expiration_date . "' WHERE status = 'active' AND
|
188 |
if($wpdb->query($sqlQuery))
|
189 |
$expiration_changed = true;
|
190 |
}
|
@@ -197,7 +197,7 @@ function pmpro_membership_level_profile_fields_update()
|
|
197 |
if(empty($blank))
|
198 |
{
|
199 |
//null out the expiration
|
200 |
-
$sqlQuery = "UPDATE $wpdb->pmpro_memberships_users SET enddate = NULL WHERE status = 'active' AND
|
201 |
if($wpdb->query($sqlQuery))
|
202 |
$expiration_changed = true;
|
203 |
}
|
130 |
for($i = 1; $i < 13; $i++)
|
131 |
{
|
132 |
?>
|
133 |
+
<option value="<?php echo $i?>" <?php if($i == $selected_expires_month) { ?>selected="selected"<?php } ?>><?php echo date("M", strtotime($i . "/1/" . $current_year))?></option>
|
134 |
<?php
|
135 |
}
|
136 |
?>
|
183 |
if(!empty($_REQUEST['expires']))
|
184 |
{
|
185 |
//update the expiration date
|
186 |
+
$expiration_date = intval($_REQUEST['expires_year']) . "-" . intval($_REQUEST['expires_month']) . "-" . intval($_REQUEST['expires_day']);
|
187 |
+
$sqlQuery = "UPDATE $wpdb->pmpro_memberships_users SET enddate = '" . $expiration_date . "' WHERE status = 'active' AND user_id = '" . $user_ID . "' LIMIT 1";
|
188 |
if($wpdb->query($sqlQuery))
|
189 |
$expiration_changed = true;
|
190 |
}
|
197 |
if(empty($blank))
|
198 |
{
|
199 |
//null out the expiration
|
200 |
+
$sqlQuery = "UPDATE $wpdb->pmpro_memberships_users SET enddate = NULL WHERE status = 'active' AND user_id = '" . $user_ID . "' LIMIT 1";
|
201 |
if($wpdb->query($sqlQuery))
|
202 |
$expiration_changed = true;
|
203 |
}
|
includes/services.php
CHANGED
@@ -12,7 +12,7 @@ if(isset($_REQUEST['action']) && $_REQUEST['action'] == "applydiscountcode")
|
|
12 |
require_once(dirname(__FILE__) . "/../services/applydiscountcode.php");
|
13 |
exit;
|
14 |
}
|
15 |
-
add_action("init", "pmpro_applydiscountcode_init"
|
16 |
}
|
17 |
function pmpro_wp_ajax_authnet_silent_post()
|
18 |
{
|
12 |
require_once(dirname(__FILE__) . "/../services/applydiscountcode.php");
|
13 |
exit;
|
14 |
}
|
15 |
+
add_action("init", "pmpro_applydiscountcode_init");
|
16 |
}
|
17 |
function pmpro_wp_ajax_authnet_silent_post()
|
18 |
{
|
includes/upgradecheck.php
CHANGED
@@ -73,7 +73,7 @@ function pmpro_checkForUpgrades()
|
|
73 |
if($pmpro_db_version < 1.72)
|
74 |
{
|
75 |
//schedule the credit card expiring cron
|
76 |
-
wp_schedule_event(
|
77 |
|
78 |
pmpro_setOption("db_version", "1.72");
|
79 |
$pmpro_db_version = 1.72;
|
@@ -93,18 +93,6 @@ function pmpro_checkForUpgrades()
|
|
93 |
pmpro_setOption("db_version", "1.79");
|
94 |
$pmpro_db_version = 1.79;
|
95 |
}
|
96 |
-
|
97 |
-
//set default filter_queries setting
|
98 |
-
if($pmpro_db_version < 1.791)
|
99 |
-
{
|
100 |
-
if(!pmpro_getOption("showexcerpts"))
|
101 |
-
pmpro_setOption("filterqueries", 1);
|
102 |
-
else
|
103 |
-
pmpro_SetOption("filterqueries", 0);
|
104 |
-
|
105 |
-
pmpro_setOption("db_version", "1.791");
|
106 |
-
$pmpro_db_version = 1.791;
|
107 |
-
}
|
108 |
}
|
109 |
|
110 |
function pmpro_upgrade_1_7()
|
73 |
if($pmpro_db_version < 1.72)
|
74 |
{
|
75 |
//schedule the credit card expiring cron
|
76 |
+
wp_schedule_event(time(), 'monthly', 'pmpro_cron_credit_card_expiring_warnings');
|
77 |
|
78 |
pmpro_setOption("db_version", "1.72");
|
79 |
$pmpro_db_version = 1.72;
|
93 |
pmpro_setOption("db_version", "1.79");
|
94 |
$pmpro_db_version = 1.79;
|
95 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
|
98 |
function pmpro_upgrade_1_7()
|
languages/email/da_DK/admin_change.html
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<p>En Administrator hos !!sitename!! har ændret dit medlemsskab niveau.</p>
|
2 |
-
|
3 |
-
<p>!!membership_change!!.</p>
|
4 |
-
|
5 |
-
<p>Hvis du ikke har bedt om, at få dit medlemsskab ændret, og gerne ville vide mere omkring det, kontakt os venligst på denne mail !!siteemail!!</p>
|
6 |
-
|
7 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/admin_change_admin.html
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
<p>En Administrator hos !!sitename!! har ændret medlemsskab niveau.</p>
|
2 |
-
|
3 |
-
<p>!!membership_change!!.</p>
|
4 |
-
|
5 |
-
<p>Log ind på din Wordpress admin her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/billing.html
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
<p>Din betaings informationer hos !!sitename!! er bleven ændret.</p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>
|
5 |
-
Betalings Informationer:<br />
|
6 |
-
!!billing_address!!
|
7 |
-
</p>
|
8 |
-
|
9 |
-
<p>
|
10 |
-
!!cardtype!!: !!accountnumber!!<br />
|
11 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
12 |
-
</p>
|
13 |
-
|
14 |
-
<p>Hvis du ikke har bedt om, at ændre betalings informationer, så kontakt os via !!siteemail!!</p>
|
15 |
-
|
16 |
-
<p>Log ind til din medlems konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/billing_admin.html
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
<p>Betalings informationer for !!display_name!! hos !!sitename!! er bleven ændret.</p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>
|
5 |
-
Betalings informationer:<br />
|
6 |
-
!!billing_name!!<br />
|
7 |
-
!!billing_street!!<br />
|
8 |
-
!!billing_city!!, !!billing_state!! !!billing_zip!! !!billing_country!!
|
9 |
-
!!billing_phone!!
|
10 |
-
</p>
|
11 |
-
|
12 |
-
<p>
|
13 |
-
!!cardtype!!: !!accountnumber!!<br />
|
14 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
15 |
-
</p>
|
16 |
-
|
17 |
-
<p>Log ind på din Wordpress kontrolpanel her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/billing_failure.html
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
<p>Den nuværende abonnements betaling for dit !!sitename!! medlemsskab har fejlet. <strong>Klik på følgende link for at logge ind og opdatere dine betalings informationer for at undgå at din konto blive deaktiveret. !!login_link!!</strong></p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>De seneste konto informationer vi på arkiv er:</p>
|
5 |
-
|
6 |
-
<p>!!billing_address!!</p>
|
7 |
-
|
8 |
-
<p>
|
9 |
-
!!cardtype!!: !!accountnumber!!<br />
|
10 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
11 |
-
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/billing_failure_admin.html
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
<p>Betaling Fejlet</p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>De seneste konto informationer vi på arkiv er:</p>
|
5 |
-
|
6 |
-
<p>!!billing_address!!</p>
|
7 |
-
|
8 |
-
<p>
|
9 |
-
!!cardtype!!: !!accountnumber!!<br />
|
10 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
11 |
-
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/cancel.html
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
<p>Dit medlemsskab hos !!sitename!! er bleven annulleret.</p>
|
2 |
-
|
3 |
-
<p>Hvis du ikke har anmodet om at denne annullering, og ville vide mere omkring det. Kontakt os via !!siteemail!!</p>
|
|
|
|
|
|
languages/email/da_DK/cancel_admin.html
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<p>Medlemsskabet for !!user_login!! hos !!sitename!! er bleven annulleret.</p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>Medlemsskab Niveau: !!membership_level_name!!</p>
|
5 |
-
<p>Start Dato: !!startdate!!</p>
|
6 |
-
<p>Annullering Dato: !!enddate!!</p>
|
7 |
-
|
8 |
-
<p>Log ind på din Wordpress admin her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_check.html
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
<p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
|
2 |
-
|
3 |
-
!!instructions!!
|
4 |
-
|
5 |
-
<p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
|
6 |
-
|
7 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
8 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
9 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
10 |
-
!!membership_expiration!! !!discount_code!!
|
11 |
-
|
12 |
-
<p>
|
13 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
14 |
-
Regning Total: !!invoice_total!!
|
15 |
-
</p>
|
16 |
-
|
17 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_check_admin.html
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
<p>Der er kommet et nyt medlem hos !!sitename!!.</p>
|
2 |
-
|
3 |
-
<p><strong>De har valgt at betale med check.</strong></p>
|
4 |
-
|
5 |
-
<p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
|
6 |
-
|
7 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
8 |
-
<p>Meldlemsskab Niveau: !!membership_level_name!!</p>
|
9 |
-
<p>Medlemsskab Gebyr: !!membership_cost!!</p>
|
10 |
-
!!membership_expiration!! !!discount_code!!
|
11 |
-
|
12 |
-
<p>
|
13 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
14 |
-
Regning Total: $!!invoice_total!!
|
15 |
-
</p>
|
16 |
-
|
17 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_express.html
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
<p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
|
2 |
-
<p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
11 |
-
Regning Total: !!invoice_total!!
|
12 |
-
</p>
|
13 |
-
|
14 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_express_admin.html
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
<p>Der er kommet et nyt medlem hos !!sitename!!.</p>
|
2 |
-
<p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskab Nivea: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskab Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
11 |
-
Regning Total: !!invoice_total!!
|
12 |
-
</p>
|
13 |
-
|
14 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_free.html
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
|
2 |
-
<p>Nedenfor er detaljerne omkring dit nye medlemsskab.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
!!membership_expiration!! !!discount_code!!
|
7 |
-
|
8 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_free_admin.html
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<p>Der er kommet et nyt medlem hos !!sitename!!.</p>
|
2 |
-
<p>Nedenfor er detaljerne omkring det nye medlemsskabs konto.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
!!membership_expiration!! !!discount_code!!
|
7 |
-
|
8 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_freetrial.html
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret</p>
|
2 |
-
<p>Nedenfor er detaljerne omkring dit nye medlemsskab.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Betalings informationer i Arkivet:<br />
|
11 |
-
!!billing_address!!
|
12 |
-
</p>
|
13 |
-
|
14 |
-
<p>
|
15 |
-
!!cardtype!!: !!accountnumber!!<br />
|
16 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
17 |
-
</p>
|
18 |
-
|
19 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_freetrial_admin.html
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<p>Der er kommet et nyt medlem hos !!sitename!!.</p>
|
2 |
-
<p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Betalings informationer i Arkivet:<br />
|
11 |
-
!!billing_address!!
|
12 |
-
</p>
|
13 |
-
|
14 |
-
<p>
|
15 |
-
!!cardtype!!: !!accountnumber!!<br />
|
16 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
17 |
-
</p>
|
18 |
-
|
19 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_paid.html
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
<p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
|
2 |
-
<p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
11 |
-
Regning Total: !!invoice_total!!
|
12 |
-
</p>
|
13 |
-
<p>
|
14 |
-
Betalings Informationer:<br />
|
15 |
-
!!billing_address!!
|
16 |
-
</p>
|
17 |
-
|
18 |
-
<p>
|
19 |
-
!!cardtype!!: !!accountnumber!!<br />
|
20 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
21 |
-
</p>
|
22 |
-
|
23 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_paid_admin.html
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
<p>Der er kommet et nyt medlem hos !!sitename!!.</p>
|
2 |
-
<p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
11 |
-
Regning Total: !!invoice_total!!
|
12 |
-
</p>
|
13 |
-
<p>
|
14 |
-
Betalings Informationer:<br />
|
15 |
-
!!billing_address!!
|
16 |
-
</p>
|
17 |
-
|
18 |
-
<p>
|
19 |
-
!!cardtype!!: !!accountnumber!!<br />
|
20 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
21 |
-
</p>
|
22 |
-
|
23 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_trial.html
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
<p>Tak for din bestilling til !!sitename!!. Dit medlemsskab er nu aktiveret.</p>
|
2 |
-
<p>Nedenfor er detaljerne omkring dit nye medlemsskab og en faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
11 |
-
Regning Total: !!invoice_total!!
|
12 |
-
</p>
|
13 |
-
<p>
|
14 |
-
Betalings Informationer:<br />
|
15 |
-
!!billing_address!!
|
16 |
-
</p>
|
17 |
-
|
18 |
-
<p>
|
19 |
-
!!cardtype!!: !!accountnumber!!<br />
|
20 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
21 |
-
</p>
|
22 |
-
|
23 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/checkout_trial_admin.html
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
<p>Der er kommet et nyt medlem hos !!sitename!!.</p>
|
2 |
-
<p>Nedenfor er detaljer omkring det nye medlems konto og en forklaring på medlemmets faktura.</p>
|
3 |
-
|
4 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
5 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
6 |
-
<p>Medlemsskabs Gebyr: !!membership_cost!!</p>
|
7 |
-
!!membership_expiration!! !!discount_code!!
|
8 |
-
|
9 |
-
<p>
|
10 |
-
Faktura #!!invoice_id!! on !!invoice_date!!<br />
|
11 |
-
Regning Total: !!invoice_total!!
|
12 |
-
</p>
|
13 |
-
<p>
|
14 |
-
Betalings Informationer:<br />
|
15 |
-
!!billing_address!!
|
16 |
-
</p>
|
17 |
-
|
18 |
-
<p>
|
19 |
-
!!cardtype!!: !!accountnumber!!<br />
|
20 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
21 |
-
</p>
|
22 |
-
|
23 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/credit_card_expiring.html
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
<p>Den nuværende abonnements betaling for dit !!sitename!! medlemsskab har fejlet. <strong>Klik på følgende link for at logge ind og opdatere dine betalings informationer for at undgå at din konto blive deaktiveret. !!login_link!!</strong></p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>De seneste konto informationer vi på arkiv er:</p>
|
5 |
-
|
6 |
-
<p>!!billing_name!!</br />
|
7 |
-
!!billing_address!!
|
8 |
-
</p>
|
9 |
-
|
10 |
-
<p>
|
11 |
-
!!cardtype!!: !!accountnumber!!<br />
|
12 |
-
Udløber: !!expirationmonth!!/!!expirationyear!!
|
13 |
-
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/default.html
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
!!body!!
|
|
languages/email/da_DK/footer.html
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<p>
|
2 |
-
Respectfully,<br />
|
3 |
-
!!sitename!!
|
4 |
-
</p>
|
|
|
|
|
|
|
|
languages/email/da_DK/header.html
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
<p>Kære !!name!!,</p>
|
|
languages/email/da_DK/invoice.html
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<p>Thank you for your membership to !!sitename!!. Below is a receipt for your most recent membership invoice.</p>
|
2 |
-
|
3 |
-
<p>Account: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>
|
5 |
-
Invoice #!!invoice_id!! on !!invoice_date!!<br />
|
6 |
-
Total Billed: !!invoice_total!!
|
7 |
-
</p>
|
8 |
-
<p>
|
9 |
-
Billing Information:<br />
|
10 |
-
!!billing_address!!
|
11 |
-
</p>
|
12 |
-
|
13 |
-
<p>
|
14 |
-
!!cardtype!!: !!accountnumber!!<br />
|
15 |
-
Expires: !!expirationmonth!!/!!expirationyear!!
|
16 |
-
</p>
|
17 |
-
|
18 |
-
<p>Log in to your membership account here: !!login_link!!</p>
|
19 |
-
<p>To view an online version of this invoice, click here: !!invoice_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/membership_expired.html
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<p>Dit medlemsskab hos !!sitename!! er ophørt.</p>
|
2 |
-
|
3 |
-
<p>Vi takker for din support.</p>
|
4 |
-
|
5 |
-
<p>Se vores nuværende medlems tilbud: !!levels_link!!</p>
|
6 |
-
|
7 |
-
<p>Log in, for at håndtere din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/membership_expiring.html
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<p>Vi er glade for dit medlemsskab hos !!sitename!!. Dette er bare en påmindelse om, at dit medlemsskab ender den !!enddate!!.</p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
5 |
-
|
6 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
languages/email/da_DK/trial_ending.html
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<p>Vi er glade for dit medlemsskab hos !!sitename!!. Din prøveperiode ender den !!trial_end!!.</p>
|
2 |
-
|
3 |
-
<p>Konto: !!display_name!! (!!user_email!!)</p>
|
4 |
-
<p>Medlemsskabs Niveau: !!membership_level_name!!</p>
|
5 |
-
|
6 |
-
<p>Dit gebyr ville ændre sig fra !!trial_amount!! til !!billing_amount!! hver !!cycle_number!! !!cycle_period!!(s).</p>
|
7 |
-
|
8 |
-
<p>Log ind på din konto her: !!login_link!!</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/pmpro-cs_CZ.mo
DELETED
Binary file
|
languages/pmpro-cs_CZ.po
DELETED
@@ -1,2889 +0,0 @@
|
|
1 |
-
#
|
2 |
-
# Hi there! Details on how to help out translating Paid Memberships Pro can be found at:
|
3 |
-
# http://www.paidmembershipspro.com/documentation/languages/
|
4 |
-
#
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: pmpro\n"
|
8 |
-
"POT-Creation-Date: 2013-12-10 12:14-0500\n"
|
9 |
-
"PO-Revision-Date: 2013-12-20 13:36+0100\n"
|
10 |
-
"Last-Translator: Milan Hrnčál <hrncal.junior@seznam.cz>\n"
|
11 |
-
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"Language: cs_CZ\n"
|
16 |
-
"X-Generator: Poedit 1.6.3\n"
|
17 |
-
|
18 |
-
#: adminpages/addons.php:5 adminpages/advancedsettings.php:5
|
19 |
-
#: adminpages/discountcodes.php:5 adminpages/emailsettings.php:5
|
20 |
-
#: adminpages/membershiplevels.php:5 adminpages/memberslist-csv.php:5
|
21 |
-
#: adminpages/memberslist.php:5 adminpages/orders-csv.php:5
|
22 |
-
#: adminpages/orders.php:5 adminpages/pagesettings.php:5
|
23 |
-
#: adminpages/paymentsettings.php:5
|
24 |
-
msgid "You do not have permissions to perform this action."
|
25 |
-
msgstr "K provedení této akce nemáte dostatečná opravnění."
|
26 |
-
|
27 |
-
#: adminpages/addons.php:79
|
28 |
-
msgid "Disabled"
|
29 |
-
msgstr "Nepovoleno"
|
30 |
-
|
31 |
-
#: adminpages/addons.php:79
|
32 |
-
msgid "Enabled"
|
33 |
-
msgstr "Povoleno"
|
34 |
-
|
35 |
-
#: adminpages/admin_header.php:25
|
36 |
-
msgid "Add a membership level to get started."
|
37 |
-
msgstr "Ke spuštění zadejte úroveň ćlenství"
|
38 |
-
|
39 |
-
#: adminpages/admin_header.php:27
|
40 |
-
msgid "Setup the membership pages"
|
41 |
-
msgstr "Nastavit stránky členů"
|
42 |
-
|
43 |
-
#: adminpages/admin_header.php:29
|
44 |
-
msgid "Setup your SSL certificate and payment gateway"
|
45 |
-
msgstr "Nastavení vašeho SSL certifikátu a platební brány"
|
46 |
-
|
47 |
-
#: adminpages/admin_header.php:38
|
48 |
-
msgid ""
|
49 |
-
"The billing details for some of your membership levels is not supported by "
|
50 |
-
"Stripe."
|
51 |
-
msgstr ""
|
52 |
-
"Pro některé uživatelské úrovně není možné zobrazit fakturační podrobnosti "
|
53 |
-
"(nepodporováno STRIPEM)."
|
54 |
-
|
55 |
-
#: adminpages/admin_header.php:46
|
56 |
-
msgid ""
|
57 |
-
"The billing details for this level are not supported by Stripe. Please "
|
58 |
-
"review the notes in the Billing Details section below."
|
59 |
-
msgstr ""
|
60 |
-
"Pro tuto úroveň nejsou podporovány fakturační údaje (nepodporuje STRIPE). "
|
61 |
-
"Níže, v části fakturační údaje, si přečtěte pokyny."
|
62 |
-
|
63 |
-
#: adminpages/admin_header.php:50 adminpages/admin_header.php:70
|
64 |
-
#: adminpages/admin_header.php:90 adminpages/admin_header.php:111
|
65 |
-
msgid "The levels with issues are highlighted below."
|
66 |
-
msgstr "Úrovně s otázkami jsou označeny níže."
|
67 |
-
|
68 |
-
#: adminpages/admin_header.php:52 adminpages/admin_header.php:72
|
69 |
-
#: adminpages/admin_header.php:92 adminpages/admin_header.php:113
|
70 |
-
msgid "Please edit your levels"
|
71 |
-
msgstr "Prosím upravte vaše úrovně"
|
72 |
-
|
73 |
-
#: adminpages/admin_header.php:58
|
74 |
-
msgid ""
|
75 |
-
"The billing details for some of your membership levels is not supported by "
|
76 |
-
"Payflow."
|
77 |
-
msgstr ""
|
78 |
-
"Fakturační údaje pro některé z vašich členských úrovní nejsou podporovány "
|
79 |
-
"Payflow."
|
80 |
-
|
81 |
-
#: adminpages/admin_header.php:66
|
82 |
-
msgid ""
|
83 |
-
"The billing details for this level are not supported by Payflow. Please "
|
84 |
-
"review the notes in the Billing Details section below."
|
85 |
-
msgstr ""
|
86 |
-
"Payflow nepodporuje fakturační detaily pro tuto úroveň. Níže, v části "
|
87 |
-
"fakturační údaje, si přečtěte pokyny."
|
88 |
-
|
89 |
-
#: adminpages/admin_header.php:78
|
90 |
-
msgid ""
|
91 |
-
"The billing details for some of your membership levels is not supported by "
|
92 |
-
"Braintree."
|
93 |
-
msgstr ""
|
94 |
-
"Braintree nepodporuje fakturační detaily pro některé vaše členské úrovně."
|
95 |
-
|
96 |
-
#: adminpages/admin_header.php:86
|
97 |
-
msgid ""
|
98 |
-
"The billing details for this level are not supported by Braintree. Please "
|
99 |
-
"review the notes in the Billing Details section below."
|
100 |
-
msgstr ""
|
101 |
-
"Braintree nepodporuje fakturační detaily pro tuto členskou úroveň. Prosím "
|
102 |
-
"prostudujte poznámky v sekci fakturační údaje. Tyto poznámky naleznete níže."
|
103 |
-
|
104 |
-
#: adminpages/admin_header.php:98
|
105 |
-
msgid ""
|
106 |
-
"The billing details for some of your membership levels is not supported by "
|
107 |
-
"TwoCheckout."
|
108 |
-
msgstr ""
|
109 |
-
"TwoCheckout nepodporuje fakturační detaily pro některé vaše členské úrovně."
|
110 |
-
|
111 |
-
#: adminpages/admin_header.php:107
|
112 |
-
msgid ""
|
113 |
-
"The billing details for this level are not supported by 2Checkout. Please "
|
114 |
-
"review the notes in the Billing Details section below."
|
115 |
-
msgstr ""
|
116 |
-
"TwoCheckout nepodporuje fakturační detaily pro tuto úroveň. Prosím "
|
117 |
-
"prostudujte poznámky v sekci fakturační údaje. Tyto poznámky naleznete níže."
|
118 |
-
|
119 |
-
#: adminpages/admin_header.php:127 adminpages/admin_header.php:106
|
120 |
-
msgid "Plugin Support"
|
121 |
-
msgstr "Podpora pluginu"
|
122 |
-
|
123 |
-
#: adminpages/admin_header.php:127 adminpages/admin_header.php:106
|
124 |
-
msgid "User Forum"
|
125 |
-
msgstr "Uživatelské fórum"
|
126 |
-
|
127 |
-
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:496
|
128 |
-
#: includes/adminpages.php:44 adminpages/admin_header.php:128
|
129 |
-
#: adminpages/membershiplevels.php:490
|
130 |
-
msgid "Membership Levels"
|
131 |
-
msgstr "Úroveň členství"
|
132 |
-
|
133 |
-
#: adminpages/admin_header.php:150 adminpages/pagesettings.php:92
|
134 |
-
#: adminpages/admin_header.php:129
|
135 |
-
msgid "Pages"
|
136 |
-
msgstr "Stránky"
|
137 |
-
|
138 |
-
#: adminpages/admin_header.php:151 adminpages/admin_header.php:130
|
139 |
-
msgid "Payment Gateway & SSL"
|
140 |
-
msgstr "Platební brány & SSL"
|
141 |
-
|
142 |
-
#: adminpages/admin_header.php:152 adminpages/memberslist.php:115
|
143 |
-
#: pages/account.php:52 adminpages/admin_header.php:131
|
144 |
-
msgid "Email"
|
145 |
-
msgstr "Email"
|
146 |
-
|
147 |
-
#: adminpages/admin_header.php:153 adminpages/admin_header.php:132
|
148 |
-
msgid "Advanced"
|
149 |
-
msgstr "Pokročilé"
|
150 |
-
|
151 |
-
#: adminpages/admin_header.php:154 includes/adminpages.php:14
|
152 |
-
#: includes/adminpages.php:69 adminpages/admin_header.php:133
|
153 |
-
msgid "Add Ons"
|
154 |
-
msgstr "Doplňky"
|
155 |
-
|
156 |
-
#: adminpages/advancedsettings.php:35
|
157 |
-
msgid "Your advanced settings have been updated."
|
158 |
-
msgstr "Vaše pokročilá nastavení budou aktualizována."
|
159 |
-
|
160 |
-
#: adminpages/advancedsettings.php:79 includes/adminpages.php:13
|
161 |
-
#: includes/adminpages.php:64
|
162 |
-
msgid "Advanced Settings"
|
163 |
-
msgstr "Pokročilá nastavení"
|
164 |
-
|
165 |
-
#: adminpages/advancedsettings.php:85
|
166 |
-
msgid "Message for Logged-in Non-members"
|
167 |
-
msgstr "Zpráva pro přihlášené v nečlenech"
|
168 |
-
|
169 |
-
#: adminpages/advancedsettings.php:89
|
170 |
-
msgid ""
|
171 |
-
"This message replaces the post content for non-members. Available variables"
|
172 |
-
msgstr "Tato zpráva nahrazuje obsah příspěvku pro nečleny. Dostupné proměné"
|
173 |
-
|
174 |
-
#: adminpages/advancedsettings.php:94
|
175 |
-
msgid "Message for Logged-out Users"
|
176 |
-
msgstr "Zpráva pro odhlášené uživatele"
|
177 |
-
|
178 |
-
#: adminpages/advancedsettings.php:98
|
179 |
-
msgid "This message replaces the post content for logged-out visitors."
|
180 |
-
msgstr "Tato zpráva nahrazuje obsah příspěvku pro odhlášené uživatele."
|
181 |
-
|
182 |
-
#: adminpages/advancedsettings.php:103
|
183 |
-
msgid "Message for RSS Feed"
|
184 |
-
msgstr "Zpráva pro RSS Feed"
|
185 |
-
|
186 |
-
#: adminpages/advancedsettings.php:107
|
187 |
-
msgid "This message replaces the post content in RSS feeds."
|
188 |
-
msgstr "Tato zpráva nahrazuje obsah příspěvku v RSSfeedu."
|
189 |
-
|
190 |
-
#: adminpages/advancedsettings.php:113
|
191 |
-
msgid "Show Excerpts to Non-Members?"
|
192 |
-
msgstr "Zobrazit ukázky pro nečleny?"
|
193 |
-
|
194 |
-
#: adminpages/advancedsettings.php:117
|
195 |
-
msgid "No - Hide excerpts."
|
196 |
-
msgstr "Ne - Skrýt ukázky"
|
197 |
-
|
198 |
-
#: adminpages/advancedsettings.php:118
|
199 |
-
msgid "Yes - Show excerpts."
|
200 |
-
msgstr "Ano - Ukázat ukázky"
|
201 |
-
|
202 |
-
#: adminpages/advancedsettings.php:128 adminpages/advancedsettings.php:187
|
203 |
-
#: adminpages/advancedsettings.php:199 adminpages/membershiplevels.php:569
|
204 |
-
#: adminpages/paymentsettings.php:429 adminpages/paymentsettings.php:454
|
205 |
-
#: includes/profile.php:123 adminpages/membershiplevels.php:563
|
206 |
-
#: adminpages/paymentsettings.php:414 includes/profile.php:121
|
207 |
-
msgid "No"
|
208 |
-
msgstr "Ne"
|
209 |
-
|
210 |
-
#: adminpages/advancedsettings.php:129
|
211 |
-
msgid "Hide Ads From All Members"
|
212 |
-
msgstr "Skrýt reklamy pro všechny členy"
|
213 |
-
|
214 |
-
#: adminpages/advancedsettings.php:130
|
215 |
-
msgid "Hide Ads From Certain Members"
|
216 |
-
msgstr "Skrýt reklamy pro některé členy"
|
217 |
-
|
218 |
-
#: adminpages/advancedsettings.php:137
|
219 |
-
msgid "Ads from the following plugins will be automatically turned off"
|
220 |
-
msgstr "Reklama z následujících pluginů se automaticky vypne"
|
221 |
-
|
222 |
-
#: adminpages/advancedsettings.php:138
|
223 |
-
msgid "To hide ads in your template code, use code like the following"
|
224 |
-
msgstr ""
|
225 |
-
"Chcete-li skrýt reklamy ve vašem kódu šablony, použijté kód jako je tento"
|
226 |
-
|
227 |
-
#: adminpages/advancedsettings.php:149
|
228 |
-
msgid "Choose Levels to Hide Ads From"
|
229 |
-
msgstr "Zvolte úrovně pro skrité reklam"
|
230 |
-
|
231 |
-
#: adminpages/advancedsettings.php:183
|
232 |
-
msgid "Redirect all traffic from registration page to /susbcription/?"
|
233 |
-
msgstr "Přesměrovat veškerý provoz z registrační stránky na / susbcription /?"
|
234 |
-
|
235 |
-
#: adminpages/advancedsettings.php:183
|
236 |
-
msgid "multisite only"
|
237 |
-
msgstr "Pouze pro multisite"
|
238 |
-
|
239 |
-
#: adminpages/advancedsettings.php:188 adminpages/membershiplevels.php:569
|
240 |
-
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:455
|
241 |
-
#: includes/profile.php:124 adminpages/membershiplevels.php:563
|
242 |
-
#: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
|
243 |
-
#: includes/profile.php:122
|
244 |
-
msgid "Yes"
|
245 |
-
msgstr "Ano"
|
246 |
-
|
247 |
-
#: adminpages/advancedsettings.php:195
|
248 |
-
msgid "Use reCAPTCHA?"
|
249 |
-
msgstr "Použít reCAPTCHU?"
|
250 |
-
|
251 |
-
#: adminpages/advancedsettings.php:200
|
252 |
-
msgid "Yes - Free memberships only."
|
253 |
-
msgstr "Ano - Pouze členové zdarma "
|
254 |
-
|
255 |
-
#: adminpages/advancedsettings.php:201
|
256 |
-
msgid "Yes - All memberships."
|
257 |
-
msgstr "Ano - všichni členové"
|
258 |
-
|
259 |
-
#: adminpages/advancedsettings.php:203
|
260 |
-
msgid "A free reCAPTCHA key is required."
|
261 |
-
msgstr "Je vyžadován volný reCAPTCHA klíč."
|
262 |
-
|
263 |
-
#: adminpages/advancedsettings.php:203
|
264 |
-
msgid "Click here to signup for reCAPTCHA"
|
265 |
-
msgstr "Klikněte zde pro registraci re CAPTCHA"
|
266 |
-
|
267 |
-
#: adminpages/advancedsettings.php:209
|
268 |
-
msgid "reCAPTCHA Public Key"
|
269 |
-
msgstr "reCAPTCHA veřejný klíč"
|
270 |
-
|
271 |
-
#: adminpages/advancedsettings.php:212
|
272 |
-
msgid "reCAPTCHA Private Key"
|
273 |
-
msgstr "reCAPTCHA osobní klíč"
|
274 |
-
|
275 |
-
#: adminpages/advancedsettings.php:218
|
276 |
-
msgid "Require Terms of Service on signups?"
|
277 |
-
msgstr "Vyžadovat souhlas s podmínkami služeb o registraci?"
|
278 |
-
|
279 |
-
#: adminpages/advancedsettings.php:225
|
280 |
-
msgid ""
|
281 |
-
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
282 |
-
"using the dropdown above."
|
283 |
-
msgstr ""
|
284 |
-
"Pokud ano, WordPress vytvoří stránky obsahující váš souhlas s podmínkami "
|
285 |
-
"služeb a přiřadít jej pomocí rozevíracího seznamu výše."
|
286 |
-
|
287 |
-
#: adminpages/advancedsettings.php:284 adminpages/pagesettings.php:223
|
288 |
-
#: adminpages/paymentsettings.php:526 adminpages/pagesettings.php:209
|
289 |
-
#: adminpages/paymentsettings.php:485
|
290 |
-
msgid "Save Settings"
|
291 |
-
msgstr "Uložit nastavení"
|
292 |
-
|
293 |
-
#: adminpages/discountcodes.php:48
|
294 |
-
msgid "Discount code updated successfully."
|
295 |
-
msgstr "Slevový kód byl úspěšně upraven."
|
296 |
-
|
297 |
-
#: adminpages/discountcodes.php:55
|
298 |
-
msgid "Error updating discount code. That code may already be in use."
|
299 |
-
msgstr ""
|
300 |
-
"Chyba při aktualizaci slevového kupónu. Tento kupón může být již v provozu."
|
301 |
-
|
302 |
-
#: adminpages/discountcodes.php:64
|
303 |
-
msgid "Discount code added successfully."
|
304 |
-
msgstr "Slevový kód byl úspěšně přidán"
|
305 |
-
|
306 |
-
#: adminpages/discountcodes.php:71
|
307 |
-
msgid "Error adding discount code. That code may already be in use."
|
308 |
-
msgstr ""
|
309 |
-
"Chyba při přidání slevového kupónu. Tento kupón může být již v provozu."
|
310 |
-
|
311 |
-
#: adminpages/discountcodes.php:196
|
312 |
-
#, php-format
|
313 |
-
msgid "Error saving values for the %s level."
|
314 |
-
msgstr "Chyba při hodnotě pro %s úroveň."
|
315 |
-
|
316 |
-
#: adminpages/discountcodes.php:204
|
317 |
-
msgid "There were errors updating the level values: "
|
318 |
-
msgstr "Došlo k chybám při aktualizací hodnot úrovní:"
|
319 |
-
|
320 |
-
#: adminpages/discountcodes.php:234
|
321 |
-
#, php-format
|
322 |
-
msgid "Code %s deleted successfully."
|
323 |
-
msgstr "Kúpón %s byl úspěšně smazán."
|
324 |
-
|
325 |
-
#: adminpages/discountcodes.php:239
|
326 |
-
msgid ""
|
327 |
-
"Error deleting discount code. The code was only partially deleted. Please "
|
328 |
-
"try again."
|
329 |
-
msgstr ""
|
330 |
-
"Chyba při mazání slevového kupónu. Kód byl jen částečně odstraněn. Zkuste to "
|
331 |
-
"prosím znovu."
|
332 |
-
|
333 |
-
#: adminpages/discountcodes.php:245
|
334 |
-
msgid "Error deleting code. Please try again."
|
335 |
-
msgstr "Chyba při mazání kupónu. Zkuste to znovu."
|
336 |
-
|
337 |
-
#: adminpages/discountcodes.php:251
|
338 |
-
msgid "Code not found."
|
339 |
-
msgstr "Kupón nenalezen."
|
340 |
-
|
341 |
-
#: adminpages/discountcodes.php:264
|
342 |
-
msgid "Edit Discount Code"
|
343 |
-
msgstr "Upravit slevový kupón"
|
344 |
-
|
345 |
-
#: adminpages/discountcodes.php:266 adminpages/discountcodes.php:526
|
346 |
-
msgid "Add New Discount Code"
|
347 |
-
msgstr "Vložit nový slevový kupón"
|
348 |
-
|
349 |
-
#: adminpages/discountcodes.php:306 adminpages/discountcodes.php:547
|
350 |
-
#: adminpages/membershiplevels.php:284 adminpages/membershiplevels.php:511
|
351 |
-
#: adminpages/memberslist.php:111 adminpages/orders.php:597
|
352 |
-
#: adminpages/reports/login.php:140 adminpages/membershiplevels.php:505
|
353 |
-
msgid "ID"
|
354 |
-
msgstr "ID"
|
355 |
-
|
356 |
-
#: adminpages/discountcodes.php:307 adminpages/orders.php:211
|
357 |
-
msgid "This will be generated when you save."
|
358 |
-
msgstr "Toto bude generováno, když práci uložíte."
|
359 |
-
|
360 |
-
#: adminpages/discountcodes.php:311 adminpages/discountcodes.php:548
|
361 |
-
#: adminpages/orders.php:215 adminpages/orders.php:598
|
362 |
-
msgid "Code"
|
363 |
-
msgstr "Kód"
|
364 |
-
|
365 |
-
#: adminpages/discountcodes.php:349
|
366 |
-
msgid "Start Date"
|
367 |
-
msgstr "Počáteční datum"
|
368 |
-
|
369 |
-
#: adminpages/discountcodes.php:367 pages/billing.php:249
|
370 |
-
#: pages/checkout.php:532 pages/checkout.php:525
|
371 |
-
msgid "Expiration Date"
|
372 |
-
msgstr "Datum vypršení"
|
373 |
-
|
374 |
-
#: adminpages/discountcodes.php:385 adminpages/discountcodes.php:551
|
375 |
-
msgid "Uses"
|
376 |
-
msgstr "Uživatelé"
|
377 |
-
|
378 |
-
#: adminpages/discountcodes.php:388
|
379 |
-
msgid "Leave blank for unlimited uses."
|
380 |
-
msgstr "Pro neomezené použití zanechte prázdné."
|
381 |
-
|
382 |
-
#: adminpages/discountcodes.php:427 adminpages/membershiplevels.php:337
|
383 |
-
#: adminpages/membershiplevels.php:513 pages/levels.php:14
|
384 |
-
#: adminpages/membershiplevels.php:507
|
385 |
-
msgid "Initial Payment"
|
386 |
-
msgstr "Počáteční platba"
|
387 |
-
|
388 |
-
#: adminpages/discountcodes.php:428 adminpages/membershiplevels.php:338
|
389 |
-
msgid "The initial amount collected at registration."
|
390 |
-
msgstr "Počáteční částka získaná při registraci."
|
391 |
-
|
392 |
-
#: adminpages/discountcodes.php:432 adminpages/membershiplevels.php:342
|
393 |
-
msgid "Recurring Subscription"
|
394 |
-
msgstr "Opakované předplatné"
|
395 |
-
|
396 |
-
#: adminpages/discountcodes.php:433 adminpages/membershiplevels.php:343
|
397 |
-
msgid "Check if this level has a recurring subscription payment."
|
398 |
-
msgstr "Zkontrolujte, zda má tato úroveň opakující se platby předplatného."
|
399 |
-
|
400 |
-
#: adminpages/discountcodes.php:437
|
401 |
-
msgid "Billing Ammount"
|
402 |
-
msgstr "Fakturační množství"
|
403 |
-
|
404 |
-
#: adminpages/discountcodes.php:451 adminpages/membershiplevels.php:362
|
405 |
-
msgid "The amount to be billed one cycle after the initial payment."
|
406 |
-
msgstr "Částka, která má být účtována za jeden cyklus, po první platbě."
|
407 |
-
|
408 |
-
#: adminpages/discountcodes.php:456 adminpages/membershiplevels.php:380
|
409 |
-
msgid "Billing Cycle Limit"
|
410 |
-
msgstr "Limit fakturačního cyklu"
|
411 |
-
|
412 |
-
#: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:384
|
413 |
-
msgid ""
|
414 |
-
"The <strong>total</strong> number of recurring billing cycles for this "
|
415 |
-
"level, including the trial period (if applicable) but not including the "
|
416 |
-
"initial payment. Set to zero if membership is indefinite."
|
417 |
-
msgstr ""
|
418 |
-
"<strong> Všech </ strong> počet opakujících se fakturačních cyklů na této "
|
419 |
-
"úrovni, včetně zkušební doby (pokud existuje), ale ne včetně počáteční "
|
420 |
-
"platby. Nastavit na nulu, pokud je členství na dobu neurčitou."
|
421 |
-
|
422 |
-
#: adminpages/discountcodes.php:464 adminpages/membershiplevels.php:393
|
423 |
-
msgid "Custom Trial"
|
424 |
-
msgstr "Vlastní zkušební verze"
|
425 |
-
|
426 |
-
#: adminpages/discountcodes.php:465 adminpages/membershiplevels.php:395
|
427 |
-
#: adminpages/membershiplevels.php:394
|
428 |
-
msgid "Check to add a custom trial period."
|
429 |
-
msgstr "Zkontrolujte, zda jste přidal vlastní zkušební dobu."
|
430 |
-
|
431 |
-
#: adminpages/discountcodes.php:469 adminpages/membershiplevels.php:404
|
432 |
-
#: adminpages/membershiplevels.php:398
|
433 |
-
msgid "Trial Billing Amount"
|
434 |
-
msgstr "Množství zkušebních fakturací"
|
435 |
-
|
436 |
-
#: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:407
|
437 |
-
#: adminpages/membershiplevels.php:401
|
438 |
-
msgid "for the first"
|
439 |
-
msgstr "zaprvé"
|
440 |
-
|
441 |
-
#: adminpages/discountcodes.php:474 adminpages/membershiplevels.php:409
|
442 |
-
#: adminpages/membershiplevels.php:403
|
443 |
-
msgid "subscription payments"
|
444 |
-
msgstr "Předplatné"
|
445 |
-
|
446 |
-
#: adminpages/discountcodes.php:479 adminpages/membershiplevels.php:437
|
447 |
-
#: adminpages/membershiplevels.php:431
|
448 |
-
msgid "Membership Expiration"
|
449 |
-
msgstr "Vypršení členství"
|
450 |
-
|
451 |
-
#: adminpages/discountcodes.php:480
|
452 |
-
msgid "Check this to set an expiration date for new sign ups."
|
453 |
-
msgstr "Zkontorlujte datum vypršení platnosti nového zápisu."
|
454 |
-
|
455 |
-
#: adminpages/discountcodes.php:484 adminpages/membershiplevels.php:442
|
456 |
-
#: adminpages/membershiplevels.php:436
|
457 |
-
msgid "Expires In"
|
458 |
-
msgstr "Vyprší v"
|
459 |
-
|
460 |
-
#: adminpages/discountcodes.php:497
|
461 |
-
msgid ""
|
462 |
-
"How long before the expiration expires. Note that any future payments will "
|
463 |
-
"be cancelled when the membership expires."
|
464 |
-
msgstr ""
|
465 |
-
"Jak dlouho před vypršením platnosti. Všimněte si, že všechny budoucí platby "
|
466 |
-
"budou zrušeny po vypršení členství."
|
467 |
-
|
468 |
-
#: adminpages/discountcodes.php:525
|
469 |
-
msgid "Memberships Discount Codes"
|
470 |
-
msgstr "Slevové kupóny pro členy"
|
471 |
-
|
472 |
-
#: adminpages/discountcodes.php:535
|
473 |
-
msgid "Search Discount Codes"
|
474 |
-
msgstr "Najít slevové kupóny"
|
475 |
-
|
476 |
-
#: adminpages/discountcodes.php:538 adminpages/reports/login.php:81
|
477 |
-
msgid "Search"
|
478 |
-
msgstr "Hledat"
|
479 |
-
|
480 |
-
#: adminpages/discountcodes.php:549
|
481 |
-
msgid "Starts"
|
482 |
-
msgstr "Statistiky"
|
483 |
-
|
484 |
-
#: adminpages/discountcodes.php:550 adminpages/memberslist.php:121
|
485 |
-
#: adminpages/reports/login.php:145 includes/profile.php:120
|
486 |
-
#: includes/profile.php:118
|
487 |
-
msgid "Expires"
|
488 |
-
msgstr "Vyprší"
|
489 |
-
|
490 |
-
#: adminpages/discountcodes.php:552
|
491 |
-
msgid "Levels"
|
492 |
-
msgstr "Úrovně"
|
493 |
-
|
494 |
-
#: adminpages/discountcodes.php:570
|
495 |
-
msgid "Create your first discount code now"
|
496 |
-
msgstr "Nyní vytvořte Váš první slevový kupón"
|
497 |
-
|
498 |
-
#: adminpages/discountcodes.php:570
|
499 |
-
msgid ""
|
500 |
-
"Discount codes allow you to offer your memberships at discounted prices to "
|
501 |
-
"select customers."
|
502 |
-
msgstr ""
|
503 |
-
"Slevové kupóny vám umožňují nabízet své členství, pro vybrané zákazníky, za "
|
504 |
-
"zvýhodněné ceny"
|
505 |
-
|
506 |
-
#: adminpages/discountcodes.php:614 adminpages/membershiplevels.php:570
|
507 |
-
#: adminpages/orders.php:658 adminpages/membershiplevels.php:564
|
508 |
-
msgid "edit"
|
509 |
-
msgstr "upravit"
|
510 |
-
|
511 |
-
#: adminpages/discountcodes.php:617
|
512 |
-
#, php-format
|
513 |
-
msgid ""
|
514 |
-
"Are you sure you want to delete the %s discount code? The subscriptions for "
|
515 |
-
"existing users will not change, but new users will not be able to use this "
|
516 |
-
"code anymore."
|
517 |
-
msgstr ""
|
518 |
-
"Jste si jisti, že chcete smazat % s slevový kupón? Odběry pro stávající "
|
519 |
-
"uživatele se nezmění, ale noví uživatelé nebudou moci použít tyto kupóny."
|
520 |
-
|
521 |
-
#: adminpages/discountcodes.php:617 adminpages/membershiplevels.php:572
|
522 |
-
#: adminpages/orders.php:664 adminpages/membershiplevels.php:566
|
523 |
-
msgid "delete"
|
524 |
-
msgstr "smazat"
|
525 |
-
|
526 |
-
#: adminpages/emailsettings.php:60 includes/adminpages.php:12
|
527 |
-
#: includes/adminpages.php:59
|
528 |
-
msgid "Email Settings"
|
529 |
-
msgstr "Nastavení e-mailu"
|
530 |
-
|
531 |
-
#: adminpages/emailsettings.php:61
|
532 |
-
msgid ""
|
533 |
-
"By default, system generated emails are sent from "
|
534 |
-
"<em><strong>wordpress@yourdomain.com</strong></em>. You can update this from "
|
535 |
-
"address using the fields below."
|
536 |
-
msgstr ""
|
537 |
-
"Ve výchozím nastavení jsou generovány e-maily, které jsou odesílány z "
|
538 |
-
"<em><strong>wordpress@yourdomain.com</strong></em>. Můžete aktualizovat z "
|
539 |
-
"adresy, pomocí níže uvedených polí."
|
540 |
-
|
541 |
-
#: adminpages/emailsettings.php:63
|
542 |
-
msgid ""
|
543 |
-
"To modify the appearance of system generated emails, add the files "
|
544 |
-
"<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
|
545 |
-
"directory. This will modify both the WordPress default messages as well as "
|
546 |
-
"messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
|
547 |
-
"- Member Communications\" target=\"_blank\" href=\"http://www."
|
548 |
-
"paidmembershipspro.com/documentation/member-communications/\">Click here to "
|
549 |
-
"learn more about Paid Memberships Pro emails</a>."
|
550 |
-
msgstr ""
|
551 |
-
"Chcete-li změnit vzhled systémem generovaných e-mailů, přidejte soubory "
|
552 |
-
"<em>email_header.html < em> a <em>email_footer.html </em> do adresáře vašeho "
|
553 |
-
"motivu. To bude upravovat jak výchozí zprávy WordPress, tak i zprávy "
|
554 |
-
"generované pomocí Paid Memberships Pro. <a title=\"Paid Memberships Pro - "
|
555 |
-
"Member Communications\" target=\"_blank\" href=\"http://www."
|
556 |
-
"paidmembershipspro.com/documentation/member-communications/\"> Klikněte zde "
|
557 |
-
"a dozvíte se více o Paid Memberships Pro emails</a>."
|
558 |
-
|
559 |
-
#: adminpages/emailsettings.php:69
|
560 |
-
msgid "From Email"
|
561 |
-
msgstr "Z e-mailu"
|
562 |
-
|
563 |
-
#: adminpages/emailsettings.php:77
|
564 |
-
msgid "From Name"
|
565 |
-
msgstr "Z názvu"
|
566 |
-
|
567 |
-
#: adminpages/emailsettings.php:86
|
568 |
-
msgid "Send the site admin emails"
|
569 |
-
msgstr "Odešlete emaly správci webu"
|
570 |
-
|
571 |
-
#: adminpages/emailsettings.php:92
|
572 |
-
msgid "Checkout"
|
573 |
-
msgstr "Pokladna"
|
574 |
-
|
575 |
-
#: adminpages/emailsettings.php:96
|
576 |
-
msgid "when a member checks out."
|
577 |
-
msgstr "když členové zaplatí"
|
578 |
-
|
579 |
-
#: adminpages/emailsettings.php:101
|
580 |
-
msgid "Admin Changes"
|
581 |
-
msgstr "Změny správce"
|
582 |
-
|
583 |
-
#: adminpages/emailsettings.php:105
|
584 |
-
msgid "when an admin changes a user's membership level through the dashboard."
|
585 |
-
msgstr "když správce změní úrověň členství uživatelů přes nástěnku."
|
586 |
-
|
587 |
-
#: adminpages/emailsettings.php:110
|
588 |
-
msgid "Cancellation"
|
589 |
-
msgstr "Zrušení."
|
590 |
-
|
591 |
-
#: adminpages/emailsettings.php:114
|
592 |
-
msgid "when a user cancels his or her account."
|
593 |
-
msgstr "když uživatel zruší svůj účet."
|
594 |
-
|
595 |
-
#: adminpages/emailsettings.php:119
|
596 |
-
msgid "Bill Updates"
|
597 |
-
msgstr "Aktualizace účtenky"
|
598 |
-
|
599 |
-
#: adminpages/emailsettings.php:123
|
600 |
-
msgid "when a user updates his or her billing information."
|
601 |
-
msgstr "pokud uživatel aktualizuje svoje fakturační údaje."
|
602 |
-
|
603 |
-
#: adminpages/emailsettings.php:129
|
604 |
-
msgid "Send members emails"
|
605 |
-
msgstr "Poslat uživatelské e-maily"
|
606 |
-
|
607 |
-
#: adminpages/emailsettings.php:135
|
608 |
-
msgid "New Users"
|
609 |
-
msgstr "Noví uživatelé"
|
610 |
-
|
611 |
-
#: adminpages/emailsettings.php:139
|
612 |
-
msgid ""
|
613 |
-
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
614 |
-
"still get an email confirmation from PMPro after checkout.)"
|
615 |
-
msgstr ""
|
616 |
-
"Výchozí WP e-mailové upozornění. (Doporučeno: Nechte zaškrtnuté. Členové "
|
617 |
-
"budou ještě dostat e-mailem potvrzení od PMPro po vyzkoušení.)."
|
618 |
-
|
619 |
-
#: adminpages/membershiplevels.php:118
|
620 |
-
msgid "Membership level updated successfully."
|
621 |
-
msgstr "Úroveň členství byla úspěšne uprave."
|
622 |
-
|
623 |
-
#: adminpages/membershiplevels.php:124
|
624 |
-
msgid "Error updating membership level."
|
625 |
-
msgstr "Chyba při aktualizaci členské úrovně."
|
626 |
-
|
627 |
-
#: adminpages/membershiplevels.php:141
|
628 |
-
msgid "Membership level added successfully."
|
629 |
-
msgstr "Členská úroveň úspěšně přidána."
|
630 |
-
|
631 |
-
#: adminpages/membershiplevels.php:146
|
632 |
-
msgid "Error adding membership level."
|
633 |
-
msgstr "Chyba při přidávání členské úrovně."
|
634 |
-
|
635 |
-
#: adminpages/membershiplevels.php:179
|
636 |
-
#, php-format
|
637 |
-
msgid ""
|
638 |
-
"There was an error canceling the subscription for user with ID=%d. You will "
|
639 |
-
"want to check your payment gateway to see if their subscription is still "
|
640 |
-
"active."
|
641 |
-
msgstr ""
|
642 |
-
"Došlo k chybě při zrušení odběru pro uživatele s ID =%d. Budete chtít "
|
643 |
-
"zkontrolovat platební bránu, zda je jejich předplatné je stále aktivní."
|
644 |
-
|
645 |
-
#: adminpages/membershiplevels.php:182
|
646 |
-
msgid "Last Invoice"
|
647 |
-
msgstr "Poslední faktury"
|
648 |
-
|
649 |
-
#: adminpages/membershiplevels.php:196
|
650 |
-
msgid "Membership level deleted successfully."
|
651 |
-
msgstr "Úroveň členství byla úspěšně smazána."
|
652 |
-
|
653 |
-
#: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:207
|
654 |
-
msgid "Error deleting membership level."
|
655 |
-
msgstr "Chyb a při mazání členské úrovně."
|
656 |
-
|
657 |
-
#: adminpages/membershiplevels.php:222
|
658 |
-
msgid "Edit Membership Level"
|
659 |
-
msgstr "Změna uživatelské úrovně"
|
660 |
-
|
661 |
-
#: adminpages/membershiplevels.php:224
|
662 |
-
msgid "Add New Membership Level"
|
663 |
-
msgstr "Vložit novou úroveň členství"
|
664 |
-
|
665 |
-
#: adminpages/membershiplevels.php:291 adminpages/membershiplevels.php:512
|
666 |
-
#: adminpages/reports/login.php:142 adminpages/membershiplevels.php:506
|
667 |
-
msgid "Name"
|
668 |
-
msgstr "Jméno"
|
669 |
-
|
670 |
-
#: adminpages/membershiplevels.php:296
|
671 |
-
msgid "Description"
|
672 |
-
msgstr "Popis"
|
673 |
-
|
674 |
-
#: adminpages/membershiplevels.php:314
|
675 |
-
msgid "Confirmation Message"
|
676 |
-
msgstr "Potvrzovací zpráva"
|
677 |
-
|
678 |
-
#: adminpages/membershiplevels.php:333
|
679 |
-
msgid "Billing Details"
|
680 |
-
msgstr "Fakturační detaily"
|
681 |
-
|
682 |
-
#: adminpages/membershiplevels.php:347
|
683 |
-
msgid "Billing Amount"
|
684 |
-
msgstr "Množství faktur"
|
685 |
-
|
686 |
-
#: adminpages/membershiplevels.php:349
|
687 |
-
msgid "per"
|
688 |
-
msgstr "na"
|
689 |
-
|
690 |
-
#: adminpages/membershiplevels.php:353
|
691 |
-
msgid "Day(s)"
|
692 |
-
msgstr "Den(y)"
|
693 |
-
|
694 |
-
#: adminpages/membershiplevels.php:353
|
695 |
-
msgid "Month(s)"
|
696 |
-
msgstr "Měsíc(e)"
|
697 |
-
|
698 |
-
#: adminpages/membershiplevels.php:353
|
699 |
-
msgid "Week(s)"
|
700 |
-
msgstr "Týden(y)"
|
701 |
-
|
702 |
-
#: adminpages/membershiplevels.php:353
|
703 |
-
msgid "Year(s)"
|
704 |
-
msgstr "Rok(y)"
|
705 |
-
|
706 |
-
#: adminpages/membershiplevels.php:364
|
707 |
-
msgid ""
|
708 |
-
"Stripe integration currently only supports billing periods of \"Month\" or "
|
709 |
-
"\"Year\"."
|
710 |
-
msgstr ""
|
711 |
-
"Integrace Stripe v současné době podporuje pouze fakturace období \"Month\" "
|
712 |
-
"or \"Year\"."
|
713 |
-
|
714 |
-
#: adminpages/membershiplevels.php:366
|
715 |
-
msgid ""
|
716 |
-
"Braintree integration currently only supports billing periods of \"Month\" "
|
717 |
-
"or \"Year\"."
|
718 |
-
msgstr ""
|
719 |
-
"Integrace Braintree v současné době podporuje pouze fakturace období \"Month"
|
720 |
-
"\" or \"Year\"."
|
721 |
-
|
722 |
-
#: adminpages/membershiplevels.php:368
|
723 |
-
msgid ""
|
724 |
-
"Payflow integration currently only supports billing frequencies of 1 and "
|
725 |
-
"billing periods of \"Week\", \"Month\" or \"Year\"."
|
726 |
-
msgstr ""
|
727 |
-
"Integrace Payflow v současné době podporuje pouze fakturace frekvence 1 a "
|
728 |
-
"fakturace období \"Week\", \"Month\" nebo \"Year\"."
|
729 |
-
|
730 |
-
#: adminpages/membershiplevels.php:372
|
731 |
-
msgid ""
|
732 |
-
"After saving this level, make note of the ID and create a \"Plan\" in your "
|
733 |
-
"Braintree dashboard with the same settings and the \"Plan ID\" set to "
|
734 |
-
"<em>pmpro_#</em>, where # is the level ID."
|
735 |
-
msgstr ""
|
736 |
-
"Po uložení této úrovně si poznamenejte ID a vytvořte \"Plan\" ve vašem "
|
737 |
-
"Braintree nástěnce se stejným nastavením a \"Plan ID\" nastavte na "
|
738 |
-
"<em>pmpro_#</em>, kde # je úroveň ID."
|
739 |
-
|
740 |
-
#: adminpages/membershiplevels.php:372 adminpages/membershiplevels.php:374
|
741 |
-
#: adminpages/paymentsettings.php:174 adminpages/paymentsettings.php:170
|
742 |
-
msgid "Note"
|
743 |
-
msgstr "Poznámka"
|
744 |
-
|
745 |
-
#: adminpages/membershiplevels.php:374
|
746 |
-
msgid ""
|
747 |
-
"You will need to create a \"Plan\" in your Braintree dashboard with the same "
|
748 |
-
"settings and the \"Plan ID\" set to"
|
749 |
-
msgstr ""
|
750 |
-
"Budete muset vytvořit \"Plan\" v Braintree nástěnce se stejným nastavením a "
|
751 |
-
"\"Plan ID\" nastavit na"
|
752 |
-
|
753 |
-
#: adminpages/membershiplevels.php:386
|
754 |
-
msgid ""
|
755 |
-
"Stripe integration currently does not support billing limits. You can still "
|
756 |
-
"set an expiration date below."
|
757 |
-
msgstr ""
|
758 |
-
"Integrace Stripe v současné době nepodporuje fakturační limity. Níže můžete "
|
759 |
-
"nastavit datum vypršení platnosti."
|
760 |
-
|
761 |
-
#: adminpages/membershiplevels.php:398
|
762 |
-
msgid ""
|
763 |
-
"2Checkout integration does not support custom trials. You can do one period "
|
764 |
-
"trials by setting an initial payment different from the billing amount."
|
765 |
-
msgstr ""
|
766 |
-
"2Checkout integrace nepodporuje zkušební dobu. Můžete to udělat v jedné "
|
767 |
-
"zkušební době nastavením počáteční platbu, která se liší od fakturační "
|
768 |
-
"částky."
|
769 |
-
|
770 |
-
#: adminpages/membershiplevels.php:412 adminpages/membershiplevels.php:406
|
771 |
-
msgid ""
|
772 |
-
"Stripe integration currently does not support trial amounts greater than $0."
|
773 |
-
msgstr ""
|
774 |
-
"Integrace Stripe v současné době nepodporuje zkušební částky vyšší než 0 Kč."
|
775 |
-
|
776 |
-
#: adminpages/membershiplevels.php:416 adminpages/membershiplevels.php:410
|
777 |
-
msgid ""
|
778 |
-
"Braintree integration currently does not support trial amounts greater than "
|
779 |
-
"$0."
|
780 |
-
msgstr ""
|
781 |
-
"Integrace Braintree v současné době nepodporuje zkušební částky vyšší než 0 "
|
782 |
-
"Kč."
|
783 |
-
|
784 |
-
#: adminpages/membershiplevels.php:420 adminpages/membershiplevels.php:414
|
785 |
-
msgid ""
|
786 |
-
"Payflow integration currently does not support trial amounts greater than $0."
|
787 |
-
msgstr ""
|
788 |
-
"Integrace Payflow v současné době nepodporuje zkušební částky vyšší než 0 Kč."
|
789 |
-
|
790 |
-
#: adminpages/membershiplevels.php:428 adminpages/membershiplevels.php:422
|
791 |
-
msgid "Other Settings"
|
792 |
-
msgstr "Další nastavení"
|
793 |
-
|
794 |
-
#: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:426
|
795 |
-
msgid "Disable New Signups"
|
796 |
-
msgstr "Zastavení novích registrací"
|
797 |
-
|
798 |
-
#: adminpages/membershiplevels.php:433 adminpages/membershiplevels.php:427
|
799 |
-
msgid ""
|
800 |
-
"Check to hide this level from the membership levels page and disable "
|
801 |
-
"registration."
|
802 |
-
msgstr ""
|
803 |
-
"Podívejte se na skrytí této úrovně na stránce úrovní a zakažte registraci."
|
804 |
-
|
805 |
-
#: adminpages/membershiplevels.php:438 adminpages/membershiplevels.php:432
|
806 |
-
msgid "Check this to set when membership access expires."
|
807 |
-
msgstr "Zkontrolujte, zda je toto nastaveno, když vyprší přístup k členství."
|
808 |
-
|
809 |
-
#: adminpages/membershiplevels.php:455 adminpages/membershiplevels.php:449
|
810 |
-
msgid ""
|
811 |
-
"Set the duration of membership access. Note that the any future payments "
|
812 |
-
"(recurring subscription, if any) will be cancelled when the membership "
|
813 |
-
"expires."
|
814 |
-
msgstr ""
|
815 |
-
"Nastavte dobu trvání přístupu členství. Všimněte si, že všechny budoucí "
|
816 |
-
"platby (opakující předplatné, pokud existuje) budou zrušeny, pokud vyprší "
|
817 |
-
"členství."
|
818 |
-
|
819 |
-
#: adminpages/membershiplevels.php:463 adminpages/membershiplevels.php:457
|
820 |
-
msgid "Content Settings"
|
821 |
-
msgstr "Nastavení obsahu"
|
822 |
-
|
823 |
-
#: adminpages/membershiplevels.php:467 adminpages/membershiplevels.php:461
|
824 |
-
msgid "Categories"
|
825 |
-
msgstr "Kategorie"
|
826 |
-
|
827 |
-
#: adminpages/membershiplevels.php:496 adminpages/membershiplevels.php:490
|
828 |
-
msgid "Add New Level"
|
829 |
-
msgstr "Vložit novou úroveň"
|
830 |
-
|
831 |
-
#: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:502
|
832 |
-
#: adminpages/membershiplevels.php:493 adminpages/membershiplevels.php:496
|
833 |
-
msgid "Search Levels"
|
834 |
-
msgstr "Najít úrovně"
|
835 |
-
|
836 |
-
#: adminpages/membershiplevels.php:514 adminpages/membershiplevels.php:508
|
837 |
-
msgid "Billing Cycle"
|
838 |
-
msgstr "Cyklus fakturací"
|
839 |
-
|
840 |
-
#: adminpages/membershiplevels.php:515 adminpages/membershiplevels.php:509
|
841 |
-
msgid "Trial Cycle"
|
842 |
-
msgstr "Zkušební cyklus"
|
843 |
-
|
844 |
-
#: adminpages/membershiplevels.php:516 pages/confirmation.php:83
|
845 |
-
#: pages/invoice.php:70 adminpages/membershiplevels.php:510
|
846 |
-
#: pages/confirmation.php:81 pages/invoice.php:68
|
847 |
-
msgid "Expiration"
|
848 |
-
msgstr "Vypršení"
|
849 |
-
|
850 |
-
#: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:511
|
851 |
-
msgid "Allow Signups"
|
852 |
-
msgstr "Povolit registraci"
|
853 |
-
|
854 |
-
#: adminpages/membershiplevels.php:540 adminpages/membershiplevels.php:534
|
855 |
-
msgid "FREE"
|
856 |
-
msgstr "ZDARMA"
|
857 |
-
|
858 |
-
#: adminpages/membershiplevels.php:549 adminpages/membershiplevels.php:543
|
859 |
-
msgid "every"
|
860 |
-
msgstr "každý"
|
861 |
-
|
862 |
-
#: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:559
|
863 |
-
#: adminpages/reports/memberships.php:304
|
864 |
-
#: adminpages/reports/memberships.php:315 adminpages/reports/sales.php:204
|
865 |
-
#: adminpages/reports/sales.php:215 adminpages/membershiplevels.php:545
|
866 |
-
#: adminpages/membershiplevels.php:553 adminpages/reports/sales.php:195
|
867 |
-
#: adminpages/reports/sales.php:206
|
868 |
-
msgid "for"
|
869 |
-
msgstr "pro"
|
870 |
-
|
871 |
-
#: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:560
|
872 |
-
msgid "After"
|
873 |
-
msgstr "Po"
|
874 |
-
|
875 |
-
#: adminpages/membershiplevels.php:571 adminpages/orders.php:661
|
876 |
-
#: adminpages/membershiplevels.php:565
|
877 |
-
msgid "copy"
|
878 |
-
msgstr "kopie"
|
879 |
-
|
880 |
-
#: adminpages/membershiplevels.php:572 adminpages/membershiplevels.php:566
|
881 |
-
#, php-format
|
882 |
-
msgid ""
|
883 |
-
"Are you sure you want to delete membership level %s? All subscriptions will "
|
884 |
-
"be cancelled."
|
885 |
-
msgstr ""
|
886 |
-
"Jste si jisti, že chcete smazat úrovně členství % s? Všechny odběry budou "
|
887 |
-
"zrušeny."
|
888 |
-
|
889 |
-
#: adminpages/memberslist.php:25 includes/adminpages.php:15
|
890 |
-
#: includes/adminpages.php:74
|
891 |
-
msgid "Members List"
|
892 |
-
msgstr "Seznam členů"
|
893 |
-
|
894 |
-
#: adminpages/memberslist.php:26 adminpages/orders.php:522
|
895 |
-
msgid "Export to CSV"
|
896 |
-
msgstr "Export do CSV"
|
897 |
-
|
898 |
-
#: adminpages/memberslist.php:30 adminpages/reports/login.php:65
|
899 |
-
#: adminpages/reports/memberships.php:292 adminpages/reports/sales.php:194
|
900 |
-
#: adminpages/reports/sales.php:185
|
901 |
-
msgid "Show"
|
902 |
-
msgstr "Ukaž"
|
903 |
-
|
904 |
-
#: adminpages/memberslist.php:32 adminpages/reports/login.php:67
|
905 |
-
#: adminpages/reports/memberships.php:317 adminpages/reports/sales.php:217
|
906 |
-
#: adminpages/reports/sales.php:208
|
907 |
-
msgid "All Levels"
|
908 |
-
msgstr "Všechny úrovně"
|
909 |
-
|
910 |
-
#: adminpages/memberslist.php:46 adminpages/memberslist.php:49
|
911 |
-
msgid "Search Members"
|
912 |
-
msgstr "Prohledat členy"
|
913 |
-
|
914 |
-
#: adminpages/memberslist.php:103
|
915 |
-
#, php-format
|
916 |
-
msgid "%d members found."
|
917 |
-
msgstr "%d členů nalezeno"
|
918 |
-
|
919 |
-
#: adminpages/memberslist.php:112 pages/account.php:51 pages/checkout.php:171
|
920 |
-
#: pages/checkout.php:168
|
921 |
-
msgid "Username"
|
922 |
-
msgstr "Uživatelské jméno"
|
923 |
-
|
924 |
-
#: adminpages/memberslist.php:113
|
925 |
-
msgid "First Name"
|
926 |
-
msgstr "Jméno"
|
927 |
-
|
928 |
-
#: adminpages/memberslist.php:114
|
929 |
-
msgid "Last Name"
|
930 |
-
msgstr "Příjmení"
|
931 |
-
|
932 |
-
#: adminpages/memberslist.php:117 pages/account.php:90 pages/billing.php:58
|
933 |
-
#: pages/checkout.php:321 pages/confirmation.php:61 pages/invoice.php:48
|
934 |
-
#: pages/checkout.php:314 pages/confirmation.php:59 pages/invoice.php:46
|
935 |
-
msgid "Billing Address"
|
936 |
-
msgstr "Fakturační adresa"
|
937 |
-
|
938 |
-
#: adminpages/memberslist.php:118 adminpages/pagesettings.php:51
|
939 |
-
#: adminpages/reports/login.php:143
|
940 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:187
|
941 |
-
msgid "Membership"
|
942 |
-
msgstr "Členství"
|
943 |
-
|
944 |
-
#: adminpages/memberslist.php:119
|
945 |
-
msgid "Fee"
|
946 |
-
msgstr "Odměna"
|
947 |
-
|
948 |
-
#: adminpages/memberslist.php:120 adminpages/reports/login.php:144
|
949 |
-
msgid "Joined"
|
950 |
-
msgstr "Připojil"
|
951 |
-
|
952 |
-
#: adminpages/memberslist.php:184
|
953 |
-
msgid "Never"
|
954 |
-
msgstr "Nikdy"
|
955 |
-
|
956 |
-
#: adminpages/memberslist.php:195 adminpages/reports/login.php:210
|
957 |
-
msgid "No members found."
|
958 |
-
msgstr "Žádní členové nebyly nalezeni"
|
959 |
-
|
960 |
-
#: adminpages/memberslist.php:195 adminpages/reports/login.php:210
|
961 |
-
msgid "Search all levels"
|
962 |
-
msgstr "Prohledat všechny úrovně"
|
963 |
-
|
964 |
-
#: adminpages/orders.php:26
|
965 |
-
msgid "Order deleted successfully."
|
966 |
-
msgstr "Objednávka byla úspěšně smazána."
|
967 |
-
|
968 |
-
#: adminpages/orders.php:31
|
969 |
-
msgid "Error deleting order."
|
970 |
-
msgstr "Chyba při mazání objednávky"
|
971 |
-
|
972 |
-
#: adminpages/orders.php:119
|
973 |
-
msgid "Order saved successfully."
|
974 |
-
msgstr "Objednávka byla úspěšne uložena."
|
975 |
-
|
976 |
-
#: adminpages/orders.php:124
|
977 |
-
msgid "Error updating order timestamp."
|
978 |
-
msgstr "Chyba při aktualizaci časového razítka"
|
979 |
-
|
980 |
-
#: adminpages/orders.php:130
|
981 |
-
msgid "Error saving order."
|
982 |
-
msgstr "Chyba při ukládání zboží"
|
983 |
-
|
984 |
-
#: adminpages/orders.php:195
|
985 |
-
msgid "Order"
|
986 |
-
msgstr "Objednávka"
|
987 |
-
|
988 |
-
#: adminpages/orders.php:197
|
989 |
-
msgid "New Order"
|
990 |
-
msgstr "Nová objednávka"
|
991 |
-
|
992 |
-
#: adminpages/orders.php:220
|
993 |
-
msgid "Randomly generated for you."
|
994 |
-
msgstr "Náhodně generované pro Vás."
|
995 |
-
|
996 |
-
#: adminpages/orders.php:225
|
997 |
-
msgid "User ID"
|
998 |
-
msgstr "Uživatelské ID"
|
999 |
-
|
1000 |
-
#: adminpages/orders.php:234
|
1001 |
-
msgid "Membership Level ID"
|
1002 |
-
msgstr "ID členské úrovně"
|
1003 |
-
|
1004 |
-
#: adminpages/orders.php:243
|
1005 |
-
msgid "Billing Name"
|
1006 |
-
msgstr "Fakturační adresa"
|
1007 |
-
|
1008 |
-
#: adminpages/orders.php:251
|
1009 |
-
msgid "Billing Street"
|
1010 |
-
msgstr "Fakturační ulice"
|
1011 |
-
|
1012 |
-
#: adminpages/orders.php:258
|
1013 |
-
msgid "Billing City"
|
1014 |
-
msgstr "Fakturační město"
|
1015 |
-
|
1016 |
-
#: adminpages/orders.php:265
|
1017 |
-
msgid "Billing State"
|
1018 |
-
msgstr "Fakturační stát"
|
1019 |
-
|
1020 |
-
#: adminpages/orders.php:272
|
1021 |
-
msgid "Billing Postal Code"
|
1022 |
-
msgstr "Fakturační PSČ"
|
1023 |
-
|
1024 |
-
#: adminpages/orders.php:279
|
1025 |
-
msgid "Billing Country"
|
1026 |
-
msgstr "Fakturační země"
|
1027 |
-
|
1028 |
-
#: adminpages/orders.php:287
|
1029 |
-
msgid "Billing Phone"
|
1030 |
-
msgstr "Fakturační telefon"
|
1031 |
-
|
1032 |
-
#: adminpages/orders.php:296
|
1033 |
-
msgid "Sub Total"
|
1034 |
-
msgstr "Mezisoučet"
|
1035 |
-
|
1036 |
-
#: adminpages/orders.php:304 pages/invoice.php:80 pages/invoice.php:78
|
1037 |
-
msgid "Tax"
|
1038 |
-
msgstr "Daň"
|
1039 |
-
|
1040 |
-
#: adminpages/orders.php:312
|
1041 |
-
msgid "Coupon Amount"
|
1042 |
-
msgstr "Množství kupónu"
|
1043 |
-
|
1044 |
-
#: adminpages/orders.php:320 adminpages/orders.php:602 pages/invoice.php:84
|
1045 |
-
#: pages/invoice.php:82
|
1046 |
-
msgid "Total"
|
1047 |
-
msgstr "Celkem"
|
1048 |
-
|
1049 |
-
#: adminpages/orders.php:325
|
1050 |
-
msgid "Should be subtotal + tax - couponamount."
|
1051 |
-
msgstr "Měl by obsahovat součet + daň - množství kupónu"
|
1052 |
-
|
1053 |
-
#: adminpages/orders.php:330
|
1054 |
-
msgid "Payment Type"
|
1055 |
-
msgstr "Typ platby"
|
1056 |
-
|
1057 |
-
#: adminpages/orders.php:335
|
1058 |
-
msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
|
1059 |
-
msgstr "Například PayPal Express, PayPal Standard, Kreditní karta."
|
1060 |
-
|
1061 |
-
#: adminpages/orders.php:339 pages/billing.php:234 pages/checkout.php:517
|
1062 |
-
#: pages/checkout.php:510
|
1063 |
-
msgid "Card Type"
|
1064 |
-
msgstr "Typ karty"
|
1065 |
-
|
1066 |
-
#: adminpages/orders.php:344
|
1067 |
-
msgid "e.g. Visa, MasterCard, AMEX, etc"
|
1068 |
-
msgstr "Například Visa, MasterCard, AMEX, atd."
|
1069 |
-
|
1070 |
-
#: adminpages/orders.php:348 adminpages/paymentsettings.php:347
|
1071 |
-
msgid "Account Number"
|
1072 |
-
msgstr "Číslo účtu"
|
1073 |
-
|
1074 |
-
#: adminpages/orders.php:353
|
1075 |
-
msgid "Obscure all but last 4 digits."
|
1076 |
-
msgstr "Vše nejasné, ale poslední 4 čísla"
|
1077 |
-
|
1078 |
-
#: adminpages/orders.php:358
|
1079 |
-
msgid "Expiration Month"
|
1080 |
-
msgstr "Datum expirace"
|
1081 |
-
|
1082 |
-
#: adminpages/orders.php:365
|
1083 |
-
msgid "Expiration Year"
|
1084 |
-
msgstr "Rok expirace"
|
1085 |
-
|
1086 |
-
#: adminpages/orders.php:373 adminpages/orders.php:606
|
1087 |
-
msgid "Status"
|
1088 |
-
msgstr "Postavení"
|
1089 |
-
|
1090 |
-
#: adminpages/orders.php:394 adminpages/orders.php:604
|
1091 |
-
msgid "Gateway"
|
1092 |
-
msgstr "Brána"
|
1093 |
-
|
1094 |
-
#: adminpages/orders.php:398
|
1095 |
-
msgid "Testing Only"
|
1096 |
-
msgstr "Pouze testování"
|
1097 |
-
|
1098 |
-
#: adminpages/orders.php:399 adminpages/paymentsettings.php:159
|
1099 |
-
#: adminpages/paymentsettings.php:157
|
1100 |
-
msgid "Pay by Check"
|
1101 |
-
msgstr "Platit kupónem"
|
1102 |
-
|
1103 |
-
#: adminpages/orders.php:411 adminpages/paymentsettings.php:179
|
1104 |
-
#: adminpages/paymentsettings.php:175
|
1105 |
-
msgid "Gateway Environment"
|
1106 |
-
msgstr "Brána životního prostředí"
|
1107 |
-
|
1108 |
-
#: adminpages/orders.php:415 adminpages/paymentsettings.php:183
|
1109 |
-
#: adminpages/paymentsettings.php:179
|
1110 |
-
msgid "Sandbox/Testing"
|
1111 |
-
msgstr "Bezpečnostní mechanismus / testování"
|
1112 |
-
|
1113 |
-
#: adminpages/orders.php:416 adminpages/paymentsettings.php:184
|
1114 |
-
#: adminpages/paymentsettings.php:180
|
1115 |
-
msgid "Live/Production"
|
1116 |
-
msgstr "Naživo / produkce"
|
1117 |
-
|
1118 |
-
#: adminpages/orders.php:423
|
1119 |
-
msgid "Payment Transaction ID"
|
1120 |
-
msgstr "Číslo platební transakce"
|
1121 |
-
|
1122 |
-
#: adminpages/orders.php:428
|
1123 |
-
msgid "Generated by the gateway. Useful to cross reference orders."
|
1124 |
-
msgstr "Generováno bránou. Užitečný pro spárování referenčních zakázek."
|
1125 |
-
|
1126 |
-
#: adminpages/orders.php:432
|
1127 |
-
msgid "Subscription Transaction ID"
|
1128 |
-
msgstr "Číslo předplatného"
|
1129 |
-
|
1130 |
-
#: adminpages/orders.php:437
|
1131 |
-
msgid "Generated by the gateway. Useful to cross reference subscriptions."
|
1132 |
-
msgstr "Generováno bránou. Užitečný pro spárování referenčního předplatného."
|
1133 |
-
|
1134 |
-
#: adminpages/orders.php:442 adminpages/orders.php:607 pages/invoice.php:107
|
1135 |
-
#: pages/invoice.php:105
|
1136 |
-
msgid "Date"
|
1137 |
-
msgstr "Datum"
|
1138 |
-
|
1139 |
-
#: adminpages/orders.php:477
|
1140 |
-
msgid "Affiliate ID"
|
1141 |
-
msgstr "Partnerské ID"
|
1142 |
-
|
1143 |
-
#: adminpages/orders.php:485
|
1144 |
-
msgid "Affiliate SubID"
|
1145 |
-
msgstr "Partnerské subID"
|
1146 |
-
|
1147 |
-
#: adminpages/orders.php:495
|
1148 |
-
msgid "Notes"
|
1149 |
-
msgstr "Poznámky"
|
1150 |
-
|
1151 |
-
#: adminpages/orders.php:510
|
1152 |
-
msgid "Save Order"
|
1153 |
-
msgstr "Uložit"
|
1154 |
-
|
1155 |
-
#: adminpages/orders.php:511 pages/billing.php:295
|
1156 |
-
msgid "Cancel"
|
1157 |
-
msgstr "Zrušit"
|
1158 |
-
|
1159 |
-
#: adminpages/orders.php:520 includes/adminpages.php:17
|
1160 |
-
#: includes/adminpages.php:84
|
1161 |
-
msgid "Orders"
|
1162 |
-
msgstr "Objednávky"
|
1163 |
-
|
1164 |
-
#: adminpages/orders.php:521
|
1165 |
-
msgid "Add New Order"
|
1166 |
-
msgstr "Vložit novou objednávku"
|
1167 |
-
|
1168 |
-
#: adminpages/orders.php:535 adminpages/orders.php:538
|
1169 |
-
msgid "Search Orders"
|
1170 |
-
msgstr "Najít objednávku"
|
1171 |
-
|
1172 |
-
#: adminpages/orders.php:590
|
1173 |
-
#, php-format
|
1174 |
-
msgid "%d orders found."
|
1175 |
-
msgstr "%d objednávek nalezeno."
|
1176 |
-
|
1177 |
-
#: adminpages/orders.php:599 adminpages/paymentsettings.php:215
|
1178 |
-
#: adminpages/reports/login.php:141 adminpages/paymentsettings.php:211
|
1179 |
-
msgid "User"
|
1180 |
-
msgstr "Uživatel"
|
1181 |
-
|
1182 |
-
#: adminpages/orders.php:601 includes/profile.php:27 pages/checkout.php:33
|
1183 |
-
#: pages/confirmation.php:47 pages/confirmation.php:64
|
1184 |
-
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1185 |
-
#: includes/profile.php:25 pages/checkout.php:34 pages/confirmation.php:46
|
1186 |
-
#: pages/confirmation.php:62 pages/confirmation.php:103 pages/invoice.php:27
|
1187 |
-
#: pages/invoice.php:49
|
1188 |
-
msgid "Membership Level"
|
1189 |
-
msgstr "Úroveň členství"
|
1190 |
-
|
1191 |
-
#: adminpages/orders.php:603 adminpages/orders.php:651
|
1192 |
-
msgid "Payment"
|
1193 |
-
msgstr "Platba"
|
1194 |
-
|
1195 |
-
#: adminpages/orders.php:605
|
1196 |
-
msgid "Transaction IDs"
|
1197 |
-
msgstr "Číslo transakce"
|
1198 |
-
|
1199 |
-
#: adminpages/orders.php:630
|
1200 |
-
msgid "deleted"
|
1201 |
-
msgstr "smazáno"
|
1202 |
-
|
1203 |
-
#: adminpages/orders.php:653
|
1204 |
-
msgid "Subscription"
|
1205 |
-
msgstr "Předplatné"
|
1206 |
-
|
1207 |
-
#: adminpages/orders.php:664
|
1208 |
-
#, php-format
|
1209 |
-
msgid ""
|
1210 |
-
"Deleting orders is permanent and can affect active users. Are you sure you "
|
1211 |
-
"want to delete order %s?"
|
1212 |
-
msgstr ""
|
1213 |
-
"Vymazání objednávek je trvalé a může to mít vliv na aktivní uživatele. Jste "
|
1214 |
-
"si jisti, že chcete smazat objednávky % s?"
|
1215 |
-
|
1216 |
-
#: adminpages/orders.php:674
|
1217 |
-
msgid "No orders found."
|
1218 |
-
msgstr "žádné nalezené objednávky"
|
1219 |
-
|
1220 |
-
#: adminpages/pagesettings.php:83
|
1221 |
-
msgid "The following pages have been created for you"
|
1222 |
-
msgstr "Následující stránky budou vytvořeny pro Vás"
|
1223 |
-
|
1224 |
-
#: adminpages/pagesettings.php:98
|
1225 |
-
msgid ""
|
1226 |
-
"Manage the WordPress pages assigned to each required Paid Memberships Pro "
|
1227 |
-
"page."
|
1228 |
-
msgstr ""
|
1229 |
-
"Správa WordPress stránky přiřazené ke každé požadované, placené Memberships "
|
1230 |
-
"Pro page."
|
1231 |
-
|
1232 |
-
#: adminpages/pagesettings.php:104
|
1233 |
-
msgid ""
|
1234 |
-
"Assign the WordPress pages for each required Paid Memberships Pro page or"
|
1235 |
-
msgstr "Přiřaďte Wordpress stránku pro každé požadované placené členství nebo,"
|
1236 |
-
|
1237 |
-
#: adminpages/pagesettings.php:104
|
1238 |
-
msgid "click here to let us generate them for you"
|
1239 |
-
msgstr "klikněte zde a my vám ho vytvoříme"
|
1240 |
-
|
1241 |
-
#: adminpages/pagesettings.php:112
|
1242 |
-
msgid "Account Page"
|
1243 |
-
msgstr "Stránka účtu"
|
1244 |
-
|
1245 |
-
#: adminpages/pagesettings.php:119 adminpages/pagesettings.php:134
|
1246 |
-
#: adminpages/pagesettings.php:149 adminpages/pagesettings.php:165
|
1247 |
-
#: adminpages/pagesettings.php:181 adminpages/pagesettings.php:197
|
1248 |
-
#: adminpages/pagesettings.php:213 adminpages/pagesettings.php:132
|
1249 |
-
#: adminpages/pagesettings.php:145 adminpages/pagesettings.php:159
|
1250 |
-
#: adminpages/pagesettings.php:173 adminpages/pagesettings.php:187
|
1251 |
-
#: adminpages/pagesettings.php:201
|
1252 |
-
msgid "edit page"
|
1253 |
-
msgstr "upravit stránku"
|
1254 |
-
|
1255 |
-
#: adminpages/pagesettings.php:121 adminpages/pagesettings.php:136
|
1256 |
-
#: adminpages/pagesettings.php:151 adminpages/pagesettings.php:167
|
1257 |
-
#: adminpages/pagesettings.php:183 adminpages/pagesettings.php:199
|
1258 |
-
#: adminpages/pagesettings.php:215
|
1259 |
-
msgid "view page"
|
1260 |
-
msgstr "zobrazit stránku"
|
1261 |
-
|
1262 |
-
#: adminpages/pagesettings.php:123 adminpages/pagesettings.php:138
|
1263 |
-
#: adminpages/pagesettings.php:153 adminpages/pagesettings.php:169
|
1264 |
-
#: adminpages/pagesettings.php:185 adminpages/pagesettings.php:201
|
1265 |
-
#: adminpages/pagesettings.php:217 adminpages/pagesettings.php:121
|
1266 |
-
#: adminpages/pagesettings.php:134 adminpages/pagesettings.php:147
|
1267 |
-
#: adminpages/pagesettings.php:161 adminpages/pagesettings.php:175
|
1268 |
-
#: adminpages/pagesettings.php:189 adminpages/pagesettings.php:203
|
1269 |
-
msgid "Include the shortcode"
|
1270 |
-
msgstr "Vložit shortcode"
|
1271 |
-
|
1272 |
-
#: adminpages/pagesettings.php:127 adminpages/pagesettings.php:125
|
1273 |
-
msgid "Billing Information Page"
|
1274 |
-
msgstr "Stránka fakturačních údajů"
|
1275 |
-
|
1276 |
-
#: adminpages/pagesettings.php:142 adminpages/pagesettings.php:138
|
1277 |
-
msgid "Cancel Page"
|
1278 |
-
msgstr "Zrušit stránku"
|
1279 |
-
|
1280 |
-
#: adminpages/pagesettings.php:158 adminpages/pagesettings.php:152
|
1281 |
-
msgid "Checkout Page"
|
1282 |
-
msgstr "Pokladna"
|
1283 |
-
|
1284 |
-
#: adminpages/pagesettings.php:174 adminpages/pagesettings.php:166
|
1285 |
-
msgid "Confirmation Page"
|
1286 |
-
msgstr "Potvrzovací stránka"
|
1287 |
-
|
1288 |
-
#: adminpages/pagesettings.php:190 adminpages/pagesettings.php:180
|
1289 |
-
msgid "Invoice Page"
|
1290 |
-
msgstr "Stránka fakturací"
|
1291 |
-
|
1292 |
-
#: adminpages/pagesettings.php:206 adminpages/pagesettings.php:194
|
1293 |
-
msgid "Levels Page"
|
1294 |
-
msgstr "Stránka úrovní"
|
1295 |
-
|
1296 |
-
#: adminpages/paymentsettings.php:77 adminpages/paymentsettings.php:82
|
1297 |
-
msgid "Your payment settings have been updated."
|
1298 |
-
msgstr "Vaše nastavení plateb bylo úspěšně aktualizováno"
|
1299 |
-
|
1300 |
-
#: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:154
|
1301 |
-
#: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:152
|
1302 |
-
msgid "Payment Gateway"
|
1303 |
-
msgstr "Platební brána"
|
1304 |
-
|
1305 |
-
#: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:144
|
1306 |
-
msgid "SSL Settings"
|
1307 |
-
msgstr "Nastavení SSL"
|
1308 |
-
|
1309 |
-
#: adminpages/paymentsettings.php:174
|
1310 |
-
msgid ""
|
1311 |
-
"This gateway option is in beta. Some functionality may not be available. "
|
1312 |
-
"Please contact Paid Memberships Pro with any issues you run into. "
|
1313 |
-
"<strong>Please be sure to upgrade Paid Memberships Pro to the latest "
|
1314 |
-
"versions when available.</strong>"
|
1315 |
-
msgstr ""
|
1316 |
-
"Tato platební brána je v beta verzi. Nekteré funkce nemusí být k dispozici. "
|
1317 |
-
"Obraťte se prosím na Memberships Pro s případnými otázkami, které poté "
|
1318 |
-
"můžete konzultovat. <strong> Prosím ujistěte se, že jste upgradovali "
|
1319 |
-
"Memberships Pro na nejnovější verzi, která je k dispozici. </ strong>"
|
1320 |
-
|
1321 |
-
#: adminpages/paymentsettings.php:199 adminpages/paymentsettings.php:195
|
1322 |
-
msgid "Partner"
|
1323 |
-
msgstr "Partner"
|
1324 |
-
|
1325 |
-
#: adminpages/paymentsettings.php:207 adminpages/paymentsettings.php:203
|
1326 |
-
msgid "Vendor"
|
1327 |
-
msgstr "Prodejce"
|
1328 |
-
|
1329 |
-
#: adminpages/paymentsettings.php:223 pages/checkout.php:180
|
1330 |
-
#: adminpages/paymentsettings.php:219 pages/checkout.php:177
|
1331 |
-
msgid "Password"
|
1332 |
-
msgstr "Heslo"
|
1333 |
-
|
1334 |
-
#: adminpages/paymentsettings.php:231 adminpages/paymentsettings.php:227
|
1335 |
-
msgid "Gateway Account Email"
|
1336 |
-
msgstr "E-mail k bráně účtu"
|
1337 |
-
|
1338 |
-
#: adminpages/paymentsettings.php:239 adminpages/paymentsettings.php:331
|
1339 |
-
#: adminpages/paymentsettings.php:235
|
1340 |
-
msgid "API Username"
|
1341 |
-
msgstr "API uživatelské jméno"
|
1342 |
-
|
1343 |
-
#: adminpages/paymentsettings.php:247 adminpages/paymentsettings.php:339
|
1344 |
-
#: adminpages/paymentsettings.php:243
|
1345 |
-
msgid "API Password"
|
1346 |
-
msgstr "API heslo"
|
1347 |
-
|
1348 |
-
#: adminpages/paymentsettings.php:255 adminpages/paymentsettings.php:251
|
1349 |
-
msgid "API Signature"
|
1350 |
-
msgstr "API podpis"
|
1351 |
-
|
1352 |
-
#: adminpages/paymentsettings.php:264 adminpages/paymentsettings.php:260
|
1353 |
-
msgid "Login Name"
|
1354 |
-
msgstr "Přihlašovací jméno"
|
1355 |
-
|
1356 |
-
#: adminpages/paymentsettings.php:272 adminpages/paymentsettings.php:268
|
1357 |
-
msgid "Transaction Key"
|
1358 |
-
msgstr "Transakční klíč"
|
1359 |
-
|
1360 |
-
#: adminpages/paymentsettings.php:281 adminpages/paymentsettings.php:277
|
1361 |
-
msgid "Secret Key"
|
1362 |
-
msgstr "Tajný klíč"
|
1363 |
-
|
1364 |
-
#: adminpages/paymentsettings.php:289 adminpages/paymentsettings.php:285
|
1365 |
-
msgid "Publishable Key"
|
1366 |
-
msgstr "Nezávadný klíč"
|
1367 |
-
|
1368 |
-
#: adminpages/paymentsettings.php:298 adminpages/paymentsettings.php:364
|
1369 |
-
#: adminpages/paymentsettings.php:294
|
1370 |
-
msgid "Merchant ID"
|
1371 |
-
msgstr "ID obchodníka"
|
1372 |
-
|
1373 |
-
#: adminpages/paymentsettings.php:306 adminpages/paymentsettings.php:302
|
1374 |
-
msgid "Public Key"
|
1375 |
-
msgstr "Veřejný klíč"
|
1376 |
-
|
1377 |
-
#: adminpages/paymentsettings.php:314 adminpages/paymentsettings.php:310
|
1378 |
-
msgid "Private Key"
|
1379 |
-
msgstr "Osobní klíč"
|
1380 |
-
|
1381 |
-
#: adminpages/paymentsettings.php:322 adminpages/paymentsettings.php:318
|
1382 |
-
msgid "Client-Side Encryption Key"
|
1383 |
-
msgstr "Klientův dešifrovací klíč"
|
1384 |
-
|
1385 |
-
#: adminpages/paymentsettings.php:355
|
1386 |
-
msgid "Secret Word"
|
1387 |
-
msgstr "Tajné slovo"
|
1388 |
-
|
1389 |
-
#: adminpages/paymentsettings.php:372
|
1390 |
-
msgid "Transaction Security Key"
|
1391 |
-
msgstr "Bezpečnostní klíč transakce"
|
1392 |
-
|
1393 |
-
#: adminpages/paymentsettings.php:381 adminpages/paymentsettings.php:327
|
1394 |
-
#: adminpages/paymentsettings.php:337 adminpages/paymentsettings.php:356
|
1395 |
-
msgid "Currency"
|
1396 |
-
msgstr "Měna"
|
1397 |
-
|
1398 |
-
#: adminpages/paymentsettings.php:401 adminpages/paymentsettings.php:375
|
1399 |
-
msgid "Accepted Credit Card Types"
|
1400 |
-
msgstr "Akceptujeme tyto platební karty"
|
1401 |
-
|
1402 |
-
#: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:389
|
1403 |
-
msgid "Instructions"
|
1404 |
-
msgstr "Instrukce"
|
1405 |
-
|
1406 |
-
#: adminpages/paymentsettings.php:419 adminpages/paymentsettings.php:393
|
1407 |
-
msgid ""
|
1408 |
-
"Who to write the check out to. Where to mail it. Shown on checkout, "
|
1409 |
-
"confirmation, and invoice pages."
|
1410 |
-
msgstr ""
|
1411 |
-
"Kdo napsal šek. Kde je e-mail. Zobrazení pokladny, potvrzení a fakturační "
|
1412 |
-
"stránky."
|
1413 |
-
|
1414 |
-
#: adminpages/paymentsettings.php:425
|
1415 |
-
msgid "Show Billing Address Fields"
|
1416 |
-
msgstr "Ukázat pole - Fakturační údaje"
|
1417 |
-
|
1418 |
-
#: adminpages/paymentsettings.php:432
|
1419 |
-
msgid ""
|
1420 |
-
"Stripe doesn't require billing address fields. Choose 'No' to hide them on "
|
1421 |
-
"the checkout page."
|
1422 |
-
msgstr ""
|
1423 |
-
"Stripe nevyžaduje pole fakturační adresa. Zvolte \"Ne\" pro skování na "
|
1424 |
-
"platební stránce."
|
1425 |
-
|
1426 |
-
#: adminpages/paymentsettings.php:438 adminpages/paymentsettings.php:398
|
1427 |
-
msgid "Sales Tax"
|
1428 |
-
msgstr "Daň z prodeje"
|
1429 |
-
|
1430 |
-
#: adminpages/paymentsettings.php:438 pages/billing.php:78
|
1431 |
-
#: adminpages/paymentsettings.php:398
|
1432 |
-
msgid "optional"
|
1433 |
-
msgstr "volitelné"
|
1434 |
-
|
1435 |
-
#: adminpages/paymentsettings.php:441 adminpages/paymentsettings.php:401
|
1436 |
-
msgid "Tax State"
|
1437 |
-
msgstr "DPH"
|
1438 |
-
|
1439 |
-
#: adminpages/paymentsettings.php:442 adminpages/paymentsettings.php:402
|
1440 |
-
msgid "abbreviation, e.g. \"PA\""
|
1441 |
-
msgstr "zkratka, např. \"PA\""
|
1442 |
-
|
1443 |
-
#: adminpages/paymentsettings.php:444 adminpages/paymentsettings.php:404
|
1444 |
-
msgid "decimal, e.g. \"0.06\""
|
1445 |
-
msgstr "desetinný, např. \"0.06\""
|
1446 |
-
|
1447 |
-
#: adminpages/paymentsettings.php:445 adminpages/paymentsettings.php:405
|
1448 |
-
msgid ""
|
1449 |
-
"If values are given, tax will be applied for any members ordering from the "
|
1450 |
-
"selected state. For more complex tax rules, use the \"pmpro_tax\" filter."
|
1451 |
-
msgstr ""
|
1452 |
-
"Jestliže máte nastaveny hodnoty, daň bude použita pro všechny členy z "
|
1453 |
-
"určitého státu, kteří si objednají službu. U složitějších daňových pravidel, "
|
1454 |
-
"použijte \"pmpro_tax \" filtr."
|
1455 |
-
|
1456 |
-
#: adminpages/paymentsettings.php:450
|
1457 |
-
msgid "Force SSL"
|
1458 |
-
msgstr "Silný SSL"
|
1459 |
-
|
1460 |
-
#: adminpages/paymentsettings.php:456
|
1461 |
-
msgid "Yes (with JavaScript redirects)"
|
1462 |
-
msgstr "Ano (s JavaScript přesměrováním)"
|
1463 |
-
|
1464 |
-
#: adminpages/paymentsettings.php:463 adminpages/paymentsettings.php:430
|
1465 |
-
msgid "SSL Seal Code"
|
1466 |
-
msgstr "SSL Seal Code"
|
1467 |
-
|
1468 |
-
#: adminpages/paymentsettings.php:471 adminpages/paymentsettings.php:438
|
1469 |
-
msgid "HTTPS Nuclear Option"
|
1470 |
-
msgstr "nastavení HTTPS"
|
1471 |
-
|
1472 |
-
#: adminpages/paymentsettings.php:474 adminpages/paymentsettings.php:441
|
1473 |
-
msgid ""
|
1474 |
-
"Use the \"Nuclear Option\" to use secure (HTTPS) URLs on your secure pages. "
|
1475 |
-
"Check this if you are using SSL and have warnings on your checkout pages."
|
1476 |
-
msgstr ""
|
1477 |
-
"Použijte \"Nuclear Option\" k použití zabezpečené (HTTPS) URL na vaše "
|
1478 |
-
"zabezpečené stránky. Podívejte se na to, zda používáte SSL a máte upozornění "
|
1479 |
-
"na vašich platebních stránkách."
|
1480 |
-
|
1481 |
-
#: adminpages/paymentsettings.php:479 adminpages/paymentsettings.php:446
|
1482 |
-
msgid "IPN Handler URL"
|
1483 |
-
msgstr "IPN Handler URL"
|
1484 |
-
|
1485 |
-
#: adminpages/paymentsettings.php:482 adminpages/paymentsettings.php:449
|
1486 |
-
msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
|
1487 |
-
msgstr ""
|
1488 |
-
"Chcete-li plně integrovat PayPal, ujistěte se že jste nastavily IPN Handler "
|
1489 |
-
"URL"
|
1490 |
-
|
1491 |
-
#: adminpages/paymentsettings.php:487
|
1492 |
-
msgid "TwoCheckout INS URL"
|
1493 |
-
msgstr "TwoCheckout INS URL"
|
1494 |
-
|
1495 |
-
#: adminpages/paymentsettings.php:490
|
1496 |
-
msgid ""
|
1497 |
-
"To fully integrate with 2Checkout, be sure to set your 2Checkout INS URL "
|
1498 |
-
msgstr ""
|
1499 |
-
"Chcete-li plně integrovat 2Checkout, ujistěte se že jste nastavily "
|
1500 |
-
"2Checkout IPN Handler URL"
|
1501 |
-
|
1502 |
-
#: adminpages/paymentsettings.php:495 adminpages/paymentsettings.php:454
|
1503 |
-
msgid "Silent Post URL"
|
1504 |
-
msgstr "Tichý příspěvek URL"
|
1505 |
-
|
1506 |
-
#: adminpages/paymentsettings.php:498 adminpages/paymentsettings.php:457
|
1507 |
-
msgid ""
|
1508 |
-
"To fully integrate with Authorize.net, be sure to set your Silent Post URL to"
|
1509 |
-
msgstr ""
|
1510 |
-
"Chcete-li plně integrovat s Authorize.net, ujistěte se, že máte správně "
|
1511 |
-
"nastaven Silent Post URL na"
|
1512 |
-
|
1513 |
-
#: adminpages/paymentsettings.php:503 adminpages/paymentsettings.php:511
|
1514 |
-
#: adminpages/paymentsettings.php:462 adminpages/paymentsettings.php:470
|
1515 |
-
msgid "Web Hook URL"
|
1516 |
-
msgstr "Web Hook URL"
|
1517 |
-
|
1518 |
-
#: adminpages/paymentsettings.php:506 adminpages/paymentsettings.php:465
|
1519 |
-
msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
|
1520 |
-
msgstr ""
|
1521 |
-
"Chcete-li plně integrovat s Stripe, ujistěte se, že máte správně nastaven "
|
1522 |
-
"Web Hook URL na"
|
1523 |
-
|
1524 |
-
#: adminpages/paymentsettings.php:515 adminpages/paymentsettings.php:474
|
1525 |
-
msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
|
1526 |
-
msgstr ""
|
1527 |
-
"Chcete-li plně integrovat s Braintree, ujistěte se, že máte správně nastaven "
|
1528 |
-
"Web Hook URL na"
|
1529 |
-
|
1530 |
-
#: adminpages/reports.php:37 adminpages/reports.php:26
|
1531 |
-
msgid "Details"
|
1532 |
-
msgstr "Detaily"
|
1533 |
-
|
1534 |
-
#: adminpages/reports/login.php:16
|
1535 |
-
msgid "Visits, Views, and Logins"
|
1536 |
-
msgstr "Návštěvy, zobrazení a přihlášení"
|
1537 |
-
|
1538 |
-
#: adminpages/reports/login.php:26
|
1539 |
-
msgid "Visits Today"
|
1540 |
-
msgstr "Dnešní návštěvy"
|
1541 |
-
|
1542 |
-
#: adminpages/reports/login.php:27 adminpages/reports/login.php:147
|
1543 |
-
msgid "Visits This Month"
|
1544 |
-
msgstr "Návštěvy tento měsíc"
|
1545 |
-
|
1546 |
-
#: adminpages/reports/login.php:28
|
1547 |
-
msgid "Visits All Time"
|
1548 |
-
msgstr "Celková návštěvnost"
|
1549 |
-
|
1550 |
-
#: adminpages/reports/login.php:31
|
1551 |
-
msgid "Views Today"
|
1552 |
-
msgstr "Dnešní zobrazení"
|
1553 |
-
|
1554 |
-
#: adminpages/reports/login.php:32 adminpages/reports/login.php:149
|
1555 |
-
msgid "Views This Month"
|
1556 |
-
msgstr "Zobrazeno tento měsíc"
|
1557 |
-
|
1558 |
-
#: adminpages/reports/login.php:33
|
1559 |
-
msgid "Views All Time"
|
1560 |
-
msgstr "Zobrazeno celkem"
|
1561 |
-
|
1562 |
-
#: adminpages/reports/login.php:36
|
1563 |
-
msgid "Logins Today"
|
1564 |
-
msgstr "Přihlášeno dnes"
|
1565 |
-
|
1566 |
-
#: adminpages/reports/login.php:37 adminpages/reports/login.php:152
|
1567 |
-
msgid "Logins This Month"
|
1568 |
-
msgstr "Přihlášeno tento měsíc"
|
1569 |
-
|
1570 |
-
#: adminpages/reports/login.php:38
|
1571 |
-
msgid "Logins All Time"
|
1572 |
-
msgstr "Přihlášeno celkem"
|
1573 |
-
|
1574 |
-
#: adminpages/reports/login.php:61
|
1575 |
-
msgid "Visits, Views, and Logins Report"
|
1576 |
-
msgstr "Zprávy z návštěv, zobrazení a přihlášení"
|
1577 |
-
|
1578 |
-
#: adminpages/reports/login.php:66
|
1579 |
-
msgid "All Users"
|
1580 |
-
msgstr "Všichni uživatelé"
|
1581 |
-
|
1582 |
-
#: adminpages/reports/login.php:146
|
1583 |
-
msgid "Last Visit"
|
1584 |
-
msgstr "Poslední návštěva"
|
1585 |
-
|
1586 |
-
#: adminpages/reports/login.php:148
|
1587 |
-
msgid "Total Visits"
|
1588 |
-
msgstr "Návštěv celkem"
|
1589 |
-
|
1590 |
-
#: adminpages/reports/login.php:150
|
1591 |
-
msgid "Total Views"
|
1592 |
-
msgstr "Zobrazeno celkem"
|
1593 |
-
|
1594 |
-
#: adminpages/reports/login.php:151
|
1595 |
-
msgid "Last Login"
|
1596 |
-
msgstr "Poslední přihlášení"
|
1597 |
-
|
1598 |
-
#: adminpages/reports/login.php:153
|
1599 |
-
msgid "Total Logins"
|
1600 |
-
msgstr "Přihlášení celkem"
|
1601 |
-
|
1602 |
-
#: adminpages/reports/memberships.php:18
|
1603 |
-
#: adminpages/reports/memberships.php:288
|
1604 |
-
msgid "Membership Stats"
|
1605 |
-
msgstr "Členská statistika"
|
1606 |
-
|
1607 |
-
#: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:196
|
1608 |
-
#: adminpages/reports/sales.php:187
|
1609 |
-
msgid "Daily"
|
1610 |
-
msgstr "Denně"
|
1611 |
-
|
1612 |
-
#: adminpages/reports/memberships.php:295 adminpages/reports/sales.php:197
|
1613 |
-
#: adminpages/reports/sales.php:188
|
1614 |
-
msgid "Monthly"
|
1615 |
-
msgstr "Měsíčně"
|
1616 |
-
|
1617 |
-
#: adminpages/reports/memberships.php:296 adminpages/reports/sales.php:198
|
1618 |
-
#: adminpages/reports/sales.php:189
|
1619 |
-
msgid "Annual"
|
1620 |
-
msgstr "Ročně"
|
1621 |
-
|
1622 |
-
#: adminpages/reports/memberships.php:299
|
1623 |
-
msgid "Signups vs. Cancellations"
|
1624 |
-
msgstr "Registrace vs. storna"
|
1625 |
-
|
1626 |
-
#: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:231
|
1627 |
-
#: adminpages/reports/sales.php:222
|
1628 |
-
msgid "Generate Report"
|
1629 |
-
msgstr "Vytvořit zprávu"
|
1630 |
-
|
1631 |
-
#: adminpages/reports/sales.php:18
|
1632 |
-
msgid "Sales and Revenue (Testing/Sandbox)"
|
1633 |
-
msgstr "Prodeje a výnosy (testování / bezpečnostní mechanismus)"
|
1634 |
-
|
1635 |
-
#: adminpages/reports/sales.php:20 adminpages/reports/sales.php:189
|
1636 |
-
#: adminpages/reports/sales.php:180
|
1637 |
-
msgid "Sales and Revenue"
|
1638 |
-
msgstr "Prodeje a příjmy"
|
1639 |
-
|
1640 |
-
#: adminpages/reports/sales.php:201 adminpages/reports/sales.php:192
|
1641 |
-
msgid "Revenue"
|
1642 |
-
msgstr "Příjmy"
|
1643 |
-
|
1644 |
-
#: adminpages/reports/sales.php:202 adminpages/reports/sales.php:193
|
1645 |
-
msgid "Sales"
|
1646 |
-
msgstr "Prodeje"
|
1647 |
-
|
1648 |
-
#: classes/class.pmproemail.php:37
|
1649 |
-
#, php-format
|
1650 |
-
msgid "An Email From %s"
|
1651 |
-
msgstr "E-mail od %s"
|
1652 |
-
|
1653 |
-
#: classes/class.pmproemail.php:120
|
1654 |
-
#, php-format
|
1655 |
-
msgid "Your membership at %s has been CANCELLED"
|
1656 |
-
msgstr "Vaše členství na %s bylo ZRUŠENO"
|
1657 |
-
|
1658 |
-
#: classes/class.pmproemail.php:142
|
1659 |
-
#, php-format
|
1660 |
-
msgid "Membership for %s at %s has been CANCELLED"
|
1661 |
-
msgstr "Členství pro %s na %s bylo ZRUŠENO"
|
1662 |
-
|
1663 |
-
#: classes/class.pmproemail.php:173 classes/class.pmproemail.php:172
|
1664 |
-
#, php-format
|
1665 |
-
msgid "Your membership confirmation for %s"
|
1666 |
-
msgstr "Vaše členství potvzeno do %s"
|
1667 |
-
|
1668 |
-
#: classes/class.pmproemail.php:218 classes/class.pmproemail.php:227
|
1669 |
-
#: classes/class.pmproemail.php:236 classes/class.pmproemail.php:307
|
1670 |
-
#: classes/class.pmproemail.php:316 classes/class.pmproemail.php:580
|
1671 |
-
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:573
|
1672 |
-
#: pages/confirmation.php:52 pages/invoice.php:33
|
1673 |
-
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:225
|
1674 |
-
#: classes/class.pmproemail.php:234 classes/class.pmproemail.php:304
|
1675 |
-
#: classes/class.pmproemail.php:313 classes/class.pmproemail.php:532
|
1676 |
-
#: pages/checkout.php:67 pages/checkout.php:77 pages/checkout.php:566
|
1677 |
-
#: pages/confirmation.php:51 pages/invoice.php:32
|
1678 |
-
msgid "Discount Code"
|
1679 |
-
msgstr "Slevový kód"
|
1680 |
-
|
1681 |
-
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:328
|
1682 |
-
#: classes/class.pmproemail.php:586 classes/class.pmproemail.php:241
|
1683 |
-
#: classes/class.pmproemail.php:325 classes/class.pmproemail.php:538
|
1684 |
-
#, php-format
|
1685 |
-
msgid "This membership will expire on %s."
|
1686 |
-
msgstr "Toto členství vyprší %s."
|
1687 |
-
|
1688 |
-
#: classes/class.pmproemail.php:265 classes/class.pmproemail.php:263
|
1689 |
-
#, php-format
|
1690 |
-
msgid "Member Checkout for %s at %s"
|
1691 |
-
msgstr "Členská platba pro% s na% s"
|
1692 |
-
|
1693 |
-
#: classes/class.pmproemail.php:345 classes/class.pmproemail.php:342
|
1694 |
-
#, php-format
|
1695 |
-
msgid "Your billing information has been udpated at %s"
|
1696 |
-
msgstr "Vaše fakturační údaje byly aktualizovány na %s"
|
1697 |
-
|
1698 |
-
#: classes/class.pmproemail.php:390 classes/class.pmproemail.php:386
|
1699 |
-
#, php-format
|
1700 |
-
msgid "Billing information has been udpated for %s at %s"
|
1701 |
-
msgstr "Fakturační údaje byly aktualizovány z %s na %s"
|
1702 |
-
|
1703 |
-
#: classes/class.pmproemail.php:430 classes/class.pmproemail.php:425
|
1704 |
-
#, php-format
|
1705 |
-
msgid "Membership Payment Failed at %s"
|
1706 |
-
msgstr "Platba za členství se nezdařila na %s"
|
1707 |
-
|
1708 |
-
#: classes/class.pmproemail.php:468 classes/class.pmproemail.php:462
|
1709 |
-
#, php-format
|
1710 |
-
msgid "Membership Payment Failed For %s at %s"
|
1711 |
-
msgstr "Členská platba se nezdařila pro %s na %s"
|
1712 |
-
|
1713 |
-
#: classes/class.pmproemail.php:508
|
1714 |
-
#, php-format
|
1715 |
-
msgid "Credit Card on File Expiring Soon at %s"
|
1716 |
-
msgstr "Kreditní karta brzy skončí na %s"
|
1717 |
-
|
1718 |
-
#: classes/class.pmproemail.php:548 classes/class.pmproemail.php:501
|
1719 |
-
#, php-format
|
1720 |
-
msgid "INVOICE for %s membership"
|
1721 |
-
msgstr "Faktura za %s členství"
|
1722 |
-
|
1723 |
-
#: classes/class.pmproemail.php:611 classes/class.pmproemail.php:563
|
1724 |
-
#, php-format
|
1725 |
-
msgid "Your trial at %s is ending soon"
|
1726 |
-
msgstr "Vaše zkušební verze na %s brzy končí"
|
1727 |
-
|
1728 |
-
#: classes/class.pmproemail.php:645 classes/class.pmproemail.php:596
|
1729 |
-
#, php-format
|
1730 |
-
msgid "Your membership at %s has ended"
|
1731 |
-
msgstr "Vaše členství na %s bylo ukončeno"
|
1732 |
-
|
1733 |
-
#: classes/class.pmproemail.php:670 classes/class.pmproemail.php:621
|
1734 |
-
#, php-format
|
1735 |
-
msgid "Your membership at %s will end soon"
|
1736 |
-
msgstr "Vaše členství na %s brzy zkončí"
|
1737 |
-
|
1738 |
-
#: classes/class.pmproemail.php:690 classes/class.pmproemail.php:641
|
1739 |
-
#, php-format
|
1740 |
-
msgid "Your membership at %s has been changed"
|
1741 |
-
msgstr "Vaše členství na %s bude změněno"
|
1742 |
-
|
1743 |
-
#: classes/class.pmproemail.php:694 classes/class.pmproemail.php:732
|
1744 |
-
#: classes/class.pmproemail.php:645 classes/class.pmproemail.php:683
|
1745 |
-
#, php-format
|
1746 |
-
msgid "The new level is %s. This membership is free"
|
1747 |
-
msgstr "Nová úroveň je% s. Toto členství je zdarma"
|
1748 |
-
|
1749 |
-
#: classes/class.pmproemail.php:696 classes/class.pmproemail.php:647
|
1750 |
-
msgid "Your membership has been cancelled"
|
1751 |
-
msgstr "Vaše členství bylo ukončeno"
|
1752 |
-
|
1753 |
-
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
1754 |
-
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
1755 |
-
#, php-format
|
1756 |
-
msgid "This membership will expire on %s"
|
1757 |
-
msgstr "Toto členství vyprší %s"
|
1758 |
-
|
1759 |
-
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
1760 |
-
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
1761 |
-
msgid "This membership does not expire"
|
1762 |
-
msgstr "Toto členství nevyprší"
|
1763 |
-
|
1764 |
-
#: classes/class.pmproemail.php:728 classes/class.pmproemail.php:679
|
1765 |
-
#, php-format
|
1766 |
-
msgid "Membership for %s at %s has been changed"
|
1767 |
-
msgstr "členství pro %s na %s bylo změněno"
|
1768 |
-
|
1769 |
-
#: classes/class.pmproemail.php:734 classes/class.pmproemail.php:685
|
1770 |
-
msgid "membership has been cancelled"
|
1771 |
-
msgstr "členství ukončeno"
|
1772 |
-
|
1773 |
-
#: classes/gateways/class.pmprogateway.php:55
|
1774 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:55
|
1775 |
-
#: classes/gateways/class.pmprogateway_check.php:60
|
1776 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:57
|
1777 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:27
|
1778 |
-
#: classes/gateways/class.pmprogateway_paypal.php:27
|
1779 |
-
msgid "Unknown error: Authorization failed."
|
1780 |
-
msgstr "Neznámá chyba: Autorizace selhala"
|
1781 |
-
|
1782 |
-
#: classes/gateways/class.pmprogateway.php:106
|
1783 |
-
#: classes/gateways/class.pmprogateway.php:111
|
1784 |
-
#: classes/gateways/class.pmprogateway.php:129
|
1785 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:106
|
1786 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:111
|
1787 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:128
|
1788 |
-
#: classes/gateways/class.pmprogateway_check.php:111
|
1789 |
-
#: classes/gateways/class.pmprogateway_check.php:116
|
1790 |
-
#: classes/gateways/class.pmprogateway_check.php:134
|
1791 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:108
|
1792 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:113
|
1793 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:131
|
1794 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:50
|
1795 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:55
|
1796 |
-
#: classes/gateways/class.pmprogateway_paypal.php:50
|
1797 |
-
msgid "Unknown error: Payment failed."
|
1798 |
-
msgstr "Neznámá chyba: Platba selhala"
|
1799 |
-
|
1800 |
-
#: classes/gateways/class.pmprogateway.php:113
|
1801 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:112
|
1802 |
-
#: classes/gateways/class.pmprogateway_check.php:118
|
1803 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:115
|
1804 |
-
msgid ""
|
1805 |
-
"A partial payment was made that we could not void. Please contact the site "
|
1806 |
-
"owner immediately to correct this."
|
1807 |
-
msgstr ""
|
1808 |
-
"Částečně provedená platba. Prosím, obraťte se na vlastníka stránky, který "
|
1809 |
-
"problém okamžitě napraví."
|
1810 |
-
|
1811 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:787
|
1812 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:788
|
1813 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:789
|
1814 |
-
msgid "Could not connect to Authorize.net"
|
1815 |
-
msgstr "Nelze se připojit k Authorize.net"
|
1816 |
-
|
1817 |
-
#: classes/gateways/class.pmprogateway_braintree.php:61
|
1818 |
-
#: classes/gateways/class.pmprogateway_stripe.php:53
|
1819 |
-
msgid "Unknown error: Initial payment failed."
|
1820 |
-
msgstr "Neznámá platba: První platba se nezdařila."
|
1821 |
-
|
1822 |
-
#: classes/gateways/class.pmprogateway_braintree.php:120
|
1823 |
-
msgid "Error during settlement:"
|
1824 |
-
msgstr "Chyba při zúčtování:"
|
1825 |
-
|
1826 |
-
#: classes/gateways/class.pmprogateway_braintree.php:129
|
1827 |
-
msgid "Error during charge:"
|
1828 |
-
msgstr "Chyba během placení:"
|
1829 |
-
|
1830 |
-
#: classes/gateways/class.pmprogateway_braintree.php:198
|
1831 |
-
msgid "Failed to update customer."
|
1832 |
-
msgstr "Nepodařilo se aktualizovat zákazníka."
|
1833 |
-
|
1834 |
-
#: classes/gateways/class.pmprogateway_braintree.php:246
|
1835 |
-
msgid "Failed to create customer."
|
1836 |
-
msgstr "Nepodařilo se vytvořit zákazníka."
|
1837 |
-
|
1838 |
-
#: classes/gateways/class.pmprogateway_braintree.php:253
|
1839 |
-
msgid "Error creating customer record with Braintree:"
|
1840 |
-
msgstr "Chyba při vytváření zákazníka nahrána do Braintree:"
|
1841 |
-
|
1842 |
-
#: classes/gateways/class.pmprogateway_braintree.php:344
|
1843 |
-
#: classes/gateways/class.pmprogateway_braintree.php:345
|
1844 |
-
msgid "Error subscribing customer to plan with Braintree:"
|
1845 |
-
msgstr "Chyba při objednání zákazníka nahrána do Braintree:"
|
1846 |
-
|
1847 |
-
#: classes/gateways/class.pmprogateway_braintree.php:359
|
1848 |
-
#: classes/gateways/class.pmprogateway_braintree.php:360
|
1849 |
-
msgid "Failed to subscribe with Braintree:"
|
1850 |
-
msgstr "Přihlášení s Braintree se nezdařilo:"
|
1851 |
-
|
1852 |
-
#: classes/gateways/class.pmprogateway_braintree.php:397
|
1853 |
-
#: classes/gateways/class.pmprogateway_braintree.php:410
|
1854 |
-
#: classes/gateways/class.pmprogateway_braintree.php:417
|
1855 |
-
#: classes/gateways/class.pmprogateway_stripe.php:344
|
1856 |
-
#: classes/gateways/class.pmprogateway_stripe.php:354
|
1857 |
-
#: classes/gateways/class.pmprogateway_braintree.php:398
|
1858 |
-
#: classes/gateways/class.pmprogateway_braintree.php:411
|
1859 |
-
#: classes/gateways/class.pmprogateway_braintree.php:418
|
1860 |
-
#: classes/gateways/class.pmprogateway_stripe.php:343
|
1861 |
-
#: classes/gateways/class.pmprogateway_stripe.php:353
|
1862 |
-
msgid "Could not find the subscription."
|
1863 |
-
msgstr "Nelze najít předplatné."
|
1864 |
-
|
1865 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:57
|
1866 |
-
#: classes/gateways/class.pmprogateway_paypal.php:57
|
1867 |
-
msgid ""
|
1868 |
-
"A partial payment was made that we could not refund. Please contact the site "
|
1869 |
-
"owner immediately to correct this."
|
1870 |
-
msgstr ""
|
1871 |
-
"Částečná platba byla provedena, ale nemůžeme ji vrátit. Obraťte se na "
|
1872 |
-
"vlastníka webu, který problém okamžitě vyřeší."
|
1873 |
-
|
1874 |
-
#: classes/gateways/class.pmprogateway_stripe.php:192
|
1875 |
-
#: classes/gateways/class.pmprogateway_stripe.php:190
|
1876 |
-
msgid "Error creating customer record with Stripe:"
|
1877 |
-
msgstr "Chyba při vytváření zákazníka nahrána do Stripe:"
|
1878 |
-
|
1879 |
-
#: classes/gateways/class.pmprogateway_stripe.php:279
|
1880 |
-
#: classes/gateways/class.pmprogateway_stripe.php:278
|
1881 |
-
msgid "Error creating plan with Stripe:"
|
1882 |
-
msgstr "Chyba vytvoření plánu pomocí Stripe:"
|
1883 |
-
|
1884 |
-
#: classes/gateways/class.pmprogateway_stripe.php:295
|
1885 |
-
#: classes/gateways/class.pmprogateway_stripe.php:294
|
1886 |
-
msgid "Error subscribing customer to plan with Stripe:"
|
1887 |
-
msgstr "Chyba při objednání zákazníka nahrána do Stripe:"
|
1888 |
-
|
1889 |
-
#: includes/adminpages.php:9 includes/adminpages.php:39
|
1890 |
-
msgid "Memberships"
|
1891 |
-
msgstr "Členství"
|
1892 |
-
|
1893 |
-
#: includes/adminpages.php:10 includes/adminpages.php:49
|
1894 |
-
msgid "Page Settings"
|
1895 |
-
msgstr "Nastavení stránek"
|
1896 |
-
|
1897 |
-
#: includes/adminpages.php:11 includes/adminpages.php:54
|
1898 |
-
msgid "Payment Settings"
|
1899 |
-
msgstr "Nastavení plateb"
|
1900 |
-
|
1901 |
-
#: includes/adminpages.php:16 includes/adminpages.php:79
|
1902 |
-
msgid "Reports"
|
1903 |
-
msgstr "Statistiky"
|
1904 |
-
|
1905 |
-
#: includes/adminpages.php:18 includes/adminpages.php:89
|
1906 |
-
msgid "Discount Codes"
|
1907 |
-
msgstr "Slevové kupóny"
|
1908 |
-
|
1909 |
-
#: includes/cleanup.php:24
|
1910 |
-
#, php-format
|
1911 |
-
msgid ""
|
1912 |
-
"There was an error canceling the subscription for user with ID=%s. You will "
|
1913 |
-
"want to check your payment gateway to see if their subscription is still "
|
1914 |
-
"active."
|
1915 |
-
msgstr ""
|
1916 |
-
"Došlo k chybě při zrušení předplatného pro uživatele s ID=%s. Budete chtít "
|
1917 |
-
"zkontrolovat platební bránu, zda je jejich předplatné stále aktivní?"
|
1918 |
-
|
1919 |
-
#: includes/currencies.php:7 includes/currencies.php:44
|
1920 |
-
#: includes/currencies.php:37
|
1921 |
-
msgid "US Dollars ($)"
|
1922 |
-
msgstr "Americký dolar ($)"
|
1923 |
-
|
1924 |
-
#: includes/currencies.php:8 includes/currencies.php:47
|
1925 |
-
#: includes/currencies.php:40
|
1926 |
-
msgid "Euros (€)"
|
1927 |
-
msgstr "Euro (€)"
|
1928 |
-
|
1929 |
-
#: includes/currencies.php:9 includes/currencies.php:46
|
1930 |
-
#: includes/currencies.php:39
|
1931 |
-
msgid "Pounds Sterling (£)"
|
1932 |
-
msgstr "Libra (£)"
|
1933 |
-
|
1934 |
-
#: includes/currencies.php:10
|
1935 |
-
msgid "Australian Dollars ($)"
|
1936 |
-
msgstr "Australský dolar ($)"
|
1937 |
-
|
1938 |
-
#: includes/currencies.php:11
|
1939 |
-
msgid "Brazilian Real ($)"
|
1940 |
-
msgstr "Brazilský real ($)"
|
1941 |
-
|
1942 |
-
#: includes/currencies.php:12 includes/currencies.php:45
|
1943 |
-
#: includes/currencies.php:38
|
1944 |
-
msgid "Canadian Dollars ($)"
|
1945 |
-
msgstr "Kanadský dolar ($)"
|
1946 |
-
|
1947 |
-
#: includes/currencies.php:13
|
1948 |
-
msgid "Chinese Yuan"
|
1949 |
-
msgstr "Čínský Jen"
|
1950 |
-
|
1951 |
-
#: includes/currencies.php:14 includes/currencies.php:13
|
1952 |
-
msgid "Czech Koruna"
|
1953 |
-
msgstr "Český koruna"
|
1954 |
-
|
1955 |
-
#: includes/currencies.php:15 includes/currencies.php:14
|
1956 |
-
msgid "Danish Krone"
|
1957 |
-
msgstr "Dánská koruna"
|
1958 |
-
|
1959 |
-
#: includes/currencies.php:16 includes/currencies.php:15
|
1960 |
-
msgid "Hong Kong Dollar ($)"
|
1961 |
-
msgstr "Hong Kongský dolar ($)"
|
1962 |
-
|
1963 |
-
#: includes/currencies.php:17 includes/currencies.php:16
|
1964 |
-
msgid "Hungarian Forint"
|
1965 |
-
msgstr "Maďarský forint"
|
1966 |
-
|
1967 |
-
#: includes/currencies.php:18
|
1968 |
-
msgid "Indian Rupee"
|
1969 |
-
msgstr "Indická rupie"
|
1970 |
-
|
1971 |
-
#: includes/currencies.php:19
|
1972 |
-
msgid "Indonesia Rupiah"
|
1973 |
-
msgstr "Indonézská rupie"
|
1974 |
-
|
1975 |
-
#: includes/currencies.php:20 includes/currencies.php:17
|
1976 |
-
msgid "Israeli Shekel"
|
1977 |
-
msgstr "Izraelský Shekel"
|
1978 |
-
|
1979 |
-
#: includes/currencies.php:21 includes/currencies.php:18
|
1980 |
-
msgid "Japanese Yen (¥)"
|
1981 |
-
msgstr "Japonský Jen (¥)"
|
1982 |
-
|
1983 |
-
#: includes/currencies.php:22 includes/currencies.php:19
|
1984 |
-
msgid "Malaysian Ringgits"
|
1985 |
-
msgstr "Malajský ringgits"
|
1986 |
-
|
1987 |
-
#: includes/currencies.php:23 includes/currencies.php:20
|
1988 |
-
msgid "Mexican Peso ($)"
|
1989 |
-
msgstr "Mexické peso ($)"
|
1990 |
-
|
1991 |
-
#: includes/currencies.php:24 includes/currencies.php:21
|
1992 |
-
msgid "New Zealand Dollar ($)"
|
1993 |
-
msgstr "Novozélanský dolar ($)"
|
1994 |
-
|
1995 |
-
#: includes/currencies.php:25 includes/currencies.php:22
|
1996 |
-
msgid "Norwegian Krone"
|
1997 |
-
msgstr "Norská koruna"
|
1998 |
-
|
1999 |
-
#: includes/currencies.php:26 includes/currencies.php:23
|
2000 |
-
msgid "Philippine Pesos"
|
2001 |
-
msgstr "Filipínské pesos"
|
2002 |
-
|
2003 |
-
#: includes/currencies.php:27 includes/currencies.php:24
|
2004 |
-
msgid "Polish Zloty"
|
2005 |
-
msgstr "Polský zlotý"
|
2006 |
-
|
2007 |
-
#: includes/currencies.php:28 includes/currencies.php:25
|
2008 |
-
msgid "Singapore Dollar ($)"
|
2009 |
-
msgstr "Singapurský dolar ($)"
|
2010 |
-
|
2011 |
-
#: includes/currencies.php:29
|
2012 |
-
msgid "South African Rand"
|
2013 |
-
msgstr "Jihoafrický Rand"
|
2014 |
-
|
2015 |
-
#: includes/currencies.php:30
|
2016 |
-
msgid "South Korean Won"
|
2017 |
-
msgstr "Jihokorejský Won"
|
2018 |
-
|
2019 |
-
#: includes/currencies.php:31 includes/currencies.php:26
|
2020 |
-
msgid "Swedish Krona"
|
2021 |
-
msgstr "švédská koruna"
|
2022 |
-
|
2023 |
-
#: includes/currencies.php:32 includes/currencies.php:27
|
2024 |
-
msgid "Swiss Franc"
|
2025 |
-
msgstr "Švýcarský Frank"
|
2026 |
-
|
2027 |
-
#: includes/currencies.php:33 includes/currencies.php:28
|
2028 |
-
msgid "Taiwan New Dollars"
|
2029 |
-
msgstr "Taiwanský noví dolar"
|
2030 |
-
|
2031 |
-
#: includes/currencies.php:34 includes/currencies.php:29
|
2032 |
-
msgid "Thai Baht"
|
2033 |
-
msgstr "Thaiský Baht"
|
2034 |
-
|
2035 |
-
#: includes/currencies.php:35
|
2036 |
-
msgid "Turkish Lira"
|
2037 |
-
msgstr "Turecká lira"
|
2038 |
-
|
2039 |
-
#: includes/currencies.php:36
|
2040 |
-
msgid "Vietnamese Dong"
|
2041 |
-
msgstr "Vietnamský Dong"
|
2042 |
-
|
2043 |
-
#: includes/functions.php:196 includes/functions.php:160
|
2044 |
-
#, php-format
|
2045 |
-
msgid "The price for membership is <strong>%s</strong> now"
|
2046 |
-
msgstr "Cena za členství je nyní <strong>%s</strong>"
|
2047 |
-
|
2048 |
-
#: includes/functions.php:205 includes/functions.php:169
|
2049 |
-
#, php-format
|
2050 |
-
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2051 |
-
msgstr "a pak <strong>%s na %s pro %d další %s</strong>."
|
2052 |
-
|
2053 |
-
#: includes/functions.php:209 includes/functions.php:173
|
2054 |
-
#, php-format
|
2055 |
-
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2056 |
-
msgstr "a pak <strong>%s každý %d %s pro %d více %s</strong>."
|
2057 |
-
|
2058 |
-
#: includes/functions.php:214 includes/functions.php:178
|
2059 |
-
#, php-format
|
2060 |
-
msgid " and then <strong>%s after %d %s</strong>."
|
2061 |
-
msgstr "a pak <strong>%s po %d %s</strong>."
|
2062 |
-
|
2063 |
-
#: includes/functions.php:220 includes/functions.php:184
|
2064 |
-
#, php-format
|
2065 |
-
msgid " and then <strong>%s per %s</strong>."
|
2066 |
-
msgstr "a pak <strong>%s na %s</strong>."
|
2067 |
-
|
2068 |
-
#: includes/functions.php:224 includes/functions.php:188
|
2069 |
-
#, php-format
|
2070 |
-
msgid " and then <strong>%s every %d %s</strong>."
|
2071 |
-
msgstr "a pak <strong>%s každý %d %s</strong>."
|
2072 |
-
|
2073 |
-
#: includes/functions.php:238 pages/levels.php:82 includes/functions.php:202
|
2074 |
-
msgid "After your initial payment, your first payment is Free."
|
2075 |
-
msgstr "Pro vaši výchozí platbu je první platba zdarma."
|
2076 |
-
|
2077 |
-
#: includes/functions.php:242 pages/levels.php:86 includes/functions.php:206
|
2078 |
-
#, php-format
|
2079 |
-
msgid "After your initial payment, your first %d payments are Free."
|
2080 |
-
msgstr "Pro vaši výchozí platbu jsou vaše %d platby zdarma"
|
2081 |
-
|
2082 |
-
#: includes/functions.php:249 pages/levels.php:93 includes/functions.php:213
|
2083 |
-
#, php-format
|
2084 |
-
msgid "After your initial payment, your first payment will cost %s."
|
2085 |
-
msgstr "Pro vaši výchozí platbu bude vaše první platba stát %s."
|
2086 |
-
|
2087 |
-
#: includes/functions.php:253 pages/levels.php:97 includes/functions.php:217
|
2088 |
-
#, php-format
|
2089 |
-
msgid "After your initial payment, your first %d payments will cost %s."
|
2090 |
-
msgstr "Pro vaši výchozí platbu bude vaše první %d platby stát %s."
|
2091 |
-
|
2092 |
-
#: includes/functions.php:264 includes/functions.php:228
|
2093 |
-
#, php-format
|
2094 |
-
msgid "Customers in %s will be charged %s%% tax."
|
2095 |
-
msgstr "Zákazníkovi %s bude účtována %s%% daň."
|
2096 |
-
|
2097 |
-
#: includes/functions.php:278 includes/functions.php:242
|
2098 |
-
#, php-format
|
2099 |
-
msgid "Membership expires after %d %s."
|
2100 |
-
msgstr "Členství vyprší %d %s."
|
2101 |
-
|
2102 |
-
#: includes/functions.php:514 includes/functions.php:491
|
2103 |
-
msgid "User ID not found."
|
2104 |
-
msgstr "Uživatelské ID nenalezeno."
|
2105 |
-
|
2106 |
-
#: includes/functions.php:531 includes/functions.php:508
|
2107 |
-
msgid "Invalid level."
|
2108 |
-
msgstr "špatná úroveň."
|
2109 |
-
|
2110 |
-
#: includes/functions.php:542 includes/functions.php:520
|
2111 |
-
msgid "not changing?"
|
2112 |
-
msgstr "bez změn?"
|
2113 |
-
|
2114 |
-
#: includes/functions.php:559 includes/functions.php:605
|
2115 |
-
#: includes/functions.php:614 includes/functions.php:537
|
2116 |
-
#: includes/functions.php:583 includes/functions.php:592
|
2117 |
-
msgid "Error interacting with database"
|
2118 |
-
msgstr "Chyba interakce s databází"
|
2119 |
-
|
2120 |
-
#: includes/functions.php:651 includes/functions.php:690
|
2121 |
-
#: includes/functions.php:629 includes/functions.php:668
|
2122 |
-
msgid "Membership level not found."
|
2123 |
-
msgstr "Uživatelská úroveň nenalezena."
|
2124 |
-
|
2125 |
-
#: includes/functions.php:1072 includes/functions.php:1050
|
2126 |
-
msgid "The discount code could not be found."
|
2127 |
-
msgstr "Slevový kupón nenalezen."
|
2128 |
-
|
2129 |
-
#: includes/functions.php:1088 includes/functions.php:1066
|
2130 |
-
#, php-format
|
2131 |
-
msgid "This discount code goes into effect on %s."
|
2132 |
-
msgstr "Slevový kupón bude platný od %s."
|
2133 |
-
|
2134 |
-
#: includes/functions.php:1097 includes/functions.php:1075
|
2135 |
-
#, php-format
|
2136 |
-
msgid "This discount code expired on %s."
|
2137 |
-
msgstr "Tento slevový kupón vyprší %s."
|
2138 |
-
|
2139 |
-
#: includes/functions.php:1109 includes/functions.php:1087
|
2140 |
-
msgid "This discount code is no longer valid."
|
2141 |
-
msgstr "Tento slevový kupó již není platný."
|
2142 |
-
|
2143 |
-
#: includes/functions.php:1124 includes/functions.php:1102
|
2144 |
-
msgid "This discount code does not apply to this membership level."
|
2145 |
-
msgstr "Tento slevový kupón nelze použit pro tuto členskou úroveň."
|
2146 |
-
|
2147 |
-
#: includes/functions.php:1132 includes/functions.php:1110
|
2148 |
-
msgid "This discount code is okay."
|
2149 |
-
msgstr "Slevový kupón je vpořádku."
|
2150 |
-
|
2151 |
-
#: includes/functions.php:1156 includes/functions.php:1134
|
2152 |
-
msgid "and"
|
2153 |
-
msgstr "a"
|
2154 |
-
|
2155 |
-
#: includes/functions.php:1341 includes/functions.php:1319
|
2156 |
-
msgid "Sign Up for !!name!! Now"
|
2157 |
-
msgstr "Přihlašte se !!name!! nyní"
|
2158 |
-
|
2159 |
-
#: includes/functions.php:1347 includes/functions.php:1325
|
2160 |
-
msgid "Please specify a level id."
|
2161 |
-
msgstr "Zadejte číslo úrovně."
|
2162 |
-
|
2163 |
-
#: includes/localization.php:23
|
2164 |
-
msgid "Day"
|
2165 |
-
msgstr "Den"
|
2166 |
-
|
2167 |
-
#: includes/localization.php:25
|
2168 |
-
msgid "Week"
|
2169 |
-
msgstr "Týden"
|
2170 |
-
|
2171 |
-
#: includes/localization.php:27
|
2172 |
-
msgid "Month"
|
2173 |
-
msgstr "Měsíc"
|
2174 |
-
|
2175 |
-
#: includes/localization.php:29
|
2176 |
-
msgid "Year"
|
2177 |
-
msgstr "Rok"
|
2178 |
-
|
2179 |
-
#: includes/metaboxes.php:38
|
2180 |
-
msgid ""
|
2181 |
-
"This post is already protected for this level because it is within a "
|
2182 |
-
"category that requires membership."
|
2183 |
-
msgstr ""
|
2184 |
-
"Tento příspěvek je již chráněna pro tuto úrověň, protože je v kategorii, "
|
2185 |
-
"která vyžaduje členství."
|
2186 |
-
|
2187 |
-
#: includes/metaboxes.php:99 includes/metaboxes.php:100
|
2188 |
-
msgid "Require Membership"
|
2189 |
-
msgstr "Vyžadovat členství"
|
2190 |
-
|
2191 |
-
#: includes/profile.php:36 includes/profile.php:34
|
2192 |
-
msgid "Current Level"
|
2193 |
-
msgstr "Aktuální úrověň"
|
2194 |
-
|
2195 |
-
#: includes/profile.php:39 includes/profile.php:37
|
2196 |
-
msgid "None"
|
2197 |
-
msgstr "Nic"
|
2198 |
-
|
2199 |
-
#: includes/profile.php:84 includes/profile.php:82
|
2200 |
-
msgid "User is not paying."
|
2201 |
-
msgstr "Uživatel nezaplatil."
|
2202 |
-
|
2203 |
-
#: pages/account.php:10
|
2204 |
-
msgid "Your membership is <strong>active</strong>."
|
2205 |
-
msgstr "Vaše členství je <strong>aktivní</strong>."
|
2206 |
-
|
2207 |
-
#: pages/account.php:12 pages/billing.php:16 pages/levels.php:13
|
2208 |
-
msgid "Level"
|
2209 |
-
msgstr "Úroveň"
|
2210 |
-
|
2211 |
-
#: pages/account.php:14 pages/billing.php:18
|
2212 |
-
msgid "Membership Fee"
|
2213 |
-
msgstr "členský poplatek"
|
2214 |
-
|
2215 |
-
#: pages/account.php:25 pages/billing.php:29
|
2216 |
-
msgid "Duration"
|
2217 |
-
msgstr "Trvání"
|
2218 |
-
|
2219 |
-
#: pages/account.php:29 pages/confirmation.php:49 pages/invoice.php:30
|
2220 |
-
#: pages/confirmation.php:48 pages/invoice.php:29
|
2221 |
-
msgid "Membership Expires"
|
2222 |
-
msgstr "členství vyprší"
|
2223 |
-
|
2224 |
-
#: pages/account.php:34
|
2225 |
-
#, php-format
|
2226 |
-
msgid "Your first payment will cost %s."
|
2227 |
-
msgstr "Vaše první platba bude stát %s."
|
2228 |
-
|
2229 |
-
#: pages/account.php:38
|
2230 |
-
#, php-format
|
2231 |
-
msgid "Your first %d payments will cost %s."
|
2232 |
-
msgstr "Vaše první %d budou stát %s."
|
2233 |
-
|
2234 |
-
#: pages/account.php:46
|
2235 |
-
msgid "My Account"
|
2236 |
-
msgstr "Muj účet"
|
2237 |
-
|
2238 |
-
#: pages/account.php:55
|
2239 |
-
msgid "Edit Profile"
|
2240 |
-
msgstr "Upravit profil"
|
2241 |
-
|
2242 |
-
#: pages/account.php:56
|
2243 |
-
msgid "Change Password"
|
2244 |
-
msgstr "Změnit heslo"
|
2245 |
-
|
2246 |
-
#: pages/account.php:87
|
2247 |
-
msgid "Billing Information"
|
2248 |
-
msgstr "Fakturační údaje"
|
2249 |
-
|
2250 |
-
#: pages/account.php:105 pages/confirmation.php:63 pages/invoice.php:50
|
2251 |
-
#: pages/confirmation.php:61 pages/invoice.php:48
|
2252 |
-
msgid "Payment Method"
|
2253 |
-
msgstr "Platební metody"
|
2254 |
-
|
2255 |
-
#: pages/account.php:114
|
2256 |
-
msgid "Edit Billing Information"
|
2257 |
-
msgstr "Upravit fakturační údaje"
|
2258 |
-
|
2259 |
-
#: pages/account.php:125
|
2260 |
-
msgid "Past Invoices"
|
2261 |
-
msgstr "Minulé faktury"
|
2262 |
-
|
2263 |
-
#: pages/account.php:140
|
2264 |
-
msgid "View All Invoices"
|
2265 |
-
msgstr "Zobrazit všechny faktury"
|
2266 |
-
|
2267 |
-
#: pages/account.php:146
|
2268 |
-
msgid "Member Links"
|
2269 |
-
msgstr "Odkazy členů"
|
2270 |
-
|
2271 |
-
#: pages/account.php:152
|
2272 |
-
msgid "Update Billing Information"
|
2273 |
-
msgstr "Upravit fakturační údaje"
|
2274 |
-
|
2275 |
-
#: pages/account.php:155
|
2276 |
-
msgid "Change Membership Level"
|
2277 |
-
msgstr "Změnit úroveň členství"
|
2278 |
-
|
2279 |
-
#: pages/account.php:157
|
2280 |
-
msgid "Cancel Membership"
|
2281 |
-
msgstr "Zrušení členství"
|
2282 |
-
|
2283 |
-
#: pages/billing.php:14
|
2284 |
-
#, php-format
|
2285 |
-
msgid "Logged in as <strong>%s</strong>."
|
2286 |
-
msgstr "Přihlášen jako <strong>%s</strong>."
|
2287 |
-
|
2288 |
-
#: pages/billing.php:14
|
2289 |
-
msgid "logout"
|
2290 |
-
msgstr "odhlásit"
|
2291 |
-
|
2292 |
-
#: pages/billing.php:39
|
2293 |
-
msgid ""
|
2294 |
-
"Your payment subscription is managed by PayPal. Please <a href=\"http://www."
|
2295 |
-
"paypal.com\">login to PayPal here</a> to update your billing information."
|
2296 |
-
msgstr ""
|
2297 |
-
"Váš odběr plateb řídí PayPal. <a href=\"http://www.paypal.com\">Přihlašte se "
|
2298 |
-
"do PayPal</a> a aktualizujte své fakturační údaje."
|
2299 |
-
|
2300 |
-
#: pages/billing.php:65 pages/checkout.php:328 pages/checkout.php:321
|
2301 |
-
msgid "First Name"
|
2302 |
-
msgstr "Jméno"
|
2303 |
-
|
2304 |
-
#: pages/billing.php:69 pages/checkout.php:332 pages/checkout.php:325
|
2305 |
-
msgid "Last Name"
|
2306 |
-
msgstr "Příjmení"
|
2307 |
-
|
2308 |
-
#: pages/billing.php:73 pages/checkout.php:336 pages/checkout.php:329
|
2309 |
-
msgid "Address 1"
|
2310 |
-
msgstr "Adresa 1"
|
2311 |
-
|
2312 |
-
#: pages/billing.php:77 pages/checkout.php:340 pages/checkout.php:333
|
2313 |
-
msgid "Address 2"
|
2314 |
-
msgstr "Adresa 2"
|
2315 |
-
|
2316 |
-
#: pages/billing.php:87 pages/checkout.php:350 pages/checkout.php:343
|
2317 |
-
msgid "City"
|
2318 |
-
msgstr "Město"
|
2319 |
-
|
2320 |
-
#: pages/billing.php:91 pages/checkout.php:354 pages/checkout.php:347
|
2321 |
-
msgid "State"
|
2322 |
-
msgstr "Stát"
|
2323 |
-
|
2324 |
-
#: pages/billing.php:95 pages/checkout.php:358 pages/checkout.php:351
|
2325 |
-
msgid "Postal Code"
|
2326 |
-
msgstr "PSČ"
|
2327 |
-
|
2328 |
-
#: pages/billing.php:104 pages/checkout.php:367 pages/checkout.php:360
|
2329 |
-
msgid "City, State Zip"
|
2330 |
-
msgstr "Město, PSČ státu"
|
2331 |
-
|
2332 |
-
#: pages/billing.php:157 pages/checkout.php:420 pages/checkout.php:413
|
2333 |
-
msgid "Country"
|
2334 |
-
msgstr "Země"
|
2335 |
-
|
2336 |
-
#: pages/billing.php:182 pages/checkout.php:445 pages/checkout.php:438
|
2337 |
-
msgid "Phone"
|
2338 |
-
msgstr "Telefon"
|
2339 |
-
|
2340 |
-
#: pages/billing.php:193 pages/checkout.php:207 pages/checkout.php:460
|
2341 |
-
#: pages/checkout.php:204 pages/checkout.php:453
|
2342 |
-
msgid "E-mail Address"
|
2343 |
-
msgstr "E-mail"
|
2344 |
-
|
2345 |
-
#: pages/billing.php:197 pages/checkout.php:469 pages/checkout.php:462
|
2346 |
-
msgid "Confirm E-mail"
|
2347 |
-
msgstr "Potvrdit e-mail"
|
2348 |
-
|
2349 |
-
#: pages/billing.php:217
|
2350 |
-
msgid "Credit Card Information"
|
2351 |
-
msgstr "Informace o platební kartě"
|
2352 |
-
|
2353 |
-
#: pages/billing.php:217
|
2354 |
-
#, php-format
|
2355 |
-
msgid "We accept %s"
|
2356 |
-
msgstr "Přijímáme %s"
|
2357 |
-
|
2358 |
-
#: pages/billing.php:244 pages/checkout.php:527 pages/checkout.php:520
|
2359 |
-
msgid "Card Number"
|
2360 |
-
msgstr "Číslo karty"
|
2361 |
-
|
2362 |
-
#: pages/billing.php:281 pages/checkout.php:564 pages/checkout.php:557
|
2363 |
-
msgid "CVV"
|
2364 |
-
msgstr "CVV"
|
2365 |
-
|
2366 |
-
#: pages/billing.php:282 pages/checkout.php:565 pages/checkout.php:558
|
2367 |
-
msgid "what's this?"
|
2368 |
-
msgstr "Co je toto?"
|
2369 |
-
|
2370 |
-
#: pages/billing.php:294
|
2371 |
-
msgid "Update"
|
2372 |
-
msgstr "Upraveno"
|
2373 |
-
|
2374 |
-
#: pages/billing.php:309
|
2375 |
-
msgid ""
|
2376 |
-
"This subscription is not recurring. So you don't need to update your billing "
|
2377 |
-
"information."
|
2378 |
-
msgstr ""
|
2379 |
-
"Tento odběr se neopakuje, takže nemusíte aktualizovat své fakturační údaje."
|
2380 |
-
|
2381 |
-
#: pages/cancel.php:14
|
2382 |
-
msgid "Are you sure you want to cancel your membership?"
|
2383 |
-
msgstr "Jste si jisti, že chcete zrušit Vaše členství?"
|
2384 |
-
|
2385 |
-
#: pages/cancel.php:17
|
2386 |
-
msgid "Yes, cancel my account"
|
2387 |
-
msgstr "Ano, chci zrušit účet"
|
2388 |
-
|
2389 |
-
#: pages/cancel.php:19
|
2390 |
-
msgid "No, keep my account"
|
2391 |
-
msgstr "Ne, chci si ponechat účet"
|
2392 |
-
|
2393 |
-
#: pages/cancel.php:22
|
2394 |
-
msgid "Click here to go to the home page."
|
2395 |
-
msgstr "Pro návrat na hlavní stranu klikněte zde."
|
2396 |
-
|
2397 |
-
#: pages/checkout.php:26 pages/checkout.php:27
|
2398 |
-
msgid ""
|
2399 |
-
"Almost done. Review the membership information and pricing below then "
|
2400 |
-
"<strong>click the \"Complete Payment\" button</strong> to finish your order."
|
2401 |
-
msgstr ""
|
2402 |
-
"Téměř hotovo. Zkontrolujte informace o členství a ceny níže, pak "
|
2403 |
-
"<strong>klikněte na tlačítko \"Complete Payment\" </ strong> a objednávka "
|
2404 |
-
"se dokončí."
|
2405 |
-
|
2406 |
-
#: pages/checkout.php:33 pages/checkout.php:34
|
2407 |
-
msgid "change"
|
2408 |
-
msgstr "změna"
|
2409 |
-
|
2410 |
-
#: pages/checkout.php:41 pages/checkout.php:42
|
2411 |
-
#, php-format
|
2412 |
-
msgid "You have selected the <strong>%s</strong> membership level."
|
2413 |
-
msgstr "Vybrali jste si <strong>%s</strong> úřověň členství."
|
2414 |
-
|
2415 |
-
#: pages/checkout.php:51 pages/checkout.php:52
|
2416 |
-
#, php-format
|
2417 |
-
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
2418 |
-
msgstr "<p><strong>%s</strong> kupón byl použit k Vaši objednávce.</p>"
|
2419 |
-
|
2420 |
-
#: pages/checkout.php:62 services/applydiscountcode.php:74
|
2421 |
-
#: pages/checkout.php:63
|
2422 |
-
msgid "Click here to change your discount code"
|
2423 |
-
msgstr "Pro úpravu slevového kupónu klikněte zde"
|
2424 |
-
|
2425 |
-
#: pages/checkout.php:64 pages/checkout.php:65
|
2426 |
-
msgid "Click here to enter your discount code"
|
2427 |
-
msgstr "Pro vložení slevového kupónu klikněte zde"
|
2428 |
-
|
2429 |
-
#: pages/checkout.php:64 pages/checkout.php:65
|
2430 |
-
msgid "Do you have a discount code?"
|
2431 |
-
msgstr "Chcete použít slevový kupón?"
|
2432 |
-
|
2433 |
-
#: pages/checkout.php:78 pages/checkout.php:575 pages/checkout.php:79
|
2434 |
-
#: pages/checkout.php:568
|
2435 |
-
msgid "Apply"
|
2436 |
-
msgstr "použít"
|
2437 |
-
|
2438 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2439 |
-
msgid "Account Information"
|
2440 |
-
msgstr "Informace o účtu"
|
2441 |
-
|
2442 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2443 |
-
msgid "Already have an account?"
|
2444 |
-
msgstr "Máte již svůj účet?"
|
2445 |
-
|
2446 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2447 |
-
msgid "Log in here"
|
2448 |
-
msgstr "Přihlašte se zde"
|
2449 |
-
|
2450 |
-
#: pages/checkout.php:189 pages/checkout.php:186
|
2451 |
-
msgid "Confirm Password"
|
2452 |
-
msgstr "Potvrzení hesla"
|
2453 |
-
|
2454 |
-
#: pages/checkout.php:216 pages/checkout.php:213
|
2455 |
-
msgid "Confirm E-mail Address"
|
2456 |
-
msgstr "Potvrzení e-mailové adresy"
|
2457 |
-
|
2458 |
-
#: pages/checkout.php:235 pages/checkout.php:232
|
2459 |
-
msgid "Full Name"
|
2460 |
-
msgstr "Celé jméno"
|
2461 |
-
|
2462 |
-
#: pages/checkout.php:236 pages/checkout.php:233
|
2463 |
-
msgid "LEAVE THIS BLANK"
|
2464 |
-
msgstr "VZÍT ZPĚT"
|
2465 |
-
|
2466 |
-
#: pages/checkout.php:260 pages/checkout.php:257
|
2467 |
-
#, php-format
|
2468 |
-
msgid ""
|
2469 |
-
"You are logged in as <strong>%s</strong>. If you would like to use a "
|
2470 |
-
"different account for this membership, <a href=\"%s\">log out now</a>."
|
2471 |
-
msgstr ""
|
2472 |
-
"Jste přihlášen jako <strong>%s</strong>. Pokud jste chtěl použít jiný účet, "
|
2473 |
-
"<a href=\"%s\">odhlašte se</a>."
|
2474 |
-
|
2475 |
-
#: pages/checkout.php:284 pages/checkout.php:277
|
2476 |
-
#, php-format
|
2477 |
-
msgid "I agree to the %s"
|
2478 |
-
msgstr "Souhlasím s %s"
|
2479 |
-
|
2480 |
-
#: pages/checkout.php:299 pages/checkout.php:292
|
2481 |
-
msgid "Choose your Payment Method"
|
2482 |
-
msgstr "Zvolte vaši platební metodu"
|
2483 |
-
|
2484 |
-
#: pages/checkout.php:307 pages/checkout.php:300
|
2485 |
-
msgid "Check Out with a Credit Card Here"
|
2486 |
-
msgstr "Zde ověřte Vaši kreditní kartu"
|
2487 |
-
|
2488 |
-
#: pages/checkout.php:309 pages/checkout.php:682 pages/checkout.php:302
|
2489 |
-
#: pages/checkout.php:675
|
2490 |
-
msgid "Check Out with PayPal"
|
2491 |
-
msgstr "Zde ověřte PayPal"
|
2492 |
-
|
2493 |
-
#: pages/checkout.php:500 pages/checkout.php:493
|
2494 |
-
msgid "Payment Information"
|
2495 |
-
msgstr "Platební informace"
|
2496 |
-
|
2497 |
-
#: pages/checkout.php:500 pages/checkout.php:493
|
2498 |
-
#, php-format
|
2499 |
-
msgid "We Accept %s"
|
2500 |
-
msgstr "Přijímáme %s"
|
2501 |
-
|
2502 |
-
#: pages/checkout.php:674 pages/checkout.php:667
|
2503 |
-
msgid "Complete Payment"
|
2504 |
-
msgstr "Kompletní platby"
|
2505 |
-
|
2506 |
-
#: pages/checkout.php:688 pages/checkout.php:681
|
2507 |
-
msgid "Submit and Check Out"
|
2508 |
-
msgstr "Ověřit a odeslat"
|
2509 |
-
|
2510 |
-
#: pages/checkout.php:688 pages/checkout.php:681
|
2511 |
-
msgid "Submit and Confirm"
|
2512 |
-
msgstr "Potvrdit a odeslat"
|
2513 |
-
|
2514 |
-
#: pages/checkout.php:688
|
2515 |
-
msgid "Submit and Pay with 2CheckOut"
|
2516 |
-
msgstr "Zaplatit a odeslat pomocí 2CheckOut"
|
2517 |
-
|
2518 |
-
#: pages/checkout.php:694 pages/checkout.php:687
|
2519 |
-
msgid "Processing..."
|
2520 |
-
msgstr "Zpracování..."
|
2521 |
-
|
2522 |
-
#: pages/confirmation.php:12
|
2523 |
-
msgid ""
|
2524 |
-
"Your payment has been submitted. Your membership will be activated shortly."
|
2525 |
-
msgstr "Platba přijata. Vaše členství bude zakrátko aktivní."
|
2526 |
-
|
2527 |
-
#: pages/confirmation.php:14
|
2528 |
-
#, php-format
|
2529 |
-
msgid "Thank you for your membership to %s. Your %s membership is now active."
|
2530 |
-
msgstr "Děkujeme Vám za vaše členství na %s Váše %s členství je nyní aktivní."
|
2531 |
-
|
2532 |
-
#: pages/confirmation.php:28
|
2533 |
-
#, php-format
|
2534 |
-
msgid ""
|
2535 |
-
"Below are details about your membership account and a receipt for your "
|
2536 |
-
"initial membership invoice. A welcome email with a copy of your initial "
|
2537 |
-
"membership invoice has been sent to %s."
|
2538 |
-
msgstr ""
|
2539 |
-
"Níže jsou uvedeny informace o vašem členském účtu. Uvítací e-mail s kopií "
|
2540 |
-
"vašeho členství byl odeslán na % s."
|
2541 |
-
|
2542 |
-
#: pages/confirmation.php:41 pages/invoice.php:22
|
2543 |
-
#, php-format
|
2544 |
-
msgid "Invoice #%s on %s"
|
2545 |
-
msgstr "Faktura #%s na %s"
|
2546 |
-
|
2547 |
-
#: pages/confirmation.php:43
|
2548 |
-
msgid "Print"
|
2549 |
-
msgstr "Tisk"
|
2550 |
-
|
2551 |
-
#: pages/confirmation.php:46 pages/confirmation.php:104 pages/invoice.php:27
|
2552 |
-
#: pages/confirmation.php:45 pages/confirmation.php:102 pages/invoice.php:26
|
2553 |
-
msgid "Account"
|
2554 |
-
msgstr "Účet"
|
2555 |
-
|
2556 |
-
#: pages/confirmation.php:65 pages/invoice.php:52 pages/invoice.php:109
|
2557 |
-
#: pages/confirmation.php:63 pages/invoice.php:50 pages/invoice.php:107
|
2558 |
-
msgid "Total Billed"
|
2559 |
-
msgstr "Celkový účet"
|
2560 |
-
|
2561 |
-
#: pages/confirmation.php:82 pages/invoice.php:69 pages/confirmation.php:80
|
2562 |
-
#: pages/invoice.php:67
|
2563 |
-
msgid "ending in"
|
2564 |
-
msgstr "Končí"
|
2565 |
-
|
2566 |
-
#: pages/confirmation.php:97 pages/confirmation.php:95
|
2567 |
-
#, php-format
|
2568 |
-
msgid ""
|
2569 |
-
"Below are details about your membership account. A welcome email with has "
|
2570 |
-
"been sent to %s."
|
2571 |
-
msgstr ""
|
2572 |
-
"Níže jsou uvedeny informace o vašem účtu. Uvítací e-mail byl odeslán na %s."
|
2573 |
-
|
2574 |
-
#: pages/confirmation.php:105 pages/confirmation.php:103
|
2575 |
-
msgid "Pending"
|
2576 |
-
msgstr "Až do"
|
2577 |
-
|
2578 |
-
#: pages/confirmation.php:113 pages/invoice.php:141 pages/confirmation.php:111
|
2579 |
-
#: pages/invoice.php:139
|
2580 |
-
msgid "View Your Membership Account →"
|
2581 |
-
msgstr "Zobrazit Vás členský účet →"
|
2582 |
-
|
2583 |
-
#: pages/confirmation.php:115 pages/confirmation.php:113
|
2584 |
-
msgid ""
|
2585 |
-
"If your account is not activated within a few minutes, please contact the "
|
2586 |
-
"site owner."
|
2587 |
-
msgstr ""
|
2588 |
-
"Pokud není váš účet aktivován během několika minut, kontaktujte vlastníka "
|
2589 |
-
"webu."
|
2590 |
-
|
2591 |
-
#: pages/invoice.php:79 pages/invoice.php:77
|
2592 |
-
msgid "Subtotal"
|
2593 |
-
msgstr "Mezisoučet"
|
2594 |
-
|
2595 |
-
#: pages/invoice.php:82 pages/invoice.php:80
|
2596 |
-
msgid "Coupon"
|
2597 |
-
msgstr "Kupón"
|
2598 |
-
|
2599 |
-
#: pages/invoice.php:108 pages/invoice.php:106
|
2600 |
-
msgid "Invoice #"
|
2601 |
-
msgstr "Faktura #"
|
2602 |
-
|
2603 |
-
#: pages/invoice.php:122 pages/invoice.php:120
|
2604 |
-
msgid "View Invoice"
|
2605 |
-
msgstr "Zobrazit fakturu"
|
2606 |
-
|
2607 |
-
#: pages/invoice.php:134 pages/invoice.php:132
|
2608 |
-
msgid "No invoices found."
|
2609 |
-
msgstr "Faktruy nenalezeny"
|
2610 |
-
|
2611 |
-
#: pages/invoice.php:145 pages/invoice.php:143
|
2612 |
-
msgid "← View All Invoices"
|
2613 |
-
msgstr "← Zobrazení všech faktur"
|
2614 |
-
|
2615 |
-
#: pages/levels.php:15
|
2616 |
-
msgid "Subscription Information"
|
2617 |
-
msgstr "Přihlašovací informace"
|
2618 |
-
|
2619 |
-
#: pages/levels.php:33
|
2620 |
-
msgid "--"
|
2621 |
-
msgstr "--"
|
2622 |
-
|
2623 |
-
#: pages/levels.php:43
|
2624 |
-
msgid "Free"
|
2625 |
-
msgstr "Zdarma"
|
2626 |
-
|
2627 |
-
#: pages/levels.php:51
|
2628 |
-
#, php-format
|
2629 |
-
msgid "%s per %s for %d more %s."
|
2630 |
-
msgstr "%s na %s pro %d více %s."
|
2631 |
-
|
2632 |
-
#: pages/levels.php:55
|
2633 |
-
#, php-format
|
2634 |
-
msgid "%s every %d %s for %d more %s."
|
2635 |
-
msgstr "%s každý %d %s pro %d více %s."
|
2636 |
-
|
2637 |
-
#: pages/levels.php:60
|
2638 |
-
#, php-format
|
2639 |
-
msgid "%s after %d %s."
|
2640 |
-
msgstr "%s po %d %s."
|
2641 |
-
|
2642 |
-
#: pages/levels.php:66
|
2643 |
-
#, php-format
|
2644 |
-
msgid "%s per %s."
|
2645 |
-
msgstr "%s na %s."
|
2646 |
-
|
2647 |
-
#: pages/levels.php:70
|
2648 |
-
#, php-format
|
2649 |
-
msgid "%s every %d %s."
|
2650 |
-
msgstr "%s každý %d %s."
|
2651 |
-
|
2652 |
-
#: pages/levels.php:113 pages/levels.php:115
|
2653 |
-
msgid "Select"
|
2654 |
-
msgstr "Označit"
|
2655 |
-
|
2656 |
-
#: pages/levels.php:123
|
2657 |
-
msgid "Renew"
|
2658 |
-
msgstr "Obnovit"
|
2659 |
-
|
2660 |
-
#: pages/levels.php:129 pages/levels.php:117
|
2661 |
-
msgid "Your Level"
|
2662 |
-
msgstr "Vaše úrověň"
|
2663 |
-
|
2664 |
-
#: pages/levels.php:145 pages/levels.php:129
|
2665 |
-
msgid "← Return to Your Account"
|
2666 |
-
msgstr "← Návrat k účtu"
|
2667 |
-
|
2668 |
-
#: pages/levels.php:147 pages/levels.php:131
|
2669 |
-
msgid "← Return to Home"
|
2670 |
-
msgstr "← Návrat domů"
|
2671 |
-
|
2672 |
-
#: preheaders/account.php:7 preheaders/levels.php:19
|
2673 |
-
msgid "Your membership status has been updated - Thank you!"
|
2674 |
-
msgstr "Váš členský satus byl upraven - Děkujeme!"
|
2675 |
-
|
2676 |
-
#: preheaders/account.php:11 preheaders/levels.php:23
|
2677 |
-
msgid ""
|
2678 |
-
"Sorry, your request could not be completed - please try again in a few "
|
2679 |
-
"moments."
|
2680 |
-
msgstr "Váš požadavek nemůže bát dokončen - zkuste to prosím později."
|
2681 |
-
|
2682 |
-
#: preheaders/billing.php:258 preheaders/checkout.php:481
|
2683 |
-
#: preheaders/checkout.php:464
|
2684 |
-
msgid "Please complete all required fields."
|
2685 |
-
msgstr "Vyplňte všechna poviná pole."
|
2686 |
-
|
2687 |
-
#: preheaders/billing.php:263 preheaders/checkout.php:491
|
2688 |
-
#: preheaders/checkout.php:474
|
2689 |
-
msgid "Your email addresses do not match. Please try again."
|
2690 |
-
msgstr "Vaše e-mailová adresa nesouhlasí. Zadejte ji znovu"
|
2691 |
-
|
2692 |
-
#: preheaders/billing.php:268 preheaders/checkout.php:497
|
2693 |
-
#: preheaders/checkout.php:480
|
2694 |
-
msgid "The email address entered is in an invalid format. Please try again."
|
2695 |
-
msgstr ""
|
2696 |
-
"Vaše e-mailová adresa nebyla vložena ve správném formátu. Zkuste to znovu."
|
2697 |
-
|
2698 |
-
#: preheaders/billing.php:274
|
2699 |
-
msgid "All good!"
|
2700 |
-
msgstr "Vše v pořádku!"
|
2701 |
-
|
2702 |
-
#: preheaders/billing.php:340
|
2703 |
-
#, php-format
|
2704 |
-
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
2705 |
-
msgstr "Informace upraveny. <a href=\"%s\">« zpět k Vašemu účtu</a>"
|
2706 |
-
|
2707 |
-
#: preheaders/billing.php:347
|
2708 |
-
msgid "Error updating billing information."
|
2709 |
-
msgstr "Chyba při aktualizaci faktruačních údajů."
|
2710 |
-
|
2711 |
-
#: preheaders/cancel.php:24
|
2712 |
-
msgid "Your membership has been cancelled."
|
2713 |
-
msgstr "Vaše členství bylo ukončeno."
|
2714 |
-
|
2715 |
-
#: preheaders/checkout.php:28 preheaders/checkout.php:508
|
2716 |
-
#: preheaders/checkout.php:491
|
2717 |
-
msgid "Invalid gateway."
|
2718 |
-
msgstr "Neplatná brána."
|
2719 |
-
|
2720 |
-
#: preheaders/checkout.php:96
|
2721 |
-
msgid "Checkout: Payment Information"
|
2722 |
-
msgstr "Pokladna: Informace o platbě"
|
2723 |
-
|
2724 |
-
#: preheaders/checkout.php:109
|
2725 |
-
msgid "Setup Your Account"
|
2726 |
-
msgstr "Nastavit S´áš účet"
|
2727 |
-
|
2728 |
-
#: preheaders/checkout.php:485 preheaders/checkout.php:468
|
2729 |
-
msgid "Your passwords do not match. Please try again."
|
2730 |
-
msgstr "Vaše heslo se neshoduje. Zkuste to prosím znovu."
|
2731 |
-
|
2732 |
-
#: preheaders/checkout.php:503 preheaders/checkout.php:486
|
2733 |
-
#, php-format
|
2734 |
-
msgid "Please check the box to agree to the %s."
|
2735 |
-
msgstr "Prosím, proveďte kontrolu políčka k odsouhlasení %s."
|
2736 |
-
|
2737 |
-
#: preheaders/checkout.php:512 preheaders/checkout.php:495
|
2738 |
-
msgid "Are you a spammer?"
|
2739 |
-
msgstr "Jste spamer?"
|
2740 |
-
|
2741 |
-
#: preheaders/checkout.php:535 preheaders/checkout.php:518
|
2742 |
-
msgid "That username is already taken. Please try another."
|
2743 |
-
msgstr "Toto uživatelské heslo je již použito. Prosím zkuste to znovu."
|
2744 |
-
|
2745 |
-
#: preheaders/checkout.php:541 preheaders/checkout.php:524
|
2746 |
-
msgid "That email address is already taken. Please try another."
|
2747 |
-
msgstr "Tato e-mailová adresa je již použita. Zkuste prosím jinou."
|
2748 |
-
|
2749 |
-
#: preheaders/checkout.php:561 preheaders/checkout.php:544
|
2750 |
-
#, php-format
|
2751 |
-
msgid "reCAPTCHA failed. (%s) Please try again."
|
2752 |
-
msgstr "reCAPTCHA neúspěšna. (%s) Zkuste to prosím znovu."
|
2753 |
-
|
2754 |
-
#: preheaders/checkout.php:701 preheaders/checkout.php:683
|
2755 |
-
msgid "Payment accepted."
|
2756 |
-
msgstr "Platba potvrzena."
|
2757 |
-
|
2758 |
-
#: preheaders/checkout.php:709 preheaders/checkout.php:691
|
2759 |
-
msgid ""
|
2760 |
-
"Unknown error generating account. Please contact us to setup your membership."
|
2761 |
-
msgstr ""
|
2762 |
-
"Neznámá chyba generování uživatelského účtu. Kontaktujte vlastníka webu."
|
2763 |
-
|
2764 |
-
#: preheaders/checkout.php:753 preheaders/checkout.php:822
|
2765 |
-
#: preheaders/checkout.php:735 preheaders/checkout.php:803
|
2766 |
-
msgid "The PayPal Token was lost."
|
2767 |
-
msgstr "Paypal Token byl ztracen."
|
2768 |
-
|
2769 |
-
#: preheaders/checkout.php:859 preheaders/checkout.php:825
|
2770 |
-
#: preheaders/checkout.php:844
|
2771 |
-
msgid ""
|
2772 |
-
"Your payment was accepted, but there was an error setting up your account. "
|
2773 |
-
"Please contact us."
|
2774 |
-
msgstr ""
|
2775 |
-
"Vaše platba byla přijata, ale ve vašem účtu byla objevena chyba. Prosím, "
|
2776 |
-
"kontaktujte nás."
|
2777 |
-
|
2778 |
-
#: preheaders/checkout.php:1045 preheaders/checkout.php:983
|
2779 |
-
#: preheaders/checkout.php:1030
|
2780 |
-
msgid ""
|
2781 |
-
"IMPORTANT: Something went wrong during membership creation. Your credit card "
|
2782 |
-
"authorized, but we cancelled the order immediately. You should not try to "
|
2783 |
-
"submit this form again. Please contact the site owner to fix this issue."
|
2784 |
-
msgstr ""
|
2785 |
-
"DŮLEŽITÉ: Při vytváření členství se něco pokazilo. Vaše kreditní karta je "
|
2786 |
-
"autorizována, ale objednávka byla okamžitě zrušena. Obraťte se na vlastníka "
|
2787 |
-
"stránky, který tento problém vyřeší."
|
2788 |
-
|
2789 |
-
#: preheaders/checkout.php:1050 preheaders/checkout.php:988
|
2790 |
-
#: preheaders/checkout.php:1035
|
2791 |
-
msgid ""
|
2792 |
-
"IMPORTANT: Something went wrong during membership creation. Your credit card "
|
2793 |
-
"was charged, but we couldn't assign your membership. You should not submit "
|
2794 |
-
"this form again. Please contact the site owner to fix this issue."
|
2795 |
-
msgstr ""
|
2796 |
-
"DŮLEŽITÉ: Při vytváření členství se něco pokazilo. Vaše kreditní karta byla "
|
2797 |
-
"nabitá, ale jsme se nemohli aktivovat vaše členství. Obraťte se na vlastníka "
|
2798 |
-
"stránky, který tento problém vyřeší."
|
2799 |
-
|
2800 |
-
#: preheaders/checkout.php:1063 preheaders/checkout.php:1001
|
2801 |
-
#: preheaders/checkout.php:1048
|
2802 |
-
#, php-format
|
2803 |
-
msgid ""
|
2804 |
-
"You must <a href=\"%s\">setup a Payment Gateway</a> before any payments will "
|
2805 |
-
"be processed."
|
2806 |
-
msgstr ""
|
2807 |
-
"Před započetím plateb musíte <a href=\"%s\">nastavit platební bránu</a>."
|
2808 |
-
|
2809 |
-
#: preheaders/checkout.php:1065 preheaders/checkout.php:1003
|
2810 |
-
#: preheaders/checkout.php:1050
|
2811 |
-
msgid "A Payment Gateway must be setup before any payments will be processed."
|
2812 |
-
msgstr ""
|
2813 |
-
"Platební brána musí být nastavena předtím, než budou zpracovány veškeré "
|
2814 |
-
"platby."
|
2815 |
-
|
2816 |
-
#: scheduled/crons.php:31 scheduled/crons.php:61
|
2817 |
-
#, php-format
|
2818 |
-
msgid "Membership expired email sent to %s. "
|
2819 |
-
msgstr "Členství skončílo pomocí e-mailu zaslaného na% s."
|
2820 |
-
|
2821 |
-
#: scheduled/crons.php:74 scheduled/crons.php:27
|
2822 |
-
#, php-format
|
2823 |
-
msgid "Membership expiring email sent to %s. "
|
2824 |
-
msgstr "Členství skončí pomocí e-mailu zaslaného na% s."
|
2825 |
-
|
2826 |
-
#: scheduled/crons.php:143
|
2827 |
-
#, php-format
|
2828 |
-
msgid "Credit card expiring email sent to %s. "
|
2829 |
-
msgstr "Kreditní karta skončí pomocí e-mailu zaslaného na% s."
|
2830 |
-
|
2831 |
-
#: scheduled/crons.php:196 scheduled/crons.php:104
|
2832 |
-
#, php-format
|
2833 |
-
msgid "Trial ending email sent to %s. "
|
2834 |
-
msgstr "Zkušební doba zkončí po zaslání emailu %s."
|
2835 |
-
|
2836 |
-
#: services/applydiscountcode.php:82
|
2837 |
-
#, php-format
|
2838 |
-
msgid "The <strong>%s</strong> code has been applied to your order."
|
2839 |
-
msgstr "<strong>%s</strong> kupón byl použit k Vaší objednávce."
|
2840 |
-
|
2841 |
-
#: services/authnet-silent-post.php:133
|
2842 |
-
msgid ""
|
2843 |
-
"<p>A payment is being held for review within Authorize.net.</p><p>Payment "
|
2844 |
-
"Information From Authorize.net"
|
2845 |
-
msgstr ""
|
2846 |
-
"<p>Platba se uskuteční v rámci Authorize.net. </p><p> Informace o platbě od "
|
2847 |
-
"Authorize.net"
|
2848 |
-
|
2849 |
-
#: services/stripe-webhook.php:176
|
2850 |
-
#, php-format
|
2851 |
-
msgid ""
|
2852 |
-
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
2853 |
-
"this user's membership is cancelled on your site if it should be."
|
2854 |
-
msgstr ""
|
2855 |
-
"% s má své předplatné zrušeno Stripem. Zkontrolujte prosím, zda se "
|
2856 |
-
"uživatelovo členství zruší na vašich stránkách, pokud by to tak mělo být."
|
2857 |
-
|
2858 |
-
#: adminpages/membershiplevels.php:398
|
2859 |
-
msgid ""
|
2860 |
-
"2Checkout integration does not currently support custom trials. You can do "
|
2861 |
-
"one period trials by setting an initial payment different from the billing "
|
2862 |
-
"amount."
|
2863 |
-
msgstr ""
|
2864 |
-
"Integrace 2Checkout v současné době nepodporuje vlastní zkušební dobu. "
|
2865 |
-
"Můžete to udělat v jednom období zkušební doby, nastavením počáteční platby "
|
2866 |
-
"lišící se od fakturační částky."
|
2867 |
-
|
2868 |
-
#: adminpages/paymentsettings.php:170
|
2869 |
-
msgid ""
|
2870 |
-
"Payflow Pro currently only supports one-time payments. Users will not be "
|
2871 |
-
"able to checkout for levels with recurring payments."
|
2872 |
-
msgstr ""
|
2873 |
-
"Payflow Pro v současné době podporuje pouze jednorázové platby. Uživatelé "
|
2874 |
-
"nebudou moci zaplatit pro úrovně opakujících se plateb."
|
2875 |
-
|
2876 |
-
#: adminpages/paymentsettings.php:410 adminpages/paymentsettings.php:421
|
2877 |
-
msgid "Use SSL"
|
2878 |
-
msgstr "Použít SSL"
|
2879 |
-
|
2880 |
-
#: adminpages/paymentsettings.php:425
|
2881 |
-
msgid "Required by this Gateway Option"
|
2882 |
-
msgstr "Vyžadované nastavením brány"
|
2883 |
-
|
2884 |
-
#: pages/confirmation.php:12
|
2885 |
-
msgid ""
|
2886 |
-
"Your payment has been submitted to PayPal. Your membership will be activated "
|
2887 |
-
"shortly."
|
2888 |
-
msgstr ""
|
2889 |
-
"Vaše platba byla odeslána na PayPal. Vaše členství bude zakrátko aktivní."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/pmpro-da_DK.mo
DELETED
Binary file
|
languages/pmpro-da_DK.po
DELETED
@@ -1,3502 +0,0 @@
|
|
1 |
-
#
|
2 |
-
# Hi there! Details on how to help out translating Paid Memberships Pro can be found at:
|
3 |
-
# http://www.paidmembershipspro.com/documentation/languages/
|
4 |
-
#
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: pmpro-dk_DA\n"
|
8 |
-
"POT-Creation-Date: 2014-05-05 13:29-0400\n"
|
9 |
-
"PO-Revision-Date: 2014-07-26 16:43+0100\n"
|
10 |
-
"Last-Translator: Miscni <miscni@hotmail.com>\n"
|
11 |
-
"Language-Team: Stranger Studios DK section <miscni@hotmail.com>\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"Language: da_DK\n"
|
17 |
-
"X-Generator: Poedit 1.6.7\n"
|
18 |
-
"X-Poedit-Bookmarks: -1,-1,215,-1,-1,-1,-1,-1,-1,-1\n"
|
19 |
-
|
20 |
-
#: adminpages/addons.php:5 adminpages/advancedsettings.php:5
|
21 |
-
#: adminpages/discountcodes.php:5 adminpages/emailsettings.php:5
|
22 |
-
#: adminpages/membershiplevels.php:5 adminpages/memberslist-csv.php:5
|
23 |
-
#: adminpages/memberslist.php:5 adminpages/orders-csv.php:5
|
24 |
-
#: adminpages/orders.php:5 adminpages/pagesettings.php:5
|
25 |
-
#: adminpages/paymentsettings.php:5
|
26 |
-
msgid "You do not have permissions to perform this action."
|
27 |
-
msgstr "Du har ikke tilladelse, til at udfører denne handling."
|
28 |
-
|
29 |
-
#: adminpages/addons.php:79
|
30 |
-
msgid "Disabled"
|
31 |
-
msgstr "Deaktiveret."
|
32 |
-
|
33 |
-
#: adminpages/addons.php:79
|
34 |
-
msgid "Enabled"
|
35 |
-
msgstr "Aktiver"
|
36 |
-
|
37 |
-
#: adminpages/admin_header.php:25
|
38 |
-
msgid "Add a membership level to get started."
|
39 |
-
msgstr "Tilføj et medlems niveau for at komme igang."
|
40 |
-
|
41 |
-
#: adminpages/admin_header.php:27
|
42 |
-
msgid "Setup the membership pages"
|
43 |
-
msgstr "Sæt en medleys side op"
|
44 |
-
|
45 |
-
#: adminpages/admin_header.php:29
|
46 |
-
msgid "Setup your SSL certificate and payment gateway"
|
47 |
-
msgstr "Sæt op din SSL certifikater og betalings gateway"
|
48 |
-
|
49 |
-
#: adminpages/admin_header.php:38
|
50 |
-
msgid ""
|
51 |
-
"The billing details for some of your membership levels is not supported by "
|
52 |
-
"Stripe."
|
53 |
-
msgstr ""
|
54 |
-
"Betalings detaljer, for nogle af dine medlems niveaur, understøttes ikke af "
|
55 |
-
"Stripe."
|
56 |
-
|
57 |
-
#: adminpages/admin_header.php:46
|
58 |
-
msgid ""
|
59 |
-
"The billing details for this level are not supported by Stripe. Please "
|
60 |
-
"review the notes in the Billing Details section below."
|
61 |
-
msgstr ""
|
62 |
-
"Betalings detaljer, for dette niveau understøttes ikke af Stripe. Gennemgå "
|
63 |
-
"venligst notater under Betalings Detaljer sektionen."
|
64 |
-
|
65 |
-
#: adminpages/admin_header.php:50 adminpages/admin_header.php:70
|
66 |
-
#: adminpages/admin_header.php:90 adminpages/admin_header.php:111
|
67 |
-
msgid "The levels with issues are highlighted below."
|
68 |
-
msgstr "De niveaur med problemer er fremhævet nedenfor."
|
69 |
-
|
70 |
-
#: adminpages/admin_header.php:52 adminpages/admin_header.php:72
|
71 |
-
#: adminpages/admin_header.php:92 adminpages/admin_header.php:113
|
72 |
-
msgid "Please edit your levels"
|
73 |
-
msgstr "Venlig redigere dine niveaur"
|
74 |
-
|
75 |
-
#: adminpages/admin_header.php:58
|
76 |
-
msgid ""
|
77 |
-
"The billing details for some of your membership levels is not supported by "
|
78 |
-
"Payflow."
|
79 |
-
msgstr ""
|
80 |
-
"Betalings detaljer for nogle af dine medlems niveauer, understøttes ikke af "
|
81 |
-
"Payflow."
|
82 |
-
|
83 |
-
#: adminpages/admin_header.php:66
|
84 |
-
msgid ""
|
85 |
-
"The billing details for this level are not supported by Payflow. Please "
|
86 |
-
"review the notes in the Billing Details section below."
|
87 |
-
msgstr ""
|
88 |
-
"Betalings detaljer for dette niveau understøttes ikke af Payflow. Gennemgå "
|
89 |
-
"venligst notater under Betalings Detajler sektionen."
|
90 |
-
|
91 |
-
#: adminpages/admin_header.php:78
|
92 |
-
msgid ""
|
93 |
-
"The billing details for some of your membership levels is not supported by "
|
94 |
-
"Braintree."
|
95 |
-
msgstr ""
|
96 |
-
"Betalings detaljer for nogen af dine medlems niveaur, undersøttes ikke af "
|
97 |
-
"Braintree."
|
98 |
-
|
99 |
-
#: adminpages/admin_header.php:86
|
100 |
-
msgid ""
|
101 |
-
"The billing details for this level are not supported by Braintree. Please "
|
102 |
-
"review the notes in the Billing Details section below."
|
103 |
-
msgstr ""
|
104 |
-
"Betalings detaljer for dette niveau understøttes ikke af Braintree. Gennemgå "
|
105 |
-
"venligst noter I Betalings Detaljer sektion nedenfor."
|
106 |
-
|
107 |
-
#: adminpages/admin_header.php:98
|
108 |
-
msgid ""
|
109 |
-
"The billing details for some of your membership levels is not supported by "
|
110 |
-
"TwoCheckout."
|
111 |
-
msgstr ""
|
112 |
-
"Betalings detaljer for nogle af dine medlemsskab niveaur, understøttes ikke "
|
113 |
-
"af TwoCheckout. "
|
114 |
-
|
115 |
-
#: adminpages/admin_header.php:107
|
116 |
-
msgid ""
|
117 |
-
"The billing details for this level are not supported by 2Checkout. Please "
|
118 |
-
"review the notes in the Billing Details section below."
|
119 |
-
msgstr ""
|
120 |
-
"Betalings detaljer for dette niveau understøttes ikke af 2Checkout. Gennemgå "
|
121 |
-
"venligst noter I Betalings Detaljer sektionen nedenfor."
|
122 |
-
|
123 |
-
#: adminpages/admin_header.php:127 adminpages/admin_header.php:106
|
124 |
-
msgid "Plugin Support"
|
125 |
-
msgstr "Plugin Support"
|
126 |
-
|
127 |
-
#: adminpages/admin_header.php:127 adminpages/admin_header.php:106
|
128 |
-
msgid "User Forum"
|
129 |
-
msgstr "Bruger Forum"
|
130 |
-
|
131 |
-
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
132 |
-
#: adminpages/pagesettings.php:69 includes/adminpages.php:107
|
133 |
-
#: adminpages/admin_header.php:128 adminpages/membershiplevels.php:490
|
134 |
-
#: adminpages/membershiplevels.php:496 includes/adminpages.php:44
|
135 |
-
#: includes/adminpages.php:100
|
136 |
-
msgid "Membership Levels"
|
137 |
-
msgstr "Medlemsskab Niveaur"
|
138 |
-
|
139 |
-
#: adminpages/admin_header.php:150 adminpages/pagesettings.php:120
|
140 |
-
#: adminpages/admin_header.php:129 adminpages/pagesettings.php:92
|
141 |
-
msgid "Pages"
|
142 |
-
msgstr "Sider"
|
143 |
-
|
144 |
-
#: adminpages/admin_header.php:151 adminpages/admin_header.php:130
|
145 |
-
msgid "Payment Gateway & SSL"
|
146 |
-
msgstr "Betalings Gateway & SSL"
|
147 |
-
|
148 |
-
#: adminpages/admin_header.php:152 adminpages/memberslist.php:148
|
149 |
-
#: pages/account.php:56 adminpages/admin_header.php:131
|
150 |
-
#: adminpages/memberslist.php:115 pages/account.php:52
|
151 |
-
msgid "Email"
|
152 |
-
msgstr "Email"
|
153 |
-
|
154 |
-
#: adminpages/admin_header.php:153 adminpages/admin_header.php:132
|
155 |
-
msgid "Advanced"
|
156 |
-
msgstr "Avanceret"
|
157 |
-
|
158 |
-
#: adminpages/admin_header.php:154 includes/adminpages.php:52
|
159 |
-
#: includes/adminpages.php:142 adminpages/admin_header.php:133
|
160 |
-
#: includes/adminpages.php:14 includes/adminpages.php:69
|
161 |
-
#: includes/adminpages.php:135
|
162 |
-
msgid "Add Ons"
|
163 |
-
msgstr "Add Ons"
|
164 |
-
|
165 |
-
#: adminpages/advancedsettings.php:42 adminpages/advancedsettings.php:35
|
166 |
-
msgid "Your advanced settings have been updated."
|
167 |
-
msgstr "Dine advanceret indstillinger er bleven opdateret."
|
168 |
-
|
169 |
-
#: adminpages/advancedsettings.php:66
|
170 |
-
#, php-format
|
171 |
-
msgid ""
|
172 |
-
"This content is for !!levels!! members only. <a href=\"%s\">Register here</"
|
173 |
-
"a>."
|
174 |
-
msgstr ""
|
175 |
-
"Dette indhold er kun for !!levels!! medlemmer. <a href=\"%s\">Registrerer "
|
176 |
-
"her</a>."
|
177 |
-
|
178 |
-
#: adminpages/advancedsettings.php:71
|
179 |
-
#, php-format
|
180 |
-
msgid ""
|
181 |
-
"Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
|
182 |
-
"\">Register here</a>.)"
|
183 |
-
msgstr ""
|
184 |
-
"Vær venlig at <a href=\"%s\">Log Ind</a> for at læse dette indhold. (<a href="
|
185 |
-
"\"%s\">Registerer her</a>.)"
|
186 |
-
|
187 |
-
#: adminpages/advancedsettings.php:76
|
188 |
-
msgid ""
|
189 |
-
"This content is for members only. Visit the site and log in/register to read."
|
190 |
-
msgstr ""
|
191 |
-
"Dette indhold er kun for medllemmer. Besøg siden og log ind/registrerer for "
|
192 |
-
"at læse."
|
193 |
-
|
194 |
-
#: adminpages/advancedsettings.php:86 includes/adminpages.php:51
|
195 |
-
#: includes/adminpages.php:135 adminpages/advancedsettings.php:79
|
196 |
-
#: includes/adminpages.php:13 includes/adminpages.php:64
|
197 |
-
#: includes/adminpages.php:128
|
198 |
-
msgid "Advanced Settings"
|
199 |
-
msgstr "Avanceret Indstillinger"
|
200 |
-
|
201 |
-
#: adminpages/advancedsettings.php:92 adminpages/advancedsettings.php:85
|
202 |
-
msgid "Message for Logged-in Non-members"
|
203 |
-
msgstr "Beskeder til logget ind ikke-medlemmer"
|
204 |
-
|
205 |
-
#: adminpages/advancedsettings.php:96 adminpages/advancedsettings.php:89
|
206 |
-
msgid ""
|
207 |
-
"This message replaces the post content for non-members. Available variables"
|
208 |
-
msgstr ""
|
209 |
-
"Denne besked erstatter dette indhold for ikke-medlemmer. Forskellige "
|
210 |
-
"muligheder er tilgængelig"
|
211 |
-
|
212 |
-
#: adminpages/advancedsettings.php:101 adminpages/advancedsettings.php:94
|
213 |
-
msgid "Message for Logged-out Users"
|
214 |
-
msgstr "Besked til brugere der er logget ud"
|
215 |
-
|
216 |
-
#: adminpages/advancedsettings.php:105 adminpages/advancedsettings.php:98
|
217 |
-
msgid "This message replaces the post content for logged-out visitors."
|
218 |
-
msgstr "Denne besked erstatter det postet indhold for lbesøgende."
|
219 |
-
|
220 |
-
#: adminpages/advancedsettings.php:110 adminpages/advancedsettings.php:103
|
221 |
-
msgid "Message for RSS Feed"
|
222 |
-
msgstr "Besked til RSS Feed"
|
223 |
-
|
224 |
-
#: adminpages/advancedsettings.php:114 adminpages/advancedsettings.php:107
|
225 |
-
msgid "This message replaces the post content in RSS feeds."
|
226 |
-
msgstr "Denne besked erstatter postet indhold I RSS feeds."
|
227 |
-
|
228 |
-
#: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:113
|
229 |
-
msgid "Show Excerpts to Non-Members?"
|
230 |
-
msgstr "Vis Uddrag til ikke-medlemmer?"
|
231 |
-
|
232 |
-
#: adminpages/advancedsettings.php:124 adminpages/advancedsettings.php:117
|
233 |
-
msgid "No - Hide excerpts."
|
234 |
-
msgstr "Nej - Skjul uddrag"
|
235 |
-
|
236 |
-
#: adminpages/advancedsettings.php:125 adminpages/advancedsettings.php:118
|
237 |
-
msgid "Yes - Show excerpts."
|
238 |
-
msgstr "Ja - Vis uddrag"
|
239 |
-
|
240 |
-
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:194
|
241 |
-
#: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:571
|
242 |
-
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
|
243 |
-
#: includes/profile.php:123 adminpages/advancedsettings.php:128
|
244 |
-
#: adminpages/advancedsettings.php:187 adminpages/advancedsettings.php:199
|
245 |
-
#: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
|
246 |
-
#: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
|
247 |
-
#: adminpages/paymentsettings.php:454 includes/profile.php:121
|
248 |
-
msgid "No"
|
249 |
-
msgstr "Nej"
|
250 |
-
|
251 |
-
#: adminpages/advancedsettings.php:136 adminpages/advancedsettings.php:129
|
252 |
-
msgid "Hide Ads From All Members"
|
253 |
-
msgstr "Skjul Reklamer For Alle Medlemmer"
|
254 |
-
|
255 |
-
#: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:130
|
256 |
-
msgid "Hide Ads From Certain Members"
|
257 |
-
msgstr "Skjul Reklamer For Specifikke Medlemmer"
|
258 |
-
|
259 |
-
#: adminpages/advancedsettings.php:144 adminpages/advancedsettings.php:137
|
260 |
-
msgid "Ads from the following plugins will be automatically turned off"
|
261 |
-
msgstr "Reklamer fra følgende plugins ville automatisk blive slået fra"
|
262 |
-
|
263 |
-
#: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:138
|
264 |
-
msgid "To hide ads in your template code, use code like the following"
|
265 |
-
msgstr "For at skjule reklamer i din template kode, brug følgende"
|
266 |
-
|
267 |
-
#: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:149
|
268 |
-
msgid "Choose Levels to Hide Ads From"
|
269 |
-
msgstr "Vælg nivauer for at Skjule Reklamer Fra"
|
270 |
-
|
271 |
-
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
272 |
-
msgid "Redirect all traffic from registration page to /susbcription/?"
|
273 |
-
msgstr "Omdigerer alt trafik fra Registrerings siden til /registrering/?"
|
274 |
-
|
275 |
-
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
276 |
-
msgid "multisite only"
|
277 |
-
msgstr "kun for flere sites"
|
278 |
-
|
279 |
-
#: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:571
|
280 |
-
#: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
|
281 |
-
#: includes/profile.php:124 adminpages/advancedsettings.php:188
|
282 |
-
#: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
|
283 |
-
#: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
|
284 |
-
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:455
|
285 |
-
#: includes/profile.php:122
|
286 |
-
msgid "Yes"
|
287 |
-
msgstr "Ja"
|
288 |
-
|
289 |
-
#: adminpages/advancedsettings.php:202 adminpages/advancedsettings.php:195
|
290 |
-
msgid "Use reCAPTCHA?"
|
291 |
-
msgstr "Brug reCAPTCHA?"
|
292 |
-
|
293 |
-
#: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:200
|
294 |
-
msgid "Yes - Free memberships only."
|
295 |
-
msgstr "Ja - Kun for gratis medlemsskab."
|
296 |
-
|
297 |
-
#: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:201
|
298 |
-
msgid "Yes - All memberships."
|
299 |
-
msgstr "Ja - Alle medlemsskaber."
|
300 |
-
|
301 |
-
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
302 |
-
msgid "A free reCAPTCHA key is required."
|
303 |
-
msgstr "En gratis reCAPTCHA nøgle er påkrævet."
|
304 |
-
|
305 |
-
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
306 |
-
msgid "Click here to signup for reCAPTCHA"
|
307 |
-
msgstr "Klik her, for at registerer med reCAPTCHA"
|
308 |
-
|
309 |
-
#: adminpages/advancedsettings.php:216 adminpages/advancedsettings.php:209
|
310 |
-
msgid "reCAPTCHA Public Key"
|
311 |
-
msgstr "reCAPTCHA Offentlig Nøgle"
|
312 |
-
|
313 |
-
#: adminpages/advancedsettings.php:219 adminpages/advancedsettings.php:212
|
314 |
-
msgid "reCAPTCHA Private Key"
|
315 |
-
msgstr "reCAPTCHA Privat Nøgle"
|
316 |
-
|
317 |
-
#: adminpages/advancedsettings.php:225 adminpages/advancedsettings.php:218
|
318 |
-
msgid "Require Terms of Service on signups?"
|
319 |
-
msgstr "Ønskes Vilkår og Betingelser med registrering? "
|
320 |
-
|
321 |
-
#: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:225
|
322 |
-
msgid ""
|
323 |
-
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
324 |
-
"using the dropdown above."
|
325 |
-
msgstr ""
|
326 |
-
"Hvis ja er valgt, opret en Wordpress side, med indhold af din VOB aftale, og "
|
327 |
-
"tilføje den, med dropdown ovenfor.t"
|
328 |
-
|
329 |
-
#: adminpages/advancedsettings.php:272
|
330 |
-
msgid "selected"
|
331 |
-
msgstr "valgte"
|
332 |
-
|
333 |
-
#: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:251
|
334 |
-
#: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
|
335 |
-
#: adminpages/pagesettings.php:209 adminpages/pagesettings.php:223
|
336 |
-
#: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:526
|
337 |
-
msgid "Save Settings"
|
338 |
-
msgstr "Gem Indstillinger"
|
339 |
-
|
340 |
-
#: adminpages/discountcodes.php:48
|
341 |
-
msgid "Discount code updated successfully."
|
342 |
-
msgstr "Rabat kode er opdateret succesfuldt"
|
343 |
-
|
344 |
-
#: adminpages/discountcodes.php:55
|
345 |
-
msgid "Error updating discount code. That code may already be in use."
|
346 |
-
msgstr "Fejl I at opdatere rabat kode. Denne kode er nok allerede i brug."
|
347 |
-
|
348 |
-
#: adminpages/discountcodes.php:64
|
349 |
-
msgid "Discount code added successfully."
|
350 |
-
msgstr "Rabat kode er tilføjet succesfuldt."
|
351 |
-
|
352 |
-
#: adminpages/discountcodes.php:71
|
353 |
-
msgid "Error adding discount code. That code may already be in use."
|
354 |
-
msgstr "Fejl i at tilføje rabat kode. Denne kode må allerede være i brug,"
|
355 |
-
|
356 |
-
#: adminpages/discountcodes.php:196
|
357 |
-
#, php-format
|
358 |
-
msgid "Error saving values for the %s level."
|
359 |
-
msgstr "Fejl i at gemme værdier til denne %s niveau."
|
360 |
-
|
361 |
-
#: adminpages/discountcodes.php:204
|
362 |
-
msgid "There were errors updating the level values: "
|
363 |
-
msgstr "Der opstod fejl I at opdatere niveau værdier: "
|
364 |
-
|
365 |
-
#: adminpages/discountcodes.php:237 adminpages/discountcodes.php:234
|
366 |
-
#, php-format
|
367 |
-
msgid "Code %s deleted successfully."
|
368 |
-
msgstr "Kode %s slettet succesfuldt."
|
369 |
-
|
370 |
-
#: adminpages/discountcodes.php:242 adminpages/discountcodes.php:239
|
371 |
-
msgid ""
|
372 |
-
"Error deleting discount code. The code was only partially deleted. Please "
|
373 |
-
"try again."
|
374 |
-
msgstr ""
|
375 |
-
"Fejl opstod, med at slette rabat kode. Koden blev delvist slettet. Prøv igen."
|
376 |
-
|
377 |
-
#: adminpages/discountcodes.php:248 adminpages/discountcodes.php:245
|
378 |
-
msgid "Error deleting code. Please try again."
|
379 |
-
msgstr "Fejl opstod I at slette koden. Prøv igen"
|
380 |
-
|
381 |
-
#: adminpages/discountcodes.php:254 adminpages/discountcodes.php:251
|
382 |
-
msgid "Code not found."
|
383 |
-
msgstr "Kode ikke fundet."
|
384 |
-
|
385 |
-
#: adminpages/discountcodes.php:267 adminpages/discountcodes.php:264
|
386 |
-
msgid "Edit Discount Code"
|
387 |
-
msgstr "Redigere Rabat Kode"
|
388 |
-
|
389 |
-
#: adminpages/discountcodes.php:269 adminpages/discountcodes.php:529
|
390 |
-
#: adminpages/discountcodes.php:266 adminpages/discountcodes.php:526
|
391 |
-
msgid "Add New Discount Code"
|
392 |
-
msgstr "Tilføj Ny Rabat Kode"
|
393 |
-
|
394 |
-
#: adminpages/discountcodes.php:309 adminpages/discountcodes.php:557
|
395 |
-
#: adminpages/membershiplevels.php:286 adminpages/membershiplevels.php:513
|
396 |
-
#: adminpages/memberslist.php:144 adminpages/orders.php:900
|
397 |
-
#: adminpages/reports/login.php:140 adminpages/discountcodes.php:306
|
398 |
-
#: adminpages/discountcodes.php:547 adminpages/membershiplevels.php:284
|
399 |
-
#: adminpages/membershiplevels.php:505 adminpages/membershiplevels.php:511
|
400 |
-
#: adminpages/memberslist.php:111 adminpages/orders.php:597
|
401 |
-
msgid "ID"
|
402 |
-
msgstr "ID"
|
403 |
-
|
404 |
-
#: adminpages/discountcodes.php:310 adminpages/orders.php:261
|
405 |
-
#: adminpages/discountcodes.php:307 adminpages/orders.php:211
|
406 |
-
msgid "This will be generated when you save."
|
407 |
-
msgstr "Dette ville blive generet, når du gemmer."
|
408 |
-
|
409 |
-
#: adminpages/discountcodes.php:314 adminpages/discountcodes.php:558
|
410 |
-
#: adminpages/orders.php:265 adminpages/orders.php:901
|
411 |
-
#: adminpages/discountcodes.php:311 adminpages/discountcodes.php:548
|
412 |
-
#: adminpages/orders.php:215 adminpages/orders.php:598
|
413 |
-
msgid "Code"
|
414 |
-
msgstr "Kode"
|
415 |
-
|
416 |
-
#: adminpages/discountcodes.php:352 adminpages/discountcodes.php:349
|
417 |
-
msgid "Start Date"
|
418 |
-
msgstr "Start Dato"
|
419 |
-
|
420 |
-
#: adminpages/discountcodes.php:370 pages/billing.php:253
|
421 |
-
#: pages/checkout.php:508 adminpages/discountcodes.php:367
|
422 |
-
#: pages/billing.php:249 pages/checkout.php:525 pages/checkout.php:532
|
423 |
-
msgid "Expiration Date"
|
424 |
-
msgstr "Udløbs Dato"
|
425 |
-
|
426 |
-
#: adminpages/discountcodes.php:388 adminpages/discountcodes.php:561
|
427 |
-
#: adminpages/discountcodes.php:385 adminpages/discountcodes.php:551
|
428 |
-
msgid "Uses"
|
429 |
-
msgstr "Forbrug"
|
430 |
-
|
431 |
-
#: adminpages/discountcodes.php:391 adminpages/discountcodes.php:388
|
432 |
-
msgid "Leave blank for unlimited uses."
|
433 |
-
msgstr "Lad dette stå blank, for uendelig brug."
|
434 |
-
|
435 |
-
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
|
436 |
-
#: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
|
437 |
-
#: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:507
|
438 |
-
#: adminpages/membershiplevels.php:513 pages/levels.php:14
|
439 |
-
msgid "Initial Payment"
|
440 |
-
msgstr "Begynd Betaling"
|
441 |
-
|
442 |
-
#: adminpages/discountcodes.php:431 adminpages/membershiplevels.php:340
|
443 |
-
#: adminpages/discountcodes.php:428 adminpages/membershiplevels.php:338
|
444 |
-
msgid "The initial amount collected at registration."
|
445 |
-
msgstr "Det påbegyndte beløb, er indsamlet ved registrering."
|
446 |
-
|
447 |
-
#: adminpages/discountcodes.php:435 adminpages/membershiplevels.php:344
|
448 |
-
#: adminpages/discountcodes.php:432 adminpages/membershiplevels.php:342
|
449 |
-
msgid "Recurring Subscription"
|
450 |
-
msgstr "Gentag Abonnoment"
|
451 |
-
|
452 |
-
#: adminpages/discountcodes.php:436 adminpages/membershiplevels.php:345
|
453 |
-
#: adminpages/discountcodes.php:433 adminpages/membershiplevels.php:343
|
454 |
-
msgid "Check if this level has a recurring subscription payment."
|
455 |
-
msgstr "Klik her, hvis dette niveau har en gentagene betaling."
|
456 |
-
|
457 |
-
#: adminpages/discountcodes.php:440 adminpages/membershiplevels.php:349
|
458 |
-
#: adminpages/membershiplevels.php:347
|
459 |
-
msgid "Billing Amount"
|
460 |
-
msgstr "Fakture Beløb"
|
461 |
-
|
462 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
463 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
464 |
-
#: adminpages/membershiplevels.php:353
|
465 |
-
msgid "Day(s)"
|
466 |
-
msgstr "Dag(e)"
|
467 |
-
|
468 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
469 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
470 |
-
#: adminpages/membershiplevels.php:353
|
471 |
-
msgid "Month(s)"
|
472 |
-
msgstr "Måned(er)"
|
473 |
-
|
474 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
475 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
476 |
-
#: adminpages/membershiplevels.php:353
|
477 |
-
msgid "Week(s)"
|
478 |
-
msgstr "Uge(r)"
|
479 |
-
|
480 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
481 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
482 |
-
#: adminpages/membershiplevels.php:353
|
483 |
-
msgid "Year(s)"
|
484 |
-
msgstr "År()"
|
485 |
-
|
486 |
-
#: adminpages/discountcodes.php:454 adminpages/membershiplevels.php:364
|
487 |
-
#: adminpages/discountcodes.php:451 adminpages/membershiplevels.php:362
|
488 |
-
msgid "The amount to be billed one cycle after the initial payment."
|
489 |
-
msgstr ""
|
490 |
-
"Det beløb, der faktureres den ene cyklus efter den oprindelige betaling."
|
491 |
-
|
492 |
-
#: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:382
|
493 |
-
#: adminpages/discountcodes.php:456 adminpages/membershiplevels.php:380
|
494 |
-
msgid "Billing Cycle Limit"
|
495 |
-
msgstr "Betalings Cyklus Grænse "
|
496 |
-
|
497 |
-
#: adminpages/discountcodes.php:462 adminpages/membershiplevels.php:386
|
498 |
-
#: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:384
|
499 |
-
msgid ""
|
500 |
-
"The <strong>total</strong> number of recurring billing cycles for this "
|
501 |
-
"level, including the trial period (if applicable) but not including the "
|
502 |
-
"initial payment. Set to zero if membership is indefinite."
|
503 |
-
msgstr ""
|
504 |
-
"Det <strong>totale</strong> antal af gentagende fakture cykluser for dette "
|
505 |
-
"niveau, herunder prøveperioden (hvis relevant), men ikke inkluderet I den "
|
506 |
-
"oprindelige betaling. Sæt til nul, hvis medlemskab er ubegrænset."
|
507 |
-
|
508 |
-
#: adminpages/discountcodes.php:467 adminpages/membershiplevels.php:395
|
509 |
-
#: adminpages/discountcodes.php:464 adminpages/membershiplevels.php:393
|
510 |
-
msgid "Custom Trial"
|
511 |
-
msgstr "Brugerdefineret Prøveperiode"
|
512 |
-
|
513 |
-
#: adminpages/discountcodes.php:468 adminpages/membershiplevels.php:397
|
514 |
-
#: adminpages/discountcodes.php:465 adminpages/membershiplevels.php:394
|
515 |
-
#: adminpages/membershiplevels.php:395
|
516 |
-
msgid "Check to add a custom trial period."
|
517 |
-
msgstr "Klik her, for at tilføje en brugerdefineret prøve periode"
|
518 |
-
|
519 |
-
#: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:406
|
520 |
-
#: adminpages/discountcodes.php:469 adminpages/membershiplevels.php:398
|
521 |
-
#: adminpages/membershiplevels.php:404
|
522 |
-
msgid "Trial Billing Amount"
|
523 |
-
msgstr "Prøveperiode Fakture konto"
|
524 |
-
|
525 |
-
#: adminpages/discountcodes.php:475 adminpages/membershiplevels.php:409
|
526 |
-
#: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:401
|
527 |
-
#: adminpages/membershiplevels.php:407
|
528 |
-
msgid "for the first"
|
529 |
-
msgstr "for det første"
|
530 |
-
|
531 |
-
#: adminpages/discountcodes.php:477 adminpages/membershiplevels.php:411
|
532 |
-
#: adminpages/discountcodes.php:474 adminpages/membershiplevels.php:403
|
533 |
-
#: adminpages/membershiplevels.php:409
|
534 |
-
msgid "subscription payments"
|
535 |
-
msgstr "abonnoments betalings"
|
536 |
-
|
537 |
-
#: adminpages/discountcodes.php:482 adminpages/membershiplevels.php:439
|
538 |
-
#: adminpages/discountcodes.php:479 adminpages/membershiplevels.php:431
|
539 |
-
#: adminpages/membershiplevels.php:437
|
540 |
-
msgid "Membership Expiration"
|
541 |
-
msgstr "Medlemskab Udløber"
|
542 |
-
|
543 |
-
#: adminpages/discountcodes.php:483 adminpages/membershiplevels.php:440
|
544 |
-
#: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:438
|
545 |
-
msgid "Check this to set when membership access expires."
|
546 |
-
msgstr "Klik her, for at sætte, hvornår medlemsskab udløber"
|
547 |
-
|
548 |
-
#: adminpages/discountcodes.php:487 adminpages/membershiplevels.php:444
|
549 |
-
#: adminpages/discountcodes.php:484 adminpages/membershiplevels.php:436
|
550 |
-
#: adminpages/membershiplevels.php:442
|
551 |
-
msgid "Expires In"
|
552 |
-
msgstr "Udløber om"
|
553 |
-
|
554 |
-
#: adminpages/discountcodes.php:500 adminpages/membershiplevels.php:457
|
555 |
-
#: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:455
|
556 |
-
msgid ""
|
557 |
-
"Set the duration of membership access. Note that the any future payments "
|
558 |
-
"(recurring subscription, if any) will be cancelled when the membership "
|
559 |
-
"expires."
|
560 |
-
msgstr ""
|
561 |
-
"Indstil varigheden af medlemskab. Bemærk, at de eventuelle fremtidige "
|
562 |
-
"betalinger (tilbagevendende abonnementer, hvis nogen) vil blive annulleret, "
|
563 |
-
"når medlemskabet udløber."
|
564 |
-
|
565 |
-
#: adminpages/discountcodes.php:528 adminpages/discountcodes.php:525
|
566 |
-
msgid "Memberships Discount Codes"
|
567 |
-
msgstr "Medlemsskab Rabat Kode"
|
568 |
-
|
569 |
-
#: adminpages/discountcodes.php:538 adminpages/discountcodes.php:535
|
570 |
-
msgid "Search Discount Codes"
|
571 |
-
msgstr "Søg efter Rabat Koder"
|
572 |
-
|
573 |
-
#: adminpages/discountcodes.php:541 adminpages/reports/login.php:81
|
574 |
-
#: adminpages/discountcodes.php:538
|
575 |
-
msgid "Search"
|
576 |
-
msgstr "Søg"
|
577 |
-
|
578 |
-
#: adminpages/discountcodes.php:559 adminpages/discountcodes.php:549
|
579 |
-
msgid "Starts"
|
580 |
-
msgstr "Starter"
|
581 |
-
|
582 |
-
#: adminpages/discountcodes.php:560 adminpages/memberslist.php:159
|
583 |
-
#: adminpages/reports/login.php:145 includes/profile.php:120
|
584 |
-
#: adminpages/discountcodes.php:550 adminpages/memberslist.php:121
|
585 |
-
#: includes/profile.php:118
|
586 |
-
msgid "Expires"
|
587 |
-
msgstr "Udløber"
|
588 |
-
|
589 |
-
#: adminpages/discountcodes.php:562 adminpages/discountcodes.php:552
|
590 |
-
msgid "Levels"
|
591 |
-
msgstr "Niveauer"
|
592 |
-
|
593 |
-
#: adminpages/discountcodes.php:574 adminpages/discountcodes.php:570
|
594 |
-
msgid "Create your first discount code now"
|
595 |
-
msgstr "Opret din første Rabat kode nu"
|
596 |
-
|
597 |
-
#: adminpages/discountcodes.php:574 adminpages/discountcodes.php:570
|
598 |
-
msgid ""
|
599 |
-
"Discount codes allow you to offer your memberships at discounted prices to "
|
600 |
-
"select customers."
|
601 |
-
msgstr ""
|
602 |
-
"Rabat koder, giver dig mulighed for, at tilbyde medlemmer Rabat priser til "
|
603 |
-
"udvalgte kunder."
|
604 |
-
|
605 |
-
#: adminpages/discountcodes.php:619 adminpages/membershiplevels.php:572
|
606 |
-
#: adminpages/orders.php:961 adminpages/discountcodes.php:614
|
607 |
-
#: adminpages/membershiplevels.php:564 adminpages/membershiplevels.php:570
|
608 |
-
#: adminpages/orders.php:658
|
609 |
-
msgid "edit"
|
610 |
-
msgstr "Redigere"
|
611 |
-
|
612 |
-
#: adminpages/discountcodes.php:622 adminpages/discountcodes.php:617
|
613 |
-
#, php-format
|
614 |
-
msgid ""
|
615 |
-
"Are you sure you want to delete the %s discount code? The subscriptions for "
|
616 |
-
"existing users will not change, but new users will not be able to use this "
|
617 |
-
"code anymore."
|
618 |
-
msgstr ""
|
619 |
-
"Er du sikker på, at du ville slette %s rabat kode?. Abonnement for den "
|
620 |
-
"eksisterende bruger ville ikke ændre sig, men nye brugere har ikke mulighed "
|
621 |
-
"for, at bruge koden."
|
622 |
-
|
623 |
-
#: adminpages/discountcodes.php:622 adminpages/membershiplevels.php:574
|
624 |
-
#: adminpages/orders.php:967 adminpages/discountcodes.php:617
|
625 |
-
#: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:572
|
626 |
-
#: adminpages/orders.php:664
|
627 |
-
msgid "delete"
|
628 |
-
msgstr "Slet"
|
629 |
-
|
630 |
-
#: adminpages/emailsettings.php:69 includes/adminpages.php:50
|
631 |
-
#: includes/adminpages.php:128 adminpages/emailsettings.php:60
|
632 |
-
#: includes/adminpages.php:12 includes/adminpages.php:59
|
633 |
-
#: includes/adminpages.php:121
|
634 |
-
msgid "Email Settings"
|
635 |
-
msgstr "Email Indstillinger"
|
636 |
-
|
637 |
-
#: adminpages/emailsettings.php:70 adminpages/emailsettings.php:61
|
638 |
-
msgid ""
|
639 |
-
"By default, system generated emails are sent from "
|
640 |
-
"<em><strong>wordpress@yourdomain.com</strong></em>. You can update this from "
|
641 |
-
"address using the fields below."
|
642 |
-
msgstr ""
|
643 |
-
"Som standard, vil systemet generere email sendt fra "
|
644 |
-
"<em><strong>wordpress@ditdomæne.com</strong></em>. Du har mulighed for, at "
|
645 |
-
"opdatere adresse, ved at bruge felterne nedenfor. "
|
646 |
-
|
647 |
-
#: adminpages/emailsettings.php:72 adminpages/emailsettings.php:63
|
648 |
-
msgid ""
|
649 |
-
"To modify the appearance of system generated emails, add the files "
|
650 |
-
"<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
|
651 |
-
"directory. This will modify both the WordPress default messages as well as "
|
652 |
-
"messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
|
653 |
-
"- Member Communications\" target=\"_blank\" href=\"http://www."
|
654 |
-
"paidmembershipspro.com/documentation/member-communications/\">Click here to "
|
655 |
-
"learn more about Paid Memberships Pro emails</a>."
|
656 |
-
msgstr ""
|
657 |
-
"Hvis du vil ændre udseendet af systemet genererede e-mails, tilføje filerne "
|
658 |
-
"<em>email_header.html</em> og <em>email_footer.html</em> til din tema mappe. "
|
659 |
-
"Dette vil ændre både WordPress standard beskeder samt meddelelser genereres "
|
660 |
-
"af Paid Memberships Pro.<a title=\"Paid medlemskaber Pro - Medlber "
|
661 |
-
"Communications\" target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
|
662 |
-
"documentation/member-communications/\">Klik her for at lære mere om Paid "
|
663 |
-
"Memberships Pro emails</a>."
|
664 |
-
|
665 |
-
#: adminpages/emailsettings.php:78 adminpages/emailsettings.php:69
|
666 |
-
msgid "From Email"
|
667 |
-
msgstr "Fra Email"
|
668 |
-
|
669 |
-
#: adminpages/emailsettings.php:86 adminpages/emailsettings.php:77
|
670 |
-
msgid "From Name"
|
671 |
-
msgstr "Fra Navn"
|
672 |
-
|
673 |
-
#: adminpages/emailsettings.php:94
|
674 |
-
msgid "Only Filter PMPro Emails?"
|
675 |
-
msgstr "Filtere Kun PMPro Emails?"
|
676 |
-
|
677 |
-
#: adminpages/emailsettings.php:98
|
678 |
-
msgid "If unchecked, all emails from \"WordPress <"
|
679 |
-
msgstr "Hvis ikke aktiveret, alle emails fra \"WordPress <"
|
680 |
-
|
681 |
-
#: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
|
682 |
-
#: adminpages/emailsettings.php:104
|
683 |
-
msgid "Send the site admin emails"
|
684 |
-
msgstr "Send site admin emails"
|
685 |
-
|
686 |
-
#: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
|
687 |
-
#: adminpages/emailsettings.php:110
|
688 |
-
msgid "Checkout"
|
689 |
-
msgstr "Gå til Kassen"
|
690 |
-
|
691 |
-
#: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
|
692 |
-
#: adminpages/emailsettings.php:114
|
693 |
-
msgid "when a member checks out."
|
694 |
-
msgstr "Når et medlem går til Kassen"
|
695 |
-
|
696 |
-
#: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
|
697 |
-
#: adminpages/emailsettings.php:119
|
698 |
-
msgid "Admin Changes"
|
699 |
-
msgstr "Admin Ændringer"
|
700 |
-
|
701 |
-
#: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
|
702 |
-
#: adminpages/emailsettings.php:123
|
703 |
-
msgid "when an admin changes a user's membership level through the dashboard."
|
704 |
-
msgstr "Når en admin ændre en bruger's medlemsskab niveau gennem kontrolpanel."
|
705 |
-
|
706 |
-
#: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
|
707 |
-
#: adminpages/emailsettings.php:128
|
708 |
-
msgid "Cancellation"
|
709 |
-
msgstr "Annullering"
|
710 |
-
|
711 |
-
#: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
|
712 |
-
#: adminpages/emailsettings.php:132
|
713 |
-
msgid "when a user cancels his or her account."
|
714 |
-
msgstr "når en bruger annullere hans eller hendes konto."
|
715 |
-
|
716 |
-
#: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
|
717 |
-
#: adminpages/emailsettings.php:137
|
718 |
-
msgid "Bill Updates"
|
719 |
-
msgstr "Fakture Opdates"
|
720 |
-
|
721 |
-
#: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
|
722 |
-
#: adminpages/emailsettings.php:141
|
723 |
-
msgid "when a user updates his or her billing information."
|
724 |
-
msgstr "når en bruger opdatere hans eller hendes betalings informationer."
|
725 |
-
|
726 |
-
#: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
|
727 |
-
#: adminpages/emailsettings.php:147
|
728 |
-
msgid "Send members emails"
|
729 |
-
msgstr "Send medlemmers email"
|
730 |
-
|
731 |
-
#: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
|
732 |
-
#: adminpages/emailsettings.php:153
|
733 |
-
msgid "New Users"
|
734 |
-
msgstr "Nye Brugere"
|
735 |
-
|
736 |
-
#: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
|
737 |
-
#: adminpages/emailsettings.php:157
|
738 |
-
msgid ""
|
739 |
-
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
740 |
-
"still get an email confirmation from PMPro after checkout.)"
|
741 |
-
msgstr ""
|
742 |
-
"Standard WP notifikations email. (Anbefales: Ikke Aktiveret. Medlemmer vil "
|
743 |
-
"stadig få email bekræftigelse fra PMPRO efter de har været kassen.)"
|
744 |
-
|
745 |
-
#: adminpages/membershiplevels.php:118
|
746 |
-
msgid "Membership level updated successfully."
|
747 |
-
msgstr "Medlemsskab Niveau opdateret succesfuldt."
|
748 |
-
|
749 |
-
#: adminpages/membershiplevels.php:124
|
750 |
-
msgid "Error updating membership level."
|
751 |
-
msgstr "Fejl I opdatering af medlemsskab niveau."
|
752 |
-
|
753 |
-
#: adminpages/membershiplevels.php:141
|
754 |
-
msgid "Membership level added successfully."
|
755 |
-
msgstr "Medlemsskab niveau tilføjet succesfuldt."
|
756 |
-
|
757 |
-
#: adminpages/membershiplevels.php:146
|
758 |
-
msgid "Error adding membership level."
|
759 |
-
msgstr "Fejl I at tilføje medlemskabs niveau."
|
760 |
-
|
761 |
-
#: adminpages/membershiplevels.php:181 adminpages/membershiplevels.php:179
|
762 |
-
#, php-format
|
763 |
-
msgid ""
|
764 |
-
"There was an error canceling the subscription for user with ID=%d. You will "
|
765 |
-
"want to check your payment gateway to see if their subscription is still "
|
766 |
-
"active."
|
767 |
-
msgstr ""
|
768 |
-
"Der opstod en fejl, med annullering af abonnement for bruger med ID=%d. Du "
|
769 |
-
"bliver nødtil at kontrollere din betalings gateway, for at se, om deres "
|
770 |
-
"betaling stadig er aktiv. "
|
771 |
-
|
772 |
-
#: adminpages/membershiplevels.php:184 adminpages/membershiplevels.php:182
|
773 |
-
msgid "Last Invoice"
|
774 |
-
msgstr "Sidste Faktura"
|
775 |
-
|
776 |
-
#: adminpages/membershiplevels.php:198 adminpages/membershiplevels.php:196
|
777 |
-
msgid "Membership level deleted successfully."
|
778 |
-
msgstr "Medlemskabs niveau slettet succesfuldt."
|
779 |
-
|
780 |
-
#: adminpages/membershiplevels.php:203 adminpages/membershiplevels.php:209
|
781 |
-
#: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:207
|
782 |
-
msgid "Error deleting membership level."
|
783 |
-
msgstr "Fejl I at slette medlemsskab niveau."
|
784 |
-
|
785 |
-
#: adminpages/membershiplevels.php:224 adminpages/membershiplevels.php:222
|
786 |
-
msgid "Edit Membership Level"
|
787 |
-
msgstr "Redigere medlemsskab niveau"
|
788 |
-
|
789 |
-
#: adminpages/membershiplevels.php:226 adminpages/membershiplevels.php:224
|
790 |
-
msgid "Add New Membership Level"
|
791 |
-
msgstr "Tilføj Ny Medlemsskab Niveau"
|
792 |
-
|
793 |
-
#: adminpages/membershiplevels.php:293 adminpages/membershiplevels.php:514
|
794 |
-
#: adminpages/reports/login.php:142 adminpages/membershiplevels.php:291
|
795 |
-
#: adminpages/membershiplevels.php:506 adminpages/membershiplevels.php:512
|
796 |
-
msgid "Name"
|
797 |
-
msgstr "Navn"
|
798 |
-
|
799 |
-
#: adminpages/membershiplevels.php:298 adminpages/membershiplevels.php:296
|
800 |
-
msgid "Description"
|
801 |
-
msgstr "Beskrivelse"
|
802 |
-
|
803 |
-
#: adminpages/membershiplevels.php:316 adminpages/membershiplevels.php:314
|
804 |
-
msgid "Confirmation Message"
|
805 |
-
msgstr "Bekræftigelses Besked"
|
806 |
-
|
807 |
-
#: adminpages/membershiplevels.php:335 adminpages/membershiplevels.php:333
|
808 |
-
msgid "Billing Details"
|
809 |
-
msgstr "Faktura Detaljer"
|
810 |
-
|
811 |
-
#: adminpages/membershiplevels.php:351 adminpages/membershiplevels.php:349
|
812 |
-
msgid "per"
|
813 |
-
msgstr "pr"
|
814 |
-
|
815 |
-
#: adminpages/membershiplevels.php:366
|
816 |
-
msgid ""
|
817 |
-
"Stripe integration currently only supports billing periods of \"Week\", "
|
818 |
-
"\"Month\" or \"Year\"."
|
819 |
-
msgstr ""
|
820 |
-
"Stripe integration understøtter kun Faktura af \"Uge\", \"Måned\" eller \"År"
|
821 |
-
"\"."
|
822 |
-
|
823 |
-
#: adminpages/membershiplevels.php:368 adminpages/membershiplevels.php:366
|
824 |
-
msgid ""
|
825 |
-
"Braintree integration currently only supports billing periods of \"Month\" "
|
826 |
-
"or \"Year\"."
|
827 |
-
msgstr ""
|
828 |
-
"Braintree integration understøtter kun Faktura af \"Uge\", \"Måned\" eller "
|
829 |
-
"\"År\"."
|
830 |
-
|
831 |
-
#: adminpages/membershiplevels.php:370 adminpages/membershiplevels.php:368
|
832 |
-
msgid ""
|
833 |
-
"Payflow integration currently only supports billing frequencies of 1 and "
|
834 |
-
"billing periods of \"Week\", \"Month\" or \"Year\"."
|
835 |
-
msgstr ""
|
836 |
-
"Payflow integration understøtter kun Faktura frekvens af og faktura periode "
|
837 |
-
"af \"Uge\", \"Måned\" eller \"År\"."
|
838 |
-
|
839 |
-
#: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:372
|
840 |
-
msgid ""
|
841 |
-
"After saving this level, make note of the ID and create a \"Plan\" in your "
|
842 |
-
"Braintree dashboard with the same settings and the \"Plan ID\" set to "
|
843 |
-
"<em>pmpro_#</em>, where # is the level ID."
|
844 |
-
msgstr ""
|
845 |
-
"Efter at gemme dette niveau, lav en note af ID og opret en \"Plan\" i dit "
|
846 |
-
"Braintree kontrolpanel, med det samme indstillinger, og at \"Plan ID\" er "
|
847 |
-
"sat til <em>pmpro_#</em>, hvor # er niveau ID."
|
848 |
-
|
849 |
-
#: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
|
850 |
-
#: adminpages/paymentsettings.php:174 adminpages/paymentsettings.php:179
|
851 |
-
#: adminpages/membershiplevels.php:372 adminpages/paymentsettings.php:170
|
852 |
-
msgid "Note"
|
853 |
-
msgstr "Note"
|
854 |
-
|
855 |
-
#: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:374
|
856 |
-
msgid ""
|
857 |
-
"You will need to create a \"Plan\" in your Braintree dashboard with the same "
|
858 |
-
"settings and the \"Plan ID\" set to"
|
859 |
-
msgstr ""
|
860 |
-
"Du er nødtil at oprette en \"Plan\" i dit Braintree kontrolpanel med de "
|
861 |
-
"samme indstillinger og hvor \"Plan ID\" er sat til"
|
862 |
-
|
863 |
-
#: adminpages/membershiplevels.php:388 adminpages/membershiplevels.php:386
|
864 |
-
msgid ""
|
865 |
-
"Stripe integration currently does not support billing limits. You can still "
|
866 |
-
"set an expiration date below."
|
867 |
-
msgstr ""
|
868 |
-
"Stripe integration understøtter ikke faktura begræsninger. Du kan stadig "
|
869 |
-
"sætte en udløbsdato på nedenfor."
|
870 |
-
|
871 |
-
#: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:398
|
872 |
-
msgid ""
|
873 |
-
"2Checkout integration does not support custom trials. You can do one period "
|
874 |
-
"trials by setting an initial payment different from the billing amount."
|
875 |
-
msgstr ""
|
876 |
-
"2Checkout integration understøtter ikke brugerdefineret prøveperiode. Du kan "
|
877 |
-
"lave en prøveperiode via indstillinger, og sætte betalings mulighed til en "
|
878 |
-
"anden fakture."
|
879 |
-
|
880 |
-
#: adminpages/membershiplevels.php:414 adminpages/membershiplevels.php:406
|
881 |
-
#: adminpages/membershiplevels.php:412
|
882 |
-
msgid ""
|
883 |
-
"Stripe integration currently does not support trial amounts greater than $0."
|
884 |
-
msgstr ""
|
885 |
-
"Stripe integration understøtter ikke prøveperioder der er større en $0."
|
886 |
-
|
887 |
-
#: adminpages/membershiplevels.php:418 adminpages/membershiplevels.php:410
|
888 |
-
#: adminpages/membershiplevels.php:416
|
889 |
-
msgid ""
|
890 |
-
"Braintree integration currently does not support trial amounts greater than "
|
891 |
-
"$0."
|
892 |
-
msgstr "Braintree integration understøtter prøveperioder der er større end $0."
|
893 |
-
|
894 |
-
#: adminpages/membershiplevels.php:422 adminpages/membershiplevels.php:414
|
895 |
-
#: adminpages/membershiplevels.php:420
|
896 |
-
msgid ""
|
897 |
-
"Payflow integration currently does not support trial amounts greater than $0."
|
898 |
-
msgstr ""
|
899 |
-
"Payflow integration understøtter ikke prøveåerioder der er større end $0."
|
900 |
-
|
901 |
-
#: adminpages/membershiplevels.php:430 adminpages/membershiplevels.php:422
|
902 |
-
#: adminpages/membershiplevels.php:428
|
903 |
-
msgid "Other Settings"
|
904 |
-
msgstr "Andre Indstillinger"
|
905 |
-
|
906 |
-
#: adminpages/membershiplevels.php:434 adminpages/membershiplevels.php:426
|
907 |
-
#: adminpages/membershiplevels.php:432
|
908 |
-
msgid "Disable New Signups"
|
909 |
-
msgstr "Deaktivere Nye Tilmeldinger"
|
910 |
-
|
911 |
-
#: adminpages/membershiplevels.php:435 adminpages/membershiplevels.php:427
|
912 |
-
#: adminpages/membershiplevels.php:433
|
913 |
-
msgid ""
|
914 |
-
"Check to hide this level from the membership levels page and disable "
|
915 |
-
"registration."
|
916 |
-
msgstr ""
|
917 |
-
"Klik her, for at skjule dette Niveau fra medlemsskabs Niveau side, og "
|
918 |
-
"deaktivere registrering."
|
919 |
-
|
920 |
-
#: adminpages/membershiplevels.php:465 adminpages/membershiplevels.php:457
|
921 |
-
#: adminpages/membershiplevels.php:463
|
922 |
-
msgid "Content Settings"
|
923 |
-
msgstr "Indhols Indstillinger"
|
924 |
-
|
925 |
-
#: adminpages/membershiplevels.php:469 adminpages/membershiplevels.php:461
|
926 |
-
#: adminpages/membershiplevels.php:467
|
927 |
-
msgid "Categories"
|
928 |
-
msgstr "Kategorier"
|
929 |
-
|
930 |
-
#: adminpages/membershiplevels.php:498 adminpages/membershiplevels.php:490
|
931 |
-
#: adminpages/membershiplevels.php:496
|
932 |
-
msgid "Add New Level"
|
933 |
-
msgstr "Tilføj Ny Niveau"
|
934 |
-
|
935 |
-
#: adminpages/membershiplevels.php:501 adminpages/membershiplevels.php:504
|
936 |
-
#: adminpages/membershiplevels.php:493 adminpages/membershiplevels.php:496
|
937 |
-
#: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:502
|
938 |
-
msgid "Search Levels"
|
939 |
-
msgstr "Søg Niveauer"
|
940 |
-
|
941 |
-
#: adminpages/membershiplevels.php:516 adminpages/membershiplevels.php:508
|
942 |
-
#: adminpages/membershiplevels.php:514
|
943 |
-
msgid "Billing Cycle"
|
944 |
-
msgstr "Faktura Cyklus"
|
945 |
-
|
946 |
-
#: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:509
|
947 |
-
#: adminpages/membershiplevels.php:515
|
948 |
-
msgid "Trial Cycle"
|
949 |
-
msgstr "Prøveperiode Cyklus"
|
950 |
-
|
951 |
-
#: adminpages/membershiplevels.php:518 pages/confirmation.php:83
|
952 |
-
#: pages/invoice.php:70 adminpages/membershiplevels.php:510
|
953 |
-
#: adminpages/membershiplevels.php:516 pages/confirmation.php:81
|
954 |
-
#: pages/invoice.php:68
|
955 |
-
msgid "Expiration"
|
956 |
-
msgstr "Udløbs"
|
957 |
-
|
958 |
-
#: adminpages/membershiplevels.php:519 adminpages/membershiplevels.php:511
|
959 |
-
#: adminpages/membershiplevels.php:517
|
960 |
-
msgid "Allow Signups"
|
961 |
-
msgstr "Tillad Registrering"
|
962 |
-
|
963 |
-
#: adminpages/membershiplevels.php:542 adminpages/membershiplevels.php:534
|
964 |
-
#: adminpages/membershiplevels.php:540
|
965 |
-
msgid "FREE"
|
966 |
-
msgstr "GRATIS"
|
967 |
-
|
968 |
-
#: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:543
|
969 |
-
#: adminpages/membershiplevels.php:549
|
970 |
-
msgid "every"
|
971 |
-
msgstr "alle"
|
972 |
-
|
973 |
-
#: adminpages/membershiplevels.php:553 adminpages/membershiplevels.php:561
|
974 |
-
#: adminpages/reports/memberships.php:304
|
975 |
-
#: adminpages/reports/memberships.php:315 adminpages/reports/sales.php:203
|
976 |
-
#: adminpages/reports/sales.php:214 adminpages/membershiplevels.php:545
|
977 |
-
#: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:559
|
978 |
-
#: adminpages/reports/sales.php:195 adminpages/reports/sales.php:204
|
979 |
-
#: adminpages/reports/sales.php:206 adminpages/reports/sales.php:215
|
980 |
-
msgid "for"
|
981 |
-
msgstr "for"
|
982 |
-
|
983 |
-
#: adminpages/membershiplevels.php:568 adminpages/membershiplevels.php:560
|
984 |
-
#: adminpages/membershiplevels.php:566
|
985 |
-
msgid "After"
|
986 |
-
msgstr "Efter"
|
987 |
-
|
988 |
-
#: adminpages/membershiplevels.php:573 adminpages/orders.php:964
|
989 |
-
#: adminpages/membershiplevels.php:565 adminpages/membershiplevels.php:571
|
990 |
-
#: adminpages/orders.php:661
|
991 |
-
msgid "copy"
|
992 |
-
msgstr "Kopiere"
|
993 |
-
|
994 |
-
#: adminpages/membershiplevels.php:574 adminpages/membershiplevels.php:566
|
995 |
-
#: adminpages/membershiplevels.php:572
|
996 |
-
#, php-format
|
997 |
-
msgid ""
|
998 |
-
"Are you sure you want to delete membership level %s? All subscriptions will "
|
999 |
-
"be cancelled."
|
1000 |
-
msgstr ""
|
1001 |
-
"Er du sikker på, at du ville slette medlemsskab niveau %s? Alle abonnenter "
|
1002 |
-
"ville blive annulleret."
|
1003 |
-
|
1004 |
-
#: adminpages/memberslist.php:25 includes/adminpages.php:53
|
1005 |
-
#: includes/adminpages.php:149 includes/adminpages.php:15
|
1006 |
-
#: includes/adminpages.php:74 includes/adminpages.php:142
|
1007 |
-
msgid "Members List"
|
1008 |
-
msgstr "Medlems Liste"
|
1009 |
-
|
1010 |
-
#: adminpages/memberslist.php:26 adminpages/orders.php:591
|
1011 |
-
#: adminpages/orders.php:522
|
1012 |
-
msgid "Export to CSV"
|
1013 |
-
msgstr "Eksportere til CSV"
|
1014 |
-
|
1015 |
-
#: adminpages/memberslist.php:30 adminpages/orders.php:603
|
1016 |
-
#: adminpages/reports/login.php:65 adminpages/reports/memberships.php:292
|
1017 |
-
#: adminpages/reports/sales.php:193 adminpages/reports/sales.php:185
|
1018 |
-
#: adminpages/reports/sales.php:194
|
1019 |
-
msgid "Show"
|
1020 |
-
msgstr "Vis"
|
1021 |
-
|
1022 |
-
#: adminpages/memberslist.php:32 adminpages/reports/login.php:67
|
1023 |
-
#: adminpages/reports/memberships.php:317 adminpages/reports/sales.php:216
|
1024 |
-
#: adminpages/reports/sales.php:208 adminpages/reports/sales.php:217
|
1025 |
-
msgid "All Levels"
|
1026 |
-
msgstr "All Niveauer"
|
1027 |
-
|
1028 |
-
#: adminpages/memberslist.php:42
|
1029 |
-
msgid "Old Members"
|
1030 |
-
msgstr "Gamle Medlemmer"
|
1031 |
-
|
1032 |
-
#: adminpages/memberslist.php:47 adminpages/memberslist.php:50
|
1033 |
-
#: adminpages/memberslist.php:46 adminpages/memberslist.php:49
|
1034 |
-
msgid "Search Members"
|
1035 |
-
msgstr "Søg Medlemmer"
|
1036 |
-
|
1037 |
-
#: adminpages/memberslist.php:136 adminpages/memberslist.php:103
|
1038 |
-
#, php-format
|
1039 |
-
msgid "%d members found."
|
1040 |
-
msgstr "%d medlemmer fundet."
|
1041 |
-
|
1042 |
-
#: adminpages/memberslist.php:145 pages/account.php:55 pages/checkout.php:171
|
1043 |
-
#: adminpages/memberslist.php:112 pages/account.php:51 pages/checkout.php:168
|
1044 |
-
msgid "Username"
|
1045 |
-
msgstr "Brugernavn"
|
1046 |
-
|
1047 |
-
#: adminpages/memberslist.php:146 adminpages/memberslist.php:113
|
1048 |
-
msgid "First Name"
|
1049 |
-
msgstr "For Navn"
|
1050 |
-
|
1051 |
-
#: adminpages/memberslist.php:147 adminpages/memberslist.php:114
|
1052 |
-
msgid "Last Name"
|
1053 |
-
msgstr "Efter Navn"
|
1054 |
-
|
1055 |
-
#: adminpages/memberslist.php:150 pages/account.php:94 pages/billing.php:62
|
1056 |
-
#: pages/checkout.php:298 pages/confirmation.php:61 pages/invoice.php:48
|
1057 |
-
#: adminpages/memberslist.php:117 pages/account.php:90 pages/billing.php:58
|
1058 |
-
#: pages/checkout.php:314 pages/checkout.php:321 pages/confirmation.php:59
|
1059 |
-
#: pages/invoice.php:46
|
1060 |
-
msgid "Billing Address"
|
1061 |
-
msgstr "Fakture Addresse"
|
1062 |
-
|
1063 |
-
#: adminpages/memberslist.php:151 adminpages/reports/login.php:143
|
1064 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:187
|
1065 |
-
#: adminpages/memberslist.php:118 adminpages/pagesettings.php:51
|
1066 |
-
msgid "Membership"
|
1067 |
-
msgstr "Medlemsskab"
|
1068 |
-
|
1069 |
-
#: adminpages/memberslist.php:152 adminpages/memberslist.php:119
|
1070 |
-
msgid "Fee"
|
1071 |
-
msgstr "Gebyr"
|
1072 |
-
|
1073 |
-
#: adminpages/memberslist.php:153 adminpages/reports/login.php:144
|
1074 |
-
#: adminpages/memberslist.php:120
|
1075 |
-
msgid "Joined"
|
1076 |
-
msgstr "Forbundet"
|
1077 |
-
|
1078 |
-
#: adminpages/memberslist.php:157
|
1079 |
-
msgid "Ended"
|
1080 |
-
msgstr "Sluttet"
|
1081 |
-
|
1082 |
-
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1083 |
-
#: adminpages/memberslist.php:195
|
1084 |
-
msgid "No members found."
|
1085 |
-
msgstr "Ingen Medlemmer fundet."
|
1086 |
-
|
1087 |
-
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1088 |
-
#: adminpages/memberslist.php:195
|
1089 |
-
msgid "Search all levels"
|
1090 |
-
msgstr "Søg efter Niveauer"
|
1091 |
-
|
1092 |
-
#: adminpages/orders.php:67 adminpages/orders.php:26
|
1093 |
-
msgid "Order deleted successfully."
|
1094 |
-
msgstr "Ordre blev slettet succesfuldt."
|
1095 |
-
|
1096 |
-
#: adminpages/orders.php:72 adminpages/orders.php:31
|
1097 |
-
msgid "Error deleting order."
|
1098 |
-
msgstr "Fejl i at slette ordre."
|
1099 |
-
|
1100 |
-
#: adminpages/orders.php:169 adminpages/orders.php:119
|
1101 |
-
msgid "Order saved successfully."
|
1102 |
-
msgstr "Ordre gent succesfuldt."
|
1103 |
-
|
1104 |
-
#: adminpages/orders.php:174 adminpages/orders.php:124
|
1105 |
-
msgid "Error updating order timestamp."
|
1106 |
-
msgstr "Fejl i at opdatere tidsstempel ordre."
|
1107 |
-
|
1108 |
-
#: adminpages/orders.php:180 adminpages/orders.php:130
|
1109 |
-
msgid "Error saving order."
|
1110 |
-
msgstr "Fejl i at gemme ordre."
|
1111 |
-
|
1112 |
-
#: adminpages/orders.php:245 adminpages/orders.php:195
|
1113 |
-
msgid "Order"
|
1114 |
-
msgstr "Ordre"
|
1115 |
-
|
1116 |
-
#: adminpages/orders.php:247 adminpages/orders.php:197
|
1117 |
-
msgid "New Order"
|
1118 |
-
msgstr "Ny Ordre"
|
1119 |
-
|
1120 |
-
#: adminpages/orders.php:270 adminpages/orders.php:220
|
1121 |
-
msgid "Randomly generated for you."
|
1122 |
-
msgstr "Tilfældig genereret kun for dig"
|
1123 |
-
|
1124 |
-
#: adminpages/orders.php:275 adminpages/orders.php:225
|
1125 |
-
msgid "User ID"
|
1126 |
-
msgstr "Bruger ID"
|
1127 |
-
|
1128 |
-
#: adminpages/orders.php:284 adminpages/orders.php:234
|
1129 |
-
msgid "Membership Level ID"
|
1130 |
-
msgstr "Medlems Niveau ID"
|
1131 |
-
|
1132 |
-
#: adminpages/orders.php:293 adminpages/orders.php:243
|
1133 |
-
msgid "Billing Name"
|
1134 |
-
msgstr "Faktura Navn"
|
1135 |
-
|
1136 |
-
#: adminpages/orders.php:301 adminpages/orders.php:251
|
1137 |
-
msgid "Billing Street"
|
1138 |
-
msgstr "Faktura Vej"
|
1139 |
-
|
1140 |
-
#: adminpages/orders.php:308 adminpages/orders.php:258
|
1141 |
-
msgid "Billing City"
|
1142 |
-
msgstr "Faktura By"
|
1143 |
-
|
1144 |
-
#: adminpages/orders.php:315 adminpages/orders.php:265
|
1145 |
-
msgid "Billing State"
|
1146 |
-
msgstr "Faktura Region"
|
1147 |
-
|
1148 |
-
#: adminpages/orders.php:322 adminpages/orders.php:272
|
1149 |
-
msgid "Billing Postal Code"
|
1150 |
-
msgstr "Faktura Post Nummer"
|
1151 |
-
|
1152 |
-
#: adminpages/orders.php:329 adminpages/orders.php:279
|
1153 |
-
msgid "Billing Country"
|
1154 |
-
msgstr "Faktura Land"
|
1155 |
-
|
1156 |
-
#: adminpages/orders.php:337 adminpages/orders.php:287
|
1157 |
-
msgid "Billing Phone"
|
1158 |
-
msgstr "Faktura Telefon"
|
1159 |
-
|
1160 |
-
#: adminpages/orders.php:346 adminpages/orders.php:296
|
1161 |
-
msgid "Sub Total"
|
1162 |
-
msgstr "Subtotal"
|
1163 |
-
|
1164 |
-
#: adminpages/orders.php:354 pages/invoice.php:80 adminpages/orders.php:304
|
1165 |
-
#: pages/invoice.php:78
|
1166 |
-
msgid "Tax"
|
1167 |
-
msgstr "Skat"
|
1168 |
-
|
1169 |
-
#: adminpages/orders.php:362 adminpages/orders.php:312
|
1170 |
-
msgid "Coupon Amount"
|
1171 |
-
msgstr "Rabat Beløb"
|
1172 |
-
|
1173 |
-
#: adminpages/orders.php:370 adminpages/orders.php:905 pages/invoice.php:84
|
1174 |
-
#: adminpages/orders.php:320 adminpages/orders.php:602 pages/invoice.php:82
|
1175 |
-
msgid "Total"
|
1176 |
-
msgstr "Total"
|
1177 |
-
|
1178 |
-
#: adminpages/orders.php:375 adminpages/orders.php:325
|
1179 |
-
msgid "Should be subtotal + tax - couponamount."
|
1180 |
-
msgstr "Skulle være subtotal + skat - rabat beløb"
|
1181 |
-
|
1182 |
-
#: adminpages/orders.php:380 adminpages/orders.php:330
|
1183 |
-
msgid "Payment Type"
|
1184 |
-
msgstr "Betalings Type"
|
1185 |
-
|
1186 |
-
#: adminpages/orders.php:385 adminpages/orders.php:335
|
1187 |
-
msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
|
1188 |
-
msgstr "e.g. PayPal Express, PayPal Standard. Kreditkort."
|
1189 |
-
|
1190 |
-
#: adminpages/orders.php:389 pages/billing.php:238 pages/checkout.php:493
|
1191 |
-
#: adminpages/orders.php:339 pages/billing.php:234 pages/checkout.php:510
|
1192 |
-
#: pages/checkout.php:517
|
1193 |
-
msgid "Card Type"
|
1194 |
-
msgstr "Kort Type"
|
1195 |
-
|
1196 |
-
#: adminpages/orders.php:394 adminpages/orders.php:344
|
1197 |
-
msgid "e.g. Visa, MasterCard, AMEX, etc"
|
1198 |
-
msgstr "e.g Visa, MasterCard. AMEX, etc"
|
1199 |
-
|
1200 |
-
#: adminpages/orders.php:398 adminpages/paymentsettings.php:352
|
1201 |
-
#: adminpages/orders.php:348 adminpages/paymentsettings.php:347
|
1202 |
-
msgid "Account Number"
|
1203 |
-
msgstr "Konto Nummer"
|
1204 |
-
|
1205 |
-
#: adminpages/orders.php:403 adminpages/orders.php:353
|
1206 |
-
msgid "Obscure all but last 4 digits."
|
1207 |
-
msgstr "Skjul alle personlige oplysninger, undtagen de sidste 4 cifre"
|
1208 |
-
|
1209 |
-
#: adminpages/orders.php:408 adminpages/orders.php:358
|
1210 |
-
msgid "Expiration Month"
|
1211 |
-
msgstr "Udløbs Måned"
|
1212 |
-
|
1213 |
-
#: adminpages/orders.php:415 adminpages/orders.php:365
|
1214 |
-
msgid "Expiration Year"
|
1215 |
-
msgstr "Udløbs År"
|
1216 |
-
|
1217 |
-
#: adminpages/orders.php:423 adminpages/orders.php:909
|
1218 |
-
#: adminpages/orders.php:373 adminpages/orders.php:606
|
1219 |
-
msgid "Status"
|
1220 |
-
msgstr "Status"
|
1221 |
-
|
1222 |
-
#: adminpages/orders.php:444 adminpages/orders.php:907
|
1223 |
-
#: adminpages/orders.php:394 adminpages/orders.php:604
|
1224 |
-
msgid "Gateway"
|
1225 |
-
msgstr "Gateway"
|
1226 |
-
|
1227 |
-
#: adminpages/orders.php:448 adminpages/orders.php:398
|
1228 |
-
msgid "Testing Only"
|
1229 |
-
msgstr "Kun for Test"
|
1230 |
-
|
1231 |
-
#: adminpages/orders.php:449 adminpages/paymentsettings.php:159
|
1232 |
-
#: adminpages/orders.php:399 adminpages/paymentsettings.php:157
|
1233 |
-
msgid "Pay by Check"
|
1234 |
-
msgstr "Betal med Check"
|
1235 |
-
|
1236 |
-
#: adminpages/orders.php:461 adminpages/paymentsettings.php:184
|
1237 |
-
#: adminpages/orders.php:411 adminpages/paymentsettings.php:175
|
1238 |
-
#: adminpages/paymentsettings.php:179
|
1239 |
-
msgid "Gateway Environment"
|
1240 |
-
msgstr "Gateway Miljø"
|
1241 |
-
|
1242 |
-
#: adminpages/orders.php:465 adminpages/paymentsettings.php:188
|
1243 |
-
#: adminpages/orders.php:415 adminpages/paymentsettings.php:179
|
1244 |
-
#: adminpages/paymentsettings.php:183
|
1245 |
-
msgid "Sandbox/Testing"
|
1246 |
-
msgstr "Sandkasse/Test"
|
1247 |
-
|
1248 |
-
#: adminpages/orders.php:466 adminpages/paymentsettings.php:189
|
1249 |
-
#: adminpages/orders.php:416 adminpages/paymentsettings.php:180
|
1250 |
-
#: adminpages/paymentsettings.php:184
|
1251 |
-
msgid "Live/Production"
|
1252 |
-
msgstr "Live/Produktion"
|
1253 |
-
|
1254 |
-
#: adminpages/orders.php:473 adminpages/orders.php:423
|
1255 |
-
msgid "Payment Transaction ID"
|
1256 |
-
msgstr "Betalings Transaktions ID"
|
1257 |
-
|
1258 |
-
#: adminpages/orders.php:478 adminpages/orders.php:428
|
1259 |
-
msgid "Generated by the gateway. Useful to cross reference orders."
|
1260 |
-
msgstr "Genereret af Gateway. Nyttigt til at krydse referencer med ordre."
|
1261 |
-
|
1262 |
-
#: adminpages/orders.php:482 adminpages/orders.php:432
|
1263 |
-
msgid "Subscription Transaction ID"
|
1264 |
-
msgstr "Abonnoments Transaktion ID"
|
1265 |
-
|
1266 |
-
#: adminpages/orders.php:487 adminpages/orders.php:437
|
1267 |
-
msgid "Generated by the gateway. Useful to cross reference subscriptions."
|
1268 |
-
msgstr ""
|
1269 |
-
"Genereret af Gateway. Nyttigt til at krydse referencer med abonnomenter. "
|
1270 |
-
|
1271 |
-
#: adminpages/orders.php:492 adminpages/orders.php:910 pages/invoice.php:107
|
1272 |
-
#: adminpages/orders.php:442 adminpages/orders.php:607 pages/invoice.php:105
|
1273 |
-
msgid "Date"
|
1274 |
-
msgstr "Dato"
|
1275 |
-
|
1276 |
-
#: adminpages/orders.php:527 adminpages/orders.php:477
|
1277 |
-
msgid "Affiliate ID"
|
1278 |
-
msgstr "Assosieret ID"
|
1279 |
-
|
1280 |
-
#: adminpages/orders.php:535 adminpages/orders.php:485
|
1281 |
-
msgid "Affiliate SubID"
|
1282 |
-
msgstr "Assosieret SubID"
|
1283 |
-
|
1284 |
-
#: adminpages/orders.php:545 adminpages/orders.php:495
|
1285 |
-
msgid "Notes"
|
1286 |
-
msgstr "Noter"
|
1287 |
-
|
1288 |
-
#: adminpages/orders.php:560 adminpages/orders.php:510
|
1289 |
-
msgid "Save Order"
|
1290 |
-
msgstr "Gem Ordre"
|
1291 |
-
|
1292 |
-
#: adminpages/orders.php:561 pages/billing.php:330 adminpages/orders.php:511
|
1293 |
-
#: pages/billing.php:295 pages/billing.php:299
|
1294 |
-
msgid "Cancel"
|
1295 |
-
msgstr "Annullere"
|
1296 |
-
|
1297 |
-
#: adminpages/orders.php:570 includes/adminpages.php:55
|
1298 |
-
#: includes/adminpages.php:163 adminpages/orders.php:520
|
1299 |
-
#: includes/adminpages.php:17 includes/adminpages.php:84
|
1300 |
-
#: includes/adminpages.php:156
|
1301 |
-
msgid "Orders"
|
1302 |
-
msgstr "Ordrer"
|
1303 |
-
|
1304 |
-
#: adminpages/orders.php:571 adminpages/orders.php:521
|
1305 |
-
msgid "Add New Order"
|
1306 |
-
msgstr "Tilføj Ny Ordrer"
|
1307 |
-
|
1308 |
-
#: adminpages/orders.php:605
|
1309 |
-
msgid "All"
|
1310 |
-
msgstr "Alle"
|
1311 |
-
|
1312 |
-
#: adminpages/orders.php:606
|
1313 |
-
msgid "Within a Date Range"
|
1314 |
-
msgstr "Inden for et datointerval"
|
1315 |
-
|
1316 |
-
#: adminpages/orders.php:607
|
1317 |
-
msgid "Predefined Date Range"
|
1318 |
-
msgstr "Foruddefineret datointerval"
|
1319 |
-
|
1320 |
-
#: adminpages/orders.php:608
|
1321 |
-
msgid "Within a Level"
|
1322 |
-
msgstr "Indenfor et Niveau"
|
1323 |
-
|
1324 |
-
#: adminpages/orders.php:609
|
1325 |
-
msgid "Within a Status"
|
1326 |
-
msgstr "Indenfor en Status"
|
1327 |
-
|
1328 |
-
#: adminpages/orders.php:612
|
1329 |
-
msgid "From"
|
1330 |
-
msgstr "Fra"
|
1331 |
-
|
1332 |
-
#: adminpages/orders.php:624
|
1333 |
-
msgid "To"
|
1334 |
-
msgstr "Til"
|
1335 |
-
|
1336 |
-
#: adminpages/orders.php:636
|
1337 |
-
msgid "filter by "
|
1338 |
-
msgstr "Filtreret af"
|
1339 |
-
|
1340 |
-
#: adminpages/orders.php:674
|
1341 |
-
msgid "Filter"
|
1342 |
-
msgstr "Filtreret"
|
1343 |
-
|
1344 |
-
#: adminpages/orders.php:777 adminpages/orders.php:780
|
1345 |
-
#: adminpages/orders.php:535 adminpages/orders.php:538
|
1346 |
-
msgid "Search Orders"
|
1347 |
-
msgstr "Søg Ordrer"
|
1348 |
-
|
1349 |
-
#: adminpages/orders.php:893 adminpages/orders.php:590
|
1350 |
-
#, php-format
|
1351 |
-
msgid "%d orders found."
|
1352 |
-
msgstr "%d ordre fundet."
|
1353 |
-
|
1354 |
-
#: adminpages/orders.php:902 adminpages/paymentsettings.php:220
|
1355 |
-
#: adminpages/reports/login.php:141 adminpages/orders.php:599
|
1356 |
-
#: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:215
|
1357 |
-
msgid "User"
|
1358 |
-
msgstr "Bruger"
|
1359 |
-
|
1360 |
-
#: adminpages/orders.php:904 includes/profile.php:27 pages/checkout.php:33
|
1361 |
-
#: pages/confirmation.php:47 pages/confirmation.php:64
|
1362 |
-
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1363 |
-
#: adminpages/orders.php:601 includes/profile.php:25 pages/checkout.php:34
|
1364 |
-
#: pages/confirmation.php:46 pages/confirmation.php:62
|
1365 |
-
#: pages/confirmation.php:103 pages/invoice.php:27 pages/invoice.php:49
|
1366 |
-
msgid "Membership Level"
|
1367 |
-
msgstr "Medlems Niveau"
|
1368 |
-
|
1369 |
-
#: adminpages/orders.php:906 adminpages/orders.php:954
|
1370 |
-
#: adminpages/orders.php:603 adminpages/orders.php:651
|
1371 |
-
msgid "Payment"
|
1372 |
-
msgstr "Betaling"
|
1373 |
-
|
1374 |
-
#: adminpages/orders.php:908 adminpages/orders.php:605
|
1375 |
-
msgid "Transaction IDs"
|
1376 |
-
msgstr "Transaktion ID'er"
|
1377 |
-
|
1378 |
-
#: adminpages/orders.php:933 adminpages/orders.php:630
|
1379 |
-
msgid "deleted"
|
1380 |
-
msgstr "slettet"
|
1381 |
-
|
1382 |
-
#: adminpages/orders.php:956 adminpages/orders.php:653
|
1383 |
-
msgid "Subscription"
|
1384 |
-
msgstr "Abonnoment"
|
1385 |
-
|
1386 |
-
#: adminpages/orders.php:967 adminpages/orders.php:664
|
1387 |
-
#, php-format
|
1388 |
-
msgid ""
|
1389 |
-
"Deleting orders is permanent and can affect active users. Are you sure you "
|
1390 |
-
"want to delete order %s?"
|
1391 |
-
msgstr ""
|
1392 |
-
"Slette ordrer er permanent og kan ikke påvirke aktive brugere. Er du sikker "
|
1393 |
-
"på, at du ville slette ordrer %s?"
|
1394 |
-
|
1395 |
-
#: adminpages/orders.php:977 adminpages/orders.php:674
|
1396 |
-
msgid "No orders found."
|
1397 |
-
msgstr "Ingen ordrer fundet."
|
1398 |
-
|
1399 |
-
#: adminpages/pagesettings.php:51
|
1400 |
-
msgid "Membership Account"
|
1401 |
-
msgstr "Medlems Konto"
|
1402 |
-
|
1403 |
-
#: adminpages/pagesettings.php:54
|
1404 |
-
msgid "Membership Billing"
|
1405 |
-
msgstr "Medlems Regning"
|
1406 |
-
|
1407 |
-
#: adminpages/pagesettings.php:57
|
1408 |
-
msgid "Membership Cancel"
|
1409 |
-
msgstr "Medlems Annullering"
|
1410 |
-
|
1411 |
-
#: adminpages/pagesettings.php:60
|
1412 |
-
msgid "Membership Checkout"
|
1413 |
-
msgstr "Medlems Gå til Kassen"
|
1414 |
-
|
1415 |
-
#: adminpages/pagesettings.php:63
|
1416 |
-
msgid "Membership Confirmation"
|
1417 |
-
msgstr "Medlems Bekræftigelse"
|
1418 |
-
|
1419 |
-
#: adminpages/pagesettings.php:66
|
1420 |
-
msgid "Membership Invoice"
|
1421 |
-
msgstr "Medlems Faktura"
|
1422 |
-
|
1423 |
-
#: adminpages/pagesettings.php:73
|
1424 |
-
#, php-format
|
1425 |
-
msgid "Membership %s"
|
1426 |
-
msgstr "Medlems %s"
|
1427 |
-
|
1428 |
-
#: adminpages/pagesettings.php:111 adminpages/pagesettings.php:83
|
1429 |
-
msgid "The following pages have been created for you"
|
1430 |
-
msgstr "De følgende sider, er bleven oprettet for dig"
|
1431 |
-
|
1432 |
-
#: adminpages/pagesettings.php:126 adminpages/pagesettings.php:98
|
1433 |
-
msgid ""
|
1434 |
-
"Manage the WordPress pages assigned to each required Paid Memberships Pro "
|
1435 |
-
"page."
|
1436 |
-
msgstr ""
|
1437 |
-
"Håndtere Wordpress sider, som er tildelt og påkrævet til hver Paid "
|
1438 |
-
"Memberships Pro sider eller."
|
1439 |
-
|
1440 |
-
#: adminpages/pagesettings.php:132 adminpages/pagesettings.php:104
|
1441 |
-
msgid ""
|
1442 |
-
"Assign the WordPress pages for each required Paid Memberships Pro page or"
|
1443 |
-
msgstr ""
|
1444 |
-
"Tildel Wordpress sider, til hver påkrævet Paid Memberships Pro sider eller"
|
1445 |
-
|
1446 |
-
#: adminpages/pagesettings.php:132 adminpages/pagesettings.php:104
|
1447 |
-
msgid "click here to let us generate them for you"
|
1448 |
-
msgstr "Klik her, for at lade dem generere dem for dig"
|
1449 |
-
|
1450 |
-
#: adminpages/pagesettings.php:140 adminpages/pagesettings.php:112
|
1451 |
-
msgid "Account Page"
|
1452 |
-
msgstr "Konto Side"
|
1453 |
-
|
1454 |
-
#: adminpages/pagesettings.php:147 adminpages/pagesettings.php:162
|
1455 |
-
#: adminpages/pagesettings.php:177 adminpages/pagesettings.php:193
|
1456 |
-
#: adminpages/pagesettings.php:209 adminpages/pagesettings.php:225
|
1457 |
-
#: adminpages/pagesettings.php:241 adminpages/pagesettings.php:119
|
1458 |
-
#: adminpages/pagesettings.php:132 adminpages/pagesettings.php:134
|
1459 |
-
#: adminpages/pagesettings.php:145 adminpages/pagesettings.php:149
|
1460 |
-
#: adminpages/pagesettings.php:159 adminpages/pagesettings.php:165
|
1461 |
-
#: adminpages/pagesettings.php:173 adminpages/pagesettings.php:181
|
1462 |
-
#: adminpages/pagesettings.php:187 adminpages/pagesettings.php:197
|
1463 |
-
#: adminpages/pagesettings.php:201 adminpages/pagesettings.php:213
|
1464 |
-
msgid "edit page"
|
1465 |
-
msgstr "redigere side"
|
1466 |
-
|
1467 |
-
#: adminpages/pagesettings.php:149 adminpages/pagesettings.php:164
|
1468 |
-
#: adminpages/pagesettings.php:179 adminpages/pagesettings.php:195
|
1469 |
-
#: adminpages/pagesettings.php:211 adminpages/pagesettings.php:227
|
1470 |
-
#: adminpages/pagesettings.php:243 adminpages/pagesettings.php:121
|
1471 |
-
#: adminpages/pagesettings.php:136 adminpages/pagesettings.php:151
|
1472 |
-
#: adminpages/pagesettings.php:167 adminpages/pagesettings.php:183
|
1473 |
-
#: adminpages/pagesettings.php:199 adminpages/pagesettings.php:215
|
1474 |
-
msgid "view page"
|
1475 |
-
msgstr "se side"
|
1476 |
-
|
1477 |
-
#: adminpages/pagesettings.php:151 adminpages/pagesettings.php:166
|
1478 |
-
#: adminpages/pagesettings.php:181 adminpages/pagesettings.php:197
|
1479 |
-
#: adminpages/pagesettings.php:213 adminpages/pagesettings.php:229
|
1480 |
-
#: adminpages/pagesettings.php:245 adminpages/pagesettings.php:121
|
1481 |
-
#: adminpages/pagesettings.php:123 adminpages/pagesettings.php:134
|
1482 |
-
#: adminpages/pagesettings.php:138 adminpages/pagesettings.php:147
|
1483 |
-
#: adminpages/pagesettings.php:153 adminpages/pagesettings.php:161
|
1484 |
-
#: adminpages/pagesettings.php:169 adminpages/pagesettings.php:175
|
1485 |
-
#: adminpages/pagesettings.php:185 adminpages/pagesettings.php:189
|
1486 |
-
#: adminpages/pagesettings.php:201 adminpages/pagesettings.php:203
|
1487 |
-
#: adminpages/pagesettings.php:217
|
1488 |
-
msgid "Include the shortcode"
|
1489 |
-
msgstr "Include kort kode"
|
1490 |
-
|
1491 |
-
#: adminpages/pagesettings.php:155 adminpages/pagesettings.php:125
|
1492 |
-
#: adminpages/pagesettings.php:127
|
1493 |
-
msgid "Billing Information Page"
|
1494 |
-
msgstr "Regnings Informations Side"
|
1495 |
-
|
1496 |
-
#: adminpages/pagesettings.php:170 adminpages/pagesettings.php:138
|
1497 |
-
#: adminpages/pagesettings.php:142
|
1498 |
-
msgid "Cancel Page"
|
1499 |
-
msgstr "Annullere Side"
|
1500 |
-
|
1501 |
-
#: adminpages/pagesettings.php:186 adminpages/pagesettings.php:152
|
1502 |
-
#: adminpages/pagesettings.php:158
|
1503 |
-
msgid "Checkout Page"
|
1504 |
-
msgstr "Gå til Kassen Side"
|
1505 |
-
|
1506 |
-
#: adminpages/pagesettings.php:202 adminpages/pagesettings.php:166
|
1507 |
-
#: adminpages/pagesettings.php:174
|
1508 |
-
msgid "Confirmation Page"
|
1509 |
-
msgstr "Bekræftigelses Side"
|
1510 |
-
|
1511 |
-
#: adminpages/pagesettings.php:218 adminpages/pagesettings.php:180
|
1512 |
-
#: adminpages/pagesettings.php:190
|
1513 |
-
msgid "Invoice Page"
|
1514 |
-
msgstr "Fakturer Side"
|
1515 |
-
|
1516 |
-
#: adminpages/pagesettings.php:234 adminpages/pagesettings.php:194
|
1517 |
-
#: adminpages/pagesettings.php:206
|
1518 |
-
msgid "Levels Page"
|
1519 |
-
msgstr "Nivauers Side"
|
1520 |
-
|
1521 |
-
#: adminpages/paymentsettings.php:77 adminpages/paymentsettings.php:82
|
1522 |
-
msgid "Your payment settings have been updated."
|
1523 |
-
msgstr "Din betalings indstillinger er bleven opdatert."
|
1524 |
-
|
1525 |
-
#: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:154
|
1526 |
-
#: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:152
|
1527 |
-
msgid "Payment Gateway"
|
1528 |
-
msgstr "Betalings Gateway"
|
1529 |
-
|
1530 |
-
#: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:144
|
1531 |
-
msgid "SSL Settings"
|
1532 |
-
msgstr "SSL Indstillinger"
|
1533 |
-
|
1534 |
-
#: adminpages/paymentsettings.php:148
|
1535 |
-
msgid ""
|
1536 |
-
"Learn more about <a title=\"Paid Memberships Pro - SSL Settings\" target="
|
1537 |
-
"\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-plugin-"
|
1538 |
-
"setup/ssl/\">SSL</a> or <a title=\"Paid Memberships Pro - Payment Gateway "
|
1539 |
-
"Settings\" target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
|
1540 |
-
"support/initial-plugin-setup/payment-gateway/\">Payment Gateway Settings</a>."
|
1541 |
-
msgstr ""
|
1542 |
-
"Lær mere omkring <a title=\"Paid Memberships Pro - SSL Indstillinger\" "
|
1543 |
-
"target=\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-"
|
1544 |
-
"plugin-setup/ssl/\">SSL</a> eller <a title=\"Paid Memberships Pro - Betaling "
|
1545 |
-
"Gateway Indstillinger\" target=\"_blank\" href=\"http://www."
|
1546 |
-
"paidmembershipspro.com/support/initial-plugin-setup/payment-gateway/"
|
1547 |
-
"\">Betalings Gateway Indstillinger</a>."
|
1548 |
-
|
1549 |
-
#: adminpages/paymentsettings.php:174
|
1550 |
-
msgid ""
|
1551 |
-
"This gateway option is in beta. Some functionality may not be available. "
|
1552 |
-
"Please contact Paid Memberships Pro with any issues you run into. "
|
1553 |
-
"<strong>Please be sure to upgrade Paid Memberships Pro to the latest "
|
1554 |
-
"versions when available.</strong>"
|
1555 |
-
msgstr ""
|
1556 |
-
"Denne gateway funktion er I beta. Nogle funktioner er nok ikke tilgængelig. "
|
1557 |
-
"Venlig kontakt Paid Memberships Pro med de problemer, du oplever. "
|
1558 |
-
"<strong>Husk at opgradere Paid Memberships Pro til den seneste version, når "
|
1559 |
-
"det er tilgængeligt.</strong>"
|
1560 |
-
|
1561 |
-
#: adminpages/paymentsettings.php:179
|
1562 |
-
msgid ""
|
1563 |
-
"We do not recommend using PayPal Standard. We suggest using PayPal Express, "
|
1564 |
-
"Website Payments Pro (Legacy), or PayPal Pro (Payflow Pro). <a target="
|
1565 |
-
"\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-using-"
|
1566 |
-
"paypal-standard-paid-memberships-pro/\">More information on why can be found "
|
1567 |
-
"here.</a>"
|
1568 |
-
msgstr ""
|
1569 |
-
"Vi anbefaler ikke, at bruge Paypal Standard. Vi forslår at brute PayPal "
|
1570 |
-
"Express, Website Payments Pro (Legacy), eller PayPal Pro (Payflow Pro). <a "
|
1571 |
-
"target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-"
|
1572 |
-
"using-paypal-standard-paid-memberships-pro/\">Mere information om hvorfor, "
|
1573 |
-
"kan findes her.</a>"
|
1574 |
-
|
1575 |
-
#: adminpages/paymentsettings.php:204 adminpages/paymentsettings.php:195
|
1576 |
-
#: adminpages/paymentsettings.php:199
|
1577 |
-
msgid "Partner"
|
1578 |
-
msgstr "Partner"
|
1579 |
-
|
1580 |
-
#: adminpages/paymentsettings.php:212 adminpages/paymentsettings.php:203
|
1581 |
-
#: adminpages/paymentsettings.php:207
|
1582 |
-
msgid "Vendor"
|
1583 |
-
msgstr "Sælger"
|
1584 |
-
|
1585 |
-
#: adminpages/paymentsettings.php:228 pages/checkout.php:180
|
1586 |
-
#: adminpages/paymentsettings.php:219 adminpages/paymentsettings.php:223
|
1587 |
-
#: pages/checkout.php:177
|
1588 |
-
msgid "Password"
|
1589 |
-
msgstr "Adgangskode"
|
1590 |
-
|
1591 |
-
#: adminpages/paymentsettings.php:236 adminpages/paymentsettings.php:227
|
1592 |
-
#: adminpages/paymentsettings.php:231
|
1593 |
-
msgid "Gateway Account Email"
|
1594 |
-
msgstr "Gateway Konto Email"
|
1595 |
-
|
1596 |
-
#: adminpages/paymentsettings.php:244 adminpages/paymentsettings.php:336
|
1597 |
-
#: adminpages/paymentsettings.php:235 adminpages/paymentsettings.php:239
|
1598 |
-
#: adminpages/paymentsettings.php:331
|
1599 |
-
msgid "API Username"
|
1600 |
-
msgstr "API Brugernavn"
|
1601 |
-
|
1602 |
-
#: adminpages/paymentsettings.php:252 adminpages/paymentsettings.php:344
|
1603 |
-
#: adminpages/paymentsettings.php:243 adminpages/paymentsettings.php:247
|
1604 |
-
#: adminpages/paymentsettings.php:339
|
1605 |
-
msgid "API Password"
|
1606 |
-
msgstr "API Adgangskode"
|
1607 |
-
|
1608 |
-
#: adminpages/paymentsettings.php:260 adminpages/paymentsettings.php:251
|
1609 |
-
#: adminpages/paymentsettings.php:255
|
1610 |
-
msgid "API Signature"
|
1611 |
-
msgstr "API Signatur"
|
1612 |
-
|
1613 |
-
#: adminpages/paymentsettings.php:269 adminpages/paymentsettings.php:260
|
1614 |
-
#: adminpages/paymentsettings.php:264
|
1615 |
-
msgid "Login Name"
|
1616 |
-
msgstr "Login Navn"
|
1617 |
-
|
1618 |
-
#: adminpages/paymentsettings.php:277 adminpages/paymentsettings.php:268
|
1619 |
-
#: adminpages/paymentsettings.php:272
|
1620 |
-
msgid "Transaction Key"
|
1621 |
-
msgstr "Transaktions Nøgle"
|
1622 |
-
|
1623 |
-
#: adminpages/paymentsettings.php:286 adminpages/paymentsettings.php:277
|
1624 |
-
#: adminpages/paymentsettings.php:281
|
1625 |
-
msgid "Secret Key"
|
1626 |
-
msgstr "Hemmelig Nøgle"
|
1627 |
-
|
1628 |
-
#: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:285
|
1629 |
-
#: adminpages/paymentsettings.php:289
|
1630 |
-
msgid "Publishable Key"
|
1631 |
-
msgstr "Publicerbar Nøgle"
|
1632 |
-
|
1633 |
-
#: adminpages/paymentsettings.php:303 adminpages/paymentsettings.php:369
|
1634 |
-
#: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:298
|
1635 |
-
#: adminpages/paymentsettings.php:364
|
1636 |
-
msgid "Merchant ID"
|
1637 |
-
msgstr "Købmands ID"
|
1638 |
-
|
1639 |
-
#: adminpages/paymentsettings.php:311 adminpages/paymentsettings.php:302
|
1640 |
-
#: adminpages/paymentsettings.php:306
|
1641 |
-
msgid "Public Key"
|
1642 |
-
msgstr "Offentlig Nøgle"
|
1643 |
-
|
1644 |
-
#: adminpages/paymentsettings.php:319 adminpages/paymentsettings.php:310
|
1645 |
-
#: adminpages/paymentsettings.php:314
|
1646 |
-
msgid "Private Key"
|
1647 |
-
msgstr "Privat Nøgle"
|
1648 |
-
|
1649 |
-
#: adminpages/paymentsettings.php:327 adminpages/paymentsettings.php:318
|
1650 |
-
#: adminpages/paymentsettings.php:322
|
1651 |
-
msgid "Client-Side Encryption Key"
|
1652 |
-
msgstr "Klient-Side Krypteret Nøgle"
|
1653 |
-
|
1654 |
-
#: adminpages/paymentsettings.php:360 adminpages/paymentsettings.php:355
|
1655 |
-
msgid "Secret Word"
|
1656 |
-
msgstr "Hemmlig Ord"
|
1657 |
-
|
1658 |
-
#: adminpages/paymentsettings.php:377 adminpages/paymentsettings.php:372
|
1659 |
-
msgid "Transaction Security Key"
|
1660 |
-
msgstr "Transaktion Sikkerheds Nøgle"
|
1661 |
-
|
1662 |
-
#: adminpages/paymentsettings.php:386 adminpages/paymentsettings.php:327
|
1663 |
-
#: adminpages/paymentsettings.php:337 adminpages/paymentsettings.php:356
|
1664 |
-
#: adminpages/paymentsettings.php:381
|
1665 |
-
msgid "Currency"
|
1666 |
-
msgstr "Valuta"
|
1667 |
-
|
1668 |
-
#: adminpages/paymentsettings.php:400
|
1669 |
-
msgid ""
|
1670 |
-
"Not all currencies will be supported by every gateway. Please check with "
|
1671 |
-
"your gateway."
|
1672 |
-
msgstr ""
|
1673 |
-
"Ikke alt Valuta understøtter alle gateways. Kontrollere venligst din Gateway."
|
1674 |
-
|
1675 |
-
#: adminpages/paymentsettings.php:406 adminpages/paymentsettings.php:375
|
1676 |
-
#: adminpages/paymentsettings.php:401
|
1677 |
-
msgid "Accepted Credit Card Types"
|
1678 |
-
msgstr "Accepteret Kreditkort Typer"
|
1679 |
-
|
1680 |
-
#: adminpages/paymentsettings.php:420 adminpages/paymentsettings.php:389
|
1681 |
-
#: adminpages/paymentsettings.php:415
|
1682 |
-
msgid "Instructions"
|
1683 |
-
msgstr "Instruktioner"
|
1684 |
-
|
1685 |
-
#: adminpages/paymentsettings.php:424 adminpages/paymentsettings.php:393
|
1686 |
-
#: adminpages/paymentsettings.php:419
|
1687 |
-
msgid ""
|
1688 |
-
"Who to write the check out to. Where to mail it. Shown on checkout, "
|
1689 |
-
"confirmation, and invoice pages."
|
1690 |
-
msgstr ""
|
1691 |
-
"Hvem skal checken udskrives til. Hvor skal den mails til. Vis ved gå til "
|
1692 |
-
"kassen, bekræftigelse, og faktura sider."
|
1693 |
-
|
1694 |
-
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:425
|
1695 |
-
msgid "Show Billing Address Fields"
|
1696 |
-
msgstr "Vis Regnings Adresse Felter."
|
1697 |
-
|
1698 |
-
#: adminpages/paymentsettings.php:437
|
1699 |
-
msgid ""
|
1700 |
-
"Stripe doesn't require billing address fields. Choose 'No' to hide them on "
|
1701 |
-
"the checkout page.<br /><strong>If No, make sure you disable address "
|
1702 |
-
"verification in the Stripe dashboard settings.</strong>"
|
1703 |
-
msgstr ""
|
1704 |
-
"Stripe behøver ikke regnings adresse felter. Vælg 'Nej' for at skjule dem "
|
1705 |
-
"ved gå til kassen side.<br/><strong>Hvis Nej, så vær sikker på, at du har "
|
1706 |
-
"deaktiveret bekræftigelse I Strip Kontrolpanel Indstillinger.</strong>"
|
1707 |
-
|
1708 |
-
#: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:398
|
1709 |
-
#: adminpages/paymentsettings.php:438
|
1710 |
-
msgid "Sales Tax"
|
1711 |
-
msgstr "Moms"
|
1712 |
-
|
1713 |
-
#: adminpages/paymentsettings.php:443 pages/billing.php:82
|
1714 |
-
#: adminpages/paymentsettings.php:398 adminpages/paymentsettings.php:438
|
1715 |
-
#: pages/billing.php:78
|
1716 |
-
msgid "optional"
|
1717 |
-
msgstr "valgfri"
|
1718 |
-
|
1719 |
-
#: adminpages/paymentsettings.php:446 adminpages/paymentsettings.php:401
|
1720 |
-
#: adminpages/paymentsettings.php:441
|
1721 |
-
msgid "Tax State"
|
1722 |
-
msgstr "Moms ialt"
|
1723 |
-
|
1724 |
-
#: adminpages/paymentsettings.php:447 adminpages/paymentsettings.php:402
|
1725 |
-
#: adminpages/paymentsettings.php:442
|
1726 |
-
msgid "abbreviation, e.g. \"PA\""
|
1727 |
-
msgstr "forkortelse, e.g. \"PA\""
|
1728 |
-
|
1729 |
-
#: adminpages/paymentsettings.php:449 adminpages/paymentsettings.php:404
|
1730 |
-
#: adminpages/paymentsettings.php:444
|
1731 |
-
msgid "decimal, e.g. \"0.06\""
|
1732 |
-
msgstr "decimal, e.g \"0.06\""
|
1733 |
-
|
1734 |
-
#: adminpages/paymentsettings.php:450
|
1735 |
-
msgid ""
|
1736 |
-
"US only. If values are given, tax will be applied for any members ordering "
|
1737 |
-
"from the selected state.<br />For non-US or more complex tax rules, use the "
|
1738 |
-
"<a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
|
1739 |
-
"taxes-paid-memberships-pro/\">pmpro_tax filter</a>."
|
1740 |
-
msgstr ""
|
1741 |
-
"Kun for US. Hvis værdien er sat korret op, så ville skat blive tilføjet til "
|
1742 |
-
"hvilken som helst medlems ordre fra den valgte stat.<br> For ikke-US eller "
|
1743 |
-
"mere komplekse skatte regler, brug dette <a target=\"_blank\" href=\"http://"
|
1744 |
-
"www.paidmembershipspro.com/2013/10/non-us-taxes-paid-memberships-pro/"
|
1745 |
-
"\">pmpro_tax filter</a>."
|
1746 |
-
|
1747 |
-
#: adminpages/paymentsettings.php:455 adminpages/paymentsettings.php:450
|
1748 |
-
msgid "Force SSL"
|
1749 |
-
msgstr "Tving SSL"
|
1750 |
-
|
1751 |
-
#: adminpages/paymentsettings.php:461 adminpages/paymentsettings.php:456
|
1752 |
-
msgid "Yes (with JavaScript redirects)"
|
1753 |
-
msgstr "Ja (med JavaScript omdirigering)"
|
1754 |
-
|
1755 |
-
#: adminpages/paymentsettings.php:468 adminpages/paymentsettings.php:430
|
1756 |
-
#: adminpages/paymentsettings.php:463
|
1757 |
-
msgid "SSL Seal Code"
|
1758 |
-
msgstr "SSL Seal Kode"
|
1759 |
-
|
1760 |
-
#: adminpages/paymentsettings.php:477 adminpages/paymentsettings.php:438
|
1761 |
-
#: adminpages/paymentsettings.php:471
|
1762 |
-
msgid "HTTPS Nuclear Option"
|
1763 |
-
msgstr "HTTPS Nuclear Funktioner"
|
1764 |
-
|
1765 |
-
#: adminpages/paymentsettings.php:480 adminpages/paymentsettings.php:441
|
1766 |
-
#: adminpages/paymentsettings.php:474
|
1767 |
-
msgid ""
|
1768 |
-
"Use the \"Nuclear Option\" to use secure (HTTPS) URLs on your secure pages. "
|
1769 |
-
"Check this if you are using SSL and have warnings on your checkout pages."
|
1770 |
-
msgstr ""
|
1771 |
-
"Brug \"Nuclear Funktion\" for at sikre (HTTPS) URLs på dine sikre sider. "
|
1772 |
-
"Tjek hvis du bruger SSL og har advarsler på din gå til kassen sider."
|
1773 |
-
|
1774 |
-
#: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:446
|
1775 |
-
#: adminpages/paymentsettings.php:479
|
1776 |
-
msgid "IPN Handler URL"
|
1777 |
-
msgstr "IPN Handler URL"
|
1778 |
-
|
1779 |
-
#: adminpages/paymentsettings.php:488 adminpages/paymentsettings.php:449
|
1780 |
-
#: adminpages/paymentsettings.php:482
|
1781 |
-
msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
|
1782 |
-
msgstr ""
|
1783 |
-
"For at integrerer fuldt ud med PayPal, vær sikker på, sæt din IPN Handler "
|
1784 |
-
"URL til "
|
1785 |
-
|
1786 |
-
#: adminpages/paymentsettings.php:493 adminpages/paymentsettings.php:487
|
1787 |
-
msgid "TwoCheckout INS URL"
|
1788 |
-
msgstr "TwoCheckout INS URL"
|
1789 |
-
|
1790 |
-
#: adminpages/paymentsettings.php:496 adminpages/paymentsettings.php:490
|
1791 |
-
msgid ""
|
1792 |
-
"To fully integrate with 2Checkout, be sure to set your 2Checkout INS URL "
|
1793 |
-
msgstr ""
|
1794 |
-
"For at kunne integrerer fuldtud med 2Checkout, vær sikker på, at sætte din "
|
1795 |
-
"2Checkout INS URL"
|
1796 |
-
|
1797 |
-
#: adminpages/paymentsettings.php:501 adminpages/paymentsettings.php:454
|
1798 |
-
#: adminpages/paymentsettings.php:495
|
1799 |
-
msgid "Silent Post URL"
|
1800 |
-
msgstr "Skjul Post URL"
|
1801 |
-
|
1802 |
-
#: adminpages/paymentsettings.php:504 adminpages/paymentsettings.php:457
|
1803 |
-
#: adminpages/paymentsettings.php:498
|
1804 |
-
msgid ""
|
1805 |
-
"To fully integrate with Authorize.net, be sure to set your Silent Post URL to"
|
1806 |
-
msgstr ""
|
1807 |
-
"For at kunne integrerer fuldtud med Authorize.net, vær sikker på, at sætte "
|
1808 |
-
"din Silent Post URL til"
|
1809 |
-
|
1810 |
-
#: adminpages/paymentsettings.php:509 adminpages/paymentsettings.php:517
|
1811 |
-
#: adminpages/paymentsettings.php:462 adminpages/paymentsettings.php:470
|
1812 |
-
#: adminpages/paymentsettings.php:503 adminpages/paymentsettings.php:511
|
1813 |
-
msgid "Web Hook URL"
|
1814 |
-
msgstr "Web Hook URL"
|
1815 |
-
|
1816 |
-
#: adminpages/paymentsettings.php:512 adminpages/paymentsettings.php:465
|
1817 |
-
#: adminpages/paymentsettings.php:506
|
1818 |
-
msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
|
1819 |
-
msgstr ""
|
1820 |
-
"For at kunne integrerer fuldtud med Stripe, vær sikker på, at sætte din web "
|
1821 |
-
"Hook URL til"
|
1822 |
-
|
1823 |
-
#: adminpages/paymentsettings.php:521 adminpages/paymentsettings.php:474
|
1824 |
-
#: adminpages/paymentsettings.php:515
|
1825 |
-
msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
|
1826 |
-
msgstr ""
|
1827 |
-
"For at kunne integrerer fuldtud med Braintree, vær sikker på, at sætte din "
|
1828 |
-
"Silent Post URL til"
|
1829 |
-
|
1830 |
-
#: adminpages/reports.php:40 adminpages/reports.php:26
|
1831 |
-
#: adminpages/reports.php:37
|
1832 |
-
msgid "Details"
|
1833 |
-
msgstr "Detaljer"
|
1834 |
-
|
1835 |
-
#: adminpages/reports/login.php:16
|
1836 |
-
msgid "Visits, Views, and Logins"
|
1837 |
-
msgstr "Besøgende, Set, og Logget Ind"
|
1838 |
-
|
1839 |
-
#: adminpages/reports/login.php:26
|
1840 |
-
msgid "Visits Today"
|
1841 |
-
msgstr "Besøgende Idag"
|
1842 |
-
|
1843 |
-
#: adminpages/reports/login.php:27 adminpages/reports/login.php:147
|
1844 |
-
msgid "Visits This Month"
|
1845 |
-
msgstr "Besøgende I denne Måned"
|
1846 |
-
|
1847 |
-
#: adminpages/reports/login.php:28
|
1848 |
-
msgid "Visits All Time"
|
1849 |
-
msgstr "Besøgende Hele Tiden"
|
1850 |
-
|
1851 |
-
#: adminpages/reports/login.php:31
|
1852 |
-
msgid "Views Today"
|
1853 |
-
msgstr "Set Idag"
|
1854 |
-
|
1855 |
-
#: adminpages/reports/login.php:32 adminpages/reports/login.php:149
|
1856 |
-
msgid "Views This Month"
|
1857 |
-
msgstr "Set I Denne Måned"
|
1858 |
-
|
1859 |
-
#: adminpages/reports/login.php:33
|
1860 |
-
msgid "Views All Time"
|
1861 |
-
msgstr "Set Hele Tiden"
|
1862 |
-
|
1863 |
-
#: adminpages/reports/login.php:36
|
1864 |
-
msgid "Logins Today"
|
1865 |
-
msgstr "Logget ind Idag"
|
1866 |
-
|
1867 |
-
#: adminpages/reports/login.php:37 adminpages/reports/login.php:152
|
1868 |
-
msgid "Logins This Month"
|
1869 |
-
msgstr "Logget ind I denne måned"
|
1870 |
-
|
1871 |
-
#: adminpages/reports/login.php:38
|
1872 |
-
msgid "Logins All Time"
|
1873 |
-
msgstr "Logget ind hele Tiden"
|
1874 |
-
|
1875 |
-
#: adminpages/reports/login.php:61
|
1876 |
-
msgid "Visits, Views, and Logins Report"
|
1877 |
-
msgstr "Besøgende, Set. og Logget Ind Report"
|
1878 |
-
|
1879 |
-
#: adminpages/reports/login.php:66
|
1880 |
-
msgid "All Users"
|
1881 |
-
msgstr "Alle Brugere"
|
1882 |
-
|
1883 |
-
#: adminpages/reports/login.php:146
|
1884 |
-
msgid "Last Visit"
|
1885 |
-
msgstr "Sidst Besøgt"
|
1886 |
-
|
1887 |
-
#: adminpages/reports/login.php:148
|
1888 |
-
msgid "Total Visits"
|
1889 |
-
msgstr "Total Besøgende"
|
1890 |
-
|
1891 |
-
#: adminpages/reports/login.php:150
|
1892 |
-
msgid "Total Views"
|
1893 |
-
msgstr "Total Set"
|
1894 |
-
|
1895 |
-
#: adminpages/reports/login.php:151
|
1896 |
-
msgid "Last Login"
|
1897 |
-
msgstr "Sidst Logget Ind"
|
1898 |
-
|
1899 |
-
#: adminpages/reports/login.php:153
|
1900 |
-
msgid "Total Logins"
|
1901 |
-
msgstr "Logget ind Total"
|
1902 |
-
|
1903 |
-
#: adminpages/reports/memberships.php:18
|
1904 |
-
#: adminpages/reports/memberships.php:288
|
1905 |
-
msgid "Membership Stats"
|
1906 |
-
msgstr "Medlems Statestikker"
|
1907 |
-
|
1908 |
-
#: adminpages/reports/memberships.php:48
|
1909 |
-
msgid "Signups"
|
1910 |
-
msgstr "Regestreringer"
|
1911 |
-
|
1912 |
-
#: adminpages/reports/memberships.php:50 adminpages/reports/memberships.php:69
|
1913 |
-
msgid "All Time"
|
1914 |
-
msgstr "Hele Tiden"
|
1915 |
-
|
1916 |
-
#: adminpages/reports/memberships.php:54 adminpages/reports/memberships.php:73
|
1917 |
-
msgid "This Year"
|
1918 |
-
msgstr "Dette År"
|
1919 |
-
|
1920 |
-
#: adminpages/reports/memberships.php:58 adminpages/reports/memberships.php:77
|
1921 |
-
msgid "This Month"
|
1922 |
-
msgstr "Denne Måned"
|
1923 |
-
|
1924 |
-
#: adminpages/reports/memberships.php:62 adminpages/reports/memberships.php:81
|
1925 |
-
msgid "Today"
|
1926 |
-
msgstr "Idag"
|
1927 |
-
|
1928 |
-
#: adminpages/reports/memberships.php:67
|
1929 |
-
msgid "Cancellations"
|
1930 |
-
msgstr "Annulleringer"
|
1931 |
-
|
1932 |
-
#: adminpages/reports/memberships.php:86
|
1933 |
-
msgid "Other Stats"
|
1934 |
-
msgstr "Andre Statestikker"
|
1935 |
-
|
1936 |
-
#: adminpages/reports/memberships.php:88
|
1937 |
-
msgid "Monthly Recurring Revenue (MRR)"
|
1938 |
-
msgstr "Månedligt Tilbagevendende Indtægter (MTI)"
|
1939 |
-
|
1940 |
-
#: adminpages/reports/memberships.php:92
|
1941 |
-
msgid "Cancellation Rate"
|
1942 |
-
msgstr "Annullerings Rate"
|
1943 |
-
|
1944 |
-
#: adminpages/reports/memberships.php:96
|
1945 |
-
msgid "Lifetime Value (LTV)"
|
1946 |
-
msgstr "Livstids Værdi (LTV)"
|
1947 |
-
|
1948 |
-
#: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:195
|
1949 |
-
#: adminpages/reports/sales.php:187 adminpages/reports/sales.php:196
|
1950 |
-
msgid "Daily"
|
1951 |
-
msgstr "Daglig"
|
1952 |
-
|
1953 |
-
#: adminpages/reports/memberships.php:295 adminpages/reports/sales.php:196
|
1954 |
-
#: adminpages/reports/sales.php:188 adminpages/reports/sales.php:197
|
1955 |
-
msgid "Monthly"
|
1956 |
-
msgstr "Månedelig"
|
1957 |
-
|
1958 |
-
#: adminpages/reports/memberships.php:296 adminpages/reports/sales.php:197
|
1959 |
-
#: adminpages/reports/sales.php:189 adminpages/reports/sales.php:198
|
1960 |
-
msgid "Annual"
|
1961 |
-
msgstr "Årlig"
|
1962 |
-
|
1963 |
-
#: adminpages/reports/memberships.php:299
|
1964 |
-
msgid "Signups vs. Cancellations"
|
1965 |
-
msgstr "Regestreringer vs Annulleringer"
|
1966 |
-
|
1967 |
-
#: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:230
|
1968 |
-
#: adminpages/reports/sales.php:222 adminpages/reports/sales.php:231
|
1969 |
-
msgid "Generate Report"
|
1970 |
-
msgstr "Genereret Report"
|
1971 |
-
|
1972 |
-
#: adminpages/reports/sales.php:18
|
1973 |
-
msgid "Sales and Revenue (Testing/Sandbox)"
|
1974 |
-
msgstr "Salg og Indtægter (Test/Sandkasse)"
|
1975 |
-
|
1976 |
-
#: adminpages/reports/sales.php:20 adminpages/reports/sales.php:189
|
1977 |
-
#: adminpages/reports/sales.php:180
|
1978 |
-
msgid "Sales and Revenue"
|
1979 |
-
msgstr "Salg og Indtægter"
|
1980 |
-
|
1981 |
-
#: adminpages/reports/sales.php:200 adminpages/reports/sales.php:192
|
1982 |
-
#: adminpages/reports/sales.php:201
|
1983 |
-
msgid "Revenue"
|
1984 |
-
msgstr "Indtægter"
|
1985 |
-
|
1986 |
-
#: adminpages/reports/sales.php:201 adminpages/reports/sales.php:193
|
1987 |
-
#: adminpages/reports/sales.php:202
|
1988 |
-
msgid "Sales"
|
1989 |
-
msgstr "Salg"
|
1990 |
-
|
1991 |
-
#: classes/class.memberorder.php:564 classes/class.memberorder.php:553
|
1992 |
-
#: classes/class.memberorder.php:561 includes/cleanup.php:24
|
1993 |
-
#, php-format
|
1994 |
-
msgid ""
|
1995 |
-
"There was an error canceling the subscription for user with ID=%s. You will "
|
1996 |
-
"want to check your payment gateway to see if their subscription is still "
|
1997 |
-
"active."
|
1998 |
-
msgstr ""
|
1999 |
-
"Der var en fejl, med annullering af abonnement for bruger med ID=%s. Du "
|
2000 |
-
"ville nok kontrollere din betalings gateway, for at kunne se om deres "
|
2001 |
-
"abonnement stadig er aktiv"
|
2002 |
-
|
2003 |
-
#: classes/class.pmproemail.php:37
|
2004 |
-
#, php-format
|
2005 |
-
msgid "An Email From %s"
|
2006 |
-
msgstr "En Email Fra %s"
|
2007 |
-
|
2008 |
-
#: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
|
2009 |
-
#, php-format
|
2010 |
-
msgid "Your membership at %s has been CANCELLED"
|
2011 |
-
msgstr "Dit medlemskab hos %s er blevet ANNULLERET"
|
2012 |
-
|
2013 |
-
#: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
|
2014 |
-
#, php-format
|
2015 |
-
msgid "Membership for %s at %s has been CANCELLED"
|
2016 |
-
msgstr "Medlemskab for %s hos %s er blevet ANNULLERET"
|
2017 |
-
|
2018 |
-
#: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
|
2019 |
-
#: classes/class.pmproemail.php:173
|
2020 |
-
#, php-format
|
2021 |
-
msgid "Your membership confirmation for %s"
|
2022 |
-
msgstr "Dit medlemskab bekræftigelse for %s"
|
2023 |
-
|
2024 |
-
#: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
|
2025 |
-
#: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
|
2026 |
-
#: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
|
2027 |
-
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
|
2028 |
-
#: pages/confirmation.php:52 pages/invoice.php:33
|
2029 |
-
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
|
2030 |
-
#: classes/class.pmproemail.php:225 classes/class.pmproemail.php:227
|
2031 |
-
#: classes/class.pmproemail.php:234 classes/class.pmproemail.php:236
|
2032 |
-
#: classes/class.pmproemail.php:304 classes/class.pmproemail.php:307
|
2033 |
-
#: classes/class.pmproemail.php:313 classes/class.pmproemail.php:316
|
2034 |
-
#: classes/class.pmproemail.php:532 classes/class.pmproemail.php:580
|
2035 |
-
#: pages/checkout.php:67 pages/checkout.php:77 pages/checkout.php:566
|
2036 |
-
#: pages/checkout.php:573 pages/confirmation.php:51 pages/invoice.php:32
|
2037 |
-
msgid "Discount Code"
|
2038 |
-
msgstr "Rabat Kode"
|
2039 |
-
|
2040 |
-
#: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
|
2041 |
-
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
|
2042 |
-
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:325
|
2043 |
-
#: classes/class.pmproemail.php:328 classes/class.pmproemail.php:538
|
2044 |
-
#: classes/class.pmproemail.php:586
|
2045 |
-
#, php-format
|
2046 |
-
msgid "This membership will expire on %s."
|
2047 |
-
msgstr "Dette medlemskab udløber den %s."
|
2048 |
-
|
2049 |
-
#: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
|
2050 |
-
#: classes/class.pmproemail.php:265
|
2051 |
-
#, php-format
|
2052 |
-
msgid "Member Checkout for %s at %s"
|
2053 |
-
msgstr "Medlem gå til kassen ved %s hos %s"
|
2054 |
-
|
2055 |
-
#: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
|
2056 |
-
#: classes/class.pmproemail.php:345
|
2057 |
-
#, php-format
|
2058 |
-
msgid "Your billing information has been udpated at %s"
|
2059 |
-
msgstr "Dine betalings informationer er blevet opdateret hos %s"
|
2060 |
-
|
2061 |
-
#: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
|
2062 |
-
#: classes/class.pmproemail.php:390
|
2063 |
-
#, php-format
|
2064 |
-
msgid "Billing information has been udpated for %s at %s"
|
2065 |
-
msgstr "Betalings informationer er blevet opdateret ved %s hos %s"
|
2066 |
-
|
2067 |
-
#: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
|
2068 |
-
#: classes/class.pmproemail.php:430
|
2069 |
-
#, php-format
|
2070 |
-
msgid "Membership Payment Failed at %s"
|
2071 |
-
msgstr "Medlemsskabs Betaling Fejlet hos %s"
|
2072 |
-
|
2073 |
-
#: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
|
2074 |
-
#: classes/class.pmproemail.php:468
|
2075 |
-
#, php-format
|
2076 |
-
msgid "Membership Payment Failed For %s at %s"
|
2077 |
-
msgstr "Medlemsskat Betaling Fejlet for %s ved %s"
|
2078 |
-
|
2079 |
-
#: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
|
2080 |
-
#, php-format
|
2081 |
-
msgid "Credit Card on File Expiring Soon at %s"
|
2082 |
-
msgstr "Kreditkort udløber snart hos %s"
|
2083 |
-
|
2084 |
-
#: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
|
2085 |
-
#: classes/class.pmproemail.php:548
|
2086 |
-
#, php-format
|
2087 |
-
msgid "INVOICE for %s membership"
|
2088 |
-
msgstr "FAKTURA for %s medlemsskab"
|
2089 |
-
|
2090 |
-
#: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
|
2091 |
-
#: classes/class.pmproemail.php:611
|
2092 |
-
#, php-format
|
2093 |
-
msgid "Your trial at %s is ending soon"
|
2094 |
-
msgstr "Din prøveperiode ved %s ender snart"
|
2095 |
-
|
2096 |
-
#: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
|
2097 |
-
#: classes/class.pmproemail.php:645
|
2098 |
-
#, php-format
|
2099 |
-
msgid "Your membership at %s has ended"
|
2100 |
-
msgstr "Dit medlemskab hos %s er endt"
|
2101 |
-
|
2102 |
-
#: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
|
2103 |
-
#: classes/class.pmproemail.php:670
|
2104 |
-
#, php-format
|
2105 |
-
msgid "Your membership at %s will end soon"
|
2106 |
-
msgstr "Dit medlemsskab hos %s vil snart ende"
|
2107 |
-
|
2108 |
-
#: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
|
2109 |
-
#: classes/class.pmproemail.php:690
|
2110 |
-
#, php-format
|
2111 |
-
msgid "Your membership at %s has been changed"
|
2112 |
-
msgstr "Dit medlemsskab hos %s er belven ændret"
|
2113 |
-
|
2114 |
-
#: classes/class.pmproemail.php:759
|
2115 |
-
#, php-format
|
2116 |
-
msgid "The new level is %s."
|
2117 |
-
msgstr "Det nye niveau er %s."
|
2118 |
-
|
2119 |
-
#: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
|
2120 |
-
#: classes/class.pmproemail.php:696
|
2121 |
-
msgid "Your membership has been cancelled"
|
2122 |
-
msgstr "Dit medlskabskab er bleven annulleret"
|
2123 |
-
|
2124 |
-
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
2125 |
-
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
2126 |
-
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
2127 |
-
#, php-format
|
2128 |
-
msgid "This membership will expire on %s"
|
2129 |
-
msgstr "Dette medlemsskab ville udløbe hos %s"
|
2130 |
-
|
2131 |
-
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2132 |
-
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
2133 |
-
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
2134 |
-
msgid "This membership does not expire"
|
2135 |
-
msgstr "Dette medlemsskab udløber ikke"
|
2136 |
-
|
2137 |
-
#: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
|
2138 |
-
#: classes/class.pmproemail.php:728
|
2139 |
-
#, php-format
|
2140 |
-
msgid "Membership for %s at %s has been changed"
|
2141 |
-
msgstr "Medlemsskab for %s hos %s er bleven ændret"
|
2142 |
-
|
2143 |
-
#: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
|
2144 |
-
#: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
|
2145 |
-
#: classes/class.pmproemail.php:732
|
2146 |
-
#, php-format
|
2147 |
-
msgid "The new level is %s. This membership is free"
|
2148 |
-
msgstr "Det nye niveau er %s. Dette medlemsskab er gratis"
|
2149 |
-
|
2150 |
-
#: classes/class.pmproemail.php:799
|
2151 |
-
msgid "Membership has been cancelled"
|
2152 |
-
msgstr "Medlemsskab er bleven annulleret"
|
2153 |
-
|
2154 |
-
#: classes/gateways/class.pmprogateway.php:55
|
2155 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:55
|
2156 |
-
#: classes/gateways/class.pmprogateway_check.php:60
|
2157 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:57
|
2158 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:27
|
2159 |
-
#: classes/gateways/class.pmprogateway_paypal.php:27
|
2160 |
-
msgid "Unknown error: Authorization failed."
|
2161 |
-
msgstr "Ukendt fejl: Godkendelse fejlet."
|
2162 |
-
|
2163 |
-
#: classes/gateways/class.pmprogateway.php:106
|
2164 |
-
#: classes/gateways/class.pmprogateway.php:111
|
2165 |
-
#: classes/gateways/class.pmprogateway.php:129
|
2166 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:106
|
2167 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:111
|
2168 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:128
|
2169 |
-
#: classes/gateways/class.pmprogateway_check.php:111
|
2170 |
-
#: classes/gateways/class.pmprogateway_check.php:116
|
2171 |
-
#: classes/gateways/class.pmprogateway_check.php:134
|
2172 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:108
|
2173 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:113
|
2174 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:131
|
2175 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:50
|
2176 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:55
|
2177 |
-
#: classes/gateways/class.pmprogateway_paypal.php:50
|
2178 |
-
msgid "Unknown error: Payment failed."
|
2179 |
-
msgstr "Ukendt fejl. Betaling fejlet."
|
2180 |
-
|
2181 |
-
#: classes/gateways/class.pmprogateway.php:113
|
2182 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:112
|
2183 |
-
#: classes/gateways/class.pmprogateway_check.php:118
|
2184 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:115
|
2185 |
-
msgid ""
|
2186 |
-
"A partial payment was made that we could not void. Please contact the site "
|
2187 |
-
"owner immediately to correct this."
|
2188 |
-
msgstr ""
|
2189 |
-
"Noget af betaling var sket, som vi ikke kunne stoppe. Kontakt venligst site "
|
2190 |
-
"admin med det sammme, for at få det rettet."
|
2191 |
-
|
2192 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:787
|
2193 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:788
|
2194 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:789
|
2195 |
-
msgid "Could not connect to Authorize.net"
|
2196 |
-
msgstr "Kunne ikke forbinde til Authorize.net"
|
2197 |
-
|
2198 |
-
#: classes/gateways/class.pmprogateway_braintree.php:61
|
2199 |
-
#: classes/gateways/class.pmprogateway_stripe.php:53
|
2200 |
-
msgid "Unknown error: Initial payment failed."
|
2201 |
-
msgstr "Ukendt fejl: Indledende betaling mislykkedes."
|
2202 |
-
|
2203 |
-
#: classes/gateways/class.pmprogateway_braintree.php:120
|
2204 |
-
msgid "Error during settlement:"
|
2205 |
-
msgstr "Fejl under afvikling:"
|
2206 |
-
|
2207 |
-
#: classes/gateways/class.pmprogateway_braintree.php:129
|
2208 |
-
msgid "Error during charge:"
|
2209 |
-
msgstr "Fejl under ændrening:"
|
2210 |
-
|
2211 |
-
#: classes/gateways/class.pmprogateway_braintree.php:198
|
2212 |
-
msgid "Failed to update customer."
|
2213 |
-
msgstr "Fejlet I at opdatere kunde."
|
2214 |
-
|
2215 |
-
#: classes/gateways/class.pmprogateway_braintree.php:246
|
2216 |
-
msgid "Failed to create customer."
|
2217 |
-
msgstr "Fejlret I at oprette kunde."
|
2218 |
-
|
2219 |
-
#: classes/gateways/class.pmprogateway_braintree.php:253
|
2220 |
-
msgid "Error creating customer record with Braintree:"
|
2221 |
-
msgstr "Fejl I at oprette en kunde rekord med Braintree:"
|
2222 |
-
|
2223 |
-
#: classes/gateways/class.pmprogateway_braintree.php:344
|
2224 |
-
#: classes/gateways/class.pmprogateway_braintree.php:345
|
2225 |
-
msgid "Error subscribing customer to plan with Braintree:"
|
2226 |
-
msgstr "Fejl i at abonnere kunde til plan med Braintree:"
|
2227 |
-
|
2228 |
-
#: classes/gateways/class.pmprogateway_braintree.php:359
|
2229 |
-
#: classes/gateways/class.pmprogateway_braintree.php:360
|
2230 |
-
msgid "Failed to subscribe with Braintree:"
|
2231 |
-
msgstr "Fejl i at abonnere med Braintree:"
|
2232 |
-
|
2233 |
-
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2234 |
-
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2235 |
-
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2236 |
-
#: classes/gateways/class.pmprogateway_stripe.php:396
|
2237 |
-
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2238 |
-
#: classes/gateways/class.pmprogateway_braintree.php:411
|
2239 |
-
#: classes/gateways/class.pmprogateway_braintree.php:418
|
2240 |
-
#: classes/gateways/class.pmprogateway_stripe.php:343
|
2241 |
-
#: classes/gateways/class.pmprogateway_stripe.php:344
|
2242 |
-
#: classes/gateways/class.pmprogateway_stripe.php:351
|
2243 |
-
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2244 |
-
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2245 |
-
#: classes/gateways/class.pmprogateway_stripe.php:361
|
2246 |
-
msgid "Could not find the subscription."
|
2247 |
-
msgstr "Kunne ikke finde abonnere."
|
2248 |
-
|
2249 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:57
|
2250 |
-
#: classes/gateways/class.pmprogateway_paypal.php:57
|
2251 |
-
msgid ""
|
2252 |
-
"A partial payment was made that we could not refund. Please contact the site "
|
2253 |
-
"owner immediately to correct this."
|
2254 |
-
msgstr ""
|
2255 |
-
"Noget af betaling gik igennem, men vi kunne ikke refundere beløbet. Kontakt "
|
2256 |
-
"venligst site admin med det samme, for at få det rettet."
|
2257 |
-
|
2258 |
-
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2259 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2260 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:220
|
2261 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
2262 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
2263 |
-
msgid ""
|
2264 |
-
"Please contact the site owner or cancel your subscription from within PayPal "
|
2265 |
-
"to make sure you are not charged going forward."
|
2266 |
-
msgstr ""
|
2267 |
-
"Kontakt venligst site admin eller annullere dit abonnement gennem PAyPal, "
|
2268 |
-
"for at være sikker på, at du ikke bliver trukket I betaling."
|
2269 |
-
|
2270 |
-
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2271 |
-
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2272 |
-
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2273 |
-
msgid "Error creating customer record with Stripe:"
|
2274 |
-
msgstr "Fejl i at oprette kunde rekord med Stripe;"
|
2275 |
-
|
2276 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2277 |
-
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2278 |
-
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2279 |
-
#: classes/gateways/class.pmprogateway_stripe.php:286
|
2280 |
-
msgid "Error creating plan with Stripe:"
|
2281 |
-
msgstr "Fejl I at oprette plan med Stripe:"
|
2282 |
-
|
2283 |
-
#: classes/gateways/class.pmprogateway_stripe.php:318
|
2284 |
-
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2285 |
-
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2286 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2287 |
-
msgid "Error subscribing customer to plan with Stripe:"
|
2288 |
-
msgstr "Fejl I at abonnere kunde til plan med Stripe:"
|
2289 |
-
|
2290 |
-
#: classes/gateways/class.pmprogateway_stripe.php:383
|
2291 |
-
msgid "Could not cancel old subscription."
|
2292 |
-
msgstr "Kunne ikke annullere gammel abonnement."
|
2293 |
-
|
2294 |
-
#: includes/adminpages.php:47 includes/adminpages.php:100
|
2295 |
-
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2296 |
-
#: includes/adminpages.php:93
|
2297 |
-
msgid "Memberships"
|
2298 |
-
msgstr "Medlemsskaber"
|
2299 |
-
|
2300 |
-
#: includes/adminpages.php:48 includes/adminpages.php:114
|
2301 |
-
#: includes/adminpages.php:10 includes/adminpages.php:49
|
2302 |
-
#: includes/adminpages.php:107
|
2303 |
-
msgid "Page Settings"
|
2304 |
-
msgstr "Side Indstilinger"
|
2305 |
-
|
2306 |
-
#: includes/adminpages.php:49 includes/adminpages.php:121
|
2307 |
-
#: includes/adminpages.php:11 includes/adminpages.php:54
|
2308 |
-
#: includes/adminpages.php:114
|
2309 |
-
msgid "Payment Settings"
|
2310 |
-
msgstr "Betalings Indstillinger"
|
2311 |
-
|
2312 |
-
#: includes/adminpages.php:54 includes/adminpages.php:156
|
2313 |
-
#: includes/adminpages.php:16 includes/adminpages.php:79
|
2314 |
-
#: includes/adminpages.php:149
|
2315 |
-
msgid "Reports"
|
2316 |
-
msgstr "Reporter"
|
2317 |
-
|
2318 |
-
#: includes/adminpages.php:56 includes/adminpages.php:170
|
2319 |
-
#: includes/adminpages.php:18 includes/adminpages.php:89
|
2320 |
-
#: includes/adminpages.php:163
|
2321 |
-
msgid "Discount Codes"
|
2322 |
-
msgstr "Rabat Kode"
|
2323 |
-
|
2324 |
-
#: includes/currencies.php:7 includes/currencies.php:44
|
2325 |
-
#: includes/currencies.php:37
|
2326 |
-
msgid "US Dollars ($)"
|
2327 |
-
msgstr "US Dollar ($)"
|
2328 |
-
|
2329 |
-
#: includes/currencies.php:8 includes/currencies.php:47
|
2330 |
-
#: includes/currencies.php:40
|
2331 |
-
msgid "Euros (€)"
|
2332 |
-
msgstr "Euro (€)"
|
2333 |
-
|
2334 |
-
#: includes/currencies.php:9 includes/currencies.php:46
|
2335 |
-
#: includes/currencies.php:39
|
2336 |
-
msgid "Pounds Sterling (£)"
|
2337 |
-
msgstr "Pound Sterling (£)"
|
2338 |
-
|
2339 |
-
#: includes/currencies.php:10
|
2340 |
-
msgid "Australian Dollars ($)"
|
2341 |
-
msgstr "Australsk Dollar ($)"
|
2342 |
-
|
2343 |
-
#: includes/currencies.php:11
|
2344 |
-
msgid "Brazilian Real ($)"
|
2345 |
-
msgstr "Brasilian Real ($)"
|
2346 |
-
|
2347 |
-
#: includes/currencies.php:12 includes/currencies.php:45
|
2348 |
-
#: includes/currencies.php:38
|
2349 |
-
msgid "Canadian Dollars ($)"
|
2350 |
-
msgstr "Canadisk Dollar ($)"
|
2351 |
-
|
2352 |
-
#: includes/currencies.php:13
|
2353 |
-
msgid "Chinese Yuan"
|
2354 |
-
msgstr "Kinesisk Yuan"
|
2355 |
-
|
2356 |
-
#: includes/currencies.php:14 includes/currencies.php:13
|
2357 |
-
msgid "Czech Koruna"
|
2358 |
-
msgstr "Tjekkisk Koruna"
|
2359 |
-
|
2360 |
-
#: includes/currencies.php:15 includes/currencies.php:14
|
2361 |
-
msgid "Danish Krone"
|
2362 |
-
msgstr "Dansk Krone"
|
2363 |
-
|
2364 |
-
#: includes/currencies.php:16 includes/currencies.php:15
|
2365 |
-
msgid "Hong Kong Dollar ($)"
|
2366 |
-
msgstr "Kong Kong Dollar ($)"
|
2367 |
-
|
2368 |
-
#: includes/currencies.php:17 includes/currencies.php:16
|
2369 |
-
msgid "Hungarian Forint"
|
2370 |
-
msgstr "Ungarnsk Forint"
|
2371 |
-
|
2372 |
-
#: includes/currencies.php:18
|
2373 |
-
msgid "Indian Rupee"
|
2374 |
-
msgstr "Indisk Rupee"
|
2375 |
-
|
2376 |
-
#: includes/currencies.php:19
|
2377 |
-
msgid "Indonesia Rupiah"
|
2378 |
-
msgstr "Indonesien Rupiah"
|
2379 |
-
|
2380 |
-
#: includes/currencies.php:20 includes/currencies.php:17
|
2381 |
-
msgid "Israeli Shekel"
|
2382 |
-
msgstr "Isralsk Shekel"
|
2383 |
-
|
2384 |
-
#: includes/currencies.php:21 includes/currencies.php:18
|
2385 |
-
msgid "Japanese Yen (¥)"
|
2386 |
-
msgstr "Japansk Yen (¥)"
|
2387 |
-
|
2388 |
-
#: includes/currencies.php:22 includes/currencies.php:19
|
2389 |
-
msgid "Malaysian Ringgits"
|
2390 |
-
msgstr "Malaysisk Ringgits"
|
2391 |
-
|
2392 |
-
#: includes/currencies.php:23 includes/currencies.php:20
|
2393 |
-
msgid "Mexican Peso ($)"
|
2394 |
-
msgstr "Mexicansk Peso ($)"
|
2395 |
-
|
2396 |
-
#: includes/currencies.php:24 includes/currencies.php:21
|
2397 |
-
msgid "New Zealand Dollar ($)"
|
2398 |
-
msgstr "New Zealand Dollar (8#36;)"
|
2399 |
-
|
2400 |
-
#: includes/currencies.php:25 includes/currencies.php:22
|
2401 |
-
msgid "Norwegian Krone"
|
2402 |
-
msgstr "Norsk Krone"
|
2403 |
-
|
2404 |
-
#: includes/currencies.php:26 includes/currencies.php:23
|
2405 |
-
msgid "Philippine Pesos"
|
2406 |
-
msgstr "Filippinsk Pesos"
|
2407 |
-
|
2408 |
-
#: includes/currencies.php:27 includes/currencies.php:24
|
2409 |
-
msgid "Polish Zloty"
|
2410 |
-
msgstr "Polsk Zloty"
|
2411 |
-
|
2412 |
-
#: includes/currencies.php:28 includes/currencies.php:25
|
2413 |
-
msgid "Singapore Dollar ($)"
|
2414 |
-
msgstr "Singapore Dollar ($)"
|
2415 |
-
|
2416 |
-
#: includes/currencies.php:29
|
2417 |
-
msgid "South African Rand"
|
2418 |
-
msgstr "Syd Afrikansk Rand"
|
2419 |
-
|
2420 |
-
#: includes/currencies.php:30
|
2421 |
-
msgid "South Korean Won"
|
2422 |
-
msgstr "Syd Korea Won"
|
2423 |
-
|
2424 |
-
#: includes/currencies.php:31 includes/currencies.php:26
|
2425 |
-
msgid "Swedish Krona"
|
2426 |
-
msgstr "Svensk Krone"
|
2427 |
-
|
2428 |
-
#: includes/currencies.php:32 includes/currencies.php:27
|
2429 |
-
msgid "Swiss Franc"
|
2430 |
-
msgstr "Swiss Franc"
|
2431 |
-
|
2432 |
-
#: includes/currencies.php:33 includes/currencies.php:28
|
2433 |
-
msgid "Taiwan New Dollars"
|
2434 |
-
msgstr "Taiwan New Dollar"
|
2435 |
-
|
2436 |
-
#: includes/currencies.php:34 includes/currencies.php:29
|
2437 |
-
msgid "Thai Baht"
|
2438 |
-
msgstr "Thai Baht"
|
2439 |
-
|
2440 |
-
#: includes/currencies.php:35
|
2441 |
-
msgid "Turkish Lira"
|
2442 |
-
msgstr "Tyrkisk Lira"
|
2443 |
-
|
2444 |
-
#: includes/currencies.php:36
|
2445 |
-
msgid "Vietnamese Dong"
|
2446 |
-
msgstr "Vietnamesisk Dong"
|
2447 |
-
|
2448 |
-
#: includes/functions.php:204 includes/functions.php:160
|
2449 |
-
#: includes/functions.php:196 includes/functions.php:202
|
2450 |
-
#, php-format
|
2451 |
-
msgid "The price for membership is <strong>%s</strong> now"
|
2452 |
-
msgstr "Pris for medlemskab er <strong>%s</strong> nu "
|
2453 |
-
|
2454 |
-
#: includes/functions.php:206 includes/functions.php:204
|
2455 |
-
#, php-format
|
2456 |
-
msgid "<strong>%s</strong> now"
|
2457 |
-
msgstr "<strong>%s</strong> nu"
|
2458 |
-
|
2459 |
-
#: includes/functions.php:215 includes/functions.php:169
|
2460 |
-
#: includes/functions.php:205 includes/functions.php:213
|
2461 |
-
#, php-format
|
2462 |
-
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2463 |
-
msgstr "og denne <strong>%s pr %s for %d mere %s</strong>."
|
2464 |
-
|
2465 |
-
#: includes/functions.php:219 includes/functions.php:173
|
2466 |
-
#: includes/functions.php:209 includes/functions.php:217
|
2467 |
-
#, php-format
|
2468 |
-
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2469 |
-
msgstr "og så <strong>%s hver %d %s for %d mere %s</strong>."
|
2470 |
-
|
2471 |
-
#: includes/functions.php:224 includes/functions.php:178
|
2472 |
-
#: includes/functions.php:214 includes/functions.php:222
|
2473 |
-
#, php-format
|
2474 |
-
msgid " and then <strong>%s after %d %s</strong>."
|
2475 |
-
msgstr "og derfeter <strong>%s efter %d %s</strong>."
|
2476 |
-
|
2477 |
-
#: includes/functions.php:231 includes/functions.php:229
|
2478 |
-
#, php-format
|
2479 |
-
msgid "The price for membership is <strong>%s per %s</strong>."
|
2480 |
-
msgstr "Prisen for medlemskab er <strong>%s pr %s</strong>."
|
2481 |
-
|
2482 |
-
#: includes/functions.php:235 includes/functions.php:233
|
2483 |
-
#, php-format
|
2484 |
-
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2485 |
-
msgstr "Prisen for medlemskab er <strong>%s hver %d %s</strong>."
|
2486 |
-
|
2487 |
-
#: includes/functions.php:240 includes/functions.php:184
|
2488 |
-
#: includes/functions.php:220 includes/functions.php:228
|
2489 |
-
#: includes/functions.php:238
|
2490 |
-
#, php-format
|
2491 |
-
msgid " and then <strong>%s per %s</strong>."
|
2492 |
-
msgstr "og derefter <strong>%s pr %s</strong>."
|
2493 |
-
|
2494 |
-
#: includes/functions.php:244 includes/functions.php:188
|
2495 |
-
#: includes/functions.php:224 includes/functions.php:232
|
2496 |
-
#: includes/functions.php:242
|
2497 |
-
#, php-format
|
2498 |
-
msgid " and then <strong>%s every %d %s</strong>."
|
2499 |
-
msgstr "og derefter <strong>%s hver %d %s</strong>."
|
2500 |
-
|
2501 |
-
#: includes/functions.php:262 includes/functions.php:202
|
2502 |
-
#: includes/functions.php:238 includes/functions.php:249
|
2503 |
-
#: includes/functions.php:260 pages/levels.php:82
|
2504 |
-
msgid "After your initial payment, your first payment is Free."
|
2505 |
-
msgstr ""
|
2506 |
-
"Efter du har indsat din betaling, ville din første betaling være GRATIS."
|
2507 |
-
|
2508 |
-
#: includes/functions.php:266 includes/functions.php:206
|
2509 |
-
#: includes/functions.php:242 includes/functions.php:253
|
2510 |
-
#: includes/functions.php:264 pages/levels.php:86
|
2511 |
-
#, php-format
|
2512 |
-
msgid "After your initial payment, your first %d payments are Free."
|
2513 |
-
msgstr ""
|
2514 |
-
"Efter du har indsat din betaling, ville din først %d betaling være GRATIS."
|
2515 |
-
|
2516 |
-
#: includes/functions.php:273 includes/functions.php:213
|
2517 |
-
#: includes/functions.php:249 includes/functions.php:260
|
2518 |
-
#: includes/functions.php:271 pages/levels.php:93
|
2519 |
-
#, php-format
|
2520 |
-
msgid "After your initial payment, your first payment will cost %s."
|
2521 |
-
msgstr "Efter du har indsat din betaling, ville din første betaling koste %s."
|
2522 |
-
|
2523 |
-
#: includes/functions.php:277 includes/functions.php:217
|
2524 |
-
#: includes/functions.php:253 includes/functions.php:264
|
2525 |
-
#: includes/functions.php:275 pages/levels.php:97
|
2526 |
-
#, php-format
|
2527 |
-
msgid "After your initial payment, your first %d payments will cost %s."
|
2528 |
-
msgstr "Efter du har indsat din betaling, vil dit %d betaling koste %s."
|
2529 |
-
|
2530 |
-
#: includes/functions.php:288 includes/functions.php:228
|
2531 |
-
#: includes/functions.php:264 includes/functions.php:275
|
2532 |
-
#: includes/functions.php:286
|
2533 |
-
#, php-format
|
2534 |
-
msgid "Customers in %s will be charged %s%% tax."
|
2535 |
-
msgstr "Kunder hos %s ville blive opkrævet i %s%% skat."
|
2536 |
-
|
2537 |
-
#: includes/functions.php:302 includes/functions.php:242
|
2538 |
-
#: includes/functions.php:278 includes/functions.php:289
|
2539 |
-
#: includes/functions.php:300
|
2540 |
-
#, php-format
|
2541 |
-
msgid "Membership expires after %d %s."
|
2542 |
-
msgstr "Medlemsskab udløber efter %d %s."
|
2543 |
-
|
2544 |
-
#: includes/functions.php:538 includes/functions.php:491
|
2545 |
-
#: includes/functions.php:514 includes/functions.php:525
|
2546 |
-
#: includes/functions.php:536
|
2547 |
-
msgid "User ID not found."
|
2548 |
-
msgstr "Bruger ID ikke fundet."
|
2549 |
-
|
2550 |
-
#: includes/functions.php:555 includes/functions.php:508
|
2551 |
-
#: includes/functions.php:531 includes/functions.php:542
|
2552 |
-
#: includes/functions.php:553
|
2553 |
-
msgid "Invalid level."
|
2554 |
-
msgstr "Ugyldigt niveau."
|
2555 |
-
|
2556 |
-
#: includes/functions.php:566 includes/functions.php:520
|
2557 |
-
#: includes/functions.php:542 includes/functions.php:553
|
2558 |
-
#: includes/functions.php:564
|
2559 |
-
msgid "not changing?"
|
2560 |
-
msgstr "ændres ikke?"
|
2561 |
-
|
2562 |
-
#: includes/functions.php:583 includes/functions.php:633
|
2563 |
-
#: includes/functions.php:657 includes/functions.php:537
|
2564 |
-
#: includes/functions.php:559 includes/functions.php:570
|
2565 |
-
#: includes/functions.php:581 includes/functions.php:592
|
2566 |
-
#: includes/functions.php:605 includes/functions.php:614
|
2567 |
-
#: includes/functions.php:617 includes/functions.php:626
|
2568 |
-
#: includes/functions.php:628 includes/functions.php:631
|
2569 |
-
#: includes/functions.php:637 includes/functions.php:640
|
2570 |
-
msgid "Error interacting with database"
|
2571 |
-
msgstr "Fejl med at kommunikere med database"
|
2572 |
-
|
2573 |
-
#: includes/functions.php:698 includes/functions.php:737
|
2574 |
-
#: includes/functions.php:629 includes/functions.php:651
|
2575 |
-
#: includes/functions.php:667 includes/functions.php:668
|
2576 |
-
#: includes/functions.php:678 includes/functions.php:681
|
2577 |
-
#: includes/functions.php:690 includes/functions.php:706
|
2578 |
-
#: includes/functions.php:717 includes/functions.php:720
|
2579 |
-
msgid "Membership level not found."
|
2580 |
-
msgstr "Medlemsskabs niveau ikke fundet."
|
2581 |
-
|
2582 |
-
#: includes/functions.php:1112 includes/functions.php:1050
|
2583 |
-
#: includes/functions.php:1072 includes/functions.php:1088
|
2584 |
-
#: includes/functions.php:1099 includes/functions.php:1102
|
2585 |
-
msgid "The discount code could not be found."
|
2586 |
-
msgstr "Denne rabat kode kunne ikke findes."
|
2587 |
-
|
2588 |
-
#: includes/functions.php:1128 includes/functions.php:1066
|
2589 |
-
#: includes/functions.php:1088 includes/functions.php:1104
|
2590 |
-
#: includes/functions.php:1115 includes/functions.php:1118
|
2591 |
-
#, php-format
|
2592 |
-
msgid "This discount code goes into effect on %s."
|
2593 |
-
msgstr "Denne rabat kode træder i kraft til %s."
|
2594 |
-
|
2595 |
-
#: includes/functions.php:1137 includes/functions.php:1075
|
2596 |
-
#: includes/functions.php:1097 includes/functions.php:1113
|
2597 |
-
#: includes/functions.php:1124 includes/functions.php:1127
|
2598 |
-
#, php-format
|
2599 |
-
msgid "This discount code expired on %s."
|
2600 |
-
msgstr "Denne rabat kode udløber den %s."
|
2601 |
-
|
2602 |
-
#: includes/functions.php:1149 includes/functions.php:1087
|
2603 |
-
#: includes/functions.php:1109 includes/functions.php:1125
|
2604 |
-
#: includes/functions.php:1136 includes/functions.php:1139
|
2605 |
-
msgid "This discount code is no longer valid."
|
2606 |
-
msgstr "Denne rabat kode, er ikke længere gyldig."
|
2607 |
-
|
2608 |
-
#: includes/functions.php:1164 includes/functions.php:1102
|
2609 |
-
#: includes/functions.php:1124 includes/functions.php:1140
|
2610 |
-
#: includes/functions.php:1151 includes/functions.php:1154
|
2611 |
-
msgid "This discount code does not apply to this membership level."
|
2612 |
-
msgstr "Denne rabat kode, kan ikke tilføjes til dette medlemsskabs niveau."
|
2613 |
-
|
2614 |
-
#: includes/functions.php:1172 includes/functions.php:1110
|
2615 |
-
#: includes/functions.php:1132 includes/functions.php:1148
|
2616 |
-
#: includes/functions.php:1159 includes/functions.php:1162
|
2617 |
-
msgid "This discount code is okay."
|
2618 |
-
msgstr "Denne rabat kode er okay."
|
2619 |
-
|
2620 |
-
#: includes/functions.php:1196 includes/functions.php:1134
|
2621 |
-
#: includes/functions.php:1156 includes/functions.php:1172
|
2622 |
-
#: includes/functions.php:1183 includes/functions.php:1186
|
2623 |
-
msgid "and"
|
2624 |
-
msgstr "og"
|
2625 |
-
|
2626 |
-
#: includes/functions.php:1385 includes/functions.php:1319
|
2627 |
-
#: includes/functions.php:1341 includes/functions.php:1361
|
2628 |
-
#: includes/functions.php:1372 includes/functions.php:1375
|
2629 |
-
msgid "Sign Up for !!name!! Now"
|
2630 |
-
msgstr "Tilmeld !!name!! nu"
|
2631 |
-
|
2632 |
-
#: includes/functions.php:1391 includes/functions.php:1325
|
2633 |
-
#: includes/functions.php:1347 includes/functions.php:1367
|
2634 |
-
#: includes/functions.php:1378 includes/functions.php:1381
|
2635 |
-
msgid "Please specify a level id."
|
2636 |
-
msgstr "Uddybe venlig en niveau id."
|
2637 |
-
|
2638 |
-
#: includes/localization.php:23
|
2639 |
-
msgid "Day"
|
2640 |
-
msgstr "Dag"
|
2641 |
-
|
2642 |
-
#: includes/localization.php:25
|
2643 |
-
msgid "Week"
|
2644 |
-
msgstr "Uge"
|
2645 |
-
|
2646 |
-
#: includes/localization.php:27
|
2647 |
-
msgid "Month"
|
2648 |
-
msgstr "Måned"
|
2649 |
-
|
2650 |
-
#: includes/localization.php:29
|
2651 |
-
msgid "Year"
|
2652 |
-
msgstr "År"
|
2653 |
-
|
2654 |
-
#: includes/metaboxes.php:38
|
2655 |
-
msgid ""
|
2656 |
-
"This post is already protected for this level because it is within a "
|
2657 |
-
"category that requires membership."
|
2658 |
-
msgstr ""
|
2659 |
-
"Denne post er allerede beskyttet til dette niveau, pga det er inde for en "
|
2660 |
-
"kategori, hvor medlemsskab er påkrævet."
|
2661 |
-
|
2662 |
-
#: includes/metaboxes.php:99 includes/metaboxes.php:100
|
2663 |
-
msgid "Require Membership"
|
2664 |
-
msgstr "Medlemskab er Påkrævet"
|
2665 |
-
|
2666 |
-
#: includes/profile.php:36 includes/profile.php:34
|
2667 |
-
msgid "Current Level"
|
2668 |
-
msgstr "Nuværrende Niveau"
|
2669 |
-
|
2670 |
-
#: includes/profile.php:39 includes/profile.php:37
|
2671 |
-
msgid "None"
|
2672 |
-
msgstr "Ingen"
|
2673 |
-
|
2674 |
-
#: includes/profile.php:84 includes/profile.php:82
|
2675 |
-
msgid "User is not paying."
|
2676 |
-
msgstr "Bruger betaler ikke."
|
2677 |
-
|
2678 |
-
#: includes/upgradecheck.php:410 includes/upgradecheck.php:401
|
2679 |
-
#, php-format
|
2680 |
-
msgid ""
|
2681 |
-
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2682 |
-
msgstr ""
|
2683 |
-
"Dette indhold er kun for !!niveau!! medlemmer.<br /><a href=\"%s"
|
2684 |
-
"\">Registrere</a>"
|
2685 |
-
|
2686 |
-
#: includes/upgradecheck.php:413 includes/upgradecheck.php:404
|
2687 |
-
#, php-format
|
2688 |
-
msgid ""
|
2689 |
-
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2690 |
-
"<a href=\"%s\">Register</a>"
|
2691 |
-
msgstr ""
|
2692 |
-
"Dette indhold er kun for !!niveau!! medlemmer.<br /><a href=\"%s\">Log Ind</"
|
2693 |
-
"a> <a href=\"%s\">Registrere</a>"
|
2694 |
-
|
2695 |
-
#: includes/upgradecheck.php:417 includes/upgradecheck.php:408
|
2696 |
-
msgid ""
|
2697 |
-
"This content is for !!levels!! members only. Visit the site and log in/"
|
2698 |
-
"register to read."
|
2699 |
-
msgstr ""
|
2700 |
-
"Dette indhold er kun for !!niveau!! medlemmer. Besøg siden og log ind eller "
|
2701 |
-
"registrere for at læse indhold."
|
2702 |
-
|
2703 |
-
#: pages/account.php:10
|
2704 |
-
msgid "Your membership is <strong>active</strong>."
|
2705 |
-
msgstr "Dit medlemskab er <strong>aktiv</strong>."
|
2706 |
-
|
2707 |
-
#: pages/account.php:12 pages/billing.php:16 pages/levels.php:13
|
2708 |
-
msgid "Level"
|
2709 |
-
msgstr "Niveau"
|
2710 |
-
|
2711 |
-
#: pages/account.php:14 pages/billing.php:18
|
2712 |
-
msgid "Membership Fee"
|
2713 |
-
msgstr "Medlemskabs Gebyr"
|
2714 |
-
|
2715 |
-
#: pages/account.php:18 pages/billing.php:22 pages/levels.php:70
|
2716 |
-
#, php-format
|
2717 |
-
msgid "%s every %d %s."
|
2718 |
-
msgstr "%s hver %d %s."
|
2719 |
-
|
2720 |
-
#: pages/account.php:20 pages/billing.php:24 pages/levels.php:66
|
2721 |
-
#, php-format
|
2722 |
-
msgid "%s per %s."
|
2723 |
-
msgstr "%s pr %s."
|
2724 |
-
|
2725 |
-
#: pages/account.php:29 pages/billing.php:33 pages/account.php:25
|
2726 |
-
#: pages/billing.php:29
|
2727 |
-
msgid "Duration"
|
2728 |
-
msgstr "Varighed"
|
2729 |
-
|
2730 |
-
#: pages/account.php:33 pages/confirmation.php:49 pages/invoice.php:30
|
2731 |
-
#: pages/account.php:29 pages/confirmation.php:48 pages/invoice.php:29
|
2732 |
-
msgid "Membership Expires"
|
2733 |
-
msgstr "Medlemskab Udløber"
|
2734 |
-
|
2735 |
-
#: pages/account.php:38 pages/account.php:34
|
2736 |
-
#, php-format
|
2737 |
-
msgid "Your first payment will cost %s."
|
2738 |
-
msgstr "Din første betaling ville koste %s."
|
2739 |
-
|
2740 |
-
#: pages/account.php:42 pages/account.php:38
|
2741 |
-
#, php-format
|
2742 |
-
msgid "Your first %d payments will cost %s."
|
2743 |
-
msgstr "Din første %d betaling ville koste %s."
|
2744 |
-
|
2745 |
-
#: pages/account.php:50 pages/account.php:46
|
2746 |
-
msgid "My Account"
|
2747 |
-
msgstr "Min Konto"
|
2748 |
-
|
2749 |
-
#: pages/account.php:59 pages/account.php:55
|
2750 |
-
msgid "Edit Profile"
|
2751 |
-
msgstr "Redigere Profil"
|
2752 |
-
|
2753 |
-
#: pages/account.php:60 pages/account.php:56
|
2754 |
-
msgid "Change Password"
|
2755 |
-
msgstr "Ændre Adganskode"
|
2756 |
-
|
2757 |
-
#: pages/account.php:91 pages/account.php:87
|
2758 |
-
msgid "Billing Information"
|
2759 |
-
msgstr "Betalings Information"
|
2760 |
-
|
2761 |
-
#: pages/account.php:109 pages/confirmation.php:63 pages/invoice.php:50
|
2762 |
-
#: pages/account.php:105 pages/confirmation.php:61 pages/invoice.php:48
|
2763 |
-
msgid "Payment Method"
|
2764 |
-
msgstr "Betalings Metode"
|
2765 |
-
|
2766 |
-
#: pages/account.php:118 pages/account.php:114
|
2767 |
-
msgid "Edit Billing Information"
|
2768 |
-
msgstr "Redigere Betalings Informationer"
|
2769 |
-
|
2770 |
-
#: pages/account.php:129 pages/account.php:125
|
2771 |
-
msgid "Past Invoices"
|
2772 |
-
msgstr "Sidste Faktura"
|
2773 |
-
|
2774 |
-
#: pages/account.php:144 pages/account.php:140
|
2775 |
-
msgid "View All Invoices"
|
2776 |
-
msgstr "Se Alle Fakturaere"
|
2777 |
-
|
2778 |
-
#: pages/account.php:150 pages/account.php:146
|
2779 |
-
msgid "Member Links"
|
2780 |
-
msgstr "Medlems Links"
|
2781 |
-
|
2782 |
-
#: pages/account.php:156 pages/account.php:152
|
2783 |
-
msgid "Update Billing Information"
|
2784 |
-
msgstr "Updatere Betalings Informationer"
|
2785 |
-
|
2786 |
-
#: pages/account.php:159 pages/account.php:155
|
2787 |
-
msgid "Change Membership Level"
|
2788 |
-
msgstr "Ændre Medlemsskabs Niveau"
|
2789 |
-
|
2790 |
-
#: pages/account.php:161 pages/account.php:157
|
2791 |
-
msgid "Cancel Membership"
|
2792 |
-
msgstr "Annullere Medlemsskab"
|
2793 |
-
|
2794 |
-
#: pages/billing.php:14
|
2795 |
-
#, php-format
|
2796 |
-
msgid "Logged in as <strong>%s</strong>."
|
2797 |
-
msgstr "Logget ind som <strong>%s</strong>."
|
2798 |
-
|
2799 |
-
#: pages/billing.php:14
|
2800 |
-
msgid "logout"
|
2801 |
-
msgstr "Log ud"
|
2802 |
-
|
2803 |
-
#: pages/billing.php:43 pages/billing.php:39
|
2804 |
-
msgid ""
|
2805 |
-
"Your payment subscription is managed by PayPal. Please <a href=\"http://www."
|
2806 |
-
"paypal.com\">login to PayPal here</a> to update your billing information."
|
2807 |
-
msgstr ""
|
2808 |
-
"Din betalings abonnement bliver behandlet af PayPal. Venlig <a href=\"http://"
|
2809 |
-
"www.paypal.com\">login til PayPal her</a> for at opdatere din regnings "
|
2810 |
-
"information."
|
2811 |
-
|
2812 |
-
#: pages/billing.php:69 pages/checkout.php:305 pages/billing.php:65
|
2813 |
-
#: pages/checkout.php:321 pages/checkout.php:328
|
2814 |
-
msgid "First Name"
|
2815 |
-
msgstr "Fornavn"
|
2816 |
-
|
2817 |
-
#: pages/billing.php:73 pages/checkout.php:309 pages/billing.php:69
|
2818 |
-
#: pages/checkout.php:325 pages/checkout.php:332
|
2819 |
-
msgid "Last Name"
|
2820 |
-
msgstr "Efternavn"
|
2821 |
-
|
2822 |
-
#: pages/billing.php:77 pages/checkout.php:313 pages/billing.php:73
|
2823 |
-
#: pages/checkout.php:329 pages/checkout.php:336
|
2824 |
-
msgid "Address 1"
|
2825 |
-
msgstr "Adresse 1"
|
2826 |
-
|
2827 |
-
#: pages/billing.php:81 pages/checkout.php:317 pages/billing.php:77
|
2828 |
-
#: pages/checkout.php:333 pages/checkout.php:340
|
2829 |
-
msgid "Address 2"
|
2830 |
-
msgstr "Adresse 2"
|
2831 |
-
|
2832 |
-
#: pages/billing.php:91 pages/checkout.php:327 pages/billing.php:87
|
2833 |
-
#: pages/checkout.php:343 pages/checkout.php:350
|
2834 |
-
msgid "City"
|
2835 |
-
msgstr "By"
|
2836 |
-
|
2837 |
-
#: pages/billing.php:95 pages/checkout.php:331 pages/billing.php:91
|
2838 |
-
#: pages/checkout.php:347 pages/checkout.php:354
|
2839 |
-
msgid "State"
|
2840 |
-
msgstr "Region"
|
2841 |
-
|
2842 |
-
#: pages/billing.php:99 pages/checkout.php:335 pages/billing.php:95
|
2843 |
-
#: pages/checkout.php:351 pages/checkout.php:358
|
2844 |
-
msgid "Postal Code"
|
2845 |
-
msgstr "Postnummer"
|
2846 |
-
|
2847 |
-
#: pages/billing.php:108 pages/checkout.php:344 pages/billing.php:104
|
2848 |
-
#: pages/checkout.php:360 pages/checkout.php:367
|
2849 |
-
msgid "City, State Zip"
|
2850 |
-
msgstr "By, Region Postnummer"
|
2851 |
-
|
2852 |
-
#: pages/billing.php:161 pages/checkout.php:397 pages/billing.php:157
|
2853 |
-
#: pages/checkout.php:413 pages/checkout.php:420
|
2854 |
-
msgid "Country"
|
2855 |
-
msgstr "Land"
|
2856 |
-
|
2857 |
-
#: pages/billing.php:186 pages/checkout.php:422 pages/billing.php:182
|
2858 |
-
#: pages/checkout.php:438 pages/checkout.php:445
|
2859 |
-
msgid "Phone"
|
2860 |
-
msgstr "Telefon"
|
2861 |
-
|
2862 |
-
#: pages/billing.php:197 pages/checkout.php:207 pages/checkout.php:436
|
2863 |
-
#: pages/billing.php:193 pages/checkout.php:204 pages/checkout.php:453
|
2864 |
-
#: pages/checkout.php:460
|
2865 |
-
msgid "E-mail Address"
|
2866 |
-
msgstr "E-mail Adresse"
|
2867 |
-
|
2868 |
-
#: pages/billing.php:201 pages/checkout.php:445 pages/billing.php:197
|
2869 |
-
#: pages/checkout.php:462 pages/checkout.php:469
|
2870 |
-
msgid "Confirm E-mail"
|
2871 |
-
msgstr "Bekræft E-mail"
|
2872 |
-
|
2873 |
-
#: pages/billing.php:221 pages/billing.php:217
|
2874 |
-
msgid "Credit Card Information"
|
2875 |
-
msgstr "Kreditkort Information"
|
2876 |
-
|
2877 |
-
#: pages/billing.php:221 pages/billing.php:217
|
2878 |
-
#, php-format
|
2879 |
-
msgid "We accept %s"
|
2880 |
-
msgstr "Vi acceptere %s"
|
2881 |
-
|
2882 |
-
#: pages/billing.php:248 pages/checkout.php:503 pages/billing.php:244
|
2883 |
-
#: pages/checkout.php:520 pages/checkout.php:527
|
2884 |
-
msgid "Card Number"
|
2885 |
-
msgstr "Kort Nummer"
|
2886 |
-
|
2887 |
-
#: pages/billing.php:285 pages/checkout.php:540 pages/billing.php:281
|
2888 |
-
#: pages/checkout.php:557 pages/checkout.php:564
|
2889 |
-
msgid "CVV"
|
2890 |
-
msgstr "CVV"
|
2891 |
-
|
2892 |
-
#: pages/billing.php:286 pages/checkout.php:541 pages/billing.php:282
|
2893 |
-
#: pages/checkout.php:558 pages/checkout.php:565
|
2894 |
-
msgid "what's this?"
|
2895 |
-
msgstr "hvad er det?"
|
2896 |
-
|
2897 |
-
#: pages/billing.php:329 pages/billing.php:294 pages/billing.php:298
|
2898 |
-
msgid "Update"
|
2899 |
-
msgstr "Opdatere"
|
2900 |
-
|
2901 |
-
#: pages/billing.php:344 pages/billing.php:309 pages/billing.php:313
|
2902 |
-
msgid ""
|
2903 |
-
"This subscription is not recurring. So you don't need to update your billing "
|
2904 |
-
"information."
|
2905 |
-
msgstr ""
|
2906 |
-
"Dette abonnement er ikke gentagene. Så du behøver ikke, at opdatere dine "
|
2907 |
-
"betalings informationer."
|
2908 |
-
|
2909 |
-
#: pages/cancel.php:14
|
2910 |
-
msgid "Are you sure you want to cancel your membership?"
|
2911 |
-
msgstr "Er du sikker på, at du vil annullere dit medlemsskab?"
|
2912 |
-
|
2913 |
-
#: pages/cancel.php:17
|
2914 |
-
msgid "Yes, cancel my account"
|
2915 |
-
msgstr "Ja, Annullere min Konto"
|
2916 |
-
|
2917 |
-
#: pages/cancel.php:19
|
2918 |
-
msgid "No, keep my account"
|
2919 |
-
msgstr "Nej, beholder min konto"
|
2920 |
-
|
2921 |
-
#: pages/cancel.php:22
|
2922 |
-
msgid "Click here to go to the home page."
|
2923 |
-
msgstr "Klik her, for at komme til forsiden."
|
2924 |
-
|
2925 |
-
#: pages/checkout.php:26 pages/checkout.php:27
|
2926 |
-
msgid ""
|
2927 |
-
"Almost done. Review the membership information and pricing below then "
|
2928 |
-
"<strong>click the \"Complete Payment\" button</strong> to finish your order."
|
2929 |
-
msgstr ""
|
2930 |
-
"Næsten færdig. Gennemgå medlemsskabs informationer og priser neden for, "
|
2931 |
-
"derefter <strong>Klik på \"Færdiggør Betaling\" Knappen</strong> for at "
|
2932 |
-
"færdiggøre din ordre."
|
2933 |
-
|
2934 |
-
#: pages/checkout.php:33 pages/checkout.php:34
|
2935 |
-
msgid "change"
|
2936 |
-
msgstr "ændre"
|
2937 |
-
|
2938 |
-
#: pages/checkout.php:41 pages/checkout.php:42
|
2939 |
-
#, php-format
|
2940 |
-
msgid "You have selected the <strong>%s</strong> membership level."
|
2941 |
-
msgstr "Du har valgt <strong>%s</strong> medlemsskab niveau."
|
2942 |
-
|
2943 |
-
#: pages/checkout.php:51
|
2944 |
-
#, php-format
|
2945 |
-
msgid ""
|
2946 |
-
"<p class=\"pmpro_level_discount_applied\">The <strong>%s</strong> code has "
|
2947 |
-
"been applied to your order.</p>"
|
2948 |
-
msgstr ""
|
2949 |
-
"<p class=\"pmpro_level_discount_applied\">Denne <strong>%s</strong> kode er "
|
2950 |
-
"bleven tilføjet til din ordre.</p>"
|
2951 |
-
|
2952 |
-
#: pages/checkout.php:62 services/applydiscountcode.php:78
|
2953 |
-
#: pages/checkout.php:63 services/applydiscountcode.php:74
|
2954 |
-
#: services/applydiscountcode.php:75
|
2955 |
-
msgid "Click here to change your discount code"
|
2956 |
-
msgstr "Klik her for at ændre din rabat kode"
|
2957 |
-
|
2958 |
-
#: pages/checkout.php:64 pages/checkout.php:65
|
2959 |
-
msgid "Click here to enter your discount code"
|
2960 |
-
msgstr "Klik her, for at indtaste din rabat kode"
|
2961 |
-
|
2962 |
-
#: pages/checkout.php:64 pages/checkout.php:65
|
2963 |
-
msgid "Do you have a discount code?"
|
2964 |
-
msgstr "Har du en rabat kode?"
|
2965 |
-
|
2966 |
-
#: pages/checkout.php:78 pages/checkout.php:551 pages/checkout.php:79
|
2967 |
-
#: pages/checkout.php:568 pages/checkout.php:575
|
2968 |
-
msgid "Apply"
|
2969 |
-
msgstr "Anvend"
|
2970 |
-
|
2971 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2972 |
-
msgid "Account Information"
|
2973 |
-
msgstr "Konto Informationer"
|
2974 |
-
|
2975 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2976 |
-
msgid "Already have an account?"
|
2977 |
-
msgstr "Har du allerede en konto?"
|
2978 |
-
|
2979 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2980 |
-
msgid "Log in here"
|
2981 |
-
msgstr "Log ind her"
|
2982 |
-
|
2983 |
-
#: pages/checkout.php:189 pages/checkout.php:186
|
2984 |
-
msgid "Confirm Password"
|
2985 |
-
msgstr "Bekræft Adgangskode"
|
2986 |
-
|
2987 |
-
#: pages/checkout.php:216 pages/checkout.php:213
|
2988 |
-
msgid "Confirm E-mail Address"
|
2989 |
-
msgstr "Bekræft E-mail Adresse"
|
2990 |
-
|
2991 |
-
#: pages/checkout.php:235 pages/checkout.php:232
|
2992 |
-
msgid "Full Name"
|
2993 |
-
msgstr "Fulde Navn"
|
2994 |
-
|
2995 |
-
#: pages/checkout.php:236 pages/checkout.php:233
|
2996 |
-
msgid "LEAVE THIS BLANK"
|
2997 |
-
msgstr "LAD DETTE STÅ BLANK"
|
2998 |
-
|
2999 |
-
#: pages/checkout.php:260 pages/checkout.php:257
|
3000 |
-
#, php-format
|
3001 |
-
msgid ""
|
3002 |
-
"You are logged in as <strong>%s</strong>. If you would like to use a "
|
3003 |
-
"different account for this membership, <a href=\"%s\">log out now</a>."
|
3004 |
-
msgstr ""
|
3005 |
-
"Du er logget ind som <strong>%s</strong>. Hvis du gerne ville bruge en anden "
|
3006 |
-
"konto til dette medlemsskab, <a href=\"%s\">log ud nu</a>."
|
3007 |
-
|
3008 |
-
#: pages/checkout.php:276 pages/checkout.php:292 pages/checkout.php:299
|
3009 |
-
msgid "Choose your Payment Method"
|
3010 |
-
msgstr "Vælg din Betalings Metode"
|
3011 |
-
|
3012 |
-
#: pages/checkout.php:284 pages/checkout.php:300 pages/checkout.php:307
|
3013 |
-
msgid "Check Out with a Credit Card Here"
|
3014 |
-
msgstr "Gå til Kassen med Kreditkort her"
|
3015 |
-
|
3016 |
-
#: pages/checkout.php:286 pages/checkout.php:685 pages/checkout.php:302
|
3017 |
-
#: pages/checkout.php:309 pages/checkout.php:675 pages/checkout.php:682
|
3018 |
-
msgid "Check Out with PayPal"
|
3019 |
-
msgstr "Gå til Kassen med PayPal"
|
3020 |
-
|
3021 |
-
#: pages/checkout.php:476 pages/checkout.php:493 pages/checkout.php:500
|
3022 |
-
msgid "Payment Information"
|
3023 |
-
msgstr "Betalings Information"
|
3024 |
-
|
3025 |
-
#: pages/checkout.php:476 pages/checkout.php:493 pages/checkout.php:500
|
3026 |
-
#, php-format
|
3027 |
-
msgid "We Accept %s"
|
3028 |
-
msgstr "Vi Acceptere %s"
|
3029 |
-
|
3030 |
-
#: pages/checkout.php:657 pages/checkout.php:277 pages/checkout.php:284
|
3031 |
-
#, php-format
|
3032 |
-
msgid "I agree to the %s"
|
3033 |
-
msgstr "Jeg Accepptere til %s"
|
3034 |
-
|
3035 |
-
#: pages/checkout.php:677 pages/checkout.php:667 pages/checkout.php:674
|
3036 |
-
msgid "Complete Payment"
|
3037 |
-
msgstr "færdiggør Betaling"
|
3038 |
-
|
3039 |
-
#: pages/checkout.php:691 pages/checkout.php:681 pages/checkout.php:688
|
3040 |
-
msgid "Submit and Check Out"
|
3041 |
-
msgstr "Anvend og Gå til Kassen"
|
3042 |
-
|
3043 |
-
#: pages/checkout.php:691 pages/checkout.php:681 pages/checkout.php:688
|
3044 |
-
msgid "Submit and Confirm"
|
3045 |
-
msgstr "Anvend og Bekræft"
|
3046 |
-
|
3047 |
-
#: pages/checkout.php:691 pages/checkout.php:688
|
3048 |
-
msgid "Submit and Pay with 2CheckOut"
|
3049 |
-
msgstr "Anvend og Betal med 2CheckOut"
|
3050 |
-
|
3051 |
-
#: pages/checkout.php:697 pages/checkout.php:687 pages/checkout.php:694
|
3052 |
-
msgid "Processing..."
|
3053 |
-
msgstr "Bearbejder..."
|
3054 |
-
|
3055 |
-
#: pages/confirmation.php:12
|
3056 |
-
msgid ""
|
3057 |
-
"Your payment has been submitted. Your membership will be activated shortly."
|
3058 |
-
msgstr ""
|
3059 |
-
"Din betaling er bleven tilføjet. Dit medlemsskab ville blive aktiveret inden "
|
3060 |
-
"for kort tid."
|
3061 |
-
|
3062 |
-
#: pages/confirmation.php:14
|
3063 |
-
#, php-format
|
3064 |
-
msgid "Thank you for your membership to %s. Your %s membership is now active."
|
3065 |
-
msgstr ""
|
3066 |
-
"Vi takker dig, for dir medlemsskab hos %s. Dit %s medlemsskab er nu aktiv."
|
3067 |
-
|
3068 |
-
#: pages/confirmation.php:28
|
3069 |
-
#, php-format
|
3070 |
-
msgid ""
|
3071 |
-
"Below are details about your membership account and a receipt for your "
|
3072 |
-
"initial membership invoice. A welcome email with a copy of your initial "
|
3073 |
-
"membership invoice has been sent to %s."
|
3074 |
-
msgstr ""
|
3075 |
-
"Nedenfor er der detaljer omkring dit medlemsskabs konto, og en faktura "
|
3076 |
-
"omkring medlemsskabet. En velkomst email, med en kopi af din faktura er "
|
3077 |
-
"blevet sendt til %s."
|
3078 |
-
|
3079 |
-
#: pages/confirmation.php:41 pages/invoice.php:22
|
3080 |
-
#, php-format
|
3081 |
-
msgid "Invoice #%s on %s"
|
3082 |
-
msgstr "Faktura #%s hos %s"
|
3083 |
-
|
3084 |
-
#: pages/confirmation.php:43
|
3085 |
-
msgid "Print"
|
3086 |
-
msgstr "Print"
|
3087 |
-
|
3088 |
-
#: pages/confirmation.php:46 pages/confirmation.php:104 pages/invoice.php:27
|
3089 |
-
#: pages/confirmation.php:45 pages/confirmation.php:102 pages/invoice.php:26
|
3090 |
-
msgid "Account"
|
3091 |
-
msgstr "Konto"
|
3092 |
-
|
3093 |
-
#: pages/confirmation.php:65 pages/invoice.php:52 pages/invoice.php:109
|
3094 |
-
#: pages/confirmation.php:63 pages/invoice.php:50 pages/invoice.php:107
|
3095 |
-
msgid "Total Billed"
|
3096 |
-
msgstr "Regning total"
|
3097 |
-
|
3098 |
-
#: pages/confirmation.php:82 pages/invoice.php:69 pages/confirmation.php:80
|
3099 |
-
#: pages/invoice.php:67
|
3100 |
-
msgid "ending in"
|
3101 |
-
msgstr "ender om"
|
3102 |
-
|
3103 |
-
#: pages/confirmation.php:97 pages/confirmation.php:95
|
3104 |
-
#, php-format
|
3105 |
-
msgid ""
|
3106 |
-
"Below are details about your membership account. A welcome email with has "
|
3107 |
-
"been sent to %s."
|
3108 |
-
msgstr ""
|
3109 |
-
"Nedenfor er detajlerne omkring dit medlemsskab. En velkomst mail er bleven "
|
3110 |
-
"sendt til %s."
|
3111 |
-
|
3112 |
-
#: pages/confirmation.php:105 pages/confirmation.php:103
|
3113 |
-
msgid "Pending"
|
3114 |
-
msgstr "Afventer"
|
3115 |
-
|
3116 |
-
#: pages/confirmation.php:113 pages/invoice.php:141 pages/confirmation.php:111
|
3117 |
-
#: pages/invoice.php:139
|
3118 |
-
msgid "View Your Membership Account →"
|
3119 |
-
msgstr "Se Din Medlemsskabs Konto →"
|
3120 |
-
|
3121 |
-
#: pages/confirmation.php:115 pages/confirmation.php:113
|
3122 |
-
msgid ""
|
3123 |
-
"If your account is not activated within a few minutes, please contact the "
|
3124 |
-
"site owner."
|
3125 |
-
msgstr ""
|
3126 |
-
"Hvis din konto ikke er aktiveret inden for få minuter, kontakt venligst site "
|
3127 |
-
"admin."
|
3128 |
-
|
3129 |
-
#: pages/invoice.php:79 pages/invoice.php:77
|
3130 |
-
msgid "Subtotal"
|
3131 |
-
msgstr "Subtotal"
|
3132 |
-
|
3133 |
-
#: pages/invoice.php:82 pages/invoice.php:80
|
3134 |
-
msgid "Coupon"
|
3135 |
-
msgstr "Kupon"
|
3136 |
-
|
3137 |
-
#: pages/invoice.php:108 pages/invoice.php:106
|
3138 |
-
msgid "Invoice #"
|
3139 |
-
msgstr "Faktura #"
|
3140 |
-
|
3141 |
-
#: pages/invoice.php:122 pages/invoice.php:120
|
3142 |
-
msgid "View Invoice"
|
3143 |
-
msgstr "Se Faktura"
|
3144 |
-
|
3145 |
-
#: pages/invoice.php:134 pages/invoice.php:132
|
3146 |
-
msgid "No invoices found."
|
3147 |
-
msgstr "Ingen Faktura Fundet,"
|
3148 |
-
|
3149 |
-
#: pages/invoice.php:145 pages/invoice.php:143
|
3150 |
-
msgid "← View All Invoices"
|
3151 |
-
msgstr "← Se Alle Fakturaer"
|
3152 |
-
|
3153 |
-
#: pages/levels.php:14
|
3154 |
-
msgid "Price"
|
3155 |
-
msgstr "Pris"
|
3156 |
-
|
3157 |
-
#: pages/levels.php:47 pages/levels.php:49 pages/levels.php:113
|
3158 |
-
#: pages/levels.php:115
|
3159 |
-
msgid "Select"
|
3160 |
-
msgstr "Vælg"
|
3161 |
-
|
3162 |
-
#: pages/levels.php:57 pages/levels.php:123
|
3163 |
-
msgid "Renew"
|
3164 |
-
msgstr "Forny"
|
3165 |
-
|
3166 |
-
#: pages/levels.php:63 pages/levels.php:117 pages/levels.php:129
|
3167 |
-
msgid "Your Level"
|
3168 |
-
msgstr "Din Niveau"
|
3169 |
-
|
3170 |
-
#: pages/levels.php:79 pages/levels.php:129 pages/levels.php:145
|
3171 |
-
msgid "← Return to Your Account"
|
3172 |
-
msgstr "← Tilbage til Din Konto"
|
3173 |
-
|
3174 |
-
#: pages/levels.php:81 pages/levels.php:131 pages/levels.php:147
|
3175 |
-
msgid "← Return to Home"
|
3176 |
-
msgstr "← Tilbage til Hjem"
|
3177 |
-
|
3178 |
-
#: preheaders/account.php:7 preheaders/levels.php:19
|
3179 |
-
msgid "Your membership status has been updated - Thank you!"
|
3180 |
-
msgstr "Dit medlemsskabs status er bleven opdateret. Mange tak!"
|
3181 |
-
|
3182 |
-
#: preheaders/account.php:11 preheaders/levels.php:23
|
3183 |
-
msgid ""
|
3184 |
-
"Sorry, your request could not be completed - please try again in a few "
|
3185 |
-
"moments."
|
3186 |
-
msgstr ""
|
3187 |
-
"Beklager, din anmodning kunne ikke blive færdiggjort - venligst prøv igen om "
|
3188 |
-
"et øjeblik."
|
3189 |
-
|
3190 |
-
#: preheaders/billing.php:279 preheaders/checkout.php:482
|
3191 |
-
#: preheaders/billing.php:258 preheaders/checkout.php:464
|
3192 |
-
#: preheaders/checkout.php:481
|
3193 |
-
msgid "Please complete all required fields."
|
3194 |
-
msgstr "Venligst færdiggøre alle påkrævet felter."
|
3195 |
-
|
3196 |
-
#: preheaders/billing.php:284 preheaders/checkout.php:492
|
3197 |
-
#: preheaders/billing.php:263 preheaders/checkout.php:474
|
3198 |
-
#: preheaders/checkout.php:491
|
3199 |
-
msgid "Your email addresses do not match. Please try again."
|
3200 |
-
msgstr "Din email addresser passer ikke sammen. Prøv igen"
|
3201 |
-
|
3202 |
-
#: preheaders/billing.php:289 preheaders/checkout.php:498
|
3203 |
-
#: preheaders/billing.php:268 preheaders/checkout.php:480
|
3204 |
-
#: preheaders/checkout.php:497
|
3205 |
-
msgid "The email address entered is in an invalid format. Please try again."
|
3206 |
-
msgstr "Den indtastet email adresse er en ugyldig format. Prøv igen."
|
3207 |
-
|
3208 |
-
#: preheaders/billing.php:295 preheaders/billing.php:274
|
3209 |
-
msgid "All good!"
|
3210 |
-
msgstr "Alt er Fint!"
|
3211 |
-
|
3212 |
-
#: preheaders/billing.php:370 preheaders/billing.php:340
|
3213 |
-
#, php-format
|
3214 |
-
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3215 |
-
msgstr ""
|
3216 |
-
"Informationer er opdateret. <a href=\"%s\">« tilbage til min konto</a>"
|
3217 |
-
|
3218 |
-
#: preheaders/billing.php:378 preheaders/billing.php:347
|
3219 |
-
#: preheaders/billing.php:380
|
3220 |
-
msgid "Error updating billing information."
|
3221 |
-
msgstr "Fejl I opdatering af betalings informationer."
|
3222 |
-
|
3223 |
-
#: preheaders/cancel.php:24
|
3224 |
-
msgid "Your membership has been cancelled."
|
3225 |
-
msgstr "Dit medlemsskab er blevet annulleret."
|
3226 |
-
|
3227 |
-
#: preheaders/checkout.php:28 preheaders/checkout.php:509
|
3228 |
-
#: preheaders/checkout.php:491 preheaders/checkout.php:508
|
3229 |
-
msgid "Invalid gateway."
|
3230 |
-
msgstr "Ugyldig gateway."
|
3231 |
-
|
3232 |
-
#: preheaders/checkout.php:96
|
3233 |
-
msgid "Checkout: Payment Information"
|
3234 |
-
msgstr "Gå til Kassen: Betalings Informationer"
|
3235 |
-
|
3236 |
-
#: preheaders/checkout.php:109
|
3237 |
-
msgid "Setup Your Account"
|
3238 |
-
msgstr "Sæt op din Konto"
|
3239 |
-
|
3240 |
-
#: preheaders/checkout.php:486 preheaders/checkout.php:468
|
3241 |
-
#: preheaders/checkout.php:485
|
3242 |
-
msgid "Your passwords do not match. Please try again."
|
3243 |
-
msgstr "Dine adgangskoder passer ikke sammen. Prv igen."
|
3244 |
-
|
3245 |
-
#: preheaders/checkout.php:504 preheaders/checkout.php:486
|
3246 |
-
#: preheaders/checkout.php:503
|
3247 |
-
#, php-format
|
3248 |
-
msgid "Please check the box to agree to the %s."
|
3249 |
-
msgstr "Klik på boksen, for at acceptere til %s. "
|
3250 |
-
|
3251 |
-
#: preheaders/checkout.php:513 preheaders/checkout.php:495
|
3252 |
-
#: preheaders/checkout.php:512
|
3253 |
-
msgid "Are you a spammer?"
|
3254 |
-
msgstr "Er du en spammer?"
|
3255 |
-
|
3256 |
-
#: preheaders/checkout.php:536 preheaders/checkout.php:518
|
3257 |
-
#: preheaders/checkout.php:535
|
3258 |
-
msgid "That username is already taken. Please try another."
|
3259 |
-
msgstr "Dette brugernavn er allerede i brug. Prøv et andet."
|
3260 |
-
|
3261 |
-
#: preheaders/checkout.php:542 preheaders/checkout.php:524
|
3262 |
-
#: preheaders/checkout.php:541
|
3263 |
-
msgid "That email address is already taken. Please try another."
|
3264 |
-
msgstr "Denne email adresse er allerede i brug. Prøv et andet."
|
3265 |
-
|
3266 |
-
#: preheaders/checkout.php:562 preheaders/checkout.php:544
|
3267 |
-
#: preheaders/checkout.php:561
|
3268 |
-
#, php-format
|
3269 |
-
msgid "reCAPTCHA failed. (%s) Please try again."
|
3270 |
-
msgstr "reCAPTCHA fejlet. (%s) Prøv igen."
|
3271 |
-
|
3272 |
-
#: preheaders/checkout.php:702 preheaders/checkout.php:683
|
3273 |
-
#: preheaders/checkout.php:701
|
3274 |
-
msgid "Payment accepted."
|
3275 |
-
msgstr "Betaling accepteret."
|
3276 |
-
|
3277 |
-
#: preheaders/checkout.php:710 preheaders/checkout.php:691
|
3278 |
-
#: preheaders/checkout.php:709
|
3279 |
-
msgid ""
|
3280 |
-
"Unknown error generating account. Please contact us to setup your membership."
|
3281 |
-
msgstr ""
|
3282 |
-
"Ukendt fejl med at generer konto. Kontakt os, med at sætte dit medlemsskab "
|
3283 |
-
"op."
|
3284 |
-
|
3285 |
-
#: preheaders/checkout.php:754 preheaders/checkout.php:823
|
3286 |
-
#: preheaders/checkout.php:735 preheaders/checkout.php:753
|
3287 |
-
#: preheaders/checkout.php:803 preheaders/checkout.php:822
|
3288 |
-
msgid "The PayPal Token was lost."
|
3289 |
-
msgstr "PayPal Polet er væk."
|
3290 |
-
|
3291 |
-
#: preheaders/checkout.php:860 preheaders/checkout.php:825
|
3292 |
-
#: preheaders/checkout.php:844 preheaders/checkout.php:859
|
3293 |
-
msgid ""
|
3294 |
-
"Your payment was accepted, but there was an error setting up your account. "
|
3295 |
-
"Please contact us."
|
3296 |
-
msgstr ""
|
3297 |
-
"Din betaling er accepteret. Men der opstod en fejl, med at sætte din konto "
|
3298 |
-
"op. Venligst kontakt os."
|
3299 |
-
|
3300 |
-
#: preheaders/checkout.php:1046 preheaders/checkout.php:983
|
3301 |
-
#: preheaders/checkout.php:1030 preheaders/checkout.php:1045
|
3302 |
-
msgid ""
|
3303 |
-
"IMPORTANT: Something went wrong during membership creation. Your credit card "
|
3304 |
-
"authorized, but we cancelled the order immediately. You should not try to "
|
3305 |
-
"submit this form again. Please contact the site owner to fix this issue."
|
3306 |
-
msgstr ""
|
3307 |
-
"VIGTIGT: Noget gik galt, under oprettelse af medlemsskab. Dit kreditkort "
|
3308 |
-
"blive godkendt, men vi annullerede ordren med det samme. Du skal ikke "
|
3309 |
-
"anvende formularen igen. Istedet kontakt vores site admin, for at problemet "
|
3310 |
-
"kan blive fikset."
|
3311 |
-
|
3312 |
-
#: preheaders/checkout.php:1051 preheaders/checkout.php:988
|
3313 |
-
#: preheaders/checkout.php:1035 preheaders/checkout.php:1050
|
3314 |
-
msgid ""
|
3315 |
-
"IMPORTANT: Something went wrong during membership creation. Your credit card "
|
3316 |
-
"was charged, but we couldn't assign your membership. You should not submit "
|
3317 |
-
"this form again. Please contact the site owner to fix this issue."
|
3318 |
-
msgstr ""
|
3319 |
-
"VIGTIGT: Noget gik galt, under oprettelsen af medlemsskab. Der blev trukket "
|
3320 |
-
"penge fra dit kreditkort, men vi kunne ikke tildele dig dit medlemsskab. Du "
|
3321 |
-
"skal ikke anvende formularen igen. Kontakt venligst site admin, for at få "
|
3322 |
-
"fikset problemet."
|
3323 |
-
|
3324 |
-
#: preheaders/checkout.php:1064 preheaders/checkout.php:1001
|
3325 |
-
#: preheaders/checkout.php:1048 preheaders/checkout.php:1063
|
3326 |
-
#, php-format
|
3327 |
-
msgid ""
|
3328 |
-
"You must <a href=\"%s\">setup a Payment Gateway</a> before any payments will "
|
3329 |
-
"be processed."
|
3330 |
-
msgstr ""
|
3331 |
-
"Du er nødtil at sætte <a href=\"%s\">en Betalings Gateway</a> før nogen "
|
3332 |
-
"betaliger kan blive behandlet."
|
3333 |
-
|
3334 |
-
#: preheaders/checkout.php:1066 preheaders/checkout.php:1003
|
3335 |
-
#: preheaders/checkout.php:1050 preheaders/checkout.php:1065
|
3336 |
-
msgid "A Payment Gateway must be setup before any payments will be processed."
|
3337 |
-
msgstr ""
|
3338 |
-
"En Betaling Gateway må sættes op, før betalinger ville blive behandlet."
|
3339 |
-
|
3340 |
-
#: scheduled/crons.php:31 scheduled/crons.php:61
|
3341 |
-
#, php-format
|
3342 |
-
msgid "Membership expired email sent to %s. "
|
3343 |
-
msgstr "Medlemsskab udløbet email sendt til %s."
|
3344 |
-
|
3345 |
-
#: scheduled/crons.php:74 scheduled/crons.php:27
|
3346 |
-
#, php-format
|
3347 |
-
msgid "Membership expiring email sent to %s. "
|
3348 |
-
msgstr "Medlemsskab udløbnings mail sendt til %s."
|
3349 |
-
|
3350 |
-
#: scheduled/crons.php:143
|
3351 |
-
#, php-format
|
3352 |
-
msgid "Credit card expiring email sent to %s. "
|
3353 |
-
msgstr "Kreditkort udløber email er sendt til %s."
|
3354 |
-
|
3355 |
-
#: scheduled/crons.php:196 scheduled/crons.php:104
|
3356 |
-
#, php-format
|
3357 |
-
msgid "Trial ending email sent to %s. "
|
3358 |
-
msgstr "Prøveperiode slutter email sendt til %s."
|
3359 |
-
|
3360 |
-
#: services/applydiscountcode.php:67 services/applydiscountcode.php:64
|
3361 |
-
#, php-format
|
3362 |
-
msgid "The %s code has been applied to your order. "
|
3363 |
-
msgstr "Denne %s kode er blevet tilføjet til din ordre."
|
3364 |
-
|
3365 |
-
#: services/applydiscountcode.php:86 services/applydiscountcode.php:82
|
3366 |
-
#: services/applydiscountcode.php:83
|
3367 |
-
#, php-format
|
3368 |
-
msgid "The <strong>%s</strong> code has been applied to your order."
|
3369 |
-
msgstr "Denne <strong>%s</strong> kode er blevet tilføjet til din ordre."
|
3370 |
-
|
3371 |
-
#: services/authnet-silent-post.php:138 services/authnet-silent-post.php:133
|
3372 |
-
msgid ""
|
3373 |
-
"<p>A payment is being held for review within Authorize.net.</p><p>Payment "
|
3374 |
-
"Information From Authorize.net"
|
3375 |
-
msgstr ""
|
3376 |
-
"<p>En betaling holdes tilbage for undersøgelse hos Authorize.net.</"
|
3377 |
-
"p><p>Betalings information fra Authorize.net"
|
3378 |
-
|
3379 |
-
#: services/stripe-webhook.php:194 services/stripe-webhook.php:176
|
3380 |
-
#, php-format
|
3381 |
-
msgid ""
|
3382 |
-
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
3383 |
-
"this user's membership is cancelled on your site if it should be."
|
3384 |
-
msgstr ""
|
3385 |
-
"%s har fået deres abonnement annulleret af Stripe. Venlig kontrollere, at "
|
3386 |
-
"brugerens medlemsskab er annulleret på din side, hvis det skulle ønskes. "
|
3387 |
-
|
3388 |
-
#: adminpages/discountcodes.php:437
|
3389 |
-
msgid "Billing Ammount"
|
3390 |
-
msgstr "Betalings Beløb"
|
3391 |
-
|
3392 |
-
#: adminpages/discountcodes.php:480
|
3393 |
-
msgid "Check this to set an expiration date for new sign ups."
|
3394 |
-
msgstr "Klik her, for at sætte en udløbsdato for nye regestreringer."
|
3395 |
-
|
3396 |
-
#: adminpages/discountcodes.php:497
|
3397 |
-
msgid ""
|
3398 |
-
"How long before the expiration expires. Note that any future payments will "
|
3399 |
-
"be cancelled when the membership expires."
|
3400 |
-
msgstr ""
|
3401 |
-
"Hvor lang tid der går, før medlemsskab udløber. Husk at fremtidige betaling "
|
3402 |
-
"ville blive annulleret, når medlemskabet udløber. "
|
3403 |
-
|
3404 |
-
#: adminpages/membershiplevels.php:364
|
3405 |
-
msgid ""
|
3406 |
-
"Stripe integration currently only supports billing periods of \"Month\" or "
|
3407 |
-
"\"Year\"."
|
3408 |
-
msgstr ""
|
3409 |
-
"Integration med Stripe understøtter kun betalings perioder af \"Måneder\" "
|
3410 |
-
"eller \"År\"."
|
3411 |
-
|
3412 |
-
#: adminpages/membershiplevels.php:398
|
3413 |
-
msgid ""
|
3414 |
-
"2Checkout integration does not currently support custom trials. You can do "
|
3415 |
-
"one period trials by setting an initial payment different from the billing "
|
3416 |
-
"amount."
|
3417 |
-
msgstr ""
|
3418 |
-
"Integration til 2Checkout understøtter ikke brugerdefineret prøve periode. "
|
3419 |
-
"Du kan lave en prøve periode op, ved at sætte en betaling op, som er "
|
3420 |
-
"anderledes fra det oprindelige beløb."
|
3421 |
-
|
3422 |
-
#: adminpages/memberslist.php:184 adminpages/memberslist.php:212
|
3423 |
-
msgid "Never"
|
3424 |
-
msgstr "Aldrig"
|
3425 |
-
|
3426 |
-
#: adminpages/paymentsettings.php:170
|
3427 |
-
msgid ""
|
3428 |
-
"Payflow Pro currently only supports one-time payments. Users will not be "
|
3429 |
-
"able to checkout for levels with recurring payments."
|
3430 |
-
msgstr ""
|
3431 |
-
"Payflow Pro understøtter kun engangs betalinger. Brugere ville ikke have "
|
3432 |
-
"mulighed for at bruge Gå til kassen, med genoptagene betalinger."
|
3433 |
-
|
3434 |
-
#: adminpages/paymentsettings.php:405 adminpages/paymentsettings.php:445
|
3435 |
-
msgid ""
|
3436 |
-
"If values are given, tax will be applied for any members ordering from the "
|
3437 |
-
"selected state. For more complex tax rules, use the \"pmpro_tax\" filter."
|
3438 |
-
msgstr ""
|
3439 |
-
"Hvis værdier er given, skat ville blive tilføjet til hvilken som helst "
|
3440 |
-
"medlem, fra den valgte Stat. For mere komplekse skatte regler, brug "
|
3441 |
-
"\"pmpro_tax\" filter."
|
3442 |
-
|
3443 |
-
#: adminpages/paymentsettings.php:410 adminpages/paymentsettings.php:421
|
3444 |
-
msgid "Use SSL"
|
3445 |
-
msgstr "Brug SSL"
|
3446 |
-
|
3447 |
-
#: adminpages/paymentsettings.php:425
|
3448 |
-
msgid "Required by this Gateway Option"
|
3449 |
-
msgstr "Påkrævet af denne Gateway Indstilling"
|
3450 |
-
|
3451 |
-
#: adminpages/paymentsettings.php:432
|
3452 |
-
msgid ""
|
3453 |
-
"Stripe doesn't require billing address fields. Choose 'No' to hide them on "
|
3454 |
-
"the checkout page."
|
3455 |
-
msgstr ""
|
3456 |
-
"Stripe behøver ikke nogen faktura adresse felter. Vælg 'Nej' for at gemme "
|
3457 |
-
"dem på Gå til Kassen side."
|
3458 |
-
|
3459 |
-
#: classes/class.pmproemail.php:685 classes/class.pmproemail.php:734
|
3460 |
-
#: classes/class.pmproemail.php:799
|
3461 |
-
msgid "membership has been cancelled"
|
3462 |
-
msgstr "medlemsskab er bleven annulleret"
|
3463 |
-
|
3464 |
-
#: pages/checkout.php:51 pages/checkout.php:52
|
3465 |
-
#, php-format
|
3466 |
-
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
3467 |
-
msgstr "<p>denne <strong>%s</strong> kode er blevn tilføjet til din ordre.</p>"
|
3468 |
-
|
3469 |
-
#: pages/confirmation.php:12
|
3470 |
-
msgid ""
|
3471 |
-
"Your payment has been submitted to PayPal. Your membership will be activated "
|
3472 |
-
"shortly."
|
3473 |
-
msgstr ""
|
3474 |
-
"Din Betaling er bleven tilføjet til PayPal. Dit medlemskab bliver aktiveret "
|
3475 |
-
"inde for kort tid."
|
3476 |
-
|
3477 |
-
#: pages/levels.php:15
|
3478 |
-
msgid "Subscription Information"
|
3479 |
-
msgstr "Abonnoments Information"
|
3480 |
-
|
3481 |
-
#: pages/levels.php:33
|
3482 |
-
msgid "--"
|
3483 |
-
msgstr "--"
|
3484 |
-
|
3485 |
-
#: pages/levels.php:43
|
3486 |
-
msgid "Free"
|
3487 |
-
msgstr "Gratis"
|
3488 |
-
|
3489 |
-
#: pages/levels.php:51
|
3490 |
-
#, php-format
|
3491 |
-
msgid "%s per %s for %d more %s."
|
3492 |
-
msgstr "%s pr %s for %d mere %s."
|
3493 |
-
|
3494 |
-
#: pages/levels.php:55
|
3495 |
-
#, php-format
|
3496 |
-
msgid "%s every %d %s for %d more %s."
|
3497 |
-
msgstr "%s hver %d %s for %d mere %s."
|
3498 |
-
|
3499 |
-
#: pages/levels.php:60
|
3500 |
-
#, php-format
|
3501 |
-
msgid "%s after %d %s."
|
3502 |
-
msgstr "%s efter %d %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/pmpro-fr_FR.mo
CHANGED
Binary file
|
languages/pmpro-fr_FR.po
CHANGED
@@ -2,16 +2,15 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: pmpro\n"
|
4 |
"POT-Creation-Date: 2013-08-19 23:05+0100\n"
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.
|
12 |
"X-Poedit-KeywordsList: __;_;_e;_ex;_x;_n\n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
14 |
-
"Language: fr_FR\n"
|
15 |
"X-Poedit-SearchPath-0: includes\n"
|
16 |
"X-Poedit-SearchPath-1: .\n"
|
17 |
"X-Poedit-SearchPath-2: classes\n"
|
@@ -2298,7 +2297,7 @@ msgid ""
|
|
2298 |
msgstr ""
|
2299 |
"Vous êtes connecté en tant de <strong>%s </ strong>. Si vous souhaitez "
|
2300 |
"utiliser un compte différent pour cette adhésion, <a href=\"%s\"> "
|
2301 |
-
"déconnecter maintenant </a>."
|
2302 |
|
2303 |
#: pages/checkout.php:277
|
2304 |
#, php-format
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: pmpro\n"
|
4 |
"POT-Creation-Date: 2013-08-19 23:05+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-12-20 23:34+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.5.7\n"
|
12 |
"X-Poedit-KeywordsList: __;_;_e;_ex;_x;_n\n"
|
13 |
"X-Poedit-Basepath: ../\n"
|
|
|
14 |
"X-Poedit-SearchPath-0: includes\n"
|
15 |
"X-Poedit-SearchPath-1: .\n"
|
16 |
"X-Poedit-SearchPath-2: classes\n"
|
2297 |
msgstr ""
|
2298 |
"Vous êtes connecté en tant de <strong>%s </ strong>. Si vous souhaitez "
|
2299 |
"utiliser un compte différent pour cette adhésion, <a href=\"%s\"> "
|
2300 |
+
"déconnecter maintenant </ a>."
|
2301 |
|
2302 |
#: pages/checkout.php:277
|
2303 |
#, php-format
|
languages/pmpro-it_IT.mo
CHANGED
Binary file
|
languages/pmpro-it_IT.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Paid Memberships Pro\n"
|
4 |
-
"POT-Creation-Date: 2014-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Angelo Giammarresi <info@wocmultimedia.com>\n"
|
7 |
-
"Language-Team:
|
8 |
"Language: it_IT\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Poedit-SourceCharset:
|
13 |
"X-Generator: Poedit 1.5.7\n"
|
14 |
|
15 |
#: adminpages/addons.php:5 adminpages/advancedsettings.php:5
|
@@ -124,10 +124,9 @@ msgid "User Forum"
|
|
124 |
msgstr "Forum Utenti"
|
125 |
|
126 |
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
127 |
-
#: adminpages/pagesettings.php:69 includes/adminpages.php:
|
128 |
#: adminpages/admin_header.php:128 adminpages/membershiplevels.php:490
|
129 |
-
#: adminpages/membershiplevels.php:496
|
130 |
-
#: includes/adminpages.php:100
|
131 |
msgid "Membership Levels"
|
132 |
msgstr "Livelli"
|
133 |
|
@@ -150,10 +149,8 @@ msgstr "Email"
|
|
150 |
msgid "Advanced"
|
151 |
msgstr "Avanzate"
|
152 |
|
153 |
-
#: adminpages/admin_header.php:154 includes/adminpages.php:
|
154 |
-
#: includes/adminpages.php:
|
155 |
-
#: includes/adminpages.php:14 includes/adminpages.php:69
|
156 |
-
#: includes/adminpages.php:135
|
157 |
msgid "Add Ons"
|
158 |
msgstr "Addons"
|
159 |
|
@@ -186,10 +183,8 @@ msgstr ""
|
|
186 |
"Questo contenuto è riservato ai soli membri. Visita il sito e accedi/"
|
187 |
"registrati per continuare la lettura."
|
188 |
|
189 |
-
#: adminpages/advancedsettings.php:86 includes/adminpages.php:
|
190 |
-
#: includes/adminpages.php:
|
191 |
-
#: includes/adminpages.php:13 includes/adminpages.php:64
|
192 |
-
#: includes/adminpages.php:128
|
193 |
msgid "Advanced Settings"
|
194 |
msgstr "Avanzate"
|
195 |
|
@@ -631,10 +626,8 @@ msgstr ""
|
|
631 |
msgid "delete"
|
632 |
msgstr "elimina"
|
633 |
|
634 |
-
#: adminpages/emailsettings.php:69 includes/adminpages.php:
|
635 |
-
#: includes/adminpages.php:
|
636 |
-
#: includes/adminpages.php:12 includes/adminpages.php:59
|
637 |
-
#: includes/adminpages.php:121
|
638 |
msgid "Email Settings"
|
639 |
msgstr "Emails"
|
640 |
|
@@ -682,65 +675,53 @@ msgstr "Filtra solo le Email PMPro?"
|
|
682 |
msgid "If unchecked, all emails from \"WordPress <"
|
683 |
msgstr "Se disattivato, tutte le email da \"WordPress <"
|
684 |
|
685 |
-
#: adminpages/emailsettings.php:
|
686 |
-
#: adminpages/emailsettings.php:104
|
687 |
msgid "Send the site admin emails"
|
688 |
msgstr "Invia le email dell'amministratore"
|
689 |
|
690 |
-
#: adminpages/emailsettings.php:
|
691 |
-
#: adminpages/emailsettings.php:110
|
692 |
msgid "Checkout"
|
693 |
msgstr "Checkout"
|
694 |
|
695 |
-
#: adminpages/emailsettings.php:
|
696 |
-
#: adminpages/emailsettings.php:114
|
697 |
msgid "when a member checks out."
|
698 |
msgstr "quando un membro effettua il pagamento"
|
699 |
|
700 |
-
#: adminpages/emailsettings.php:
|
701 |
-
#: adminpages/emailsettings.php:119
|
702 |
msgid "Admin Changes"
|
703 |
msgstr "Modifiche dell'amministratore"
|
704 |
|
705 |
-
#: adminpages/emailsettings.php:
|
706 |
-
#: adminpages/emailsettings.php:123
|
707 |
msgid "when an admin changes a user's membership level through the dashboard."
|
708 |
msgstr ""
|
709 |
"quanto un amministratore cambia un livello di iscrizione attraverso il "
|
710 |
"pannello di controllo."
|
711 |
|
712 |
-
#: adminpages/emailsettings.php:
|
713 |
-
#: adminpages/emailsettings.php:128
|
714 |
msgid "Cancellation"
|
715 |
msgstr "Cancellazione"
|
716 |
|
717 |
-
#: adminpages/emailsettings.php:
|
718 |
-
#: adminpages/emailsettings.php:132
|
719 |
msgid "when a user cancels his or her account."
|
720 |
msgstr "quando un utente elimina il proprio conto."
|
721 |
|
722 |
-
#: adminpages/emailsettings.php:
|
723 |
-
#: adminpages/emailsettings.php:137
|
724 |
msgid "Bill Updates"
|
725 |
msgstr "Aggiornamento informazioni di pagamento"
|
726 |
|
727 |
-
#: adminpages/emailsettings.php:
|
728 |
-
#: adminpages/emailsettings.php:141
|
729 |
msgid "when a user updates his or her billing information."
|
730 |
msgstr "quando un utente aggiorna le sue informazioni di pagamento"
|
731 |
|
732 |
-
#: adminpages/emailsettings.php:
|
733 |
-
#: adminpages/emailsettings.php:147
|
734 |
msgid "Send members emails"
|
735 |
msgstr "Invia emails ai membri"
|
736 |
|
737 |
-
#: adminpages/emailsettings.php:
|
738 |
-
#: adminpages/emailsettings.php:153
|
739 |
msgid "New Users"
|
740 |
msgstr "Nuovo Utente"
|
741 |
|
742 |
-
#: adminpages/emailsettings.php:
|
743 |
-
#: adminpages/emailsettings.php:157
|
744 |
msgid ""
|
745 |
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
746 |
"still get an email confirmation from PMPro after checkout.)"
|
@@ -1004,9 +985,8 @@ msgstr ""
|
|
1004 |
"Sicuro di voler eliminare il livello %s? Tutte le iscrizioni verranno "
|
1005 |
"eliminate."
|
1006 |
|
1007 |
-
#: adminpages/memberslist.php:25 includes/adminpages.php:
|
1008 |
-
#: includes/adminpages.php:
|
1009 |
-
#: includes/adminpages.php:74 includes/adminpages.php:142
|
1010 |
msgid "Members List"
|
1011 |
msgstr "Membri"
|
1012 |
|
@@ -1082,6 +1062,10 @@ msgstr "Iscritto"
|
|
1082 |
msgid "Ended"
|
1083 |
msgstr "Terminato"
|
1084 |
|
|
|
|
|
|
|
|
|
1085 |
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1086 |
#: adminpages/memberslist.php:195
|
1087 |
msgid "No members found."
|
@@ -1291,15 +1275,13 @@ msgstr "Note"
|
|
1291 |
msgid "Save Order"
|
1292 |
msgstr "Salva Ordine"
|
1293 |
|
1294 |
-
#: adminpages/orders.php:561 pages/billing.php:
|
1295 |
-
#: pages/billing.php:295
|
1296 |
msgid "Cancel"
|
1297 |
msgstr "Annulla"
|
1298 |
|
1299 |
-
#: adminpages/orders.php:570 includes/adminpages.php:
|
1300 |
-
#: includes/adminpages.php:
|
1301 |
-
#: includes/adminpages.php:17 includes/adminpages.php:84
|
1302 |
-
#: includes/adminpages.php:156
|
1303 |
msgid "Orders"
|
1304 |
msgstr "Ordini"
|
1305 |
|
@@ -1832,8 +1814,7 @@ msgstr ""
|
|
1832 |
"Per l'integrazione completa con Braintree accertati di aver impostato il Web "
|
1833 |
"Hook URL come"
|
1834 |
|
1835 |
-
#: adminpages/reports.php:
|
1836 |
-
#: adminpages/reports.php:37
|
1837 |
msgid "Details"
|
1838 |
msgstr "Dettagli"
|
1839 |
|
@@ -1910,46 +1891,6 @@ msgstr "Totale Accessi"
|
|
1910 |
msgid "Membership Stats"
|
1911 |
msgstr "Stato dell'Iscrizione"
|
1912 |
|
1913 |
-
#: adminpages/reports/memberships.php:48
|
1914 |
-
msgid "Signups"
|
1915 |
-
msgstr "Iscrizioni"
|
1916 |
-
|
1917 |
-
#: adminpages/reports/memberships.php:50 adminpages/reports/memberships.php:69
|
1918 |
-
msgid "All Time"
|
1919 |
-
msgstr "Complessive"
|
1920 |
-
|
1921 |
-
#: adminpages/reports/memberships.php:54 adminpages/reports/memberships.php:73
|
1922 |
-
msgid "This Year"
|
1923 |
-
msgstr "Quest'Anno"
|
1924 |
-
|
1925 |
-
#: adminpages/reports/memberships.php:58 adminpages/reports/memberships.php:77
|
1926 |
-
msgid "This Month"
|
1927 |
-
msgstr "Questo Mese"
|
1928 |
-
|
1929 |
-
#: adminpages/reports/memberships.php:62 adminpages/reports/memberships.php:81
|
1930 |
-
msgid "Today"
|
1931 |
-
msgstr "Giornaliere"
|
1932 |
-
|
1933 |
-
#: adminpages/reports/memberships.php:67
|
1934 |
-
msgid "Cancellations"
|
1935 |
-
msgstr "Cancellazioni"
|
1936 |
-
|
1937 |
-
#: adminpages/reports/memberships.php:86
|
1938 |
-
msgid "Other Stats"
|
1939 |
-
msgstr "Altre Statistiche"
|
1940 |
-
|
1941 |
-
#: adminpages/reports/memberships.php:88
|
1942 |
-
msgid "Monthly Recurring Revenue (MRR)"
|
1943 |
-
msgstr "Ricavi Ricorsivi Mensili"
|
1944 |
-
|
1945 |
-
#: adminpages/reports/memberships.php:92
|
1946 |
-
msgid "Cancellation Rate"
|
1947 |
-
msgstr "Percentuale Cancellazioni"
|
1948 |
-
|
1949 |
-
#: adminpages/reports/memberships.php:96
|
1950 |
-
msgid "Lifetime Value (LTV)"
|
1951 |
-
msgstr "Valore Abbonamento Perenne (VAP)"
|
1952 |
-
|
1953 |
#: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:195
|
1954 |
#: adminpages/reports/sales.php:187 adminpages/reports/sales.php:196
|
1955 |
msgid "Daily"
|
@@ -1993,8 +1934,8 @@ msgstr "Ricavo"
|
|
1993 |
msgid "Sales"
|
1994 |
msgstr "Vendite"
|
1995 |
|
1996 |
-
#: classes/class.memberorder.php:
|
1997 |
-
#:
|
1998 |
#, php-format
|
1999 |
msgid ""
|
2000 |
"There was an error canceling the subscription for user with ID=%s. You will "
|
@@ -2152,8 +2093,9 @@ msgstr "L'iscrizione per %s a %s è stata modificata"
|
|
2152 |
msgid "The new level is %s. This membership is free"
|
2153 |
msgstr "Il nuovo livello è %s. Questa iscrizione è gratis"
|
2154 |
|
2155 |
-
#: classes/class.pmproemail.php:799
|
2156 |
-
|
|
|
2157 |
msgstr "iscrizione cancellata"
|
2158 |
|
2159 |
#: classes/gateways/class.pmprogateway.php:55
|
@@ -2238,16 +2180,15 @@ msgstr "Errore nell'iscrizione su Braintree:"
|
|
2238 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2239 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2240 |
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2241 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
|
|
2242 |
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2243 |
#: classes/gateways/class.pmprogateway_braintree.php:411
|
2244 |
#: classes/gateways/class.pmprogateway_braintree.php:418
|
2245 |
#: classes/gateways/class.pmprogateway_stripe.php:343
|
2246 |
#: classes/gateways/class.pmprogateway_stripe.php:344
|
2247 |
-
#: classes/gateways/class.pmprogateway_stripe.php:351
|
2248 |
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2249 |
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2250 |
-
#: classes/gateways/class.pmprogateway_stripe.php:361
|
2251 |
msgid "Could not find the subscription."
|
2252 |
msgstr "Iscrizione non trovata"
|
2253 |
|
@@ -2261,70 +2202,41 @@ msgstr ""
|
|
2261 |
"risarcire. Per favore contatta l'amministratore immediatamente per "
|
2262 |
"correggere l'errore."
|
2263 |
|
2264 |
-
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2265 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2266 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:220
|
2267 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
2268 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
2269 |
-
msgid ""
|
2270 |
-
"Please contact the site owner or cancel your subscription from within PayPal "
|
2271 |
-
"to make sure you are not charged going forward."
|
2272 |
-
msgstr ""
|
2273 |
-
"Ti preghiamo di contattare il proprietario del sito o cancellare la tua "
|
2274 |
-
"iscrizione da PayPal per esser sicuro che non ti vengano ancora addebitati "
|
2275 |
-
"altri importi in futuro."
|
2276 |
-
|
2277 |
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2278 |
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2279 |
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2280 |
msgid "Error creating customer record with Stripe:"
|
2281 |
msgstr "Errore nella creazione del cliente su Stripe:"
|
2282 |
|
2283 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2284 |
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2285 |
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2286 |
-
#: classes/gateways/class.pmprogateway_stripe.php:286
|
2287 |
msgid "Error creating plan with Stripe:"
|
2288 |
msgstr "Errore nella creazione del piano su Stripe."
|
2289 |
|
2290 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2291 |
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2292 |
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2293 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2294 |
msgid "Error subscribing customer to plan with Stripe:"
|
2295 |
msgstr "Errore nell'iscrizione del cliente su Stripe:"
|
2296 |
|
2297 |
-
#: classes/gateways/class.pmprogateway_stripe.php:383
|
2298 |
-
msgid "Could not cancel old subscription."
|
2299 |
-
msgstr "Non è possibile cancellare la vecchia iscrizione."
|
2300 |
-
|
2301 |
-
#: includes/adminpages.php:47 includes/adminpages.php:100
|
2302 |
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2303 |
-
#: includes/adminpages.php:93
|
2304 |
msgid "Memberships"
|
2305 |
msgstr "Memberships"
|
2306 |
|
2307 |
-
#: includes/adminpages.php:48 includes/adminpages.php:114
|
2308 |
#: includes/adminpages.php:10 includes/adminpages.php:49
|
2309 |
-
#: includes/adminpages.php:107
|
2310 |
msgid "Page Settings"
|
2311 |
msgstr "Pagine"
|
2312 |
|
2313 |
-
#: includes/adminpages.php:49 includes/adminpages.php:121
|
2314 |
#: includes/adminpages.php:11 includes/adminpages.php:54
|
2315 |
-
#: includes/adminpages.php:114
|
2316 |
msgid "Payment Settings"
|
2317 |
msgstr "Pagamento"
|
2318 |
|
2319 |
-
#: includes/adminpages.php:54 includes/adminpages.php:156
|
2320 |
#: includes/adminpages.php:16 includes/adminpages.php:79
|
2321 |
-
#: includes/adminpages.php:149
|
2322 |
msgid "Reports"
|
2323 |
msgstr "Rapporti"
|
2324 |
|
2325 |
-
#: includes/adminpages.php:56 includes/adminpages.php:170
|
2326 |
#: includes/adminpages.php:18 includes/adminpages.php:89
|
2327 |
-
#: includes/adminpages.php:163
|
2328 |
msgid "Discount Codes"
|
2329 |
msgstr "Codici Sconto"
|
2330 |
|
@@ -2452,192 +2364,168 @@ msgstr "Lira Turca"
|
|
2452 |
msgid "Vietnamese Dong"
|
2453 |
msgstr "Dong Vietnamita"
|
2454 |
|
2455 |
-
#: includes/functions.php:
|
2456 |
-
#: includes/functions.php:196
|
2457 |
#, php-format
|
2458 |
msgid "The price for membership is <strong>%s</strong> now"
|
2459 |
msgstr "L'iscrizione costa <strong>%s</strong>."
|
2460 |
|
2461 |
-
#: includes/functions.php:
|
2462 |
#, php-format
|
2463 |
msgid "<strong>%s</strong> now"
|
2464 |
msgstr "<strong>%s</strong> adesso."
|
2465 |
|
2466 |
-
#: includes/functions.php:
|
2467 |
-
#: includes/functions.php:205
|
2468 |
#, php-format
|
2469 |
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2470 |
msgstr ", quindi <strong>%s ogni %s per %d %s o più</strong>."
|
2471 |
|
2472 |
-
#: includes/functions.php:
|
2473 |
-
#: includes/functions.php:209
|
2474 |
#, php-format
|
2475 |
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2476 |
msgstr ", quindi <strong>%s ogni %d %s per %d %s o più</strong>."
|
2477 |
|
2478 |
-
#: includes/functions.php:
|
2479 |
-
#: includes/functions.php:214
|
2480 |
#, php-format
|
2481 |
msgid " and then <strong>%s after %d %s</strong>."
|
2482 |
msgstr ", quindi <strong>%s dopo %d %s</strong>."
|
2483 |
|
2484 |
-
#: includes/functions.php:
|
2485 |
#, php-format
|
2486 |
msgid "The price for membership is <strong>%s per %s</strong>."
|
2487 |
msgstr "L'iscrizione costa <strong>%s per %s</strong>."
|
2488 |
|
2489 |
-
#: includes/functions.php:
|
2490 |
#, php-format
|
2491 |
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2492 |
msgstr "L'iscrizione costa <strong>%s ogni %d %s</strong>."
|
2493 |
|
2494 |
-
#: includes/functions.php:
|
2495 |
#: includes/functions.php:220 includes/functions.php:228
|
2496 |
-
#: includes/functions.php:238
|
2497 |
#, php-format
|
2498 |
msgid " and then <strong>%s per %s</strong>."
|
2499 |
msgstr ", quindi <strong>%s ogni %s</strong>."
|
2500 |
|
2501 |
-
#: includes/functions.php:
|
2502 |
#: includes/functions.php:224 includes/functions.php:232
|
2503 |
-
#: includes/functions.php:242
|
2504 |
#, php-format
|
2505 |
msgid " and then <strong>%s every %d %s</strong>."
|
2506 |
msgstr ", quindi <strong>%s ogni %d %s</strong>."
|
2507 |
|
2508 |
-
#: includes/functions.php:
|
2509 |
-
#: includes/functions.php:238 includes/functions.php:249
|
2510 |
-
#: includes/functions.php:260 pages/levels.php:82
|
2511 |
msgid "After your initial payment, your first payment is Free."
|
2512 |
msgstr "Dopo il pagamento iniziale, il primo pagamento è gratis."
|
2513 |
|
2514 |
-
#: includes/functions.php:
|
2515 |
-
#: includes/functions.php:242 includes/functions.php:253
|
2516 |
-
#: includes/functions.php:264 pages/levels.php:86
|
2517 |
#, php-format
|
2518 |
msgid "After your initial payment, your first %d payments are Free."
|
2519 |
msgstr "Dopo il pagamento iniziale, i primi %d pagamenti sono gratis."
|
2520 |
|
2521 |
-
#: includes/functions.php:
|
2522 |
-
#: includes/functions.php:249 includes/functions.php:260
|
2523 |
-
#: includes/functions.php:271 pages/levels.php:93
|
2524 |
#, php-format
|
2525 |
msgid "After your initial payment, your first payment will cost %s."
|
2526 |
msgstr "Dopo il pagamento iniziale, il primo pagamento costerà %s."
|
2527 |
|
2528 |
-
#: includes/functions.php:
|
2529 |
-
#: includes/functions.php:253 includes/functions.php:264
|
2530 |
-
#: includes/functions.php:275 pages/levels.php:97
|
2531 |
#, php-format
|
2532 |
msgid "After your initial payment, your first %d payments will cost %s."
|
2533 |
msgstr "Dopo il pagamento iniziale, i primi %d pagamenti costeranno %s."
|
2534 |
|
2535 |
-
#: includes/functions.php:
|
2536 |
#: includes/functions.php:264 includes/functions.php:275
|
2537 |
-
#: includes/functions.php:286
|
2538 |
#, php-format
|
2539 |
msgid "Customers in %s will be charged %s%% tax."
|
2540 |
msgstr "I clienti in %s verranno tassati pari a %s%% ."
|
2541 |
|
2542 |
-
#: includes/functions.php:
|
2543 |
#: includes/functions.php:278 includes/functions.php:289
|
2544 |
-
#: includes/functions.php:300
|
2545 |
#, php-format
|
2546 |
msgid "Membership expires after %d %s."
|
2547 |
msgstr "L'iscrizione scade dopo %d %s."
|
2548 |
|
2549 |
-
#: includes/functions.php:
|
2550 |
#: includes/functions.php:514 includes/functions.php:525
|
2551 |
-
#: includes/functions.php:536
|
2552 |
msgid "User ID not found."
|
2553 |
msgstr "ID Utente non trovato."
|
2554 |
|
2555 |
-
#: includes/functions.php:
|
2556 |
#: includes/functions.php:531 includes/functions.php:542
|
2557 |
-
#: includes/functions.php:553
|
2558 |
msgid "Invalid level."
|
2559 |
msgstr "Livello d'iscrizione non valido."
|
2560 |
|
2561 |
-
#: includes/functions.php:
|
2562 |
#: includes/functions.php:542 includes/functions.php:553
|
2563 |
-
#: includes/functions.php:564
|
2564 |
msgid "not changing?"
|
2565 |
msgstr "?????"
|
2566 |
|
2567 |
-
#: includes/functions.php:
|
2568 |
-
#: includes/functions.php:
|
2569 |
#: includes/functions.php:559 includes/functions.php:570
|
2570 |
-
#: includes/functions.php:
|
2571 |
#: includes/functions.php:605 includes/functions.php:614
|
2572 |
#: includes/functions.php:617 includes/functions.php:626
|
2573 |
-
#: includes/functions.php:628 includes/functions.php:631
|
2574 |
-
#: includes/functions.php:637 includes/functions.php:640
|
2575 |
msgid "Error interacting with database"
|
2576 |
msgstr "Errore nell'interazione con il database."
|
2577 |
|
2578 |
-
#: includes/functions.php:
|
2579 |
#: includes/functions.php:629 includes/functions.php:651
|
2580 |
#: includes/functions.php:667 includes/functions.php:668
|
2581 |
-
#: includes/functions.php:678 includes/functions.php:681
|
2582 |
#: includes/functions.php:690 includes/functions.php:706
|
2583 |
-
#: includes/functions.php:717 includes/functions.php:720
|
2584 |
msgid "Membership level not found."
|
2585 |
msgstr "Livello d'iscrizione non trovato."
|
2586 |
|
2587 |
-
#: includes/functions.php:
|
2588 |
#: includes/functions.php:1072 includes/functions.php:1088
|
2589 |
-
#: includes/functions.php:1099 includes/functions.php:1102
|
2590 |
msgid "The discount code could not be found."
|
2591 |
msgstr "Il codice sconto non esiste."
|
2592 |
|
2593 |
-
#: includes/functions.php:
|
2594 |
#: includes/functions.php:1088 includes/functions.php:1104
|
2595 |
-
#: includes/functions.php:1115 includes/functions.php:1118
|
2596 |
#, php-format
|
2597 |
msgid "This discount code goes into effect on %s."
|
2598 |
msgstr "Lo sconto vale %s."
|
2599 |
|
2600 |
-
#: includes/functions.php:
|
2601 |
#: includes/functions.php:1097 includes/functions.php:1113
|
2602 |
-
#: includes/functions.php:1124 includes/functions.php:1127
|
2603 |
#, php-format
|
2604 |
msgid "This discount code expired on %s."
|
2605 |
msgstr "Il codice sconto scade %s."
|
2606 |
|
2607 |
-
#: includes/functions.php:
|
2608 |
#: includes/functions.php:1109 includes/functions.php:1125
|
2609 |
-
#: includes/functions.php:1136 includes/functions.php:1139
|
2610 |
msgid "This discount code is no longer valid."
|
2611 |
msgstr "Il codice sconto non è più valido."
|
2612 |
|
2613 |
-
#: includes/functions.php:
|
2614 |
#: includes/functions.php:1124 includes/functions.php:1140
|
2615 |
-
#: includes/functions.php:1151 includes/functions.php:1154
|
2616 |
msgid "This discount code does not apply to this membership level."
|
2617 |
msgstr ""
|
2618 |
"Il codice sconto non può essere applicato a questo livello d'iscrizione."
|
2619 |
|
2620 |
-
#: includes/functions.php:
|
2621 |
#: includes/functions.php:1132 includes/functions.php:1148
|
2622 |
-
#: includes/functions.php:1159 includes/functions.php:1162
|
2623 |
msgid "This discount code is okay."
|
2624 |
msgstr "Codice sconto accettato."
|
2625 |
|
2626 |
-
#: includes/functions.php:
|
2627 |
#: includes/functions.php:1156 includes/functions.php:1172
|
2628 |
-
#: includes/functions.php:1183 includes/functions.php:1186
|
2629 |
msgid "and"
|
2630 |
msgstr "e"
|
2631 |
|
2632 |
-
#: includes/functions.php:
|
2633 |
#: includes/functions.php:1341 includes/functions.php:1361
|
2634 |
-
#: includes/functions.php:1372 includes/functions.php:1375
|
2635 |
msgid "Sign Up for !!name!! Now"
|
2636 |
msgstr "Registrati come !!name!! Ora"
|
2637 |
|
2638 |
-
#: includes/functions.php:
|
2639 |
#: includes/functions.php:1347 includes/functions.php:1367
|
2640 |
-
#: includes/functions.php:1378 includes/functions.php:1381
|
2641 |
msgid "Please specify a level id."
|
2642 |
msgstr "Specifica un ID di livello."
|
2643 |
|
@@ -2681,7 +2569,7 @@ msgstr "Non definito"
|
|
2681 |
msgid "User is not paying."
|
2682 |
msgstr "L'utente non pagherà."
|
2683 |
|
2684 |
-
#: includes/upgradecheck.php:
|
2685 |
#, php-format
|
2686 |
msgid ""
|
2687 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
@@ -2689,7 +2577,7 @@ msgstr ""
|
|
2689 |
"Questo contenuto è riservato ai soli membri di !!levels!! <br /><a href=\"%s"
|
2690 |
"\">Registrati</a>."
|
2691 |
|
2692 |
-
#: includes/upgradecheck.php:
|
2693 |
#, php-format
|
2694 |
msgid ""
|
2695 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
@@ -2698,7 +2586,7 @@ msgstr ""
|
|
2698 |
"Questo contenuto è riservato ai soli membri di !!levels!! <br /><a href=\"%s"
|
2699 |
"\">Accedi</a> <a href=\"%s\">Registrati</a>."
|
2700 |
|
2701 |
-
#: includes/upgradecheck.php:
|
2702 |
msgid ""
|
2703 |
"This content is for !!levels!! members only. Visit the site and log in/"
|
2704 |
"register to read."
|
@@ -2899,11 +2787,11 @@ msgstr "CVV"
|
|
2899 |
msgid "what's this?"
|
2900 |
msgstr "Cos'è?"
|
2901 |
|
2902 |
-
#: pages/billing.php:
|
2903 |
msgid "Update"
|
2904 |
msgstr "Aggiorna"
|
2905 |
|
2906 |
-
#: pages/billing.php:
|
2907 |
msgid ""
|
2908 |
"This subscription is not recurring. So you don't need to update your billing "
|
2909 |
"information."
|
@@ -2953,9 +2841,8 @@ msgstr ""
|
|
2953 |
"<p class=\"pmpro_level_discount_applied\">Il codice <strong>%s</strong> è "
|
2954 |
"stato applicato al tuo ordine. </p>"
|
2955 |
|
2956 |
-
#: pages/checkout.php:62 services/applydiscountcode.php:
|
2957 |
#: pages/checkout.php:63 services/applydiscountcode.php:74
|
2958 |
-
#: services/applydiscountcode.php:75
|
2959 |
msgid "Click here to change your discount code"
|
2960 |
msgstr "Clicca per cambiare il codice sconto"
|
2961 |
|
@@ -3187,35 +3074,31 @@ msgid ""
|
|
3187 |
"moments."
|
3188 |
msgstr "La richiesta non può essere portata a termine - riprova più tardi."
|
3189 |
|
3190 |
-
#: preheaders/billing.php:
|
3191 |
-
#: preheaders/
|
3192 |
-
#: preheaders/checkout.php:481
|
3193 |
msgid "Please complete all required fields."
|
3194 |
msgstr "Compila tutti i campi richiesti."
|
3195 |
|
3196 |
-
#: preheaders/billing.php:
|
3197 |
-
#: preheaders/
|
3198 |
-
#: preheaders/checkout.php:491
|
3199 |
msgid "Your email addresses do not match. Please try again."
|
3200 |
msgstr "L'indirizzo mail non coincide. Riprova."
|
3201 |
|
3202 |
-
#: preheaders/billing.php:
|
3203 |
-
#: preheaders/
|
3204 |
-
#: preheaders/checkout.php:497
|
3205 |
msgid "The email address entered is in an invalid format. Please try again."
|
3206 |
msgstr "L'indirizzo mail inserito è in un formato non valido. Riprova."
|
3207 |
|
3208 |
-
#: preheaders/billing.php:
|
3209 |
msgid "All good!"
|
3210 |
msgstr "Tutto ok!"
|
3211 |
|
3212 |
-
#: preheaders/billing.php:
|
3213 |
#, php-format
|
3214 |
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3215 |
msgstr "Informazioni aggiornate. <a href=\"%s\">« torna al mio conto</a>"
|
3216 |
|
3217 |
-
#: preheaders/billing.php:
|
3218 |
-
#: preheaders/billing.php:380
|
3219 |
msgid "Error updating billing information."
|
3220 |
msgstr "Errore nel tentativo di aggiornare le informazioni di pagamento."
|
3221 |
|
@@ -3357,13 +3240,12 @@ msgstr "Avviso di Carta di Credito in scadenza inviato a %s."
|
|
3357 |
msgid "Trial ending email sent to %s. "
|
3358 |
msgstr "Avviso di scadenza periodo di prova inviato a %s."
|
3359 |
|
3360 |
-
#: services/applydiscountcode.php:
|
3361 |
#, php-format
|
3362 |
msgid "The %s code has been applied to your order. "
|
3363 |
msgstr "Il codice <strong>%s</strong> è stato applicato al tuo ordine."
|
3364 |
|
3365 |
-
#: services/applydiscountcode.php:
|
3366 |
-
#: services/applydiscountcode.php:83
|
3367 |
#, php-format
|
3368 |
msgid "The <strong>%s</strong> code has been applied to your order."
|
3369 |
msgstr "Il codice <strong>%s</strong> è stato applicato all'ordine."
|
@@ -3376,7 +3258,7 @@ msgstr ""
|
|
3376 |
"<p>Un pagamento è in attesa di verifica da parte di Authorize.net.</"
|
3377 |
"p><p>Informazione di pagamento da Authorize.net"
|
3378 |
|
3379 |
-
#: services/stripe-webhook.php:
|
3380 |
#, php-format
|
3381 |
msgid ""
|
3382 |
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
@@ -3419,10 +3301,6 @@ msgstr ""
|
|
3419 |
"personalizzati. Si può creare un periodo di prova impostando un prezzo "
|
3420 |
"iniziale differente dal successivo prezzo di fatturazione."
|
3421 |
|
3422 |
-
#: adminpages/memberslist.php:184 adminpages/memberslist.php:212
|
3423 |
-
msgid "Never"
|
3424 |
-
msgstr "Mai"
|
3425 |
-
|
3426 |
#: adminpages/paymentsettings.php:170
|
3427 |
msgid ""
|
3428 |
"Payflow Pro currently only supports one-time payments. Users will not be "
|
@@ -3454,11 +3332,6 @@ msgstr ""
|
|
3454 |
"Stripe non necessita dei campi per l'indirizzo di fatturazione. Selezionare "
|
3455 |
"'No' per nascondere questi campi nella pagina di pagamento."
|
3456 |
|
3457 |
-
#: classes/class.pmproemail.php:685 classes/class.pmproemail.php:734
|
3458 |
-
#: classes/class.pmproemail.php:799
|
3459 |
-
msgid "membership has been cancelled"
|
3460 |
-
msgstr "iscrizione cancellata"
|
3461 |
-
|
3462 |
#: pages/checkout.php:51 pages/checkout.php:52
|
3463 |
#, php-format
|
3464 |
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Paid Memberships Pro\n"
|
4 |
+
"POT-Creation-Date: 2014-03-05 23:26+0000\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Angelo Giammarresi <info@wocmultimedia.com>\n"
|
7 |
+
"Language-Team: Mirco Babini <mirkolofio@gmail.com>\n"
|
8 |
"Language: it_IT\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
13 |
"X-Generator: Poedit 1.5.7\n"
|
14 |
|
15 |
#: adminpages/addons.php:5 adminpages/advancedsettings.php:5
|
124 |
msgstr "Forum Utenti"
|
125 |
|
126 |
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
127 |
+
#: adminpages/pagesettings.php:69 includes/adminpages.php:44
|
128 |
#: adminpages/admin_header.php:128 adminpages/membershiplevels.php:490
|
129 |
+
#: adminpages/membershiplevels.php:496
|
|
|
130 |
msgid "Membership Levels"
|
131 |
msgstr "Livelli"
|
132 |
|
149 |
msgid "Advanced"
|
150 |
msgstr "Avanzate"
|
151 |
|
152 |
+
#: adminpages/admin_header.php:154 includes/adminpages.php:14
|
153 |
+
#: includes/adminpages.php:69 adminpages/admin_header.php:133
|
|
|
|
|
154 |
msgid "Add Ons"
|
155 |
msgstr "Addons"
|
156 |
|
183 |
"Questo contenuto è riservato ai soli membri. Visita il sito e accedi/"
|
184 |
"registrati per continuare la lettura."
|
185 |
|
186 |
+
#: adminpages/advancedsettings.php:86 includes/adminpages.php:13
|
187 |
+
#: includes/adminpages.php:64 adminpages/advancedsettings.php:79
|
|
|
|
|
188 |
msgid "Advanced Settings"
|
189 |
msgstr "Avanzate"
|
190 |
|
626 |
msgid "delete"
|
627 |
msgstr "elimina"
|
628 |
|
629 |
+
#: adminpages/emailsettings.php:69 includes/adminpages.php:12
|
630 |
+
#: includes/adminpages.php:59 adminpages/emailsettings.php:60
|
|
|
|
|
631 |
msgid "Email Settings"
|
632 |
msgstr "Emails"
|
633 |
|
675 |
msgid "If unchecked, all emails from \"WordPress <"
|
676 |
msgstr "Se disattivato, tutte le email da \"WordPress <"
|
677 |
|
678 |
+
#: adminpages/emailsettings.php:104 adminpages/emailsettings.php:86
|
|
|
679 |
msgid "Send the site admin emails"
|
680 |
msgstr "Invia le email dell'amministratore"
|
681 |
|
682 |
+
#: adminpages/emailsettings.php:110 adminpages/emailsettings.php:92
|
|
|
683 |
msgid "Checkout"
|
684 |
msgstr "Checkout"
|
685 |
|
686 |
+
#: adminpages/emailsettings.php:114 adminpages/emailsettings.php:96
|
|
|
687 |
msgid "when a member checks out."
|
688 |
msgstr "quando un membro effettua il pagamento"
|
689 |
|
690 |
+
#: adminpages/emailsettings.php:119 adminpages/emailsettings.php:101
|
|
|
691 |
msgid "Admin Changes"
|
692 |
msgstr "Modifiche dell'amministratore"
|
693 |
|
694 |
+
#: adminpages/emailsettings.php:123 adminpages/emailsettings.php:105
|
|
|
695 |
msgid "when an admin changes a user's membership level through the dashboard."
|
696 |
msgstr ""
|
697 |
"quanto un amministratore cambia un livello di iscrizione attraverso il "
|
698 |
"pannello di controllo."
|
699 |
|
700 |
+
#: adminpages/emailsettings.php:128 adminpages/emailsettings.php:110
|
|
|
701 |
msgid "Cancellation"
|
702 |
msgstr "Cancellazione"
|
703 |
|
704 |
+
#: adminpages/emailsettings.php:132 adminpages/emailsettings.php:114
|
|
|
705 |
msgid "when a user cancels his or her account."
|
706 |
msgstr "quando un utente elimina il proprio conto."
|
707 |
|
708 |
+
#: adminpages/emailsettings.php:137 adminpages/emailsettings.php:119
|
|
|
709 |
msgid "Bill Updates"
|
710 |
msgstr "Aggiornamento informazioni di pagamento"
|
711 |
|
712 |
+
#: adminpages/emailsettings.php:141 adminpages/emailsettings.php:123
|
|
|
713 |
msgid "when a user updates his or her billing information."
|
714 |
msgstr "quando un utente aggiorna le sue informazioni di pagamento"
|
715 |
|
716 |
+
#: adminpages/emailsettings.php:147 adminpages/emailsettings.php:129
|
|
|
717 |
msgid "Send members emails"
|
718 |
msgstr "Invia emails ai membri"
|
719 |
|
720 |
+
#: adminpages/emailsettings.php:153 adminpages/emailsettings.php:135
|
|
|
721 |
msgid "New Users"
|
722 |
msgstr "Nuovo Utente"
|
723 |
|
724 |
+
#: adminpages/emailsettings.php:157 adminpages/emailsettings.php:139
|
|
|
725 |
msgid ""
|
726 |
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
727 |
"still get an email confirmation from PMPro after checkout.)"
|
985 |
"Sicuro di voler eliminare il livello %s? Tutte le iscrizioni verranno "
|
986 |
"eliminate."
|
987 |
|
988 |
+
#: adminpages/memberslist.php:25 includes/adminpages.php:15
|
989 |
+
#: includes/adminpages.php:74
|
|
|
990 |
msgid "Members List"
|
991 |
msgstr "Membri"
|
992 |
|
1062 |
msgid "Ended"
|
1063 |
msgstr "Terminato"
|
1064 |
|
1065 |
+
#: adminpages/memberslist.php:212 adminpages/memberslist.php:184
|
1066 |
+
msgid "Never"
|
1067 |
+
msgstr "Mai"
|
1068 |
+
|
1069 |
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1070 |
#: adminpages/memberslist.php:195
|
1071 |
msgid "No members found."
|
1275 |
msgid "Save Order"
|
1276 |
msgstr "Salva Ordine"
|
1277 |
|
1278 |
+
#: adminpages/orders.php:561 pages/billing.php:299 adminpages/orders.php:511
|
1279 |
+
#: pages/billing.php:295
|
1280 |
msgid "Cancel"
|
1281 |
msgstr "Annulla"
|
1282 |
|
1283 |
+
#: adminpages/orders.php:570 includes/adminpages.php:17
|
1284 |
+
#: includes/adminpages.php:84 adminpages/orders.php:520
|
|
|
|
|
1285 |
msgid "Orders"
|
1286 |
msgstr "Ordini"
|
1287 |
|
1814 |
"Per l'integrazione completa con Braintree accertati di aver impostato il Web "
|
1815 |
"Hook URL come"
|
1816 |
|
1817 |
+
#: adminpages/reports.php:37 adminpages/reports.php:26
|
|
|
1818 |
msgid "Details"
|
1819 |
msgstr "Dettagli"
|
1820 |
|
1891 |
msgid "Membership Stats"
|
1892 |
msgstr "Stato dell'Iscrizione"
|
1893 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1894 |
#: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:195
|
1895 |
#: adminpages/reports/sales.php:187 adminpages/reports/sales.php:196
|
1896 |
msgid "Daily"
|
1934 |
msgid "Sales"
|
1935 |
msgstr "Vendite"
|
1936 |
|
1937 |
+
#: classes/class.memberorder.php:561 classes/class.memberorder.php:553
|
1938 |
+
#: includes/cleanup.php:24
|
1939 |
#, php-format
|
1940 |
msgid ""
|
1941 |
"There was an error canceling the subscription for user with ID=%s. You will "
|
2093 |
msgid "The new level is %s. This membership is free"
|
2094 |
msgstr "Il nuovo livello è %s. Questa iscrizione è gratis"
|
2095 |
|
2096 |
+
#: classes/class.pmproemail.php:799 classes/class.pmproemail.php:685
|
2097 |
+
#: classes/class.pmproemail.php:734
|
2098 |
+
msgid "membership has been cancelled"
|
2099 |
msgstr "iscrizione cancellata"
|
2100 |
|
2101 |
#: classes/gateways/class.pmprogateway.php:55
|
2180 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2181 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2182 |
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2183 |
+
#: classes/gateways/class.pmprogateway_stripe.php:351
|
2184 |
+
#: classes/gateways/class.pmprogateway_stripe.php:361
|
2185 |
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2186 |
#: classes/gateways/class.pmprogateway_braintree.php:411
|
2187 |
#: classes/gateways/class.pmprogateway_braintree.php:418
|
2188 |
#: classes/gateways/class.pmprogateway_stripe.php:343
|
2189 |
#: classes/gateways/class.pmprogateway_stripe.php:344
|
|
|
2190 |
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2191 |
#: classes/gateways/class.pmprogateway_stripe.php:354
|
|
|
2192 |
msgid "Could not find the subscription."
|
2193 |
msgstr "Iscrizione non trovata"
|
2194 |
|
2202 |
"risarcire. Per favore contatta l'amministratore immediatamente per "
|
2203 |
"correggere l'errore."
|
2204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2205 |
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2206 |
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2207 |
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2208 |
msgid "Error creating customer record with Stripe:"
|
2209 |
msgstr "Errore nella creazione del cliente su Stripe:"
|
2210 |
|
2211 |
+
#: classes/gateways/class.pmprogateway_stripe.php:286
|
2212 |
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2213 |
#: classes/gateways/class.pmprogateway_stripe.php:279
|
|
|
2214 |
msgid "Error creating plan with Stripe:"
|
2215 |
msgstr "Errore nella creazione del piano su Stripe."
|
2216 |
|
2217 |
+
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2218 |
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2219 |
#: classes/gateways/class.pmprogateway_stripe.php:295
|
|
|
2220 |
msgid "Error subscribing customer to plan with Stripe:"
|
2221 |
msgstr "Errore nell'iscrizione del cliente su Stripe:"
|
2222 |
|
|
|
|
|
|
|
|
|
|
|
2223 |
#: includes/adminpages.php:9 includes/adminpages.php:39
|
|
|
2224 |
msgid "Memberships"
|
2225 |
msgstr "Memberships"
|
2226 |
|
|
|
2227 |
#: includes/adminpages.php:10 includes/adminpages.php:49
|
|
|
2228 |
msgid "Page Settings"
|
2229 |
msgstr "Pagine"
|
2230 |
|
|
|
2231 |
#: includes/adminpages.php:11 includes/adminpages.php:54
|
|
|
2232 |
msgid "Payment Settings"
|
2233 |
msgstr "Pagamento"
|
2234 |
|
|
|
2235 |
#: includes/adminpages.php:16 includes/adminpages.php:79
|
|
|
2236 |
msgid "Reports"
|
2237 |
msgstr "Rapporti"
|
2238 |
|
|
|
2239 |
#: includes/adminpages.php:18 includes/adminpages.php:89
|
|
|
2240 |
msgid "Discount Codes"
|
2241 |
msgstr "Codici Sconto"
|
2242 |
|
2364 |
msgid "Vietnamese Dong"
|
2365 |
msgstr "Dong Vietnamita"
|
2366 |
|
2367 |
+
#: includes/functions.php:202 includes/functions.php:160
|
2368 |
+
#: includes/functions.php:196
|
2369 |
#, php-format
|
2370 |
msgid "The price for membership is <strong>%s</strong> now"
|
2371 |
msgstr "L'iscrizione costa <strong>%s</strong>."
|
2372 |
|
2373 |
+
#: includes/functions.php:204
|
2374 |
#, php-format
|
2375 |
msgid "<strong>%s</strong> now"
|
2376 |
msgstr "<strong>%s</strong> adesso."
|
2377 |
|
2378 |
+
#: includes/functions.php:213 includes/functions.php:169
|
2379 |
+
#: includes/functions.php:205
|
2380 |
#, php-format
|
2381 |
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2382 |
msgstr ", quindi <strong>%s ogni %s per %d %s o più</strong>."
|
2383 |
|
2384 |
+
#: includes/functions.php:217 includes/functions.php:173
|
2385 |
+
#: includes/functions.php:209
|
2386 |
#, php-format
|
2387 |
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2388 |
msgstr ", quindi <strong>%s ogni %d %s per %d %s o più</strong>."
|
2389 |
|
2390 |
+
#: includes/functions.php:222 includes/functions.php:178
|
2391 |
+
#: includes/functions.php:214
|
2392 |
#, php-format
|
2393 |
msgid " and then <strong>%s after %d %s</strong>."
|
2394 |
msgstr ", quindi <strong>%s dopo %d %s</strong>."
|
2395 |
|
2396 |
+
#: includes/functions.php:229
|
2397 |
#, php-format
|
2398 |
msgid "The price for membership is <strong>%s per %s</strong>."
|
2399 |
msgstr "L'iscrizione costa <strong>%s per %s</strong>."
|
2400 |
|
2401 |
+
#: includes/functions.php:233
|
2402 |
#, php-format
|
2403 |
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2404 |
msgstr "L'iscrizione costa <strong>%s ogni %d %s</strong>."
|
2405 |
|
2406 |
+
#: includes/functions.php:238 includes/functions.php:184
|
2407 |
#: includes/functions.php:220 includes/functions.php:228
|
|
|
2408 |
#, php-format
|
2409 |
msgid " and then <strong>%s per %s</strong>."
|
2410 |
msgstr ", quindi <strong>%s ogni %s</strong>."
|
2411 |
|
2412 |
+
#: includes/functions.php:242 includes/functions.php:188
|
2413 |
#: includes/functions.php:224 includes/functions.php:232
|
|
|
2414 |
#, php-format
|
2415 |
msgid " and then <strong>%s every %d %s</strong>."
|
2416 |
msgstr ", quindi <strong>%s ogni %d %s</strong>."
|
2417 |
|
2418 |
+
#: includes/functions.php:260 includes/functions.php:202
|
2419 |
+
#: includes/functions.php:238 includes/functions.php:249 pages/levels.php:82
|
|
|
2420 |
msgid "After your initial payment, your first payment is Free."
|
2421 |
msgstr "Dopo il pagamento iniziale, il primo pagamento è gratis."
|
2422 |
|
2423 |
+
#: includes/functions.php:264 includes/functions.php:206
|
2424 |
+
#: includes/functions.php:242 includes/functions.php:253 pages/levels.php:86
|
|
|
2425 |
#, php-format
|
2426 |
msgid "After your initial payment, your first %d payments are Free."
|
2427 |
msgstr "Dopo il pagamento iniziale, i primi %d pagamenti sono gratis."
|
2428 |
|
2429 |
+
#: includes/functions.php:271 includes/functions.php:213
|
2430 |
+
#: includes/functions.php:249 includes/functions.php:260 pages/levels.php:93
|
|
|
2431 |
#, php-format
|
2432 |
msgid "After your initial payment, your first payment will cost %s."
|
2433 |
msgstr "Dopo il pagamento iniziale, il primo pagamento costerà %s."
|
2434 |
|
2435 |
+
#: includes/functions.php:275 includes/functions.php:217
|
2436 |
+
#: includes/functions.php:253 includes/functions.php:264 pages/levels.php:97
|
|
|
2437 |
#, php-format
|
2438 |
msgid "After your initial payment, your first %d payments will cost %s."
|
2439 |
msgstr "Dopo il pagamento iniziale, i primi %d pagamenti costeranno %s."
|
2440 |
|
2441 |
+
#: includes/functions.php:286 includes/functions.php:228
|
2442 |
#: includes/functions.php:264 includes/functions.php:275
|
|
|
2443 |
#, php-format
|
2444 |
msgid "Customers in %s will be charged %s%% tax."
|
2445 |
msgstr "I clienti in %s verranno tassati pari a %s%% ."
|
2446 |
|
2447 |
+
#: includes/functions.php:300 includes/functions.php:242
|
2448 |
#: includes/functions.php:278 includes/functions.php:289
|
|
|
2449 |
#, php-format
|
2450 |
msgid "Membership expires after %d %s."
|
2451 |
msgstr "L'iscrizione scade dopo %d %s."
|
2452 |
|
2453 |
+
#: includes/functions.php:536 includes/functions.php:491
|
2454 |
#: includes/functions.php:514 includes/functions.php:525
|
|
|
2455 |
msgid "User ID not found."
|
2456 |
msgstr "ID Utente non trovato."
|
2457 |
|
2458 |
+
#: includes/functions.php:553 includes/functions.php:508
|
2459 |
#: includes/functions.php:531 includes/functions.php:542
|
|
|
2460 |
msgid "Invalid level."
|
2461 |
msgstr "Livello d'iscrizione non valido."
|
2462 |
|
2463 |
+
#: includes/functions.php:564 includes/functions.php:520
|
2464 |
#: includes/functions.php:542 includes/functions.php:553
|
|
|
2465 |
msgid "not changing?"
|
2466 |
msgstr "?????"
|
2467 |
|
2468 |
+
#: includes/functions.php:581 includes/functions.php:628
|
2469 |
+
#: includes/functions.php:637 includes/functions.php:537
|
2470 |
#: includes/functions.php:559 includes/functions.php:570
|
2471 |
+
#: includes/functions.php:583 includes/functions.php:592
|
2472 |
#: includes/functions.php:605 includes/functions.php:614
|
2473 |
#: includes/functions.php:617 includes/functions.php:626
|
|
|
|
|
2474 |
msgid "Error interacting with database"
|
2475 |
msgstr "Errore nell'interazione con il database."
|
2476 |
|
2477 |
+
#: includes/functions.php:678 includes/functions.php:717
|
2478 |
#: includes/functions.php:629 includes/functions.php:651
|
2479 |
#: includes/functions.php:667 includes/functions.php:668
|
|
|
2480 |
#: includes/functions.php:690 includes/functions.php:706
|
|
|
2481 |
msgid "Membership level not found."
|
2482 |
msgstr "Livello d'iscrizione non trovato."
|
2483 |
|
2484 |
+
#: includes/functions.php:1099 includes/functions.php:1050
|
2485 |
#: includes/functions.php:1072 includes/functions.php:1088
|
|
|
2486 |
msgid "The discount code could not be found."
|
2487 |
msgstr "Il codice sconto non esiste."
|
2488 |
|
2489 |
+
#: includes/functions.php:1115 includes/functions.php:1066
|
2490 |
#: includes/functions.php:1088 includes/functions.php:1104
|
|
|
2491 |
#, php-format
|
2492 |
msgid "This discount code goes into effect on %s."
|
2493 |
msgstr "Lo sconto vale %s."
|
2494 |
|
2495 |
+
#: includes/functions.php:1124 includes/functions.php:1075
|
2496 |
#: includes/functions.php:1097 includes/functions.php:1113
|
|
|
2497 |
#, php-format
|
2498 |
msgid "This discount code expired on %s."
|
2499 |
msgstr "Il codice sconto scade %s."
|
2500 |
|
2501 |
+
#: includes/functions.php:1136 includes/functions.php:1087
|
2502 |
#: includes/functions.php:1109 includes/functions.php:1125
|
|
|
2503 |
msgid "This discount code is no longer valid."
|
2504 |
msgstr "Il codice sconto non è più valido."
|
2505 |
|
2506 |
+
#: includes/functions.php:1151 includes/functions.php:1102
|
2507 |
#: includes/functions.php:1124 includes/functions.php:1140
|
|
|
2508 |
msgid "This discount code does not apply to this membership level."
|
2509 |
msgstr ""
|
2510 |
"Il codice sconto non può essere applicato a questo livello d'iscrizione."
|
2511 |
|
2512 |
+
#: includes/functions.php:1159 includes/functions.php:1110
|
2513 |
#: includes/functions.php:1132 includes/functions.php:1148
|
|
|
2514 |
msgid "This discount code is okay."
|
2515 |
msgstr "Codice sconto accettato."
|
2516 |
|
2517 |
+
#: includes/functions.php:1183 includes/functions.php:1134
|
2518 |
#: includes/functions.php:1156 includes/functions.php:1172
|
|
|
2519 |
msgid "and"
|
2520 |
msgstr "e"
|
2521 |
|
2522 |
+
#: includes/functions.php:1372 includes/functions.php:1319
|
2523 |
#: includes/functions.php:1341 includes/functions.php:1361
|
|
|
2524 |
msgid "Sign Up for !!name!! Now"
|
2525 |
msgstr "Registrati come !!name!! Ora"
|
2526 |
|
2527 |
+
#: includes/functions.php:1378 includes/functions.php:1325
|
2528 |
#: includes/functions.php:1347 includes/functions.php:1367
|
|
|
2529 |
msgid "Please specify a level id."
|
2530 |
msgstr "Specifica un ID di livello."
|
2531 |
|
2569 |
msgid "User is not paying."
|
2570 |
msgstr "L'utente non pagherà."
|
2571 |
|
2572 |
+
#: includes/upgradecheck.php:401
|
2573 |
#, php-format
|
2574 |
msgid ""
|
2575 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2577 |
"Questo contenuto è riservato ai soli membri di !!levels!! <br /><a href=\"%s"
|
2578 |
"\">Registrati</a>."
|
2579 |
|
2580 |
+
#: includes/upgradecheck.php:404
|
2581 |
#, php-format
|
2582 |
msgid ""
|
2583 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2586 |
"Questo contenuto è riservato ai soli membri di !!levels!! <br /><a href=\"%s"
|
2587 |
"\">Accedi</a> <a href=\"%s\">Registrati</a>."
|
2588 |
|
2589 |
+
#: includes/upgradecheck.php:408
|
2590 |
msgid ""
|
2591 |
"This content is for !!levels!! members only. Visit the site and log in/"
|
2592 |
"register to read."
|
2787 |
msgid "what's this?"
|
2788 |
msgstr "Cos'è?"
|
2789 |
|
2790 |
+
#: pages/billing.php:298 pages/billing.php:294
|
2791 |
msgid "Update"
|
2792 |
msgstr "Aggiorna"
|
2793 |
|
2794 |
+
#: pages/billing.php:313 pages/billing.php:309
|
2795 |
msgid ""
|
2796 |
"This subscription is not recurring. So you don't need to update your billing "
|
2797 |
"information."
|
2841 |
"<p class=\"pmpro_level_discount_applied\">Il codice <strong>%s</strong> è "
|
2842 |
"stato applicato al tuo ordine. </p>"
|
2843 |
|
2844 |
+
#: pages/checkout.php:62 services/applydiscountcode.php:75
|
2845 |
#: pages/checkout.php:63 services/applydiscountcode.php:74
|
|
|
2846 |
msgid "Click here to change your discount code"
|
2847 |
msgstr "Clicca per cambiare il codice sconto"
|
2848 |
|
3074 |
"moments."
|
3075 |
msgstr "La richiesta non può essere portata a termine - riprova più tardi."
|
3076 |
|
3077 |
+
#: preheaders/billing.php:258 preheaders/checkout.php:482
|
3078 |
+
#: preheaders/checkout.php:464 preheaders/checkout.php:481
|
|
|
3079 |
msgid "Please complete all required fields."
|
3080 |
msgstr "Compila tutti i campi richiesti."
|
3081 |
|
3082 |
+
#: preheaders/billing.php:263 preheaders/checkout.php:492
|
3083 |
+
#: preheaders/checkout.php:474 preheaders/checkout.php:491
|
|
|
3084 |
msgid "Your email addresses do not match. Please try again."
|
3085 |
msgstr "L'indirizzo mail non coincide. Riprova."
|
3086 |
|
3087 |
+
#: preheaders/billing.php:268 preheaders/checkout.php:498
|
3088 |
+
#: preheaders/checkout.php:480 preheaders/checkout.php:497
|
|
|
3089 |
msgid "The email address entered is in an invalid format. Please try again."
|
3090 |
msgstr "L'indirizzo mail inserito è in un formato non valido. Riprova."
|
3091 |
|
3092 |
+
#: preheaders/billing.php:274
|
3093 |
msgid "All good!"
|
3094 |
msgstr "Tutto ok!"
|
3095 |
|
3096 |
+
#: preheaders/billing.php:340
|
3097 |
#, php-format
|
3098 |
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3099 |
msgstr "Informazioni aggiornate. <a href=\"%s\">« torna al mio conto</a>"
|
3100 |
|
3101 |
+
#: preheaders/billing.php:347
|
|
|
3102 |
msgid "Error updating billing information."
|
3103 |
msgstr "Errore nel tentativo di aggiornare le informazioni di pagamento."
|
3104 |
|
3240 |
msgid "Trial ending email sent to %s. "
|
3241 |
msgstr "Avviso di scadenza periodo di prova inviato a %s."
|
3242 |
|
3243 |
+
#: services/applydiscountcode.php:64
|
3244 |
#, php-format
|
3245 |
msgid "The %s code has been applied to your order. "
|
3246 |
msgstr "Il codice <strong>%s</strong> è stato applicato al tuo ordine."
|
3247 |
|
3248 |
+
#: services/applydiscountcode.php:83 services/applydiscountcode.php:82
|
|
|
3249 |
#, php-format
|
3250 |
msgid "The <strong>%s</strong> code has been applied to your order."
|
3251 |
msgstr "Il codice <strong>%s</strong> è stato applicato all'ordine."
|
3258 |
"<p>Un pagamento è in attesa di verifica da parte di Authorize.net.</"
|
3259 |
"p><p>Informazione di pagamento da Authorize.net"
|
3260 |
|
3261 |
+
#: services/stripe-webhook.php:176
|
3262 |
#, php-format
|
3263 |
msgid ""
|
3264 |
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
3301 |
"personalizzati. Si può creare un periodo di prova impostando un prezzo "
|
3302 |
"iniziale differente dal successivo prezzo di fatturazione."
|
3303 |
|
|
|
|
|
|
|
|
|
3304 |
#: adminpages/paymentsettings.php:170
|
3305 |
msgid ""
|
3306 |
"Payflow Pro currently only supports one-time payments. Users will not be "
|
3332 |
"Stripe non necessita dei campi per l'indirizzo di fatturazione. Selezionare "
|
3333 |
"'No' per nascondere questi campi nella pagina di pagamento."
|
3334 |
|
|
|
|
|
|
|
|
|
|
|
3335 |
#: pages/checkout.php:51 pages/checkout.php:52
|
3336 |
#, php-format
|
3337 |
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
languages/pmpro-nb_NO.mo
DELETED
Binary file
|
languages/pmpro-nb_NO.po
DELETED
@@ -1,3279 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Paid Memberships Pro v1.7.7\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2014-06-28 10:10:53+0000\n"
|
7 |
-
"Last-Translator: admin <marit.kolle@getmail.no>\n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Generator: CSL v1.x\n"
|
14 |
-
"X-Poedit-Language: Norwegian (Bokmål)\n"
|
15 |
-
"X-Poedit-Country: NORWAY\n"
|
16 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
18 |
-
"X-Poedit-Basepath: ../\n"
|
19 |
-
"X-Poedit-Bookmarks: \n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Textdomain-Support: yes"
|
22 |
-
|
23 |
-
#: adminpages/addons.php:5
|
24 |
-
#: adminpages/advancedsettings.php:5
|
25 |
-
#: adminpages/discountcodes.php:5
|
26 |
-
#: adminpages/emailsettings.php:5
|
27 |
-
#: adminpages/membershiplevels.php:5
|
28 |
-
#: adminpages/memberslist-csv.php:5
|
29 |
-
#: adminpages/memberslist.php:5
|
30 |
-
#: adminpages/orders-csv.php:5
|
31 |
-
#: adminpages/orders.php:5
|
32 |
-
#: adminpages/pagesettings.php:5
|
33 |
-
#: adminpages/paymentsettings.php:5
|
34 |
-
#@ pmpro
|
35 |
-
msgid "You do not have permissions to perform this action."
|
36 |
-
msgstr "Du har ikke tillatelse til å utføre dette."
|
37 |
-
|
38 |
-
#: adminpages/addons.php:79
|
39 |
-
#@ pmpro
|
40 |
-
msgid "Enabled"
|
41 |
-
msgstr "Aktiv"
|
42 |
-
|
43 |
-
#: adminpages/addons.php:79
|
44 |
-
#@ pmpro
|
45 |
-
msgid "Disabled"
|
46 |
-
msgstr "Ikke aktiv"
|
47 |
-
|
48 |
-
#: adminpages/admin_header.php:25
|
49 |
-
#@ pmpro
|
50 |
-
msgid "Add a membership level to get started."
|
51 |
-
msgstr "Legg til et medlemskap for å starte."
|
52 |
-
|
53 |
-
#: adminpages/admin_header.php:27
|
54 |
-
#@ pmpro
|
55 |
-
msgid "Setup the membership pages"
|
56 |
-
msgstr "Oppsett for medlemskap-sidene"
|
57 |
-
|
58 |
-
#: adminpages/admin_header.php:29
|
59 |
-
#@ pmpro
|
60 |
-
msgid "Setup your SSL certificate and payment gateway"
|
61 |
-
msgstr "Oppsett for SSL sertifikat og betalingsmåte"
|
62 |
-
|
63 |
-
#: adminpages/admin_header.php:38
|
64 |
-
#@ pmpro
|
65 |
-
msgid "The billing details for some of your membership levels is not supported by Stripe."
|
66 |
-
msgstr "Faktureringsdetaljene for noen av dine medlemskapsnivåer er ikke støttet av Stripe."
|
67 |
-
|
68 |
-
#: adminpages/admin_header.php:46
|
69 |
-
#@ pmpro
|
70 |
-
msgid "The billing details for this level are not supported by Stripe. Please review the notes in the Billing Details section below."
|
71 |
-
msgstr "Faktureringsdetaljene for dette nivået er ikke støttet av Stripe. Les igjennom informasjonen i Faktureringsdetaljene under."
|
72 |
-
|
73 |
-
#: adminpages/admin_header.php:50
|
74 |
-
#: adminpages/admin_header.php:70
|
75 |
-
#: adminpages/admin_header.php:90
|
76 |
-
#: adminpages/admin_header.php:111
|
77 |
-
#@ pmpro
|
78 |
-
msgid "The levels with issues are highlighted below."
|
79 |
-
msgstr "Nivåene med feil er markert under."
|
80 |
-
|
81 |
-
#: adminpages/admin_header.php:52
|
82 |
-
#: adminpages/admin_header.php:72
|
83 |
-
#: adminpages/admin_header.php:92
|
84 |
-
#: adminpages/admin_header.php:113
|
85 |
-
#@ pmpro
|
86 |
-
msgid "Please edit your levels"
|
87 |
-
msgstr "Rediger nivåene dine under"
|
88 |
-
|
89 |
-
#: adminpages/admin_header.php:58
|
90 |
-
#@ pmpro
|
91 |
-
msgid "The billing details for some of your membership levels is not supported by Payflow."
|
92 |
-
msgstr "Faktureringsdetaljene for noen av dine medlemskapsnivåer er ikke støttet av Payflow."
|
93 |
-
|
94 |
-
#: adminpages/admin_header.php:66
|
95 |
-
#@ pmpro
|
96 |
-
msgid "The billing details for this level are not supported by Payflow. Please review the notes in the Billing Details section below."
|
97 |
-
msgstr "Faktureringsdetaljene for dette nivået er ikke støttet av Payflow. Les igjennom informasjonen i Faktureringsdetaljene under."
|
98 |
-
|
99 |
-
#: adminpages/admin_header.php:78
|
100 |
-
#@ pmpro
|
101 |
-
msgid "The billing details for some of your membership levels is not supported by Braintree."
|
102 |
-
msgstr "Faktureringsdetaljene for noen av dine medlemskapsnivåer er ikke støttet av Braintree."
|
103 |
-
|
104 |
-
#: adminpages/admin_header.php:86
|
105 |
-
#@ pmpro
|
106 |
-
msgid "The billing details for this level are not supported by Braintree. Please review the notes in the Billing Details section below."
|
107 |
-
msgstr "Faktureringsdetaljene for dette nivået er ikke støttet av Braintree. Les igjennom informasjonen i Faktureringsdetaljene under."
|
108 |
-
|
109 |
-
#: adminpages/admin_header.php:98
|
110 |
-
#@ pmpro
|
111 |
-
msgid "The billing details for some of your membership levels is not supported by TwoCheckout."
|
112 |
-
msgstr "Faktureringsdetaljene for noen av dine medlemskapsnivåer er ikke støttet av TwoCheckout."
|
113 |
-
|
114 |
-
#: adminpages/admin_header.php:107
|
115 |
-
#@ pmpro
|
116 |
-
msgid "The billing details for this level are not supported by 2Checkout. Please review the notes in the Billing Details section below."
|
117 |
-
msgstr "Faktureringsdetaljene for dette nivået er ikke støttet av 2Checkout. Les igjennom informasjonen i Faktureringsdetaljene under."
|
118 |
-
|
119 |
-
#: adminpages/admin_header.php:127
|
120 |
-
#@ pmpro
|
121 |
-
msgid "Plugin Support"
|
122 |
-
msgstr "Plugin Support"
|
123 |
-
|
124 |
-
#: adminpages/admin_header.php:127
|
125 |
-
#@ pmpro
|
126 |
-
msgid "User Forum"
|
127 |
-
msgstr "Brukerforum"
|
128 |
-
|
129 |
-
#: adminpages/admin_header.php:149
|
130 |
-
#: adminpages/membershiplevels.php:496
|
131 |
-
#: includes/adminpages.php:44
|
132 |
-
#@ pmpro
|
133 |
-
msgid "Membership Levels"
|
134 |
-
msgstr "Medlemskapsnivå"
|
135 |
-
|
136 |
-
#: adminpages/admin_header.php:150
|
137 |
-
#: adminpages/pagesettings.php:92
|
138 |
-
#@ pmpro
|
139 |
-
msgid "Pages"
|
140 |
-
msgstr "Sider"
|
141 |
-
|
142 |
-
#: adminpages/admin_header.php:151
|
143 |
-
#@ pmpro
|
144 |
-
msgid "Payment Gateway & SSL"
|
145 |
-
msgstr "Betalingsmåter & SSL"
|
146 |
-
|
147 |
-
#: adminpages/admin_header.php:152
|
148 |
-
#: adminpages/memberslist.php:148
|
149 |
-
#: pages/account.php:52
|
150 |
-
#@ pmpro
|
151 |
-
msgid "Email"
|
152 |
-
msgstr "Epost"
|
153 |
-
|
154 |
-
#: adminpages/admin_header.php:153
|
155 |
-
#@ pmpro
|
156 |
-
msgid "Advanced"
|
157 |
-
msgstr "Avansert"
|
158 |
-
|
159 |
-
#: adminpages/admin_header.php:154
|
160 |
-
#: includes/adminpages.php:14
|
161 |
-
#: includes/adminpages.php:69
|
162 |
-
#@ pmpro
|
163 |
-
msgid "Add Ons"
|
164 |
-
msgstr "Add Ons"
|
165 |
-
|
166 |
-
#: adminpages/advancedsettings.php:35
|
167 |
-
#@ pmpro
|
168 |
-
msgid "Your advanced settings have been updated."
|
169 |
-
msgstr "Dine avanserte innstillinger har blitt oppdatert."
|
170 |
-
|
171 |
-
#: adminpages/advancedsettings.php:79
|
172 |
-
#: includes/adminpages.php:13
|
173 |
-
#: includes/adminpages.php:64
|
174 |
-
#@ pmpro
|
175 |
-
msgid "Advanced Settings"
|
176 |
-
msgstr "Avanserte innstillinger"
|
177 |
-
|
178 |
-
#: adminpages/advancedsettings.php:85
|
179 |
-
#@ pmpro
|
180 |
-
msgid "Message for Logged-in Non-members"
|
181 |
-
msgstr "Melding til innloggede ikke-medlemmer"
|
182 |
-
|
183 |
-
#: adminpages/advancedsettings.php:89
|
184 |
-
#@ pmpro
|
185 |
-
msgid "This message replaces the post content for non-members. Available variables"
|
186 |
-
msgstr "Denne meldingen erstatter innholdet i innleggene for ikke-medlemmer. Tilgjengelige variabler"
|
187 |
-
|
188 |
-
#: adminpages/advancedsettings.php:94
|
189 |
-
#@ pmpro
|
190 |
-
msgid "Message for Logged-out Users"
|
191 |
-
msgstr "Melding til utloggede brukere"
|
192 |
-
|
193 |
-
#: adminpages/advancedsettings.php:98
|
194 |
-
#@ pmpro
|
195 |
-
msgid "This message replaces the post content for logged-out visitors."
|
196 |
-
msgstr "Denne meldingen erstatter innholdet i innleggene for utloggede besøkende"
|
197 |
-
|
198 |
-
#: adminpages/advancedsettings.php:103
|
199 |
-
#@ pmpro
|
200 |
-
msgid "Message for RSS Feed"
|
201 |
-
msgstr "Melding for RSS Feed"
|
202 |
-
|
203 |
-
#: adminpages/advancedsettings.php:107
|
204 |
-
#@ pmpro
|
205 |
-
msgid "This message replaces the post content in RSS feeds."
|
206 |
-
msgstr "Denne meldingen erstatter innholdet i innleggene i RSS Feeden"
|
207 |
-
|
208 |
-
#: adminpages/advancedsettings.php:113
|
209 |
-
#@ pmpro
|
210 |
-
msgid "Show Excerpts to Non-Members?"
|
211 |
-
msgstr "Viser utdrag for ikke-medlemmer?"
|
212 |
-
|
213 |
-
#: adminpages/advancedsettings.php:117
|
214 |
-
#@ pmpro
|
215 |
-
msgid "No - Hide excerpts."
|
216 |
-
msgstr "Nei - Skjul utdragene."
|
217 |
-
|
218 |
-
#: adminpages/advancedsettings.php:118
|
219 |
-
#@ pmpro
|
220 |
-
msgid "Yes - Show excerpts."
|
221 |
-
msgstr "Ja - Vis utdragene."
|
222 |
-
|
223 |
-
#: adminpages/advancedsettings.php:128
|
224 |
-
#: adminpages/advancedsettings.php:187
|
225 |
-
#: adminpages/advancedsettings.php:199
|
226 |
-
#: adminpages/membershiplevels.php:569
|
227 |
-
#: adminpages/paymentsettings.php:434
|
228 |
-
#: adminpages/paymentsettings.php:459
|
229 |
-
#: includes/profile.php:123
|
230 |
-
#@ pmpro
|
231 |
-
msgid "No"
|
232 |
-
msgstr "Nei"
|
233 |
-
|
234 |
-
#: adminpages/advancedsettings.php:129
|
235 |
-
#@ pmpro
|
236 |
-
msgid "Hide Ads From All Members"
|
237 |
-
msgstr "Skjul reklamen for alle medlemmer"
|
238 |
-
|
239 |
-
#: adminpages/advancedsettings.php:130
|
240 |
-
#@ pmpro
|
241 |
-
msgid "Hide Ads From Certain Members"
|
242 |
-
msgstr "Skjul reklamen for visse medlemmer"
|
243 |
-
|
244 |
-
#: adminpages/advancedsettings.php:137
|
245 |
-
#@ pmpro
|
246 |
-
msgid "Ads from the following plugins will be automatically turned off"
|
247 |
-
msgstr "Reklamer fra følgende Plugins vil automatisk slås av"
|
248 |
-
|
249 |
-
#: adminpages/advancedsettings.php:138
|
250 |
-
#@ pmpro
|
251 |
-
msgid "To hide ads in your template code, use code like the following"
|
252 |
-
msgstr "For å skjule reklamer i template-koden, bruk kode som i det følgende"
|
253 |
-
|
254 |
-
#: adminpages/advancedsettings.php:149
|
255 |
-
#@ pmpro
|
256 |
-
msgid "Choose Levels to Hide Ads From"
|
257 |
-
msgstr "Velg nivåer for å skjule reklamer fra"
|
258 |
-
|
259 |
-
#: adminpages/advancedsettings.php:183
|
260 |
-
#@ pmpro
|
261 |
-
msgid "Redirect all traffic from registration page to /susbcription/?"
|
262 |
-
msgstr "Omdiriger all trafikk fra registreringssiden til /abonnement/?"
|
263 |
-
|
264 |
-
#: adminpages/advancedsettings.php:183
|
265 |
-
#@ pmpro
|
266 |
-
msgid "multisite only"
|
267 |
-
msgstr "kun for multisite"
|
268 |
-
|
269 |
-
#: adminpages/advancedsettings.php:188
|
270 |
-
#: adminpages/membershiplevels.php:569
|
271 |
-
#: adminpages/paymentsettings.php:435
|
272 |
-
#: adminpages/paymentsettings.php:460
|
273 |
-
#: includes/profile.php:124
|
274 |
-
#@ pmpro
|
275 |
-
msgid "Yes"
|
276 |
-
msgstr "Ja"
|
277 |
-
|
278 |
-
#: adminpages/advancedsettings.php:195
|
279 |
-
#@ pmpro
|
280 |
-
msgid "Use reCAPTCHA?"
|
281 |
-
msgstr "Bruk reCAPTCHA?"
|
282 |
-
|
283 |
-
#: adminpages/advancedsettings.php:200
|
284 |
-
#@ pmpro
|
285 |
-
msgid "Yes - Free memberships only."
|
286 |
-
msgstr "Ja - Kun for gratis medlemskap."
|
287 |
-
|
288 |
-
#: adminpages/advancedsettings.php:201
|
289 |
-
#@ pmpro
|
290 |
-
msgid "Yes - All memberships."
|
291 |
-
msgstr "Ja - Alle medlemskap."
|
292 |
-
|
293 |
-
#: adminpages/advancedsettings.php:203
|
294 |
-
#@ pmpro
|
295 |
-
msgid "A free reCAPTCHA key is required."
|
296 |
-
msgstr "Det trengs en gratis reCAPTCHA nøkkel"
|
297 |
-
|
298 |
-
#: adminpages/advancedsettings.php:203
|
299 |
-
#@ pmpro
|
300 |
-
msgid "Click here to signup for reCAPTCHA"
|
301 |
-
msgstr "Klikk her for å registrere deg for reCAPTCHA"
|
302 |
-
|
303 |
-
#: adminpages/advancedsettings.php:209
|
304 |
-
#@ pmpro
|
305 |
-
msgid "reCAPTCHA Public Key"
|
306 |
-
msgstr "reCAPTCHA Offentlig nøkkel"
|
307 |
-
|
308 |
-
#: adminpages/advancedsettings.php:212
|
309 |
-
#@ pmpro
|
310 |
-
msgid "reCAPTCHA Private Key"
|
311 |
-
msgstr "reCAPTCHA Privat nøkkel"
|
312 |
-
|
313 |
-
#: adminpages/advancedsettings.php:218
|
314 |
-
#@ pmpro
|
315 |
-
msgid "Require Terms of Service on signups?"
|
316 |
-
msgstr "Er det krav til Brukerbetingelser ved registrering?"
|
317 |
-
|
318 |
-
#: adminpages/advancedsettings.php:225
|
319 |
-
#@ pmpro
|
320 |
-
msgid "If yes, create a WordPress page containing your TOS agreement and assign it using the dropdown above."
|
321 |
-
msgstr "Hvis ja, så lag en egen Wordpress-side som inneholder Brukerbetingelsene og tilknytt siden ved å bruke dropdown-menyen over."
|
322 |
-
|
323 |
-
#: adminpages/advancedsettings.php:284
|
324 |
-
#: adminpages/pagesettings.php:223
|
325 |
-
#: adminpages/paymentsettings.php:532
|
326 |
-
#@ pmpro
|
327 |
-
msgid "Save Settings"
|
328 |
-
msgstr "Lagre innstillingene"
|
329 |
-
|
330 |
-
#: adminpages/discountcodes.php:48
|
331 |
-
#@ pmpro
|
332 |
-
msgid "Discount code updated successfully."
|
333 |
-
msgstr "Rabattkoden er oppdatert."
|
334 |
-
|
335 |
-
#: adminpages/discountcodes.php:55
|
336 |
-
#@ pmpro
|
337 |
-
msgid "Error updating discount code. That code may already be in use."
|
338 |
-
msgstr "Feil ved oppdatering av rabattkoden. Koden kan allerede være i bruk."
|
339 |
-
|
340 |
-
#: adminpages/discountcodes.php:64
|
341 |
-
#@ pmpro
|
342 |
-
msgid "Discount code added successfully."
|
343 |
-
msgstr "Rabattkoden er lagt til."
|
344 |
-
|
345 |
-
#: adminpages/discountcodes.php:71
|
346 |
-
#@ pmpro
|
347 |
-
msgid "Error adding discount code. That code may already be in use."
|
348 |
-
msgstr "Feil ved innlegging av rabattkoden. Koden kan allerede være i bruk."
|
349 |
-
|
350 |
-
#: adminpages/discountcodes.php:196
|
351 |
-
#, php-format
|
352 |
-
#@ pmpro
|
353 |
-
msgid "Error saving values for the %s level."
|
354 |
-
msgstr "Feil ved lagring av verdier for %s nivået."
|
355 |
-
|
356 |
-
#: adminpages/discountcodes.php:204
|
357 |
-
#@ pmpro
|
358 |
-
msgid "There were errors updating the level values: "
|
359 |
-
msgstr "Det oppsto feil ved oppdatering av nivå-verdiene:"
|
360 |
-
|
361 |
-
#: adminpages/discountcodes.php:234
|
362 |
-
#, php-format
|
363 |
-
#@ pmpro
|
364 |
-
msgid "Code %s deleted successfully."
|
365 |
-
msgstr "Kode % ble slettet."
|
366 |
-
|
367 |
-
#: adminpages/discountcodes.php:239
|
368 |
-
#@ pmpro
|
369 |
-
msgid "Error deleting discount code. The code was only partially deleted. Please try again."
|
370 |
-
msgstr "Det oppsto feil ved sletting av rabattkoden. Koden ble bare delvis slettet. Prøv igjen."
|
371 |
-
|
372 |
-
#: adminpages/discountcodes.php:245
|
373 |
-
#@ pmpro
|
374 |
-
msgid "Error deleting code. Please try again."
|
375 |
-
msgstr "Feil ved sletting av koden. Prøv igjen."
|
376 |
-
|
377 |
-
#: adminpages/discountcodes.php:251
|
378 |
-
#@ pmpro
|
379 |
-
msgid "Code not found."
|
380 |
-
msgstr "Koden ble ikke funnet."
|
381 |
-
|
382 |
-
#: adminpages/discountcodes.php:264
|
383 |
-
#@ pmpro
|
384 |
-
msgid "Edit Discount Code"
|
385 |
-
msgstr "Rediger rabattkoden"
|
386 |
-
|
387 |
-
#: adminpages/discountcodes.php:266
|
388 |
-
#: adminpages/discountcodes.php:526
|
389 |
-
#@ pmpro
|
390 |
-
msgid "Add New Discount Code"
|
391 |
-
msgstr "Legg til ny rabattkode"
|
392 |
-
|
393 |
-
#: adminpages/discountcodes.php:306
|
394 |
-
#: adminpages/discountcodes.php:547
|
395 |
-
#: adminpages/membershiplevels.php:284
|
396 |
-
#: adminpages/membershiplevels.php:511
|
397 |
-
#: adminpages/memberslist.php:144
|
398 |
-
#: adminpages/orders.php:597
|
399 |
-
#: adminpages/reports/login.php:140
|
400 |
-
#@ pmpro
|
401 |
-
msgid "ID"
|
402 |
-
msgstr "ID"
|
403 |
-
|
404 |
-
#: adminpages/discountcodes.php:307
|
405 |
-
#: adminpages/orders.php:211
|
406 |
-
#@ pmpro
|
407 |
-
msgid "This will be generated when you save."
|
408 |
-
msgstr "Dette vil bli generert når du lagrer."
|
409 |
-
|
410 |
-
#: adminpages/discountcodes.php:311
|
411 |
-
#: adminpages/discountcodes.php:548
|
412 |
-
#: adminpages/orders.php:215
|
413 |
-
#: adminpages/orders.php:598
|
414 |
-
#@ pmpro
|
415 |
-
msgid "Code"
|
416 |
-
msgstr "Kode"
|
417 |
-
|
418 |
-
#: adminpages/discountcodes.php:349
|
419 |
-
#@ pmpro
|
420 |
-
msgid "Start Date"
|
421 |
-
msgstr "Startdato"
|
422 |
-
|
423 |
-
#: adminpages/discountcodes.php:367
|
424 |
-
#: pages/billing.php:249
|
425 |
-
#: pages/checkout.php:535
|
426 |
-
#@ pmpro
|
427 |
-
msgid "Expiration Date"
|
428 |
-
msgstr "Utløpsdato"
|
429 |
-
|
430 |
-
#: adminpages/discountcodes.php:385
|
431 |
-
#@ pmpro
|
432 |
-
msgid "Uses"
|
433 |
-
msgstr "Ganger å bruke"
|
434 |
-
|
435 |
-
#: adminpages/discountcodes.php:388
|
436 |
-
#@ pmpro
|
437 |
-
msgid "Leave blank for unlimited uses."
|
438 |
-
msgstr "La stå åpen for ubegrenset bruk."
|
439 |
-
|
440 |
-
#: adminpages/discountcodes.php:427
|
441 |
-
#: adminpages/membershiplevels.php:337
|
442 |
-
#: adminpages/membershiplevels.php:513
|
443 |
-
#: pages/levels.php:14
|
444 |
-
#@ pmpro
|
445 |
-
msgid "Initial Payment"
|
446 |
-
msgstr "Pris"
|
447 |
-
|
448 |
-
#: adminpages/discountcodes.php:428
|
449 |
-
#: adminpages/membershiplevels.php:338
|
450 |
-
#@ pmpro
|
451 |
-
msgid "The initial amount collected at registration."
|
452 |
-
msgstr "Den første summen innbetales ved registrering."
|
453 |
-
|
454 |
-
#: adminpages/discountcodes.php:432
|
455 |
-
#: adminpages/membershiplevels.php:342
|
456 |
-
#@ pmpro
|
457 |
-
msgid "Recurring Subscription"
|
458 |
-
msgstr "Abonnement"
|
459 |
-
|
460 |
-
#: adminpages/discountcodes.php:433
|
461 |
-
#: adminpages/membershiplevels.php:343
|
462 |
-
#@ pmpro
|
463 |
-
msgid "Check if this level has a recurring subscription payment."
|
464 |
-
msgstr "Sjekk om dette nivået har betaling for abonnement."
|
465 |
-
|
466 |
-
#: adminpages/discountcodes.php:437
|
467 |
-
#: adminpages/membershiplevels.php:347
|
468 |
-
#@ pmpro
|
469 |
-
msgid "Billing Amount"
|
470 |
-
msgstr "Faktureringsbeløp"
|
471 |
-
|
472 |
-
#: adminpages/discountcodes.php:451
|
473 |
-
#: adminpages/membershiplevels.php:362
|
474 |
-
#@ pmpro
|
475 |
-
msgid "The amount to be billed one cycle after the initial payment."
|
476 |
-
msgstr "Beløpet som skal faktureres en syklus etter første betaling."
|
477 |
-
|
478 |
-
#: adminpages/discountcodes.php:456
|
479 |
-
#: adminpages/membershiplevels.php:380
|
480 |
-
#@ pmpro
|
481 |
-
msgid "Billing Cycle Limit"
|
482 |
-
msgstr "Grense for faktureringssyklus"
|
483 |
-
|
484 |
-
#: adminpages/discountcodes.php:459
|
485 |
-
#: adminpages/membershiplevels.php:384
|
486 |
-
#@ pmpro
|
487 |
-
msgid "The <strong>total</strong> number of recurring billing cycles for this level, including the trial period (if applicable) but not including the initial payment. Set to zero if membership is indefinite."
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
-
#: adminpages/discountcodes.php:464
|
491 |
-
#: adminpages/membershiplevels.php:393
|
492 |
-
#@ pmpro
|
493 |
-
msgid "Custom Trial"
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: adminpages/discountcodes.php:465
|
497 |
-
#: adminpages/membershiplevels.php:395
|
498 |
-
#@ pmpro
|
499 |
-
msgid "Check to add a custom trial period."
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: adminpages/discountcodes.php:469
|
503 |
-
#: adminpages/membershiplevels.php:404
|
504 |
-
#@ pmpro
|
505 |
-
msgid "Trial Billing Amount"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: adminpages/discountcodes.php:472
|
509 |
-
#: adminpages/membershiplevels.php:407
|
510 |
-
#@ pmpro
|
511 |
-
msgid "for the first"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: adminpages/discountcodes.php:474
|
515 |
-
#: adminpages/membershiplevels.php:409
|
516 |
-
#@ pmpro
|
517 |
-
msgid "subscription payments"
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: adminpages/discountcodes.php:479
|
521 |
-
#: adminpages/membershiplevels.php:437
|
522 |
-
#@ pmpro
|
523 |
-
msgid "Membership Expiration"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: adminpages/discountcodes.php:480
|
527 |
-
#: adminpages/membershiplevels.php:438
|
528 |
-
#@ pmpro
|
529 |
-
msgid "Check this to set when membership access expires."
|
530 |
-
msgstr ""
|
531 |
-
|
532 |
-
#: adminpages/discountcodes.php:484
|
533 |
-
#: adminpages/membershiplevels.php:442
|
534 |
-
#@ pmpro
|
535 |
-
msgid "Expires In"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: adminpages/discountcodes.php:497
|
539 |
-
#: adminpages/membershiplevels.php:455
|
540 |
-
#@ pmpro
|
541 |
-
msgid "Set the duration of membership access. Note that the any future payments (recurring subscription, if any) will be cancelled when the membership expires."
|
542 |
-
msgstr ""
|
543 |
-
|
544 |
-
#: adminpages/discountcodes.php:525
|
545 |
-
#@ pmpro
|
546 |
-
msgid "Memberships Discount Codes"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: adminpages/discountcodes.php:535
|
550 |
-
#@ pmpro
|
551 |
-
msgid "Search Discount Codes"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: adminpages/discountcodes.php:538
|
555 |
-
#@ pmpro
|
556 |
-
msgid "Search"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: adminpages/discountcodes.php:549
|
560 |
-
#@ pmpro
|
561 |
-
msgid "Starts"
|
562 |
-
msgstr ""
|
563 |
-
|
564 |
-
#: adminpages/discountcodes.php:550
|
565 |
-
#: adminpages/memberslist.php:159
|
566 |
-
#: adminpages/reports/login.php:145
|
567 |
-
#: includes/profile.php:120
|
568 |
-
#@ pmpro
|
569 |
-
msgid "Expires"
|
570 |
-
msgstr ""
|
571 |
-
|
572 |
-
#: adminpages/discountcodes.php:552
|
573 |
-
#@ pmpro
|
574 |
-
msgid "Levels"
|
575 |
-
msgstr "Nivåer"
|
576 |
-
|
577 |
-
#: adminpages/discountcodes.php:570
|
578 |
-
#@ pmpro
|
579 |
-
msgid "Discount codes allow you to offer your memberships at discounted prices to select customers."
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: adminpages/discountcodes.php:570
|
583 |
-
#@ pmpro
|
584 |
-
msgid "Create your first discount code now"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: adminpages/discountcodes.php:614
|
588 |
-
#: adminpages/membershiplevels.php:570
|
589 |
-
#: adminpages/orders.php:658
|
590 |
-
#@ pmpro
|
591 |
-
msgid "edit"
|
592 |
-
msgstr ""
|
593 |
-
|
594 |
-
#: adminpages/discountcodes.php:617
|
595 |
-
#, php-format
|
596 |
-
#@ pmpro
|
597 |
-
msgid "Are you sure you want to delete the %s discount code? The subscriptions for existing users will not change, but new users will not be able to use this code anymore."
|
598 |
-
msgstr ""
|
599 |
-
|
600 |
-
#: adminpages/discountcodes.php:617
|
601 |
-
#: adminpages/membershiplevels.php:572
|
602 |
-
#: adminpages/orders.php:664
|
603 |
-
#@ pmpro
|
604 |
-
msgid "delete"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: adminpages/emailsettings.php:60
|
608 |
-
#: includes/adminpages.php:12
|
609 |
-
#: includes/adminpages.php:59
|
610 |
-
#@ pmpro
|
611 |
-
msgid "Email Settings"
|
612 |
-
msgstr "Epost innstillinger"
|
613 |
-
|
614 |
-
#: adminpages/emailsettings.php:61
|
615 |
-
#@ pmpro
|
616 |
-
msgid "By default, system generated emails are sent from <em><strong>wordpress@yourdomain.com</strong></em>. You can update this from address using the fields below."
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: adminpages/emailsettings.php:63
|
620 |
-
#@ pmpro
|
621 |
-
msgid "To modify the appearance of system generated emails, add the files <em>email_header.html</em> and <em>email_footer.html</em> to your theme's directory. This will modify both the WordPress default messages as well as messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro - Member Communications\" target=\"_blank\" href=\"http://www.paidmembershipspro.com/documentation/member-communications/\">Click here to learn more about Paid Memberships Pro emails</a>."
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: adminpages/emailsettings.php:69
|
625 |
-
#@ pmpro
|
626 |
-
msgid "From Email"
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: adminpages/emailsettings.php:77
|
630 |
-
#@ pmpro
|
631 |
-
msgid "From Name"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: adminpages/emailsettings.php:86
|
635 |
-
#@ pmpro
|
636 |
-
msgid "Send the site admin emails"
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: adminpages/emailsettings.php:92
|
640 |
-
#@ pmpro
|
641 |
-
msgid "Checkout"
|
642 |
-
msgstr "Sjekk ut"
|
643 |
-
|
644 |
-
#: adminpages/emailsettings.php:96
|
645 |
-
#@ pmpro
|
646 |
-
msgid "when a member checks out."
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: adminpages/emailsettings.php:101
|
650 |
-
#@ pmpro
|
651 |
-
msgid "Admin Changes"
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
-
#: adminpages/emailsettings.php:105
|
655 |
-
#@ pmpro
|
656 |
-
msgid "when an admin changes a user's membership level through the dashboard."
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: adminpages/emailsettings.php:110
|
660 |
-
#@ pmpro
|
661 |
-
msgid "Cancellation"
|
662 |
-
msgstr ""
|
663 |
-
|
664 |
-
#: adminpages/emailsettings.php:114
|
665 |
-
#@ pmpro
|
666 |
-
msgid "when a user cancels his or her account."
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: adminpages/emailsettings.php:119
|
670 |
-
#@ pmpro
|
671 |
-
msgid "Bill Updates"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: adminpages/emailsettings.php:123
|
675 |
-
#@ pmpro
|
676 |
-
msgid "when a user updates his or her billing information."
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: adminpages/emailsettings.php:129
|
680 |
-
#@ pmpro
|
681 |
-
msgid "Send members emails"
|
682 |
-
msgstr ""
|
683 |
-
|
684 |
-
#: adminpages/emailsettings.php:135
|
685 |
-
#@ pmpro
|
686 |
-
msgid "New Users"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: adminpages/emailsettings.php:139
|
690 |
-
#@ pmpro
|
691 |
-
msgid "Default WP notification email. (Recommended: Leave unchecked. Members will still get an email confirmation from PMPro after checkout.)"
|
692 |
-
msgstr ""
|
693 |
-
|
694 |
-
#: adminpages/membershiplevels.php:118
|
695 |
-
#@ pmpro
|
696 |
-
msgid "Membership level updated successfully."
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: adminpages/membershiplevels.php:124
|
700 |
-
#@ pmpro
|
701 |
-
msgid "Error updating membership level."
|
702 |
-
msgstr ""
|
703 |
-
|
704 |
-
#: adminpages/membershiplevels.php:141
|
705 |
-
#@ pmpro
|
706 |
-
msgid "Membership level added successfully."
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: adminpages/membershiplevels.php:146
|
710 |
-
#@ pmpro
|
711 |
-
msgid "Error adding membership level."
|
712 |
-
msgstr ""
|
713 |
-
|
714 |
-
#: adminpages/membershiplevels.php:179
|
715 |
-
#, php-format
|
716 |
-
#@ pmpro
|
717 |
-
msgid "There was an error canceling the subscription for user with ID=%d. You will want to check your payment gateway to see if their subscription is still active."
|
718 |
-
msgstr ""
|
719 |
-
|
720 |
-
#: adminpages/membershiplevels.php:182
|
721 |
-
#@ pmpro
|
722 |
-
msgid "Last Invoice"
|
723 |
-
msgstr "Siste faktura"
|
724 |
-
|
725 |
-
#: adminpages/membershiplevels.php:196
|
726 |
-
#@ pmpro
|
727 |
-
msgid "Membership level deleted successfully."
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: adminpages/membershiplevels.php:201
|
731 |
-
#: adminpages/membershiplevels.php:207
|
732 |
-
#@ pmpro
|
733 |
-
msgid "Error deleting membership level."
|
734 |
-
msgstr ""
|
735 |
-
|
736 |
-
#: adminpages/membershiplevels.php:222
|
737 |
-
#@ pmpro
|
738 |
-
msgid "Edit Membership Level"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: adminpages/membershiplevels.php:224
|
742 |
-
#@ pmpro
|
743 |
-
msgid "Add New Membership Level"
|
744 |
-
msgstr "Legg til nytt medlemskap"
|
745 |
-
|
746 |
-
#: adminpages/membershiplevels.php:291
|
747 |
-
#: adminpages/membershiplevels.php:512
|
748 |
-
#: adminpages/reports/login.php:142
|
749 |
-
#@ pmpro
|
750 |
-
msgid "Name"
|
751 |
-
msgstr "Navn"
|
752 |
-
|
753 |
-
#: adminpages/membershiplevels.php:296
|
754 |
-
#@ pmpro
|
755 |
-
msgid "Description"
|
756 |
-
msgstr "Beskrivelse"
|
757 |
-
|
758 |
-
#: adminpages/membershiplevels.php:314
|
759 |
-
#@ pmpro
|
760 |
-
msgid "Confirmation Message"
|
761 |
-
msgstr "Bekreftelse"
|
762 |
-
|
763 |
-
#: adminpages/membershiplevels.php:333
|
764 |
-
#@ pmpro
|
765 |
-
msgid "Billing Details"
|
766 |
-
msgstr "Fakturadetaljer"
|
767 |
-
|
768 |
-
#: adminpages/membershiplevels.php:349
|
769 |
-
#@ pmpro
|
770 |
-
msgid "per"
|
771 |
-
msgstr ""
|
772 |
-
|
773 |
-
#: adminpages/membershiplevels.php:353
|
774 |
-
#@ pmpro
|
775 |
-
msgid "Day(s)"
|
776 |
-
msgstr ""
|
777 |
-
|
778 |
-
#: adminpages/membershiplevels.php:353
|
779 |
-
#@ pmpro
|
780 |
-
msgid "Week(s)"
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#: adminpages/membershiplevels.php:353
|
784 |
-
#@ pmpro
|
785 |
-
msgid "Month(s)"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: adminpages/membershiplevels.php:353
|
789 |
-
#@ pmpro
|
790 |
-
msgid "Year(s)"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: adminpages/membershiplevels.php:364
|
794 |
-
#@ pmpro
|
795 |
-
msgid "Stripe integration currently only supports billing periods of \"Week\", \"Month\" or \"Year\"."
|
796 |
-
msgstr ""
|
797 |
-
|
798 |
-
#: adminpages/membershiplevels.php:366
|
799 |
-
#@ pmpro
|
800 |
-
msgid "Braintree integration currently only supports billing periods of \"Month\" or \"Year\"."
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: adminpages/membershiplevels.php:368
|
804 |
-
#@ pmpro
|
805 |
-
msgid "Payflow integration currently only supports billing frequencies of 1 and billing periods of \"Week\", \"Month\" or \"Year\"."
|
806 |
-
msgstr ""
|
807 |
-
|
808 |
-
#: adminpages/membershiplevels.php:372
|
809 |
-
#: adminpages/membershiplevels.php:374
|
810 |
-
#: adminpages/paymentsettings.php:174
|
811 |
-
#: adminpages/paymentsettings.php:179
|
812 |
-
#@ pmpro
|
813 |
-
msgid "Note"
|
814 |
-
msgstr ""
|
815 |
-
|
816 |
-
#: adminpages/membershiplevels.php:372
|
817 |
-
#@ pmpro
|
818 |
-
msgid "After saving this level, make note of the ID and create a \"Plan\" in your Braintree dashboard with the same settings and the \"Plan ID\" set to <em>pmpro_#</em>, where # is the level ID."
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: adminpages/membershiplevels.php:374
|
822 |
-
#@ pmpro
|
823 |
-
msgid "You will need to create a \"Plan\" in your Braintree dashboard with the same settings and the \"Plan ID\" set to"
|
824 |
-
msgstr ""
|
825 |
-
|
826 |
-
#: adminpages/membershiplevels.php:386
|
827 |
-
#@ pmpro
|
828 |
-
msgid "Stripe integration currently does not support billing limits. You can still set an expiration date below."
|
829 |
-
msgstr ""
|
830 |
-
|
831 |
-
#: adminpages/membershiplevels.php:398
|
832 |
-
#@ pmpro
|
833 |
-
msgid "2Checkout integration does not support custom trials. You can do one period trials by setting an initial payment different from the billing amount."
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
-
#: adminpages/membershiplevels.php:412
|
837 |
-
#@ pmpro
|
838 |
-
msgid "Stripe integration currently does not support trial amounts greater than $0."
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: adminpages/membershiplevels.php:416
|
842 |
-
#@ pmpro
|
843 |
-
msgid "Braintree integration currently does not support trial amounts greater than $0."
|
844 |
-
msgstr ""
|
845 |
-
|
846 |
-
#: adminpages/membershiplevels.php:420
|
847 |
-
#@ pmpro
|
848 |
-
msgid "Payflow integration currently does not support trial amounts greater than $0."
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
-
#: adminpages/membershiplevels.php:428
|
852 |
-
#@ pmpro
|
853 |
-
msgid "Other Settings"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: adminpages/membershiplevels.php:432
|
857 |
-
#@ pmpro
|
858 |
-
msgid "Disable New Signups"
|
859 |
-
msgstr ""
|
860 |
-
|
861 |
-
#: adminpages/membershiplevels.php:433
|
862 |
-
#@ pmpro
|
863 |
-
msgid "Check to hide this level from the membership levels page and disable registration."
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: adminpages/membershiplevels.php:463
|
867 |
-
#@ pmpro
|
868 |
-
msgid "Content Settings"
|
869 |
-
msgstr ""
|
870 |
-
|
871 |
-
#: adminpages/membershiplevels.php:467
|
872 |
-
#@ pmpro
|
873 |
-
msgid "Categories"
|
874 |
-
msgstr ""
|
875 |
-
|
876 |
-
#: adminpages/membershiplevels.php:496
|
877 |
-
#@ pmpro
|
878 |
-
msgid "Add New Level"
|
879 |
-
msgstr ""
|
880 |
-
|
881 |
-
#: adminpages/membershiplevels.php:499
|
882 |
-
#: adminpages/membershiplevels.php:502
|
883 |
-
#@ pmpro
|
884 |
-
msgid "Search Levels"
|
885 |
-
msgstr ""
|
886 |
-
|
887 |
-
#: adminpages/membershiplevels.php:514
|
888 |
-
#@ pmpro
|
889 |
-
msgid "Billing Cycle"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: adminpages/membershiplevels.php:515
|
893 |
-
#@ pmpro
|
894 |
-
msgid "Trial Cycle"
|
895 |
-
msgstr ""
|
896 |
-
|
897 |
-
#: adminpages/membershiplevels.php:516
|
898 |
-
#: pages/confirmation.php:83
|
899 |
-
#: pages/invoice.php:70
|
900 |
-
#@ pmpro
|
901 |
-
msgid "Expiration"
|
902 |
-
msgstr ""
|
903 |
-
|
904 |
-
#: adminpages/membershiplevels.php:517
|
905 |
-
#@ pmpro
|
906 |
-
msgid "Allow Signups"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: adminpages/membershiplevels.php:540
|
910 |
-
#@ pmpro
|
911 |
-
msgid "FREE"
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: adminpages/membershiplevels.php:549
|
915 |
-
#@ pmpro
|
916 |
-
msgid "every"
|
917 |
-
msgstr ""
|
918 |
-
|
919 |
-
#: adminpages/membershiplevels.php:551
|
920 |
-
#: adminpages/membershiplevels.php:559
|
921 |
-
#@ pmpro
|
922 |
-
msgid "for"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: adminpages/membershiplevels.php:566
|
926 |
-
#@ pmpro
|
927 |
-
msgid "After"
|
928 |
-
msgstr ""
|
929 |
-
|
930 |
-
#: adminpages/membershiplevels.php:571
|
931 |
-
#: adminpages/orders.php:661
|
932 |
-
#@ pmpro
|
933 |
-
msgid "copy"
|
934 |
-
msgstr ""
|
935 |
-
|
936 |
-
#: adminpages/membershiplevels.php:572
|
937 |
-
#, php-format
|
938 |
-
#@ pmpro
|
939 |
-
msgid "Are you sure you want to delete membership level %s? All subscriptions will be cancelled."
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: adminpages/memberslist.php:25
|
943 |
-
#: includes/adminpages.php:15
|
944 |
-
#: includes/adminpages.php:74
|
945 |
-
#@ pmpro
|
946 |
-
msgid "Members List"
|
947 |
-
msgstr ""
|
948 |
-
|
949 |
-
#: adminpages/memberslist.php:26
|
950 |
-
#: adminpages/orders.php:522
|
951 |
-
#@ pmpro
|
952 |
-
msgid "Export to CSV"
|
953 |
-
msgstr ""
|
954 |
-
|
955 |
-
#: adminpages/memberslist.php:30
|
956 |
-
#@ pmpro
|
957 |
-
msgid "Show"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: adminpages/memberslist.php:32
|
961 |
-
#: adminpages/reports/login.php:67
|
962 |
-
#: adminpages/reports/memberships.php:317
|
963 |
-
#: adminpages/reports/sales.php:216
|
964 |
-
#@ pmpro
|
965 |
-
msgid "All Levels"
|
966 |
-
msgstr ""
|
967 |
-
|
968 |
-
#: adminpages/memberslist.php:42
|
969 |
-
#@ pmpro
|
970 |
-
msgid "Old Members"
|
971 |
-
msgstr ""
|
972 |
-
|
973 |
-
#: adminpages/memberslist.php:47
|
974 |
-
#: adminpages/memberslist.php:50
|
975 |
-
#@ pmpro
|
976 |
-
msgid "Search Members"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: adminpages/memberslist.php:136
|
980 |
-
#, php-format
|
981 |
-
#@ pmpro
|
982 |
-
msgid "%d members found."
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: adminpages/memberslist.php:145
|
986 |
-
#: pages/account.php:51
|
987 |
-
#: pages/checkout.php:171
|
988 |
-
#@ pmpro
|
989 |
-
msgid "Username"
|
990 |
-
msgstr "Brukernavn"
|
991 |
-
|
992 |
-
#: adminpages/memberslist.php:146
|
993 |
-
#@ pmpro
|
994 |
-
msgid "First Name"
|
995 |
-
msgstr "For navn"
|
996 |
-
|
997 |
-
#: adminpages/memberslist.php:147
|
998 |
-
#@ pmpro
|
999 |
-
msgid "Last Name"
|
1000 |
-
msgstr "Etter navn"
|
1001 |
-
|
1002 |
-
#: adminpages/memberslist.php:150
|
1003 |
-
#: pages/account.php:90
|
1004 |
-
#: pages/billing.php:58
|
1005 |
-
#: pages/checkout.php:325
|
1006 |
-
#: pages/confirmation.php:61
|
1007 |
-
#: pages/invoice.php:48
|
1008 |
-
#@ pmpro
|
1009 |
-
msgid "Billing Address"
|
1010 |
-
msgstr "Adresse"
|
1011 |
-
|
1012 |
-
#: adminpages/memberslist.php:151
|
1013 |
-
#: adminpages/pagesettings.php:51
|
1014 |
-
#: adminpages/reports/login.php:143
|
1015 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:187
|
1016 |
-
#@ pmpro
|
1017 |
-
msgid "Membership"
|
1018 |
-
msgstr "Medlemskap"
|
1019 |
-
|
1020 |
-
#: adminpages/memberslist.php:152
|
1021 |
-
#@ pmpro
|
1022 |
-
msgid "Fee"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: adminpages/memberslist.php:153
|
1026 |
-
#: adminpages/reports/login.php:144
|
1027 |
-
#@ pmpro
|
1028 |
-
msgid "Joined"
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
#: adminpages/memberslist.php:157
|
1032 |
-
#@ pmpro
|
1033 |
-
msgid "Ended"
|
1034 |
-
msgstr ""
|
1035 |
-
|
1036 |
-
#: adminpages/memberslist.php:212
|
1037 |
-
#@ pmpro
|
1038 |
-
msgid "Never"
|
1039 |
-
msgstr ""
|
1040 |
-
|
1041 |
-
#: adminpages/memberslist.php:223
|
1042 |
-
#: adminpages/reports/login.php:210
|
1043 |
-
#@ pmpro
|
1044 |
-
msgid "No members found."
|
1045 |
-
msgstr ""
|
1046 |
-
|
1047 |
-
#: adminpages/memberslist.php:223
|
1048 |
-
#: adminpages/reports/login.php:210
|
1049 |
-
#@ pmpro
|
1050 |
-
msgid "Search all levels"
|
1051 |
-
msgstr ""
|
1052 |
-
|
1053 |
-
#: adminpages/orders.php:26
|
1054 |
-
#@ pmpro
|
1055 |
-
msgid "Order deleted successfully."
|
1056 |
-
msgstr ""
|
1057 |
-
|
1058 |
-
#: adminpages/orders.php:31
|
1059 |
-
#@ pmpro
|
1060 |
-
msgid "Error deleting order."
|
1061 |
-
msgstr ""
|
1062 |
-
|
1063 |
-
#: adminpages/orders.php:119
|
1064 |
-
#@ pmpro
|
1065 |
-
msgid "Order saved successfully."
|
1066 |
-
msgstr ""
|
1067 |
-
|
1068 |
-
#: adminpages/orders.php:124
|
1069 |
-
#@ pmpro
|
1070 |
-
msgid "Error updating order timestamp."
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: adminpages/orders.php:130
|
1074 |
-
#@ pmpro
|
1075 |
-
msgid "Error saving order."
|
1076 |
-
msgstr ""
|
1077 |
-
|
1078 |
-
#: adminpages/orders.php:195
|
1079 |
-
#@ pmpro
|
1080 |
-
msgid "Order"
|
1081 |
-
msgstr ""
|
1082 |
-
|
1083 |
-
#: adminpages/orders.php:197
|
1084 |
-
#@ pmpro
|
1085 |
-
msgid "New Order"
|
1086 |
-
msgstr ""
|
1087 |
-
|
1088 |
-
#: adminpages/orders.php:220
|
1089 |
-
#@ pmpro
|
1090 |
-
msgid "Randomly generated for you."
|
1091 |
-
msgstr ""
|
1092 |
-
|
1093 |
-
#: adminpages/orders.php:225
|
1094 |
-
#@ pmpro
|
1095 |
-
msgid "User ID"
|
1096 |
-
msgstr "Bruker ID"
|
1097 |
-
|
1098 |
-
#: adminpages/orders.php:234
|
1099 |
-
#@ pmpro
|
1100 |
-
msgid "Membership Level ID"
|
1101 |
-
msgstr ""
|
1102 |
-
|
1103 |
-
#: adminpages/orders.php:243
|
1104 |
-
#@ pmpro
|
1105 |
-
msgid "Billing Name"
|
1106 |
-
msgstr "Navn"
|
1107 |
-
|
1108 |
-
#: adminpages/orders.php:251
|
1109 |
-
#@ pmpro
|
1110 |
-
msgid "Billing Street"
|
1111 |
-
msgstr "Gate"
|
1112 |
-
|
1113 |
-
#: adminpages/orders.php:258
|
1114 |
-
#@ pmpro
|
1115 |
-
msgid "Billing City"
|
1116 |
-
msgstr "By"
|
1117 |
-
|
1118 |
-
#: adminpages/orders.php:265
|
1119 |
-
#@ pmpro
|
1120 |
-
msgid "Billing State"
|
1121 |
-
msgstr "Fylke for regninger"
|
1122 |
-
|
1123 |
-
#: adminpages/orders.php:272
|
1124 |
-
#@ pmpro
|
1125 |
-
msgid "Billing Postal Code"
|
1126 |
-
msgstr "Postnummer for regning"
|
1127 |
-
|
1128 |
-
#: adminpages/orders.php:279
|
1129 |
-
#@ pmpro
|
1130 |
-
msgid "Billing Country"
|
1131 |
-
msgstr "Land"
|
1132 |
-
|
1133 |
-
#: adminpages/orders.php:287
|
1134 |
-
#@ pmpro
|
1135 |
-
msgid "Billing Phone"
|
1136 |
-
msgstr "Telefon"
|
1137 |
-
|
1138 |
-
#: adminpages/orders.php:296
|
1139 |
-
#@ pmpro
|
1140 |
-
msgid "Sub Total"
|
1141 |
-
msgstr "Totalbeløp"
|
1142 |
-
|
1143 |
-
#: adminpages/orders.php:304
|
1144 |
-
#: pages/invoice.php:80
|
1145 |
-
#@ pmpro
|
1146 |
-
msgid "Tax"
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: adminpages/orders.php:312
|
1150 |
-
#@ pmpro
|
1151 |
-
msgid "Coupon Amount"
|
1152 |
-
msgstr ""
|
1153 |
-
|
1154 |
-
#: adminpages/orders.php:320
|
1155 |
-
#: adminpages/orders.php:602
|
1156 |
-
#: pages/invoice.php:84
|
1157 |
-
#@ pmpro
|
1158 |
-
msgid "Total"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: adminpages/orders.php:325
|
1162 |
-
#@ pmpro
|
1163 |
-
msgid "Should be subtotal + tax - couponamount."
|
1164 |
-
msgstr ""
|
1165 |
-
|
1166 |
-
#: adminpages/orders.php:330
|
1167 |
-
#@ pmpro
|
1168 |
-
msgid "Payment Type"
|
1169 |
-
msgstr "Betalingstype"
|
1170 |
-
|
1171 |
-
#: adminpages/orders.php:335
|
1172 |
-
#@ pmpro
|
1173 |
-
msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
|
1174 |
-
msgstr ""
|
1175 |
-
|
1176 |
-
#: adminpages/orders.php:339
|
1177 |
-
#: pages/billing.php:234
|
1178 |
-
#: pages/checkout.php:520
|
1179 |
-
#@ pmpro
|
1180 |
-
msgid "Card Type"
|
1181 |
-
msgstr "Kort type"
|
1182 |
-
|
1183 |
-
#: adminpages/orders.php:344
|
1184 |
-
#@ pmpro
|
1185 |
-
msgid "e.g. Visa, MasterCard, AMEX, etc"
|
1186 |
-
msgstr ""
|
1187 |
-
|
1188 |
-
#: adminpages/orders.php:348
|
1189 |
-
#: adminpages/paymentsettings.php:352
|
1190 |
-
#@ pmpro
|
1191 |
-
msgid "Account Number"
|
1192 |
-
msgstr ""
|
1193 |
-
|
1194 |
-
#: adminpages/orders.php:353
|
1195 |
-
#@ pmpro
|
1196 |
-
msgid "Obscure all but last 4 digits."
|
1197 |
-
msgstr ""
|
1198 |
-
|
1199 |
-
#: adminpages/orders.php:358
|
1200 |
-
#@ pmpro
|
1201 |
-
msgid "Expiration Month"
|
1202 |
-
msgstr "Utløpsmåned"
|
1203 |
-
|
1204 |
-
#: adminpages/orders.php:365
|
1205 |
-
#@ pmpro
|
1206 |
-
msgid "Expiration Year"
|
1207 |
-
msgstr "Utløpsår"
|
1208 |
-
|
1209 |
-
#: adminpages/orders.php:373
|
1210 |
-
#: adminpages/orders.php:606
|
1211 |
-
#@ pmpro
|
1212 |
-
msgid "Status"
|
1213 |
-
msgstr ""
|
1214 |
-
|
1215 |
-
#: adminpages/orders.php:394
|
1216 |
-
#: adminpages/orders.php:604
|
1217 |
-
#@ pmpro
|
1218 |
-
msgid "Gateway"
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: adminpages/orders.php:398
|
1222 |
-
#@ pmpro
|
1223 |
-
msgid "Testing Only"
|
1224 |
-
msgstr ""
|
1225 |
-
|
1226 |
-
#: adminpages/orders.php:399
|
1227 |
-
#: adminpages/paymentsettings.php:159
|
1228 |
-
#@ pmpro
|
1229 |
-
msgid "Pay by Check"
|
1230 |
-
msgstr ""
|
1231 |
-
|
1232 |
-
#: adminpages/orders.php:411
|
1233 |
-
#: adminpages/paymentsettings.php:184
|
1234 |
-
#@ pmpro
|
1235 |
-
msgid "Gateway Environment"
|
1236 |
-
msgstr ""
|
1237 |
-
|
1238 |
-
#: adminpages/orders.php:415
|
1239 |
-
#: adminpages/paymentsettings.php:188
|
1240 |
-
#@ pmpro
|
1241 |
-
msgid "Sandbox/Testing"
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: adminpages/orders.php:416
|
1245 |
-
#: adminpages/paymentsettings.php:189
|
1246 |
-
#@ pmpro
|
1247 |
-
msgid "Live/Production"
|
1248 |
-
msgstr ""
|
1249 |
-
|
1250 |
-
#: adminpages/orders.php:423
|
1251 |
-
#@ pmpro
|
1252 |
-
msgid "Payment Transaction ID"
|
1253 |
-
msgstr ""
|
1254 |
-
|
1255 |
-
#: adminpages/orders.php:428
|
1256 |
-
#@ pmpro
|
1257 |
-
msgid "Generated by the gateway. Useful to cross reference orders."
|
1258 |
-
msgstr ""
|
1259 |
-
|
1260 |
-
#: adminpages/orders.php:432
|
1261 |
-
#@ pmpro
|
1262 |
-
msgid "Subscription Transaction ID"
|
1263 |
-
msgstr ""
|
1264 |
-
|
1265 |
-
#: adminpages/orders.php:437
|
1266 |
-
#@ pmpro
|
1267 |
-
msgid "Generated by the gateway. Useful to cross reference subscriptions."
|
1268 |
-
msgstr ""
|
1269 |
-
|
1270 |
-
#: adminpages/orders.php:442
|
1271 |
-
#: adminpages/orders.php:607
|
1272 |
-
#: pages/invoice.php:107
|
1273 |
-
#@ pmpro
|
1274 |
-
msgid "Date"
|
1275 |
-
msgstr ""
|
1276 |
-
|
1277 |
-
#: adminpages/orders.php:477
|
1278 |
-
#@ pmpro
|
1279 |
-
msgid "Affiliate ID"
|
1280 |
-
msgstr ""
|
1281 |
-
|
1282 |
-
#: adminpages/orders.php:485
|
1283 |
-
#@ pmpro
|
1284 |
-
msgid "Affiliate SubID"
|
1285 |
-
msgstr ""
|
1286 |
-
|
1287 |
-
#: adminpages/orders.php:495
|
1288 |
-
#@ pmpro
|
1289 |
-
msgid "Notes"
|
1290 |
-
msgstr ""
|
1291 |
-
|
1292 |
-
#: adminpages/orders.php:510
|
1293 |
-
#@ pmpro
|
1294 |
-
msgid "Save Order"
|
1295 |
-
msgstr ""
|
1296 |
-
|
1297 |
-
#: adminpages/orders.php:511
|
1298 |
-
#: pages/billing.php:295
|
1299 |
-
#@ pmpro
|
1300 |
-
msgid "Cancel"
|
1301 |
-
msgstr ""
|
1302 |
-
|
1303 |
-
#: adminpages/orders.php:520
|
1304 |
-
#: includes/adminpages.php:17
|
1305 |
-
#: includes/adminpages.php:84
|
1306 |
-
#@ pmpro
|
1307 |
-
msgid "Orders"
|
1308 |
-
msgstr ""
|
1309 |
-
|
1310 |
-
#: adminpages/orders.php:521
|
1311 |
-
#@ pmpro
|
1312 |
-
msgid "Add New Order"
|
1313 |
-
msgstr ""
|
1314 |
-
|
1315 |
-
#: adminpages/orders.php:535
|
1316 |
-
#: adminpages/orders.php:538
|
1317 |
-
#@ pmpro
|
1318 |
-
msgid "Search Orders"
|
1319 |
-
msgstr ""
|
1320 |
-
|
1321 |
-
#: adminpages/orders.php:590
|
1322 |
-
#, php-format
|
1323 |
-
#@ pmpro
|
1324 |
-
msgid "%d orders found."
|
1325 |
-
msgstr ""
|
1326 |
-
|
1327 |
-
#: adminpages/orders.php:599
|
1328 |
-
#: adminpages/paymentsettings.php:220
|
1329 |
-
#: adminpages/reports/login.php:141
|
1330 |
-
#@ pmpro
|
1331 |
-
msgid "User"
|
1332 |
-
msgstr ""
|
1333 |
-
|
1334 |
-
#: adminpages/orders.php:601
|
1335 |
-
#: includes/profile.php:27
|
1336 |
-
#: pages/checkout.php:33
|
1337 |
-
#: pages/confirmation.php:47
|
1338 |
-
#: pages/confirmation.php:64
|
1339 |
-
#: pages/confirmation.php:105
|
1340 |
-
#: pages/invoice.php:28
|
1341 |
-
#: pages/invoice.php:51
|
1342 |
-
#@ pmpro
|
1343 |
-
msgid "Membership Level"
|
1344 |
-
msgstr "Type medlemskap"
|
1345 |
-
|
1346 |
-
#: adminpages/orders.php:603
|
1347 |
-
#: adminpages/orders.php:651
|
1348 |
-
#@ pmpro
|
1349 |
-
msgid "Payment"
|
1350 |
-
msgstr "Betaling"
|
1351 |
-
|
1352 |
-
#: adminpages/orders.php:605
|
1353 |
-
#@ pmpro
|
1354 |
-
msgid "Transaction IDs"
|
1355 |
-
msgstr ""
|
1356 |
-
|
1357 |
-
#: adminpages/orders.php:630
|
1358 |
-
#@ pmpro
|
1359 |
-
msgid "deleted"
|
1360 |
-
msgstr ""
|
1361 |
-
|
1362 |
-
#: adminpages/orders.php:653
|
1363 |
-
#@ pmpro
|
1364 |
-
msgid "Subscription"
|
1365 |
-
msgstr ""
|
1366 |
-
|
1367 |
-
#: adminpages/orders.php:664
|
1368 |
-
#, php-format
|
1369 |
-
#@ pmpro
|
1370 |
-
msgid "Deleting orders is permanent and can affect active users. Are you sure you want to delete order %s?"
|
1371 |
-
msgstr ""
|
1372 |
-
|
1373 |
-
#: adminpages/orders.php:674
|
1374 |
-
#@ pmpro
|
1375 |
-
msgid "No orders found."
|
1376 |
-
msgstr ""
|
1377 |
-
|
1378 |
-
#: adminpages/pagesettings.php:83
|
1379 |
-
#@ pmpro
|
1380 |
-
msgid "The following pages have been created for you"
|
1381 |
-
msgstr ""
|
1382 |
-
|
1383 |
-
#: adminpages/pagesettings.php:98
|
1384 |
-
#@ pmpro
|
1385 |
-
msgid "Manage the WordPress pages assigned to each required Paid Memberships Pro page."
|
1386 |
-
msgstr ""
|
1387 |
-
|
1388 |
-
#: adminpages/pagesettings.php:104
|
1389 |
-
#@ pmpro
|
1390 |
-
msgid "Assign the WordPress pages for each required Paid Memberships Pro page or"
|
1391 |
-
msgstr ""
|
1392 |
-
|
1393 |
-
#: adminpages/pagesettings.php:104
|
1394 |
-
#@ pmpro
|
1395 |
-
msgid "click here to let us generate them for you"
|
1396 |
-
msgstr ""
|
1397 |
-
|
1398 |
-
#: adminpages/pagesettings.php:112
|
1399 |
-
#@ pmpro
|
1400 |
-
msgid "Account Page"
|
1401 |
-
msgstr ""
|
1402 |
-
|
1403 |
-
#: adminpages/pagesettings.php:119
|
1404 |
-
#: adminpages/pagesettings.php:134
|
1405 |
-
#: adminpages/pagesettings.php:149
|
1406 |
-
#: adminpages/pagesettings.php:165
|
1407 |
-
#: adminpages/pagesettings.php:181
|
1408 |
-
#: adminpages/pagesettings.php:197
|
1409 |
-
#: adminpages/pagesettings.php:213
|
1410 |
-
#@ pmpro
|
1411 |
-
msgid "edit page"
|
1412 |
-
msgstr ""
|
1413 |
-
|
1414 |
-
#: adminpages/pagesettings.php:121
|
1415 |
-
#: adminpages/pagesettings.php:136
|
1416 |
-
#: adminpages/pagesettings.php:151
|
1417 |
-
#: adminpages/pagesettings.php:167
|
1418 |
-
#: adminpages/pagesettings.php:183
|
1419 |
-
#: adminpages/pagesettings.php:199
|
1420 |
-
#: adminpages/pagesettings.php:215
|
1421 |
-
#@ pmpro
|
1422 |
-
msgid "view page"
|
1423 |
-
msgstr ""
|
1424 |
-
|
1425 |
-
#: adminpages/pagesettings.php:123
|
1426 |
-
#: adminpages/pagesettings.php:138
|
1427 |
-
#: adminpages/pagesettings.php:153
|
1428 |
-
#: adminpages/pagesettings.php:169
|
1429 |
-
#: adminpages/pagesettings.php:185
|
1430 |
-
#: adminpages/pagesettings.php:201
|
1431 |
-
#: adminpages/pagesettings.php:217
|
1432 |
-
#@ pmpro
|
1433 |
-
msgid "Include the shortcode"
|
1434 |
-
msgstr ""
|
1435 |
-
|
1436 |
-
#: adminpages/pagesettings.php:127
|
1437 |
-
#@ pmpro
|
1438 |
-
msgid "Billing Information Page"
|
1439 |
-
msgstr ""
|
1440 |
-
|
1441 |
-
#: adminpages/pagesettings.php:142
|
1442 |
-
#@ pmpro
|
1443 |
-
msgid "Cancel Page"
|
1444 |
-
msgstr ""
|
1445 |
-
|
1446 |
-
#: adminpages/pagesettings.php:158
|
1447 |
-
#@ pmpro
|
1448 |
-
msgid "Checkout Page"
|
1449 |
-
msgstr ""
|
1450 |
-
|
1451 |
-
#: adminpages/pagesettings.php:174
|
1452 |
-
#@ pmpro
|
1453 |
-
msgid "Confirmation Page"
|
1454 |
-
msgstr ""
|
1455 |
-
|
1456 |
-
#: adminpages/pagesettings.php:190
|
1457 |
-
#@ pmpro
|
1458 |
-
msgid "Invoice Page"
|
1459 |
-
msgstr "Fakturaside"
|
1460 |
-
|
1461 |
-
#: adminpages/pagesettings.php:206
|
1462 |
-
#@ pmpro
|
1463 |
-
msgid "Levels Page"
|
1464 |
-
msgstr ""
|
1465 |
-
|
1466 |
-
#: adminpages/paymentsettings.php:77
|
1467 |
-
#@ pmpro
|
1468 |
-
msgid "Your payment settings have been updated."
|
1469 |
-
msgstr ""
|
1470 |
-
|
1471 |
-
#: adminpages/paymentsettings.php:146
|
1472 |
-
#: adminpages/paymentsettings.php:154
|
1473 |
-
#@ pmpro
|
1474 |
-
msgid "Payment Gateway"
|
1475 |
-
msgstr ""
|
1476 |
-
|
1477 |
-
#: adminpages/paymentsettings.php:146
|
1478 |
-
#@ pmpro
|
1479 |
-
msgid "SSL Settings"
|
1480 |
-
msgstr ""
|
1481 |
-
|
1482 |
-
#: adminpages/paymentsettings.php:174
|
1483 |
-
#@ pmpro
|
1484 |
-
msgid "This gateway option is in beta. Some functionality may not be available. Please contact Paid Memberships Pro with any issues you run into. <strong>Please be sure to upgrade Paid Memberships Pro to the latest versions when available.</strong>"
|
1485 |
-
msgstr ""
|
1486 |
-
|
1487 |
-
#: adminpages/paymentsettings.php:179
|
1488 |
-
#@ pmpro
|
1489 |
-
msgid "We do not recommend using PayPal Standard. We suggest using PayPal Express, Website Payments Pro (Legacy), or PayPal Pro (Payflow Pro). <a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-using-paypal-standard-paid-memberships-pro/\">More information on why can be found here.</a>"
|
1490 |
-
msgstr ""
|
1491 |
-
|
1492 |
-
#: adminpages/paymentsettings.php:204
|
1493 |
-
#@ pmpro
|
1494 |
-
msgid "Partner"
|
1495 |
-
msgstr ""
|
1496 |
-
|
1497 |
-
#: adminpages/paymentsettings.php:212
|
1498 |
-
#@ pmpro
|
1499 |
-
msgid "Vendor"
|
1500 |
-
msgstr ""
|
1501 |
-
|
1502 |
-
#: adminpages/paymentsettings.php:228
|
1503 |
-
#: pages/checkout.php:180
|
1504 |
-
#@ pmpro
|
1505 |
-
msgid "Password"
|
1506 |
-
msgstr "Passord"
|
1507 |
-
|
1508 |
-
#: adminpages/paymentsettings.php:236
|
1509 |
-
#@ pmpro
|
1510 |
-
msgid "Gateway Account Email"
|
1511 |
-
msgstr ""
|
1512 |
-
|
1513 |
-
#: adminpages/paymentsettings.php:244
|
1514 |
-
#: adminpages/paymentsettings.php:336
|
1515 |
-
#@ pmpro
|
1516 |
-
msgid "API Username"
|
1517 |
-
msgstr ""
|
1518 |
-
|
1519 |
-
#: adminpages/paymentsettings.php:252
|
1520 |
-
#: adminpages/paymentsettings.php:344
|
1521 |
-
#@ pmpro
|
1522 |
-
msgid "API Password"
|
1523 |
-
msgstr ""
|
1524 |
-
|
1525 |
-
#: adminpages/paymentsettings.php:260
|
1526 |
-
#@ pmpro
|
1527 |
-
msgid "API Signature"
|
1528 |
-
msgstr ""
|
1529 |
-
|
1530 |
-
#: adminpages/paymentsettings.php:269
|
1531 |
-
#@ pmpro
|
1532 |
-
msgid "Login Name"
|
1533 |
-
msgstr ""
|
1534 |
-
|
1535 |
-
#: adminpages/paymentsettings.php:277
|
1536 |
-
#@ pmpro
|
1537 |
-
msgid "Transaction Key"
|
1538 |
-
msgstr ""
|
1539 |
-
|
1540 |
-
#: adminpages/paymentsettings.php:286
|
1541 |
-
#@ pmpro
|
1542 |
-
msgid "Secret Key"
|
1543 |
-
msgstr ""
|
1544 |
-
|
1545 |
-
#: adminpages/paymentsettings.php:294
|
1546 |
-
#@ pmpro
|
1547 |
-
msgid "Publishable Key"
|
1548 |
-
msgstr ""
|
1549 |
-
|
1550 |
-
#: adminpages/paymentsettings.php:303
|
1551 |
-
#: adminpages/paymentsettings.php:369
|
1552 |
-
#@ pmpro
|
1553 |
-
msgid "Merchant ID"
|
1554 |
-
msgstr ""
|
1555 |
-
|
1556 |
-
#: adminpages/paymentsettings.php:311
|
1557 |
-
#@ pmpro
|
1558 |
-
msgid "Public Key"
|
1559 |
-
msgstr ""
|
1560 |
-
|
1561 |
-
#: adminpages/paymentsettings.php:319
|
1562 |
-
#@ pmpro
|
1563 |
-
msgid "Private Key"
|
1564 |
-
msgstr ""
|
1565 |
-
|
1566 |
-
#: adminpages/paymentsettings.php:327
|
1567 |
-
#@ pmpro
|
1568 |
-
msgid "Client-Side Encryption Key"
|
1569 |
-
msgstr ""
|
1570 |
-
|
1571 |
-
#: adminpages/paymentsettings.php:360
|
1572 |
-
#@ pmpro
|
1573 |
-
msgid "Secret Word"
|
1574 |
-
msgstr ""
|
1575 |
-
|
1576 |
-
#: adminpages/paymentsettings.php:377
|
1577 |
-
#@ pmpro
|
1578 |
-
msgid "Transaction Security Key"
|
1579 |
-
msgstr ""
|
1580 |
-
|
1581 |
-
#: adminpages/paymentsettings.php:386
|
1582 |
-
#@ pmpro
|
1583 |
-
msgid "Currency"
|
1584 |
-
msgstr "Valuta"
|
1585 |
-
|
1586 |
-
#: adminpages/paymentsettings.php:406
|
1587 |
-
#@ pmpro
|
1588 |
-
msgid "Accepted Credit Card Types"
|
1589 |
-
msgstr ""
|
1590 |
-
|
1591 |
-
#: adminpages/paymentsettings.php:420
|
1592 |
-
#@ pmpro
|
1593 |
-
msgid "Instructions"
|
1594 |
-
msgstr ""
|
1595 |
-
|
1596 |
-
#: adminpages/paymentsettings.php:424
|
1597 |
-
#@ pmpro
|
1598 |
-
msgid "Who to write the check out to. Where to mail it. Shown on checkout, confirmation, and invoice pages."
|
1599 |
-
msgstr ""
|
1600 |
-
|
1601 |
-
#: adminpages/paymentsettings.php:430
|
1602 |
-
#@ pmpro
|
1603 |
-
msgid "Show Billing Address Fields"
|
1604 |
-
msgstr ""
|
1605 |
-
|
1606 |
-
#: adminpages/paymentsettings.php:437
|
1607 |
-
#@ pmpro
|
1608 |
-
msgid "Stripe doesn't require billing address fields. Choose 'No' to hide them on the checkout page.<br /><strong>If No, make sure you disable address verification in the Stripe dashboard settings.</strong>"
|
1609 |
-
msgstr ""
|
1610 |
-
|
1611 |
-
#: adminpages/paymentsettings.php:443
|
1612 |
-
#@ pmpro
|
1613 |
-
msgid "Sales Tax"
|
1614 |
-
msgstr ""
|
1615 |
-
|
1616 |
-
#: adminpages/paymentsettings.php:443
|
1617 |
-
#: pages/billing.php:78
|
1618 |
-
#@ pmpro
|
1619 |
-
msgid "optional"
|
1620 |
-
msgstr ""
|
1621 |
-
|
1622 |
-
#: adminpages/paymentsettings.php:446
|
1623 |
-
#@ pmpro
|
1624 |
-
msgid "Tax State"
|
1625 |
-
msgstr ""
|
1626 |
-
|
1627 |
-
#: adminpages/paymentsettings.php:447
|
1628 |
-
#@ pmpro
|
1629 |
-
msgid "abbreviation, e.g. \"PA\""
|
1630 |
-
msgstr ""
|
1631 |
-
|
1632 |
-
#: adminpages/paymentsettings.php:449
|
1633 |
-
#@ pmpro
|
1634 |
-
msgid "decimal, e.g. \"0.06\""
|
1635 |
-
msgstr ""
|
1636 |
-
|
1637 |
-
#: adminpages/paymentsettings.php:450
|
1638 |
-
#@ pmpro
|
1639 |
-
msgid "US only. If values are given, tax will be applied for any members ordering from the selected state.<br />For non-US or more complex tax rules, use the <a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-taxes-paid-memberships-pro/\">pmpro_tax filter</a>."
|
1640 |
-
msgstr ""
|
1641 |
-
|
1642 |
-
#: adminpages/paymentsettings.php:455
|
1643 |
-
#@ pmpro
|
1644 |
-
msgid "Force SSL"
|
1645 |
-
msgstr ""
|
1646 |
-
|
1647 |
-
#: adminpages/paymentsettings.php:461
|
1648 |
-
#@ pmpro
|
1649 |
-
msgid "Yes (with JavaScript redirects)"
|
1650 |
-
msgstr ""
|
1651 |
-
|
1652 |
-
#: adminpages/paymentsettings.php:468
|
1653 |
-
#@ pmpro
|
1654 |
-
msgid "SSL Seal Code"
|
1655 |
-
msgstr ""
|
1656 |
-
|
1657 |
-
#: adminpages/paymentsettings.php:477
|
1658 |
-
#@ pmpro
|
1659 |
-
msgid "HTTPS Nuclear Option"
|
1660 |
-
msgstr ""
|
1661 |
-
|
1662 |
-
#: adminpages/paymentsettings.php:480
|
1663 |
-
#@ pmpro
|
1664 |
-
msgid "Use the \"Nuclear Option\" to use secure (HTTPS) URLs on your secure pages. Check this if you are using SSL and have warnings on your checkout pages."
|
1665 |
-
msgstr ""
|
1666 |
-
|
1667 |
-
#: adminpages/paymentsettings.php:485
|
1668 |
-
#@ pmpro
|
1669 |
-
msgid "IPN Handler URL"
|
1670 |
-
msgstr ""
|
1671 |
-
|
1672 |
-
#: adminpages/paymentsettings.php:488
|
1673 |
-
#@ pmpro
|
1674 |
-
msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: adminpages/paymentsettings.php:493
|
1678 |
-
#@ pmpro
|
1679 |
-
msgid "TwoCheckout INS URL"
|
1680 |
-
msgstr ""
|
1681 |
-
|
1682 |
-
#: adminpages/paymentsettings.php:496
|
1683 |
-
#@ pmpro
|
1684 |
-
msgid "To fully integrate with 2Checkout, be sure to set your 2Checkout INS URL "
|
1685 |
-
msgstr ""
|
1686 |
-
|
1687 |
-
#: adminpages/paymentsettings.php:501
|
1688 |
-
#@ pmpro
|
1689 |
-
msgid "Silent Post URL"
|
1690 |
-
msgstr ""
|
1691 |
-
|
1692 |
-
#: adminpages/paymentsettings.php:504
|
1693 |
-
#@ pmpro
|
1694 |
-
msgid "To fully integrate with Authorize.net, be sure to set your Silent Post URL to"
|
1695 |
-
msgstr ""
|
1696 |
-
|
1697 |
-
#: adminpages/paymentsettings.php:509
|
1698 |
-
#: adminpages/paymentsettings.php:517
|
1699 |
-
#@ pmpro
|
1700 |
-
msgid "Web Hook URL"
|
1701 |
-
msgstr ""
|
1702 |
-
|
1703 |
-
#: adminpages/paymentsettings.php:512
|
1704 |
-
#@ pmpro
|
1705 |
-
msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
|
1706 |
-
msgstr ""
|
1707 |
-
|
1708 |
-
#: adminpages/paymentsettings.php:521
|
1709 |
-
#@ pmpro
|
1710 |
-
msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
|
1711 |
-
msgstr ""
|
1712 |
-
|
1713 |
-
#: adminpages/reports/login.php:16
|
1714 |
-
#@ pmpro
|
1715 |
-
msgid "Visits, Views, and Logins"
|
1716 |
-
msgstr ""
|
1717 |
-
|
1718 |
-
#: adminpages/reports/login.php:26
|
1719 |
-
#@ pmpro
|
1720 |
-
msgid "Visits Today"
|
1721 |
-
msgstr ""
|
1722 |
-
|
1723 |
-
#: adminpages/reports/login.php:27
|
1724 |
-
#: adminpages/reports/login.php:147
|
1725 |
-
#@ pmpro
|
1726 |
-
msgid "Visits This Month"
|
1727 |
-
msgstr ""
|
1728 |
-
|
1729 |
-
#: adminpages/reports/login.php:28
|
1730 |
-
#@ pmpro
|
1731 |
-
msgid "Visits All Time"
|
1732 |
-
msgstr ""
|
1733 |
-
|
1734 |
-
#: adminpages/reports/login.php:31
|
1735 |
-
#@ pmpro
|
1736 |
-
msgid "Views Today"
|
1737 |
-
msgstr ""
|
1738 |
-
|
1739 |
-
#: adminpages/reports/login.php:32
|
1740 |
-
#: adminpages/reports/login.php:149
|
1741 |
-
#@ pmpro
|
1742 |
-
msgid "Views This Month"
|
1743 |
-
msgstr ""
|
1744 |
-
|
1745 |
-
#: adminpages/reports/login.php:33
|
1746 |
-
#@ pmpro
|
1747 |
-
msgid "Views All Time"
|
1748 |
-
msgstr ""
|
1749 |
-
|
1750 |
-
#: adminpages/reports/login.php:36
|
1751 |
-
#@ pmpro
|
1752 |
-
msgid "Logins Today"
|
1753 |
-
msgstr ""
|
1754 |
-
|
1755 |
-
#: adminpages/reports/login.php:37
|
1756 |
-
#: adminpages/reports/login.php:152
|
1757 |
-
#@ pmpro
|
1758 |
-
msgid "Logins This Month"
|
1759 |
-
msgstr ""
|
1760 |
-
|
1761 |
-
#: adminpages/reports/login.php:38
|
1762 |
-
#@ pmpro
|
1763 |
-
msgid "Logins All Time"
|
1764 |
-
msgstr ""
|
1765 |
-
|
1766 |
-
#: adminpages/reports/login.php:61
|
1767 |
-
#@ pmpro
|
1768 |
-
msgid "Visits, Views, and Logins Report"
|
1769 |
-
msgstr ""
|
1770 |
-
|
1771 |
-
#: adminpages/reports/login.php:66
|
1772 |
-
#@ pmpro
|
1773 |
-
msgid "All Users"
|
1774 |
-
msgstr ""
|
1775 |
-
|
1776 |
-
#: adminpages/reports/login.php:146
|
1777 |
-
#@ pmpro
|
1778 |
-
msgid "Last Visit"
|
1779 |
-
msgstr ""
|
1780 |
-
|
1781 |
-
#: adminpages/reports/login.php:148
|
1782 |
-
#@ pmpro
|
1783 |
-
msgid "Total Visits"
|
1784 |
-
msgstr ""
|
1785 |
-
|
1786 |
-
#: adminpages/reports/login.php:150
|
1787 |
-
#@ pmpro
|
1788 |
-
msgid "Total Views"
|
1789 |
-
msgstr ""
|
1790 |
-
|
1791 |
-
#: adminpages/reports/login.php:151
|
1792 |
-
#@ pmpro
|
1793 |
-
msgid "Last Login"
|
1794 |
-
msgstr ""
|
1795 |
-
|
1796 |
-
#: adminpages/reports/login.php:153
|
1797 |
-
#@ pmpro
|
1798 |
-
msgid "Total Logins"
|
1799 |
-
msgstr ""
|
1800 |
-
|
1801 |
-
#: adminpages/reports/memberships.php:18
|
1802 |
-
#: adminpages/reports/memberships.php:288
|
1803 |
-
#@ pmpro
|
1804 |
-
msgid "Membership Stats"
|
1805 |
-
msgstr ""
|
1806 |
-
|
1807 |
-
#: adminpages/reports/memberships.php:294
|
1808 |
-
#: adminpages/reports/sales.php:195
|
1809 |
-
#@ pmpro
|
1810 |
-
msgid "Daily"
|
1811 |
-
msgstr ""
|
1812 |
-
|
1813 |
-
#: adminpages/reports/memberships.php:295
|
1814 |
-
#: adminpages/reports/sales.php:196
|
1815 |
-
#@ pmpro
|
1816 |
-
msgid "Monthly"
|
1817 |
-
msgstr ""
|
1818 |
-
|
1819 |
-
#: adminpages/reports/memberships.php:296
|
1820 |
-
#: adminpages/reports/sales.php:197
|
1821 |
-
#@ pmpro
|
1822 |
-
msgid "Annual"
|
1823 |
-
msgstr ""
|
1824 |
-
|
1825 |
-
#: adminpages/reports/memberships.php:299
|
1826 |
-
#@ pmpro
|
1827 |
-
msgid "Signups vs. Cancellations"
|
1828 |
-
msgstr ""
|
1829 |
-
|
1830 |
-
#: adminpages/reports/memberships.php:331
|
1831 |
-
#: adminpages/reports/sales.php:230
|
1832 |
-
#@ pmpro
|
1833 |
-
msgid "Generate Report"
|
1834 |
-
msgstr ""
|
1835 |
-
|
1836 |
-
#: adminpages/reports/sales.php:18
|
1837 |
-
#@ pmpro
|
1838 |
-
msgid "Sales and Revenue (Testing/Sandbox)"
|
1839 |
-
msgstr ""
|
1840 |
-
|
1841 |
-
#: adminpages/reports/sales.php:20
|
1842 |
-
#: adminpages/reports/sales.php:189
|
1843 |
-
#@ pmpro
|
1844 |
-
msgid "Sales and Revenue"
|
1845 |
-
msgstr ""
|
1846 |
-
|
1847 |
-
#: adminpages/reports/sales.php:200
|
1848 |
-
#@ pmpro
|
1849 |
-
msgid "Revenue"
|
1850 |
-
msgstr ""
|
1851 |
-
|
1852 |
-
#: adminpages/reports/sales.php:201
|
1853 |
-
#@ pmpro
|
1854 |
-
msgid "Sales"
|
1855 |
-
msgstr ""
|
1856 |
-
|
1857 |
-
#: adminpages/reports.php:37
|
1858 |
-
#@ pmpro
|
1859 |
-
msgid "Details"
|
1860 |
-
msgstr ""
|
1861 |
-
|
1862 |
-
#: classes/class.memberorder.php:553
|
1863 |
-
#, php-format
|
1864 |
-
#@ pmpro
|
1865 |
-
msgid "There was an error canceling the subscription for user with ID=%s. You will want to check your payment gateway to see if their subscription is still active."
|
1866 |
-
msgstr ""
|
1867 |
-
|
1868 |
-
#: classes/class.pmproemail.php:37
|
1869 |
-
#, php-format
|
1870 |
-
#@ pmpro
|
1871 |
-
msgid "An Email From %s"
|
1872 |
-
msgstr "En epost fra %s"
|
1873 |
-
|
1874 |
-
#: classes/class.pmproemail.php:122
|
1875 |
-
#, php-format
|
1876 |
-
#@ pmpro
|
1877 |
-
msgid "Your membership at %s has been CANCELLED"
|
1878 |
-
msgstr ""
|
1879 |
-
|
1880 |
-
#: classes/class.pmproemail.php:144
|
1881 |
-
#, php-format
|
1882 |
-
#@ pmpro
|
1883 |
-
msgid "Membership for %s at %s has been CANCELLED"
|
1884 |
-
msgstr ""
|
1885 |
-
|
1886 |
-
#: classes/class.pmproemail.php:175
|
1887 |
-
#, php-format
|
1888 |
-
#@ pmpro
|
1889 |
-
msgid "Your membership confirmation for %s"
|
1890 |
-
msgstr "Bekreftelse på medlemskap i %s"
|
1891 |
-
|
1892 |
-
#: classes/class.pmproemail.php:228
|
1893 |
-
#: classes/class.pmproemail.php:237
|
1894 |
-
#: classes/class.pmproemail.php:246
|
1895 |
-
#: classes/class.pmproemail.php:325
|
1896 |
-
#: classes/class.pmproemail.php:334
|
1897 |
-
#: classes/class.pmproemail.php:645
|
1898 |
-
#: pages/checkout.php:66
|
1899 |
-
#: pages/checkout.php:76
|
1900 |
-
#: pages/checkout.php:576
|
1901 |
-
#: pages/confirmation.php:52
|
1902 |
-
#: pages/invoice.php:33
|
1903 |
-
#@ pmpro
|
1904 |
-
msgid "Discount Code"
|
1905 |
-
msgstr ""
|
1906 |
-
|
1907 |
-
#: classes/class.pmproemail.php:253
|
1908 |
-
#: classes/class.pmproemail.php:346
|
1909 |
-
#: classes/class.pmproemail.php:651
|
1910 |
-
#, php-format
|
1911 |
-
#@ pmpro
|
1912 |
-
msgid "This membership will expire on %s."
|
1913 |
-
msgstr ""
|
1914 |
-
|
1915 |
-
#: classes/class.pmproemail.php:275
|
1916 |
-
#, php-format
|
1917 |
-
#@ pmpro
|
1918 |
-
msgid "Member Checkout for %s at %s"
|
1919 |
-
msgstr ""
|
1920 |
-
|
1921 |
-
#: classes/class.pmproemail.php:363
|
1922 |
-
#, php-format
|
1923 |
-
#@ pmpro
|
1924 |
-
msgid "Your billing information has been udpated at %s"
|
1925 |
-
msgstr ""
|
1926 |
-
|
1927 |
-
#: classes/class.pmproemail.php:416
|
1928 |
-
#, php-format
|
1929 |
-
#@ pmpro
|
1930 |
-
msgid "Billing information has been udpated for %s at %s"
|
1931 |
-
msgstr ""
|
1932 |
-
|
1933 |
-
#: classes/class.pmproemail.php:464
|
1934 |
-
#, php-format
|
1935 |
-
#@ pmpro
|
1936 |
-
msgid "Membership Payment Failed at %s"
|
1937 |
-
msgstr ""
|
1938 |
-
|
1939 |
-
#: classes/class.pmproemail.php:510
|
1940 |
-
#, php-format
|
1941 |
-
#@ pmpro
|
1942 |
-
msgid "Membership Payment Failed For %s at %s"
|
1943 |
-
msgstr ""
|
1944 |
-
|
1945 |
-
#: classes/class.pmproemail.php:557
|
1946 |
-
#, php-format
|
1947 |
-
#@ pmpro
|
1948 |
-
msgid "Credit Card on File Expiring Soon at %s"
|
1949 |
-
msgstr ""
|
1950 |
-
|
1951 |
-
#: classes/class.pmproemail.php:605
|
1952 |
-
#, php-format
|
1953 |
-
#@ pmpro
|
1954 |
-
msgid "INVOICE for %s membership"
|
1955 |
-
msgstr ""
|
1956 |
-
|
1957 |
-
#: classes/class.pmproemail.php:676
|
1958 |
-
#, php-format
|
1959 |
-
#@ pmpro
|
1960 |
-
msgid "Your trial at %s is ending soon"
|
1961 |
-
msgstr ""
|
1962 |
-
|
1963 |
-
#: classes/class.pmproemail.php:710
|
1964 |
-
#, php-format
|
1965 |
-
#@ pmpro
|
1966 |
-
msgid "Your membership at %s has ended"
|
1967 |
-
msgstr ""
|
1968 |
-
|
1969 |
-
#: classes/class.pmproemail.php:735
|
1970 |
-
#, php-format
|
1971 |
-
#@ pmpro
|
1972 |
-
msgid "Your membership at %s will end soon"
|
1973 |
-
msgstr ""
|
1974 |
-
|
1975 |
-
#: classes/class.pmproemail.php:755
|
1976 |
-
#, php-format
|
1977 |
-
#@ pmpro
|
1978 |
-
msgid "Your membership at %s has been changed"
|
1979 |
-
msgstr "Medlemskapet ditt ved %s er endret"
|
1980 |
-
|
1981 |
-
#: classes/class.pmproemail.php:759
|
1982 |
-
#, php-format
|
1983 |
-
#@ pmpro
|
1984 |
-
msgid "The new level is %s."
|
1985 |
-
msgstr ""
|
1986 |
-
|
1987 |
-
#: classes/class.pmproemail.php:761
|
1988 |
-
#@ pmpro
|
1989 |
-
msgid "Your membership has been cancelled"
|
1990 |
-
msgstr "Medlemskapet ditt er kansellert"
|
1991 |
-
|
1992 |
-
#: classes/class.pmproemail.php:765
|
1993 |
-
#: classes/class.pmproemail.php:803
|
1994 |
-
#, php-format
|
1995 |
-
#@ pmpro
|
1996 |
-
msgid "This membership will expire on %s"
|
1997 |
-
msgstr ""
|
1998 |
-
|
1999 |
-
#: classes/class.pmproemail.php:769
|
2000 |
-
#: classes/class.pmproemail.php:807
|
2001 |
-
#@ pmpro
|
2002 |
-
msgid "This membership does not expire"
|
2003 |
-
msgstr ""
|
2004 |
-
|
2005 |
-
#: classes/class.pmproemail.php:793
|
2006 |
-
#, php-format
|
2007 |
-
#@ pmpro
|
2008 |
-
msgid "Membership for %s at %s has been changed"
|
2009 |
-
msgstr "Medlemskapet for %s ved %s er endret"
|
2010 |
-
|
2011 |
-
#: classes/class.pmproemail.php:797
|
2012 |
-
#, php-format
|
2013 |
-
#@ pmpro
|
2014 |
-
msgid "The new level is %s. This membership is free"
|
2015 |
-
msgstr ""
|
2016 |
-
|
2017 |
-
#: classes/class.pmproemail.php:799
|
2018 |
-
#@ pmpro
|
2019 |
-
msgid "membership has been cancelled"
|
2020 |
-
msgstr "medlemskapet er kansellert"
|
2021 |
-
|
2022 |
-
#: classes/gateways/class.pmprogateway.php:55
|
2023 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:55
|
2024 |
-
#: classes/gateways/class.pmprogateway_check.php:60
|
2025 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:57
|
2026 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:27
|
2027 |
-
#: classes/gateways/class.pmprogateway_paypal.php:27
|
2028 |
-
#@ pmpro
|
2029 |
-
msgid "Unknown error: Authorization failed."
|
2030 |
-
msgstr ""
|
2031 |
-
|
2032 |
-
#: classes/gateways/class.pmprogateway.php:106
|
2033 |
-
#: classes/gateways/class.pmprogateway.php:111
|
2034 |
-
#: classes/gateways/class.pmprogateway.php:129
|
2035 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:106
|
2036 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:111
|
2037 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:128
|
2038 |
-
#: classes/gateways/class.pmprogateway_check.php:111
|
2039 |
-
#: classes/gateways/class.pmprogateway_check.php:116
|
2040 |
-
#: classes/gateways/class.pmprogateway_check.php:134
|
2041 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:108
|
2042 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:113
|
2043 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:131
|
2044 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:50
|
2045 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:55
|
2046 |
-
#: classes/gateways/class.pmprogateway_paypal.php:50
|
2047 |
-
#@ pmpro
|
2048 |
-
msgid "Unknown error: Payment failed."
|
2049 |
-
msgstr ""
|
2050 |
-
|
2051 |
-
#: classes/gateways/class.pmprogateway.php:113
|
2052 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:112
|
2053 |
-
#: classes/gateways/class.pmprogateway_check.php:118
|
2054 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:115
|
2055 |
-
#@ pmpro
|
2056 |
-
msgid "A partial payment was made that we could not void. Please contact the site owner immediately to correct this."
|
2057 |
-
msgstr ""
|
2058 |
-
|
2059 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:787
|
2060 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:788
|
2061 |
-
#@ pmpro
|
2062 |
-
msgid "Could not connect to Authorize.net"
|
2063 |
-
msgstr ""
|
2064 |
-
|
2065 |
-
#: classes/gateways/class.pmprogateway_braintree.php:61
|
2066 |
-
#: classes/gateways/class.pmprogateway_stripe.php:53
|
2067 |
-
#@ pmpro
|
2068 |
-
msgid "Unknown error: Initial payment failed."
|
2069 |
-
msgstr ""
|
2070 |
-
|
2071 |
-
#: classes/gateways/class.pmprogateway_braintree.php:120
|
2072 |
-
#@ pmpro
|
2073 |
-
msgid "Error during settlement:"
|
2074 |
-
msgstr ""
|
2075 |
-
|
2076 |
-
#: classes/gateways/class.pmprogateway_braintree.php:129
|
2077 |
-
#@ pmpro
|
2078 |
-
msgid "Error during charge:"
|
2079 |
-
msgstr ""
|
2080 |
-
|
2081 |
-
#: classes/gateways/class.pmprogateway_braintree.php:198
|
2082 |
-
#@ pmpro
|
2083 |
-
msgid "Failed to update customer."
|
2084 |
-
msgstr ""
|
2085 |
-
|
2086 |
-
#: classes/gateways/class.pmprogateway_braintree.php:246
|
2087 |
-
#@ pmpro
|
2088 |
-
msgid "Failed to create customer."
|
2089 |
-
msgstr ""
|
2090 |
-
|
2091 |
-
#: classes/gateways/class.pmprogateway_braintree.php:253
|
2092 |
-
#@ pmpro
|
2093 |
-
msgid "Error creating customer record with Braintree:"
|
2094 |
-
msgstr ""
|
2095 |
-
|
2096 |
-
#: classes/gateways/class.pmprogateway_braintree.php:344
|
2097 |
-
#@ pmpro
|
2098 |
-
msgid "Error subscribing customer to plan with Braintree:"
|
2099 |
-
msgstr ""
|
2100 |
-
|
2101 |
-
#: classes/gateways/class.pmprogateway_braintree.php:359
|
2102 |
-
#@ pmpro
|
2103 |
-
msgid "Failed to subscribe with Braintree:"
|
2104 |
-
msgstr ""
|
2105 |
-
|
2106 |
-
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2107 |
-
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2108 |
-
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2109 |
-
#: classes/gateways/class.pmprogateway_stripe.php:344
|
2110 |
-
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2111 |
-
#@ pmpro
|
2112 |
-
msgid "Could not find the subscription."
|
2113 |
-
msgstr ""
|
2114 |
-
|
2115 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:57
|
2116 |
-
#: classes/gateways/class.pmprogateway_paypal.php:57
|
2117 |
-
#@ pmpro
|
2118 |
-
msgid "A partial payment was made that we could not refund. Please contact the site owner immediately to correct this."
|
2119 |
-
msgstr ""
|
2120 |
-
|
2121 |
-
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2122 |
-
#@ pmpro
|
2123 |
-
msgid "Error creating customer record with Stripe:"
|
2124 |
-
msgstr ""
|
2125 |
-
|
2126 |
-
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2127 |
-
#@ pmpro
|
2128 |
-
msgid "Error creating plan with Stripe:"
|
2129 |
-
msgstr ""
|
2130 |
-
|
2131 |
-
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2132 |
-
#@ pmpro
|
2133 |
-
msgid "Error subscribing customer to plan with Stripe:"
|
2134 |
-
msgstr ""
|
2135 |
-
|
2136 |
-
#: includes/adminpages.php:9
|
2137 |
-
#: includes/adminpages.php:39
|
2138 |
-
#@ pmpro
|
2139 |
-
msgid "Memberships"
|
2140 |
-
msgstr "Medlemskap"
|
2141 |
-
|
2142 |
-
#: includes/adminpages.php:10
|
2143 |
-
#: includes/adminpages.php:49
|
2144 |
-
#@ pmpro
|
2145 |
-
msgid "Page Settings"
|
2146 |
-
msgstr ""
|
2147 |
-
|
2148 |
-
#: includes/adminpages.php:11
|
2149 |
-
#: includes/adminpages.php:54
|
2150 |
-
#@ pmpro
|
2151 |
-
msgid "Payment Settings"
|
2152 |
-
msgstr ""
|
2153 |
-
|
2154 |
-
#: includes/adminpages.php:16
|
2155 |
-
#: includes/adminpages.php:79
|
2156 |
-
#@ pmpro
|
2157 |
-
msgid "Reports"
|
2158 |
-
msgstr ""
|
2159 |
-
|
2160 |
-
#: includes/adminpages.php:18
|
2161 |
-
#: includes/adminpages.php:89
|
2162 |
-
#@ pmpro
|
2163 |
-
msgid "Discount Codes"
|
2164 |
-
msgstr ""
|
2165 |
-
|
2166 |
-
#: includes/currencies.php:7
|
2167 |
-
#: includes/currencies.php:44
|
2168 |
-
#@ pmpro
|
2169 |
-
msgid "US Dollars ($)"
|
2170 |
-
msgstr ""
|
2171 |
-
|
2172 |
-
#: includes/currencies.php:8
|
2173 |
-
#: includes/currencies.php:47
|
2174 |
-
#@ pmpro
|
2175 |
-
msgid "Euros (€)"
|
2176 |
-
msgstr ""
|
2177 |
-
|
2178 |
-
#: includes/currencies.php:9
|
2179 |
-
#: includes/currencies.php:46
|
2180 |
-
#@ pmpro
|
2181 |
-
msgid "Pounds Sterling (£)"
|
2182 |
-
msgstr ""
|
2183 |
-
|
2184 |
-
#: includes/currencies.php:10
|
2185 |
-
#@ pmpro
|
2186 |
-
msgid "Australian Dollars ($)"
|
2187 |
-
msgstr ""
|
2188 |
-
|
2189 |
-
#: includes/currencies.php:11
|
2190 |
-
#@ pmpro
|
2191 |
-
msgid "Brazilian Real ($)"
|
2192 |
-
msgstr ""
|
2193 |
-
|
2194 |
-
#: includes/currencies.php:12
|
2195 |
-
#: includes/currencies.php:45
|
2196 |
-
#@ pmpro
|
2197 |
-
msgid "Canadian Dollars ($)"
|
2198 |
-
msgstr ""
|
2199 |
-
|
2200 |
-
#: includes/currencies.php:13
|
2201 |
-
#@ pmpro
|
2202 |
-
msgid "Chinese Yuan"
|
2203 |
-
msgstr ""
|
2204 |
-
|
2205 |
-
#: includes/currencies.php:14
|
2206 |
-
#@ pmpro
|
2207 |
-
msgid "Czech Koruna"
|
2208 |
-
msgstr ""
|
2209 |
-
|
2210 |
-
#: includes/currencies.php:15
|
2211 |
-
#@ pmpro
|
2212 |
-
msgid "Danish Krone"
|
2213 |
-
msgstr ""
|
2214 |
-
|
2215 |
-
#: includes/currencies.php:16
|
2216 |
-
#@ pmpro
|
2217 |
-
msgid "Hong Kong Dollar ($)"
|
2218 |
-
msgstr ""
|
2219 |
-
|
2220 |
-
#: includes/currencies.php:17
|
2221 |
-
#@ pmpro
|
2222 |
-
msgid "Hungarian Forint"
|
2223 |
-
msgstr ""
|
2224 |
-
|
2225 |
-
#: includes/currencies.php:18
|
2226 |
-
#@ pmpro
|
2227 |
-
msgid "Indian Rupee"
|
2228 |
-
msgstr ""
|
2229 |
-
|
2230 |
-
#: includes/currencies.php:19
|
2231 |
-
#@ pmpro
|
2232 |
-
msgid "Indonesia Rupiah"
|
2233 |
-
msgstr ""
|
2234 |
-
|
2235 |
-
#: includes/currencies.php:20
|
2236 |
-
#@ pmpro
|
2237 |
-
msgid "Israeli Shekel"
|
2238 |
-
msgstr ""
|
2239 |
-
|
2240 |
-
#: includes/currencies.php:21
|
2241 |
-
#@ pmpro
|
2242 |
-
msgid "Japanese Yen (¥)"
|
2243 |
-
msgstr ""
|
2244 |
-
|
2245 |
-
#: includes/currencies.php:22
|
2246 |
-
#@ pmpro
|
2247 |
-
msgid "Malaysian Ringgits"
|
2248 |
-
msgstr ""
|
2249 |
-
|
2250 |
-
#: includes/currencies.php:23
|
2251 |
-
#@ pmpro
|
2252 |
-
msgid "Mexican Peso ($)"
|
2253 |
-
msgstr ""
|
2254 |
-
|
2255 |
-
#: includes/currencies.php:24
|
2256 |
-
#@ pmpro
|
2257 |
-
msgid "New Zealand Dollar ($)"
|
2258 |
-
msgstr ""
|
2259 |
-
|
2260 |
-
#: includes/currencies.php:25
|
2261 |
-
#@ pmpro
|
2262 |
-
msgid "Norwegian Krone"
|
2263 |
-
msgstr "Norske kroner"
|
2264 |
-
|
2265 |
-
#: includes/currencies.php:26
|
2266 |
-
#@ pmpro
|
2267 |
-
msgid "Philippine Pesos"
|
2268 |
-
msgstr ""
|
2269 |
-
|
2270 |
-
#: includes/currencies.php:27
|
2271 |
-
#@ pmpro
|
2272 |
-
msgid "Polish Zloty"
|
2273 |
-
msgstr ""
|
2274 |
-
|
2275 |
-
#: includes/currencies.php:28
|
2276 |
-
#@ pmpro
|
2277 |
-
msgid "Singapore Dollar ($)"
|
2278 |
-
msgstr ""
|
2279 |
-
|
2280 |
-
#: includes/currencies.php:29
|
2281 |
-
#@ pmpro
|
2282 |
-
msgid "South African Rand"
|
2283 |
-
msgstr ""
|
2284 |
-
|
2285 |
-
#: includes/currencies.php:30
|
2286 |
-
#@ pmpro
|
2287 |
-
msgid "South Korean Won"
|
2288 |
-
msgstr ""
|
2289 |
-
|
2290 |
-
#: includes/currencies.php:31
|
2291 |
-
#@ pmpro
|
2292 |
-
msgid "Swedish Krona"
|
2293 |
-
msgstr ""
|
2294 |
-
|
2295 |
-
#: includes/currencies.php:32
|
2296 |
-
#@ pmpro
|
2297 |
-
msgid "Swiss Franc"
|
2298 |
-
msgstr ""
|
2299 |
-
|
2300 |
-
#: includes/currencies.php:33
|
2301 |
-
#@ pmpro
|
2302 |
-
msgid "Taiwan New Dollars"
|
2303 |
-
msgstr ""
|
2304 |
-
|
2305 |
-
#: includes/currencies.php:34
|
2306 |
-
#@ pmpro
|
2307 |
-
msgid "Thai Baht"
|
2308 |
-
msgstr ""
|
2309 |
-
|
2310 |
-
#: includes/currencies.php:35
|
2311 |
-
#@ pmpro
|
2312 |
-
msgid "Turkish Lira"
|
2313 |
-
msgstr ""
|
2314 |
-
|
2315 |
-
#: includes/currencies.php:36
|
2316 |
-
#@ pmpro
|
2317 |
-
msgid "Vietnamese Dong"
|
2318 |
-
msgstr ""
|
2319 |
-
|
2320 |
-
#: includes/functions.php:201
|
2321 |
-
#, php-format
|
2322 |
-
#@ pmpro
|
2323 |
-
msgid "The price for membership is <strong>%s</strong> now"
|
2324 |
-
msgstr "Prisen for medlemskapet er <strong>%s</strong> nå"
|
2325 |
-
|
2326 |
-
#: includes/functions.php:210
|
2327 |
-
#, php-format
|
2328 |
-
#@ Recurring payment in cost text generation. E.g. $5 every month for 2 more payments.
|
2329 |
-
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2330 |
-
msgstr ""
|
2331 |
-
|
2332 |
-
#: includes/functions.php:214
|
2333 |
-
#, php-format
|
2334 |
-
#@ Recurring payment in cost text generation. E.g., $5 every 2 months for 2 more payments.
|
2335 |
-
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2336 |
-
msgstr ""
|
2337 |
-
|
2338 |
-
#: includes/functions.php:219
|
2339 |
-
#, php-format
|
2340 |
-
#@ Recurring payment in cost text generation. E.g. $5 after 2 months.
|
2341 |
-
msgid " and then <strong>%s after %d %s</strong>."
|
2342 |
-
msgstr ""
|
2343 |
-
|
2344 |
-
#: includes/functions.php:225
|
2345 |
-
#, php-format
|
2346 |
-
#@ Recurring payment in cost text generation. E.g. $5 every month.
|
2347 |
-
msgid " and then <strong>%s per %s</strong>."
|
2348 |
-
msgstr ""
|
2349 |
-
|
2350 |
-
#: includes/functions.php:229
|
2351 |
-
#, php-format
|
2352 |
-
#@ Recurring payment in cost text generation. E.g., $5 every 2 months.
|
2353 |
-
msgid " and then <strong>%s every %d %s</strong>."
|
2354 |
-
msgstr ""
|
2355 |
-
|
2356 |
-
#: includes/functions.php:246
|
2357 |
-
#: pages/levels.php:82
|
2358 |
-
#@ pmpro
|
2359 |
-
msgid "After your initial payment, your first payment is Free."
|
2360 |
-
msgstr ""
|
2361 |
-
|
2362 |
-
#: includes/functions.php:250
|
2363 |
-
#: pages/levels.php:86
|
2364 |
-
#, php-format
|
2365 |
-
#@ pmpro
|
2366 |
-
msgid "After your initial payment, your first %d payments are Free."
|
2367 |
-
msgstr ""
|
2368 |
-
|
2369 |
-
#: includes/functions.php:257
|
2370 |
-
#: pages/levels.php:93
|
2371 |
-
#, php-format
|
2372 |
-
#@ pmpro
|
2373 |
-
msgid "After your initial payment, your first payment will cost %s."
|
2374 |
-
msgstr ""
|
2375 |
-
|
2376 |
-
#: includes/functions.php:261
|
2377 |
-
#: pages/levels.php:97
|
2378 |
-
#, php-format
|
2379 |
-
#@ pmpro
|
2380 |
-
msgid "After your initial payment, your first %d payments will cost %s."
|
2381 |
-
msgstr ""
|
2382 |
-
|
2383 |
-
#: includes/functions.php:272
|
2384 |
-
#, php-format
|
2385 |
-
#@ pmpro
|
2386 |
-
msgid "Customers in %s will be charged %s%% tax."
|
2387 |
-
msgstr ""
|
2388 |
-
|
2389 |
-
#: includes/functions.php:286
|
2390 |
-
#, php-format
|
2391 |
-
#@ pmpro
|
2392 |
-
msgid "Membership expires after %d %s."
|
2393 |
-
msgstr ""
|
2394 |
-
|
2395 |
-
#: includes/functions.php:522
|
2396 |
-
#@ pmpro
|
2397 |
-
msgid "User ID not found."
|
2398 |
-
msgstr ""
|
2399 |
-
|
2400 |
-
#: includes/functions.php:539
|
2401 |
-
#@ pmpro
|
2402 |
-
msgid "Invalid level."
|
2403 |
-
msgstr ""
|
2404 |
-
|
2405 |
-
#: includes/functions.php:550
|
2406 |
-
#@ pmpro
|
2407 |
-
msgid "not changing?"
|
2408 |
-
msgstr ""
|
2409 |
-
|
2410 |
-
#: includes/functions.php:567
|
2411 |
-
#: includes/functions.php:614
|
2412 |
-
#: includes/functions.php:623
|
2413 |
-
#@ pmpro
|
2414 |
-
msgid "Error interacting with database"
|
2415 |
-
msgstr ""
|
2416 |
-
|
2417 |
-
#: includes/functions.php:664
|
2418 |
-
#: includes/functions.php:703
|
2419 |
-
#@ pmpro
|
2420 |
-
msgid "Membership level not found."
|
2421 |
-
msgstr ""
|
2422 |
-
|
2423 |
-
#: includes/functions.php:1085
|
2424 |
-
#@ pmpro
|
2425 |
-
msgid "The discount code could not be found."
|
2426 |
-
msgstr ""
|
2427 |
-
|
2428 |
-
#: includes/functions.php:1101
|
2429 |
-
#, php-format
|
2430 |
-
#@ pmpro
|
2431 |
-
msgid "This discount code goes into effect on %s."
|
2432 |
-
msgstr ""
|
2433 |
-
|
2434 |
-
#: includes/functions.php:1110
|
2435 |
-
#, php-format
|
2436 |
-
#@ pmpro
|
2437 |
-
msgid "This discount code expired on %s."
|
2438 |
-
msgstr ""
|
2439 |
-
|
2440 |
-
#: includes/functions.php:1122
|
2441 |
-
#@ pmpro
|
2442 |
-
msgid "This discount code is no longer valid."
|
2443 |
-
msgstr ""
|
2444 |
-
|
2445 |
-
#: includes/functions.php:1137
|
2446 |
-
#@ pmpro
|
2447 |
-
msgid "This discount code does not apply to this membership level."
|
2448 |
-
msgstr ""
|
2449 |
-
|
2450 |
-
#: includes/functions.php:1145
|
2451 |
-
#@ pmpro
|
2452 |
-
msgid "This discount code is okay."
|
2453 |
-
msgstr ""
|
2454 |
-
|
2455 |
-
#: includes/functions.php:1169
|
2456 |
-
#@ pmpro
|
2457 |
-
msgid "and"
|
2458 |
-
msgstr ""
|
2459 |
-
|
2460 |
-
#: includes/functions.php:1354
|
2461 |
-
#@ pmpro
|
2462 |
-
msgid "Sign Up for !!name!! Now"
|
2463 |
-
msgstr ""
|
2464 |
-
|
2465 |
-
#: includes/functions.php:1360
|
2466 |
-
#@ pmpro
|
2467 |
-
msgid "Please specify a level id."
|
2468 |
-
msgstr ""
|
2469 |
-
|
2470 |
-
#: includes/localization.php:23
|
2471 |
-
#@ pmpro
|
2472 |
-
msgid "Day"
|
2473 |
-
msgid_plural "Days"
|
2474 |
-
msgstr[0] ""
|
2475 |
-
msgstr[1] ""
|
2476 |
-
|
2477 |
-
#: includes/localization.php:25
|
2478 |
-
#@ pmpro
|
2479 |
-
msgid "Week"
|
2480 |
-
msgid_plural "Weeks"
|
2481 |
-
msgstr[0] ""
|
2482 |
-
msgstr[1] ""
|
2483 |
-
|
2484 |
-
#: includes/localization.php:27
|
2485 |
-
#@ pmpro
|
2486 |
-
msgid "Month"
|
2487 |
-
msgid_plural "Months"
|
2488 |
-
msgstr[0] ""
|
2489 |
-
msgstr[1] ""
|
2490 |
-
|
2491 |
-
#: includes/localization.php:29
|
2492 |
-
#@ pmpro
|
2493 |
-
msgid "Year"
|
2494 |
-
msgid_plural "Years"
|
2495 |
-
msgstr[0] ""
|
2496 |
-
msgstr[1] ""
|
2497 |
-
|
2498 |
-
#: includes/metaboxes.php:38
|
2499 |
-
#@ pmpro
|
2500 |
-
msgid "This post is already protected for this level because it is within a category that requires membership."
|
2501 |
-
msgstr ""
|
2502 |
-
|
2503 |
-
#: includes/metaboxes.php:99
|
2504 |
-
#: includes/metaboxes.php:100
|
2505 |
-
#@ pmpro
|
2506 |
-
msgid "Require Membership"
|
2507 |
-
msgstr ""
|
2508 |
-
|
2509 |
-
#: includes/profile.php:36
|
2510 |
-
#@ pmpro
|
2511 |
-
msgid "Current Level"
|
2512 |
-
msgstr ""
|
2513 |
-
|
2514 |
-
#: includes/profile.php:39
|
2515 |
-
#@ pmpro
|
2516 |
-
msgid "None"
|
2517 |
-
msgstr "Ingen"
|
2518 |
-
|
2519 |
-
#: includes/profile.php:84
|
2520 |
-
#@ pmpro
|
2521 |
-
msgid "User is not paying."
|
2522 |
-
msgstr ""
|
2523 |
-
|
2524 |
-
#: pages/account.php:10
|
2525 |
-
#@ pmpro
|
2526 |
-
msgid "Your membership is <strong>active</strong>."
|
2527 |
-
msgstr "Medlemskapet ditt er <strong>aktivt</strong>."
|
2528 |
-
|
2529 |
-
#: pages/account.php:12
|
2530 |
-
#: pages/billing.php:16
|
2531 |
-
#: pages/levels.php:13
|
2532 |
-
#@ pmpro
|
2533 |
-
msgid "Level"
|
2534 |
-
msgstr "Kurs"
|
2535 |
-
|
2536 |
-
#: pages/account.php:14
|
2537 |
-
#: pages/billing.php:18
|
2538 |
-
#@ pmpro
|
2539 |
-
msgid "Membership Fee"
|
2540 |
-
msgstr "Pris på medlemskap"
|
2541 |
-
|
2542 |
-
#: pages/account.php:25
|
2543 |
-
#: pages/billing.php:29
|
2544 |
-
#@ pmpro
|
2545 |
-
msgid "Duration"
|
2546 |
-
msgstr ""
|
2547 |
-
|
2548 |
-
#: pages/account.php:29
|
2549 |
-
#: pages/confirmation.php:49
|
2550 |
-
#: pages/invoice.php:30
|
2551 |
-
#@ pmpro
|
2552 |
-
msgid "Membership Expires"
|
2553 |
-
msgstr ""
|
2554 |
-
|
2555 |
-
#: pages/account.php:34
|
2556 |
-
#, php-format
|
2557 |
-
#@ pmpro
|
2558 |
-
msgid "Your first payment will cost %s."
|
2559 |
-
msgstr ""
|
2560 |
-
|
2561 |
-
#: pages/account.php:38
|
2562 |
-
#, php-format
|
2563 |
-
#@ pmpro
|
2564 |
-
msgid "Your first %d payments will cost %s."
|
2565 |
-
msgstr ""
|
2566 |
-
|
2567 |
-
#: pages/account.php:46
|
2568 |
-
#@ pmpro
|
2569 |
-
msgid "My Account"
|
2570 |
-
msgstr "Min konto"
|
2571 |
-
|
2572 |
-
#: pages/account.php:55
|
2573 |
-
#@ pmpro
|
2574 |
-
msgid "Edit Profile"
|
2575 |
-
msgstr "Rediger profil"
|
2576 |
-
|
2577 |
-
#: pages/account.php:56
|
2578 |
-
#@ pmpro
|
2579 |
-
msgid "Change Password"
|
2580 |
-
msgstr "Endre passord"
|
2581 |
-
|
2582 |
-
#: pages/account.php:87
|
2583 |
-
#@ pmpro
|
2584 |
-
msgid "Billing Information"
|
2585 |
-
msgstr "Fakturainformasjon"
|
2586 |
-
|
2587 |
-
#: pages/account.php:105
|
2588 |
-
#: pages/confirmation.php:63
|
2589 |
-
#: pages/invoice.php:50
|
2590 |
-
#@ pmpro
|
2591 |
-
msgid "Payment Method"
|
2592 |
-
msgstr "Betalingsinformasjon"
|
2593 |
-
|
2594 |
-
#: pages/account.php:114
|
2595 |
-
#@ pmpro
|
2596 |
-
msgid "Edit Billing Information"
|
2597 |
-
msgstr ""
|
2598 |
-
|
2599 |
-
#: pages/account.php:125
|
2600 |
-
#@ pmpro
|
2601 |
-
msgid "Past Invoices"
|
2602 |
-
msgstr "Siste faktura"
|
2603 |
-
|
2604 |
-
#: pages/account.php:140
|
2605 |
-
#@ pmpro
|
2606 |
-
msgid "View All Invoices"
|
2607 |
-
msgstr "Se alle fakturaer"
|
2608 |
-
|
2609 |
-
#: pages/account.php:146
|
2610 |
-
#@ pmpro
|
2611 |
-
msgid "Member Links"
|
2612 |
-
msgstr "Medlemslinker"
|
2613 |
-
|
2614 |
-
#: pages/account.php:152
|
2615 |
-
#@ pmpro
|
2616 |
-
msgid "Update Billing Information"
|
2617 |
-
msgstr ""
|
2618 |
-
|
2619 |
-
#: pages/account.php:155
|
2620 |
-
#@ pmpro
|
2621 |
-
msgid "Change Membership Level"
|
2622 |
-
msgstr ""
|
2623 |
-
|
2624 |
-
#: pages/account.php:157
|
2625 |
-
#@ pmpro
|
2626 |
-
msgid "Cancel Membership"
|
2627 |
-
msgstr "Kanseller medlemskap"
|
2628 |
-
|
2629 |
-
#: pages/billing.php:14
|
2630 |
-
#, php-format
|
2631 |
-
#@ pmpro
|
2632 |
-
msgid "Logged in as <strong>%s</strong>."
|
2633 |
-
msgstr "Logget inn som <strong>%s</strong>."
|
2634 |
-
|
2635 |
-
#: pages/billing.php:14
|
2636 |
-
#@ pmpro
|
2637 |
-
msgid "logout"
|
2638 |
-
msgstr "Logg ut"
|
2639 |
-
|
2640 |
-
#: pages/billing.php:39
|
2641 |
-
#@ pmpro
|
2642 |
-
msgid "Your payment subscription is managed by PayPal. Please <a href=\"http://www.paypal.com\">login to PayPal here</a> to update your billing information."
|
2643 |
-
msgstr ""
|
2644 |
-
|
2645 |
-
#: pages/billing.php:65
|
2646 |
-
#: pages/checkout.php:332
|
2647 |
-
#@ pmpro
|
2648 |
-
msgid "First Name"
|
2649 |
-
msgstr "Fornavn"
|
2650 |
-
|
2651 |
-
#: pages/billing.php:69
|
2652 |
-
#: pages/checkout.php:336
|
2653 |
-
#@ pmpro
|
2654 |
-
msgid "Last Name"
|
2655 |
-
msgstr "Etternavn"
|
2656 |
-
|
2657 |
-
#: pages/billing.php:73
|
2658 |
-
#: pages/checkout.php:340
|
2659 |
-
#@ pmpro
|
2660 |
-
msgid "Address 1"
|
2661 |
-
msgstr "Adresse 1"
|
2662 |
-
|
2663 |
-
#: pages/billing.php:77
|
2664 |
-
#: pages/checkout.php:344
|
2665 |
-
#@ pmpro
|
2666 |
-
msgid "Address 2"
|
2667 |
-
msgstr "Adresse 2"
|
2668 |
-
|
2669 |
-
#: pages/billing.php:87
|
2670 |
-
#: pages/checkout.php:354
|
2671 |
-
#@ pmpro
|
2672 |
-
msgid "City"
|
2673 |
-
msgstr "By"
|
2674 |
-
|
2675 |
-
#: pages/billing.php:91
|
2676 |
-
#: pages/checkout.php:358
|
2677 |
-
#@ pmpro
|
2678 |
-
msgid "State"
|
2679 |
-
msgstr "Fylke"
|
2680 |
-
|
2681 |
-
#: pages/billing.php:95
|
2682 |
-
#: pages/checkout.php:362
|
2683 |
-
#@ pmpro
|
2684 |
-
msgid "Postal Code"
|
2685 |
-
msgstr "Postnummer"
|
2686 |
-
|
2687 |
-
#: pages/billing.php:104
|
2688 |
-
#: pages/checkout.php:371
|
2689 |
-
#@ pmpro
|
2690 |
-
msgid "City, State Zip"
|
2691 |
-
msgstr ""
|
2692 |
-
|
2693 |
-
#: pages/billing.php:157
|
2694 |
-
#: pages/checkout.php:424
|
2695 |
-
#@ pmpro
|
2696 |
-
msgid "Country"
|
2697 |
-
msgstr "Land"
|
2698 |
-
|
2699 |
-
#: pages/billing.php:182
|
2700 |
-
#: pages/checkout.php:449
|
2701 |
-
#@ pmpro
|
2702 |
-
msgid "Phone"
|
2703 |
-
msgstr "Telefon"
|
2704 |
-
|
2705 |
-
#: pages/billing.php:193
|
2706 |
-
#: pages/checkout.php:207
|
2707 |
-
#: pages/checkout.php:463
|
2708 |
-
#@ pmpro
|
2709 |
-
msgid "E-mail Address"
|
2710 |
-
msgstr "E-post-adresse"
|
2711 |
-
|
2712 |
-
#: pages/billing.php:197
|
2713 |
-
#: pages/checkout.php:472
|
2714 |
-
#@ pmpro
|
2715 |
-
msgid "Confirm E-mail"
|
2716 |
-
msgstr "Bekreft e-post-adresse"
|
2717 |
-
|
2718 |
-
#: pages/billing.php:217
|
2719 |
-
#, php-format
|
2720 |
-
#@ pmpro
|
2721 |
-
msgid "We accept %s"
|
2722 |
-
msgstr ""
|
2723 |
-
|
2724 |
-
#: pages/billing.php:217
|
2725 |
-
#@ pmpro
|
2726 |
-
msgid "Credit Card Information"
|
2727 |
-
msgstr "Kredittkortinformasjon"
|
2728 |
-
|
2729 |
-
#: pages/billing.php:244
|
2730 |
-
#: pages/checkout.php:530
|
2731 |
-
#@ pmpro
|
2732 |
-
msgid "Card Number"
|
2733 |
-
msgstr "Kortnummer"
|
2734 |
-
|
2735 |
-
#: pages/billing.php:281
|
2736 |
-
#: pages/checkout.php:567
|
2737 |
-
#@ pmpro
|
2738 |
-
msgid "CVV"
|
2739 |
-
msgstr ""
|
2740 |
-
|
2741 |
-
#: pages/billing.php:282
|
2742 |
-
#: pages/checkout.php:568
|
2743 |
-
#@ pmpro
|
2744 |
-
msgid "what's this?"
|
2745 |
-
msgstr ""
|
2746 |
-
|
2747 |
-
#: pages/billing.php:294
|
2748 |
-
#@ pmpro
|
2749 |
-
msgid "Update"
|
2750 |
-
msgstr "Oppdater"
|
2751 |
-
|
2752 |
-
#: pages/billing.php:309
|
2753 |
-
#@ pmpro
|
2754 |
-
msgid "This subscription is not recurring. So you don't need to update your billing information."
|
2755 |
-
msgstr ""
|
2756 |
-
|
2757 |
-
#: pages/cancel.php:14
|
2758 |
-
#@ pmpro
|
2759 |
-
msgid "Are you sure you want to cancel your membership?"
|
2760 |
-
msgstr "Er du sikker på at du vil kansellere medlemskapet ditt?"
|
2761 |
-
|
2762 |
-
#: pages/cancel.php:17
|
2763 |
-
#@ pmpro
|
2764 |
-
msgid "Yes, cancel my account"
|
2765 |
-
msgstr "Ja, kanseller kontoen min"
|
2766 |
-
|
2767 |
-
#: pages/cancel.php:19
|
2768 |
-
#@ pmpro
|
2769 |
-
msgid "No, keep my account"
|
2770 |
-
msgstr "Nei, behold kontoen min"
|
2771 |
-
|
2772 |
-
#: pages/cancel.php:22
|
2773 |
-
#@ pmpro
|
2774 |
-
msgid "Click here to go to the home page."
|
2775 |
-
msgstr "Klikk her for å gå til hjemmesiden."
|
2776 |
-
|
2777 |
-
#: pages/checkout.php:26
|
2778 |
-
#@ pmpro
|
2779 |
-
msgid "Almost done. Review the membership information and pricing below then <strong>click the \"Complete Payment\" button</strong> to finish your order."
|
2780 |
-
msgstr "Nå er alt nesten klart. Les igjennom informasjonen under om medlemskapet ditt, og <strong>klikk så på \"Fullfør betaling\" knappen</strong> for å fullføre bestillingen."
|
2781 |
-
|
2782 |
-
#: pages/checkout.php:33
|
2783 |
-
#@ pmpro
|
2784 |
-
msgid "change"
|
2785 |
-
msgstr ""
|
2786 |
-
|
2787 |
-
#: pages/checkout.php:41
|
2788 |
-
#, php-format
|
2789 |
-
#@ pmpro
|
2790 |
-
msgid "You have selected the <strong>%s</strong> membership level."
|
2791 |
-
msgstr "Du har valgt <strong>%s</strong>."
|
2792 |
-
|
2793 |
-
#: pages/checkout.php:51
|
2794 |
-
#, php-format
|
2795 |
-
#@ pmpro
|
2796 |
-
msgid "<p class=\"pmpro_level_discount_applied\">The <strong>%s</strong> code has been applied to your order.</p>"
|
2797 |
-
msgstr ""
|
2798 |
-
|
2799 |
-
#: pages/checkout.php:62
|
2800 |
-
#: services/applydiscountcode.php:75
|
2801 |
-
#@ pmpro
|
2802 |
-
msgid "Click here to change your discount code"
|
2803 |
-
msgstr ""
|
2804 |
-
|
2805 |
-
#: pages/checkout.php:64
|
2806 |
-
#@ pmpro
|
2807 |
-
msgid "Do you have a discount code?"
|
2808 |
-
msgstr ""
|
2809 |
-
|
2810 |
-
#: pages/checkout.php:64
|
2811 |
-
#@ pmpro
|
2812 |
-
msgid "Click here to enter your discount code"
|
2813 |
-
msgstr ""
|
2814 |
-
|
2815 |
-
#: pages/checkout.php:78
|
2816 |
-
#: pages/checkout.php:578
|
2817 |
-
#@ pmpro
|
2818 |
-
msgid "Apply"
|
2819 |
-
msgstr ""
|
2820 |
-
|
2821 |
-
#: pages/checkout.php:163
|
2822 |
-
#@ pmpro
|
2823 |
-
msgid "Already have an account?"
|
2824 |
-
msgstr "Har du allerede en konto?"
|
2825 |
-
|
2826 |
-
#: pages/checkout.php:163
|
2827 |
-
#@ pmpro
|
2828 |
-
msgid "Log in here"
|
2829 |
-
msgstr "Logg inn her"
|
2830 |
-
|
2831 |
-
#: pages/checkout.php:163
|
2832 |
-
#@ pmpro
|
2833 |
-
msgid "Account Information"
|
2834 |
-
msgstr "Kontoinformasjon"
|
2835 |
-
|
2836 |
-
#: pages/checkout.php:189
|
2837 |
-
#@ pmpro
|
2838 |
-
msgid "Confirm Password"
|
2839 |
-
msgstr "Bekreft passord"
|
2840 |
-
|
2841 |
-
#: pages/checkout.php:216
|
2842 |
-
#@ pmpro
|
2843 |
-
msgid "Confirm E-mail Address"
|
2844 |
-
msgstr "Bekreft e-post-adresse"
|
2845 |
-
|
2846 |
-
#: pages/checkout.php:235
|
2847 |
-
#@ pmpro
|
2848 |
-
msgid "Full Name"
|
2849 |
-
msgstr "Fullt navn"
|
2850 |
-
|
2851 |
-
#: pages/checkout.php:236
|
2852 |
-
#@ pmpro
|
2853 |
-
msgid "LEAVE THIS BLANK"
|
2854 |
-
msgstr ""
|
2855 |
-
|
2856 |
-
#: pages/checkout.php:260
|
2857 |
-
#, php-format
|
2858 |
-
#@ pmpro
|
2859 |
-
msgid "You are logged in as <strong>%s</strong>. If you would like to use a different account for this membership, <a href=\"%s\">log out now</a>."
|
2860 |
-
msgstr "Du er nå logget inn som <strong>%s</strong>. Hvis du ønsker å logge deg på med en annen konto, <a href=\"%s\">logg ut nå</a>."
|
2861 |
-
|
2862 |
-
#: pages/checkout.php:288
|
2863 |
-
#, php-format
|
2864 |
-
#@ pmpro
|
2865 |
-
msgid "I agree to the %s"
|
2866 |
-
msgstr "Jeg har lest og aksepterer de angitte %s"
|
2867 |
-
|
2868 |
-
#: pages/checkout.php:303
|
2869 |
-
#@ pmpro
|
2870 |
-
msgid "Choose your Payment Method"
|
2871 |
-
msgstr "Velg betalingsmetode"
|
2872 |
-
|
2873 |
-
#: pages/checkout.php:311
|
2874 |
-
#@ pmpro
|
2875 |
-
msgid "Check Out with a Credit Card Here"
|
2876 |
-
msgstr ""
|
2877 |
-
|
2878 |
-
#: pages/checkout.php:313
|
2879 |
-
#: pages/checkout.php:685
|
2880 |
-
#@ pmpro
|
2881 |
-
msgid "Check Out with PayPal"
|
2882 |
-
msgstr "Sjekk ut med Paypal"
|
2883 |
-
|
2884 |
-
#: pages/checkout.php:503
|
2885 |
-
#, php-format
|
2886 |
-
#@ pmpro
|
2887 |
-
msgid "We Accept %s"
|
2888 |
-
msgstr ""
|
2889 |
-
|
2890 |
-
#: pages/checkout.php:503
|
2891 |
-
#@ pmpro
|
2892 |
-
msgid "Payment Information"
|
2893 |
-
msgstr "Betalingsinformasjon"
|
2894 |
-
|
2895 |
-
#: pages/checkout.php:677
|
2896 |
-
#@ pmpro
|
2897 |
-
msgid "Complete Payment"
|
2898 |
-
msgstr "Fullfør betaling"
|
2899 |
-
|
2900 |
-
#: pages/checkout.php:691
|
2901 |
-
#@ pmpro
|
2902 |
-
msgid "Submit and Pay with 2CheckOut"
|
2903 |
-
msgstr ""
|
2904 |
-
|
2905 |
-
#: pages/checkout.php:691
|
2906 |
-
#@ pmpro
|
2907 |
-
msgid "Submit and Check Out"
|
2908 |
-
msgstr ""
|
2909 |
-
|
2910 |
-
#: pages/checkout.php:691
|
2911 |
-
#@ pmpro
|
2912 |
-
msgid "Submit and Confirm"
|
2913 |
-
msgstr ""
|
2914 |
-
|
2915 |
-
#: pages/checkout.php:697
|
2916 |
-
#@ pmpro
|
2917 |
-
msgid "Processing..."
|
2918 |
-
msgstr "Prosesserer.."
|
2919 |
-
|
2920 |
-
#: pages/confirmation.php:12
|
2921 |
-
#@ pmpro
|
2922 |
-
msgid "Your payment has been submitted. Your membership will be activated shortly."
|
2923 |
-
msgstr "Betalingen din er gjennomført. Medlemskapet ditt vil snart bli aktivert."
|
2924 |
-
|
2925 |
-
#: pages/confirmation.php:14
|
2926 |
-
#, php-format
|
2927 |
-
#@ pmpro
|
2928 |
-
msgid "Thank you for your membership to %s. Your %s membership is now active."
|
2929 |
-
msgstr "Tusen takk for påmeldingen din til %s. Ditt medlemskap ved %s er nå aktivt."
|
2930 |
-
|
2931 |
-
#: pages/confirmation.php:28
|
2932 |
-
#, php-format
|
2933 |
-
#@ pmpro
|
2934 |
-
msgid "Below are details about your membership account and a receipt for your initial membership invoice. A welcome email with a copy of your initial membership invoice has been sent to %s."
|
2935 |
-
msgstr "Under finner du detaljer om medlemskontoen din og en kvittering for betaling. Det er også sendt en e-post med en kopi av fakturaen til %s."
|
2936 |
-
|
2937 |
-
#: pages/confirmation.php:41
|
2938 |
-
#: pages/invoice.php:22
|
2939 |
-
#, php-format
|
2940 |
-
#@ pmpro
|
2941 |
-
msgid "Invoice #%s on %s"
|
2942 |
-
msgstr "Faktura #%s for %s"
|
2943 |
-
|
2944 |
-
#: pages/confirmation.php:43
|
2945 |
-
#@ pmpro
|
2946 |
-
msgid "Print"
|
2947 |
-
msgstr "Skriv ut"
|
2948 |
-
|
2949 |
-
#: pages/confirmation.php:46
|
2950 |
-
#: pages/confirmation.php:104
|
2951 |
-
#: pages/invoice.php:27
|
2952 |
-
#@ pmpro
|
2953 |
-
msgid "Account"
|
2954 |
-
msgstr "Konto"
|
2955 |
-
|
2956 |
-
#: pages/confirmation.php:65
|
2957 |
-
#: pages/invoice.php:52
|
2958 |
-
#: pages/invoice.php:109
|
2959 |
-
#@ pmpro
|
2960 |
-
msgid "Total Billed"
|
2961 |
-
msgstr "Totalpris"
|
2962 |
-
|
2963 |
-
#: pages/confirmation.php:82
|
2964 |
-
#: pages/invoice.php:69
|
2965 |
-
#@ credit card type {ending in} xxxx
|
2966 |
-
msgid "ending in"
|
2967 |
-
msgstr ""
|
2968 |
-
|
2969 |
-
#: pages/confirmation.php:97
|
2970 |
-
#, php-format
|
2971 |
-
#@ pmpro
|
2972 |
-
msgid "Below are details about your membership account. A welcome email with has been sent to %s."
|
2973 |
-
msgstr "Under finner du detaljer om medlemskontoen din. En e-post med har blitt sendt til %s."
|
2974 |
-
|
2975 |
-
#: pages/confirmation.php:105
|
2976 |
-
#@ pmpro
|
2977 |
-
msgid "Pending"
|
2978 |
-
msgstr "Ventende"
|
2979 |
-
|
2980 |
-
#: pages/confirmation.php:113
|
2981 |
-
#: pages/invoice.php:141
|
2982 |
-
#@ pmpro
|
2983 |
-
msgid "View Your Membership Account →"
|
2984 |
-
msgstr "Se kontoen for medlemskapet ditt →"
|
2985 |
-
|
2986 |
-
#: pages/confirmation.php:115
|
2987 |
-
#@ pmpro
|
2988 |
-
msgid "If your account is not activated within a few minutes, please contact the site owner."
|
2989 |
-
msgstr "Hvis kontoen din ikke aktiveres i løpet av et par minutter, så ta kontakt med Syskolen."
|
2990 |
-
|
2991 |
-
#: pages/invoice.php:79
|
2992 |
-
#@ pmpro
|
2993 |
-
msgid "Subtotal"
|
2994 |
-
msgstr ""
|
2995 |
-
|
2996 |
-
#: pages/invoice.php:82
|
2997 |
-
#@ pmpro
|
2998 |
-
msgid "Coupon"
|
2999 |
-
msgstr ""
|
3000 |
-
|
3001 |
-
#: pages/invoice.php:108
|
3002 |
-
#@ pmpro
|
3003 |
-
msgid "Invoice #"
|
3004 |
-
msgstr "Faktura #"
|
3005 |
-
|
3006 |
-
#: pages/invoice.php:122
|
3007 |
-
#@ pmpro
|
3008 |
-
msgid "View Invoice"
|
3009 |
-
msgstr "Se på faktura"
|
3010 |
-
|
3011 |
-
#: pages/invoice.php:134
|
3012 |
-
#@ pmpro
|
3013 |
-
msgid "No invoices found."
|
3014 |
-
msgstr "Ingen fakturaer funnet"
|
3015 |
-
|
3016 |
-
#: pages/invoice.php:145
|
3017 |
-
#@ pmpro
|
3018 |
-
msgid "← View All Invoices"
|
3019 |
-
msgstr "← Se alle fakturaer"
|
3020 |
-
|
3021 |
-
#: pages/levels.php:15
|
3022 |
-
#@ pmpro
|
3023 |
-
msgid "Subscription Information"
|
3024 |
-
msgstr "Kursinformasjon"
|
3025 |
-
|
3026 |
-
#: pages/levels.php:33
|
3027 |
-
#@ pmpro
|
3028 |
-
msgid "--"
|
3029 |
-
msgstr ""
|
3030 |
-
|
3031 |
-
#: pages/levels.php:43
|
3032 |
-
#@ pmpro
|
3033 |
-
msgid "Free"
|
3034 |
-
msgstr ""
|
3035 |
-
|
3036 |
-
#: pages/levels.php:51
|
3037 |
-
#, php-format
|
3038 |
-
#@ Recurring payment in cost text generation. E.g. $5 every month for 2 more payments.
|
3039 |
-
msgid "%s per %s for %d more %s."
|
3040 |
-
msgstr ""
|
3041 |
-
|
3042 |
-
#: pages/levels.php:55
|
3043 |
-
#, php-format
|
3044 |
-
#@ Recurring payment in cost text generation. E.g., $5 every 2 months for 2 more payments.
|
3045 |
-
msgid "%s every %d %s for %d more %s."
|
3046 |
-
msgstr ""
|
3047 |
-
|
3048 |
-
#: pages/levels.php:60
|
3049 |
-
#, php-format
|
3050 |
-
#@ Recurring payment in cost text generation. E.g. $5 after 2 months.
|
3051 |
-
msgid "%s after %d %s."
|
3052 |
-
msgstr ""
|
3053 |
-
|
3054 |
-
#: pages/levels.php:66
|
3055 |
-
#, php-format
|
3056 |
-
#@ Recurring payment in cost text generation. E.g. $5 every month.
|
3057 |
-
msgid "%s per %s."
|
3058 |
-
msgstr ""
|
3059 |
-
|
3060 |
-
#: pages/levels.php:70
|
3061 |
-
#, php-format
|
3062 |
-
#@ Recurring payment in cost text generation. E.g., $5 every 2 months.
|
3063 |
-
msgid "%s every %d %s."
|
3064 |
-
msgstr ""
|
3065 |
-
|
3066 |
-
#: pages/levels.php:113
|
3067 |
-
#: pages/levels.php:115
|
3068 |
-
#@ Choose a level from levels page
|
3069 |
-
msgid "Select"
|
3070 |
-
msgstr ""
|
3071 |
-
|
3072 |
-
#: pages/levels.php:123
|
3073 |
-
#@ Clickign to renew from levels page
|
3074 |
-
msgid "Renew"
|
3075 |
-
msgstr ""
|
3076 |
-
|
3077 |
-
#: pages/levels.php:129
|
3078 |
-
#@ pmpro
|
3079 |
-
msgid "Your Level"
|
3080 |
-
msgstr "Ditt Medlemskap"
|
3081 |
-
|
3082 |
-
#: pages/levels.php:145
|
3083 |
-
#@ pmpro
|
3084 |
-
msgid "← Return to Your Account"
|
3085 |
-
msgstr "← Gå tilbake til din konto"
|
3086 |
-
|
3087 |
-
#: pages/levels.php:147
|
3088 |
-
#@ pmpro
|
3089 |
-
msgid "← Return to Home"
|
3090 |
-
msgstr "← Gå til hjemmesiden"
|
3091 |
-
|
3092 |
-
#: preheaders/account.php:7
|
3093 |
-
#: preheaders/levels.php:19
|
3094 |
-
#@ pmpro
|
3095 |
-
msgid "Your membership status has been updated - Thank you!"
|
3096 |
-
msgstr ""
|
3097 |
-
|
3098 |
-
#: preheaders/account.php:11
|
3099 |
-
#: preheaders/levels.php:23
|
3100 |
-
#@ pmpro
|
3101 |
-
msgid "Sorry, your request could not be completed - please try again in a few moments."
|
3102 |
-
msgstr ""
|
3103 |
-
|
3104 |
-
#: preheaders/billing.php:258
|
3105 |
-
#: preheaders/checkout.php:482
|
3106 |
-
#@ pmpro
|
3107 |
-
msgid "Please complete all required fields."
|
3108 |
-
msgstr "Fyll ut alle påkrevde felt."
|
3109 |
-
|
3110 |
-
#: preheaders/billing.php:263
|
3111 |
-
#: preheaders/checkout.php:492
|
3112 |
-
#@ pmpro
|
3113 |
-
msgid "Your email addresses do not match. Please try again."
|
3114 |
-
msgstr "E-post-adressene dine stemmer ikke overens. Prøv igjen."
|
3115 |
-
|
3116 |
-
#: preheaders/billing.php:268
|
3117 |
-
#: preheaders/checkout.php:498
|
3118 |
-
#@ pmpro
|
3119 |
-
msgid "The email address entered is in an invalid format. Please try again."
|
3120 |
-
msgstr "E-post-adressen er i et ugyldig format. Prøv igjen."
|
3121 |
-
|
3122 |
-
#: preheaders/billing.php:274
|
3123 |
-
#@ pmpro
|
3124 |
-
msgid "All good!"
|
3125 |
-
msgstr "Alt bra!"
|
3126 |
-
|
3127 |
-
#: preheaders/billing.php:340
|
3128 |
-
#, php-format
|
3129 |
-
#@ pmpro
|
3130 |
-
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3131 |
-
msgstr "Informasjonen er oppdatert. <a href=\"%s\">« gå tilbake til kontoen</a>"
|
3132 |
-
|
3133 |
-
#: preheaders/billing.php:347
|
3134 |
-
#@ pmpro
|
3135 |
-
msgid "Error updating billing information."
|
3136 |
-
msgstr ""
|
3137 |
-
|
3138 |
-
#: preheaders/cancel.php:24
|
3139 |
-
#@ pmpro
|
3140 |
-
msgid "Your membership has been cancelled."
|
3141 |
-
msgstr "Medlemskapet ditt er blitt kansellert."
|
3142 |
-
|
3143 |
-
#: preheaders/checkout.php:28
|
3144 |
-
#: preheaders/checkout.php:509
|
3145 |
-
#@ pmpro
|
3146 |
-
msgid "Invalid gateway."
|
3147 |
-
msgstr ""
|
3148 |
-
|
3149 |
-
#: preheaders/checkout.php:96
|
3150 |
-
#@ pmpro
|
3151 |
-
msgid "Checkout: Payment Information"
|
3152 |
-
msgstr ""
|
3153 |
-
|
3154 |
-
#: preheaders/checkout.php:109
|
3155 |
-
#@ pmpro
|
3156 |
-
msgid "Setup Your Account"
|
3157 |
-
msgstr ""
|
3158 |
-
|
3159 |
-
#: preheaders/checkout.php:486
|
3160 |
-
#@ pmpro
|
3161 |
-
msgid "Your passwords do not match. Please try again."
|
3162 |
-
msgstr "Passordene stemmer ikke overens. Prøv igjen."
|
3163 |
-
|
3164 |
-
#: preheaders/checkout.php:504
|
3165 |
-
#, php-format
|
3166 |
-
#@ pmpro
|
3167 |
-
msgid "Please check the box to agree to the %s."
|
3168 |
-
msgstr "Huk av i boksen for å godta %s."
|
3169 |
-
|
3170 |
-
#: preheaders/checkout.php:513
|
3171 |
-
#@ pmpro
|
3172 |
-
msgid "Are you a spammer?"
|
3173 |
-
msgstr ""
|
3174 |
-
|
3175 |
-
#: preheaders/checkout.php:536
|
3176 |
-
#@ pmpro
|
3177 |
-
msgid "That username is already taken. Please try another."
|
3178 |
-
msgstr "Brukernavnet er opptatt. Prøv et annet."
|
3179 |
-
|
3180 |
-
#: preheaders/checkout.php:542
|
3181 |
-
#@ pmpro
|
3182 |
-
msgid "That email address is already taken. Please try another."
|
3183 |
-
msgstr "Denne e-post-adressen er allerede registrert. Bruk en annen adresse."
|
3184 |
-
|
3185 |
-
#: preheaders/checkout.php:562
|
3186 |
-
#, php-format
|
3187 |
-
#@ pmpro
|
3188 |
-
msgid "reCAPTCHA failed. (%s) Please try again."
|
3189 |
-
msgstr ""
|
3190 |
-
|
3191 |
-
#: preheaders/checkout.php:702
|
3192 |
-
#@ pmpro
|
3193 |
-
msgid "Payment accepted."
|
3194 |
-
msgstr "Betaling er akseptert."
|
3195 |
-
|
3196 |
-
#: preheaders/checkout.php:710
|
3197 |
-
#@ pmpro
|
3198 |
-
msgid "Unknown error generating account. Please contact us to setup your membership."
|
3199 |
-
msgstr "Det skjedde en ukjent feil når kontoen din skulle genereres. Ta kontakt med oss for å registrere medlemskapet ditt."
|
3200 |
-
|
3201 |
-
#: preheaders/checkout.php:754
|
3202 |
-
#: preheaders/checkout.php:823
|
3203 |
-
#@ pmpro
|
3204 |
-
msgid "The PayPal Token was lost."
|
3205 |
-
msgstr ""
|
3206 |
-
|
3207 |
-
#: preheaders/checkout.php:860
|
3208 |
-
#@ pmpro
|
3209 |
-
msgid "Your payment was accepted, but there was an error setting up your account. Please contact us."
|
3210 |
-
msgstr "Betalingen din er akseptert, men det skjedde en feil ved etablering av kontoen din. Ta kontakt med oss."
|
3211 |
-
|
3212 |
-
#: preheaders/checkout.php:1046
|
3213 |
-
#@ pmpro
|
3214 |
-
msgid "IMPORTANT: Something went wrong during membership creation. Your credit card authorized, but we cancelled the order immediately. You should not try to submit this form again. Please contact the site owner to fix this issue."
|
3215 |
-
msgstr ""
|
3216 |
-
|
3217 |
-
#: preheaders/checkout.php:1051
|
3218 |
-
#@ pmpro
|
3219 |
-
msgid "IMPORTANT: Something went wrong during membership creation. Your credit card was charged, but we couldn't assign your membership. You should not submit this form again. Please contact the site owner to fix this issue."
|
3220 |
-
msgstr ""
|
3221 |
-
|
3222 |
-
#: preheaders/checkout.php:1064
|
3223 |
-
#, php-format
|
3224 |
-
#@ pmpro
|
3225 |
-
msgid "You must <a href=\"%s\">setup a Payment Gateway</a> before any payments will be processed."
|
3226 |
-
msgstr ""
|
3227 |
-
|
3228 |
-
#: preheaders/checkout.php:1066
|
3229 |
-
#@ pmpro
|
3230 |
-
msgid "A Payment Gateway must be setup before any payments will be processed."
|
3231 |
-
msgstr ""
|
3232 |
-
|
3233 |
-
#: scheduled/crons.php:31
|
3234 |
-
#, php-format
|
3235 |
-
#@ pmpro
|
3236 |
-
msgid "Membership expired email sent to %s. "
|
3237 |
-
msgstr ""
|
3238 |
-
|
3239 |
-
#: scheduled/crons.php:74
|
3240 |
-
#, php-format
|
3241 |
-
#@ pmpro
|
3242 |
-
msgid "Membership expiring email sent to %s. "
|
3243 |
-
msgstr ""
|
3244 |
-
|
3245 |
-
#: scheduled/crons.php:143
|
3246 |
-
#, php-format
|
3247 |
-
#@ pmpro
|
3248 |
-
msgid "Credit card expiring email sent to %s. "
|
3249 |
-
msgstr ""
|
3250 |
-
|
3251 |
-
#: scheduled/crons.php:196
|
3252 |
-
#, php-format
|
3253 |
-
#@ pmpro
|
3254 |
-
msgid "Trial ending email sent to %s. "
|
3255 |
-
msgstr ""
|
3256 |
-
|
3257 |
-
#: services/applydiscountcode.php:64
|
3258 |
-
#, php-format
|
3259 |
-
#@ pmpro
|
3260 |
-
msgid "The %s code has been applied to your order. "
|
3261 |
-
msgstr ""
|
3262 |
-
|
3263 |
-
#: services/applydiscountcode.php:83
|
3264 |
-
#, php-format
|
3265 |
-
#@ pmpro
|
3266 |
-
msgid "The <strong>%s</strong> code has been applied to your order."
|
3267 |
-
msgstr ""
|
3268 |
-
|
3269 |
-
#: services/authnet-silent-post.php:133
|
3270 |
-
#@ pmpro
|
3271 |
-
msgid "<p>A payment is being held for review within Authorize.net.</p><p>Payment Information From Authorize.net"
|
3272 |
-
msgstr ""
|
3273 |
-
|
3274 |
-
#: services/stripe-webhook.php:176
|
3275 |
-
#, php-format
|
3276 |
-
#@ pmpro
|
3277 |
-
msgid "%s has had their payment subscription cancelled by Stripe. Please check that this user's membership is cancelled on your site if it should be."
|
3278 |
-
msgstr ""
|
3279 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/pmpro-tr_TR.mo
DELETED
Binary file
|
languages/pmpro-tr_TR.po
DELETED
@@ -1,3470 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: pmpro\n"
|
4 |
-
"POT-Creation-Date: 2014-05-05 13:29-0400\n"
|
5 |
-
"PO-Revision-Date: 2014-07-17 23:04+0200\n"
|
6 |
-
"Last-Translator: Yasin Kuyu <yasinkuyu@gmail.com>\n"
|
7 |
-
"Language-Team: Yasin Kuyu <yasinkuyu@gmail.com>\n"
|
8 |
-
"Language: tr\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.6.6\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_;_e;_ex;_x;_n\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
16 |
-
"X-Poedit-SearchPath-0: includes\n"
|
17 |
-
"X-Poedit-SearchPath-1: .\n"
|
18 |
-
"X-Poedit-SearchPath-2: classes\n"
|
19 |
-
"X-Poedit-SearchPath-3: preheaders\n"
|
20 |
-
"X-Poedit-SearchPath-4: pages\n"
|
21 |
-
"X-Poedit-SearchPath-5: adminpages\n"
|
22 |
-
"X-Poedit-SearchPath-6: classes/gateways\n"
|
23 |
-
"X-Poedit-SearchPath-7: services\n"
|
24 |
-
"X-Poedit-SearchPath-8: shortcodes\n"
|
25 |
-
"X-Poedit-SearchPath-9: scheduled\n"
|
26 |
-
|
27 |
-
#: adminpages/addons.php:5 adminpages/advancedsettings.php:5
|
28 |
-
#: adminpages/discountcodes.php:5 adminpages/emailsettings.php:5
|
29 |
-
#: adminpages/membershiplevels.php:5 adminpages/memberslist-csv.php:5
|
30 |
-
#: adminpages/memberslist.php:5 adminpages/orders-csv.php:5
|
31 |
-
#: adminpages/orders.php:5 adminpages/pagesettings.php:5
|
32 |
-
#: adminpages/paymentsettings.php:5
|
33 |
-
msgid "You do not have permissions to perform this action."
|
34 |
-
msgstr "Bu işlemi gerçekleştirmek için izniniz yok."
|
35 |
-
|
36 |
-
#: adminpages/addons.php:79
|
37 |
-
msgid "Disabled"
|
38 |
-
msgstr "Pasif"
|
39 |
-
|
40 |
-
#: adminpages/addons.php:79
|
41 |
-
msgid "Enabled"
|
42 |
-
msgstr "Aktif"
|
43 |
-
|
44 |
-
#: adminpages/admin_header.php:25
|
45 |
-
msgid "Add a membership level to get started."
|
46 |
-
msgstr "Üyelik seviyesi eklemeye başla."
|
47 |
-
|
48 |
-
#: adminpages/admin_header.php:27
|
49 |
-
msgid "Setup the membership pages"
|
50 |
-
msgstr "Üye sayfalarını yükle"
|
51 |
-
|
52 |
-
#: adminpages/admin_header.php:29
|
53 |
-
msgid "Setup your SSL certificate and payment gateway"
|
54 |
-
msgstr "SSL sertifikası ve ödeme ağ geçidini kur"
|
55 |
-
|
56 |
-
#: adminpages/admin_header.php:38
|
57 |
-
msgid ""
|
58 |
-
"The billing details for some of your membership levels is not supported by "
|
59 |
-
"Stripe."
|
60 |
-
msgstr ""
|
61 |
-
"Üyelik düzeyleri bazı fatura bilgileri Stripe tarafından desteklenmiyor."
|
62 |
-
|
63 |
-
#: adminpages/admin_header.php:46
|
64 |
-
msgid ""
|
65 |
-
"The billing details for this level are not supported by Stripe. Please "
|
66 |
-
"review the notes in the Billing Details section below."
|
67 |
-
msgstr ""
|
68 |
-
"Bu seviye için fatura bilgileri Stripe tarafından desteklenmiyor. Aşağıda "
|
69 |
-
"Fatura Ayrıntıları bölümünde notları gözden geçirin."
|
70 |
-
|
71 |
-
#: adminpages/admin_header.php:50 adminpages/admin_header.php:70
|
72 |
-
#: adminpages/admin_header.php:90 adminpages/admin_header.php:111
|
73 |
-
msgid "The levels with issues are highlighted below."
|
74 |
-
msgstr "Seviyelerle ilgili sorunlara aşağıdaki şekilde vurgu yapılmıştır."
|
75 |
-
|
76 |
-
#: adminpages/admin_header.php:52 adminpages/admin_header.php:72
|
77 |
-
#: adminpages/admin_header.php:92 adminpages/admin_header.php:113
|
78 |
-
msgid "Please edit your levels"
|
79 |
-
msgstr "Seviyeleri düzenleyin."
|
80 |
-
|
81 |
-
#: adminpages/admin_header.php:58
|
82 |
-
msgid ""
|
83 |
-
"The billing details for some of your membership levels is not supported by "
|
84 |
-
"Payflow."
|
85 |
-
msgstr ""
|
86 |
-
"Üyelik seviyeleri bazı fatura bilgileri Payflow tarafından desteklenmiyor."
|
87 |
-
|
88 |
-
#: adminpages/admin_header.php:66
|
89 |
-
msgid ""
|
90 |
-
"The billing details for this level are not supported by Payflow. Please "
|
91 |
-
"review the notes in the Billing Details section below."
|
92 |
-
msgstr ""
|
93 |
-
"Bu seviye için fatura bilgileri Payflow tarafından desteklenmiyor. Aşağıda "
|
94 |
-
"Fatura Ayrıntıları bölümünde notları gözden geçirin."
|
95 |
-
|
96 |
-
#: adminpages/admin_header.php:78
|
97 |
-
msgid ""
|
98 |
-
"The billing details for some of your membership levels is not supported by "
|
99 |
-
"Braintree."
|
100 |
-
msgstr ""
|
101 |
-
"Üyelik seviyeleri bazı fatura bilgileri Braintree tarafından desteklenmiyor."
|
102 |
-
|
103 |
-
#: adminpages/admin_header.php:86
|
104 |
-
msgid ""
|
105 |
-
"The billing details for this level are not supported by Braintree. Please "
|
106 |
-
"review the notes in the Billing Details section below."
|
107 |
-
msgstr ""
|
108 |
-
"Bu seviye için fatura bilgileri Braintree tarafından desteklenmiyor. Aşağıda "
|
109 |
-
"Fatura Ayrıntıları bölümünde notları gözden geçirin."
|
110 |
-
|
111 |
-
#: adminpages/admin_header.php:98
|
112 |
-
msgid ""
|
113 |
-
"The billing details for some of your membership levels is not supported by "
|
114 |
-
"TwoCheckout."
|
115 |
-
msgstr ""
|
116 |
-
"Üyelik seviyeleri bazı fatura bilgileri TwoCheckout tarafından "
|
117 |
-
"desteklenmiyor."
|
118 |
-
|
119 |
-
#: adminpages/admin_header.php:107
|
120 |
-
msgid ""
|
121 |
-
"The billing details for this level are not supported by 2Checkout. Please "
|
122 |
-
"review the notes in the Billing Details section below."
|
123 |
-
msgstr ""
|
124 |
-
"Bu seviye için fatura bilgileri 2Checkout tarafından desteklenmiyor. Aşağıda "
|
125 |
-
"Fatura Ayrıntıları bölümünde notları gözden geçirin."
|
126 |
-
|
127 |
-
#: adminpages/admin_header.php:127 adminpages/admin_header.php:106
|
128 |
-
msgid "Plugin Support"
|
129 |
-
msgstr "Plugin Destek"
|
130 |
-
|
131 |
-
#: adminpages/admin_header.php:127 adminpages/admin_header.php:106
|
132 |
-
msgid "User Forum"
|
133 |
-
msgstr "Kullanıcı Forumları"
|
134 |
-
|
135 |
-
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
136 |
-
#: adminpages/pagesettings.php:69 includes/adminpages.php:107
|
137 |
-
#: adminpages/admin_header.php:128 adminpages/membershiplevels.php:490
|
138 |
-
#: adminpages/membershiplevels.php:496 includes/adminpages.php:44
|
139 |
-
#: includes/adminpages.php:100
|
140 |
-
msgid "Membership Levels"
|
141 |
-
msgstr "Üyelik Seviyeleri"
|
142 |
-
|
143 |
-
#: adminpages/admin_header.php:150 adminpages/pagesettings.php:120
|
144 |
-
#: adminpages/admin_header.php:129 adminpages/pagesettings.php:92
|
145 |
-
msgid "Pages"
|
146 |
-
msgstr "Sayfalar"
|
147 |
-
|
148 |
-
#: adminpages/admin_header.php:151 adminpages/admin_header.php:130
|
149 |
-
msgid "Payment Gateway & SSL"
|
150 |
-
msgstr "Ödeme Kanalı & SSL"
|
151 |
-
|
152 |
-
#: adminpages/admin_header.php:152 adminpages/memberslist.php:148
|
153 |
-
#: pages/account.php:56 adminpages/admin_header.php:131
|
154 |
-
#: adminpages/memberslist.php:115 pages/account.php:52
|
155 |
-
msgid "Email"
|
156 |
-
msgstr "Email"
|
157 |
-
|
158 |
-
#: adminpages/admin_header.php:153 adminpages/admin_header.php:132
|
159 |
-
msgid "Advanced"
|
160 |
-
msgstr "Gelişmiş"
|
161 |
-
|
162 |
-
#: adminpages/admin_header.php:154 includes/adminpages.php:52
|
163 |
-
#: includes/adminpages.php:142 adminpages/admin_header.php:133
|
164 |
-
#: includes/adminpages.php:14 includes/adminpages.php:69
|
165 |
-
#: includes/adminpages.php:135
|
166 |
-
msgid "Add Ons"
|
167 |
-
msgstr "Eklentiler"
|
168 |
-
|
169 |
-
#: adminpages/advancedsettings.php:42 adminpages/advancedsettings.php:35
|
170 |
-
msgid "Your advanced settings have been updated."
|
171 |
-
msgstr "Gelişmiş ayarlarınız güncellendi."
|
172 |
-
|
173 |
-
#: adminpages/advancedsettings.php:66
|
174 |
-
#, php-format
|
175 |
-
msgid ""
|
176 |
-
"This content is for !!levels!! members only. <a href=\"%s\">Register here</"
|
177 |
-
"a>."
|
178 |
-
msgstr ""
|
179 |
-
"Bu içerik sadece !!levels!! seviyesindeki üyeler okuyabilir. <a href=\"%s"
|
180 |
-
"\">Kayıt olun</a>."
|
181 |
-
|
182 |
-
#: adminpages/advancedsettings.php:71
|
183 |
-
#, php-format
|
184 |
-
msgid ""
|
185 |
-
"Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
|
186 |
-
"\">Register here</a>.)"
|
187 |
-
msgstr ""
|
188 |
-
"Bu içeriği görüntülemek için <a href=\"%s\"> giriş yapın</ a>(<a href=\"%s"
|
189 |
-
"\">ya da Üyelik için tıkla</ a>)"
|
190 |
-
|
191 |
-
#: adminpages/advancedsettings.php:76
|
192 |
-
msgid ""
|
193 |
-
"This content is for members only. Visit the site and log in/register to read."
|
194 |
-
msgstr ""
|
195 |
-
"Bu içerik sadece üyeler içindir. Siteyi ziyaret edin ve okumak için kayıt / "
|
196 |
-
"giriş yapın."
|
197 |
-
|
198 |
-
#: adminpages/advancedsettings.php:86 includes/adminpages.php:51
|
199 |
-
#: includes/adminpages.php:135 adminpages/advancedsettings.php:79
|
200 |
-
#: includes/adminpages.php:13 includes/adminpages.php:64
|
201 |
-
#: includes/adminpages.php:128
|
202 |
-
msgid "Advanced Settings"
|
203 |
-
msgstr "Gelişmiş Ayarlar"
|
204 |
-
|
205 |
-
#: adminpages/advancedsettings.php:92 adminpages/advancedsettings.php:85
|
206 |
-
msgid "Message for Logged-in Non-members"
|
207 |
-
msgstr "Üye olmayanların göreceği mesaj"
|
208 |
-
|
209 |
-
#: adminpages/advancedsettings.php:96 adminpages/advancedsettings.php:89
|
210 |
-
msgid ""
|
211 |
-
"This message replaces the post content for non-members. Available variables"
|
212 |
-
msgstr ""
|
213 |
-
"Bu ileti üye olmayanlar için yazı içeriği değiştirir . Mevcut değişkenler"
|
214 |
-
|
215 |
-
#: adminpages/advancedsettings.php:101 adminpages/advancedsettings.php:94
|
216 |
-
msgid "Message for Logged-out Users"
|
217 |
-
msgstr "Çıkış yapan kullanıcı mesajı"
|
218 |
-
|
219 |
-
#: adminpages/advancedsettings.php:105 adminpages/advancedsettings.php:98
|
220 |
-
msgid "This message replaces the post content for logged-out visitors."
|
221 |
-
msgstr "Bu mesaj giriş-çıkış ziyaretçiler için yayın içeriğini değiştirir."
|
222 |
-
|
223 |
-
#: adminpages/advancedsettings.php:110 adminpages/advancedsettings.php:103
|
224 |
-
msgid "Message for RSS Feed"
|
225 |
-
msgstr "Mesaj için RSS Beslemesi"
|
226 |
-
|
227 |
-
#: adminpages/advancedsettings.php:114 adminpages/advancedsettings.php:107
|
228 |
-
msgid "This message replaces the post content in RSS feeds."
|
229 |
-
msgstr "Bu mesaj RSS beslemeleri de sonrası içeriğini değiştirir."
|
230 |
-
|
231 |
-
#: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:113
|
232 |
-
msgid "Show Excerpts to Non-Members?"
|
233 |
-
msgstr "Üye olmayanlara özet gösterilsin mi?"
|
234 |
-
|
235 |
-
#: adminpages/advancedsettings.php:124 adminpages/advancedsettings.php:117
|
236 |
-
msgid "No - Hide excerpts."
|
237 |
-
msgstr "Hayır - Özet gizde"
|
238 |
-
|
239 |
-
#: adminpages/advancedsettings.php:125 adminpages/advancedsettings.php:118
|
240 |
-
msgid "Yes - Show excerpts."
|
241 |
-
msgstr "Evet - Özet göster"
|
242 |
-
|
243 |
-
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:194
|
244 |
-
#: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:571
|
245 |
-
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
|
246 |
-
#: includes/profile.php:123 adminpages/advancedsettings.php:128
|
247 |
-
#: adminpages/advancedsettings.php:187 adminpages/advancedsettings.php:199
|
248 |
-
#: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
|
249 |
-
#: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
|
250 |
-
#: adminpages/paymentsettings.php:454 includes/profile.php:121
|
251 |
-
msgid "No"
|
252 |
-
msgstr "Hayır"
|
253 |
-
|
254 |
-
#: adminpages/advancedsettings.php:136 adminpages/advancedsettings.php:129
|
255 |
-
msgid "Hide Ads From All Members"
|
256 |
-
msgstr "Tüm Üyelere Reklamları Gizle"
|
257 |
-
|
258 |
-
#: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:130
|
259 |
-
msgid "Hide Ads From Certain Members"
|
260 |
-
msgstr "Belirli Üyelere Reklamları Gizle"
|
261 |
-
|
262 |
-
#: adminpages/advancedsettings.php:144 adminpages/advancedsettings.php:137
|
263 |
-
msgid "Ads from the following plugins will be automatically turned off"
|
264 |
-
msgstr "Reklamlar için aşağıdaki eklentiler otomatik olarak devre dışı kalıyor"
|
265 |
-
|
266 |
-
#: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:138
|
267 |
-
msgid "To hide ads in your template code, use code like the following"
|
268 |
-
msgstr ""
|
269 |
-
"Şablon kodunda reklamları gizlemek için, aşağıdaki gibi bir kod "
|
270 |
-
"kullanabilirsiniz"
|
271 |
-
|
272 |
-
#: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:149
|
273 |
-
msgid "Choose Levels to Hide Ads From"
|
274 |
-
msgstr "Üyelik seviyesini değiştirerek reklamları gizle."
|
275 |
-
|
276 |
-
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
277 |
-
msgid "Redirect all traffic from registration page to /susbcription/?"
|
278 |
-
msgstr "Kayıt sayfasından gelen tüm trafiği /susbcription/ sayfasına yönlendir"
|
279 |
-
|
280 |
-
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
281 |
-
msgid "multisite only"
|
282 |
-
msgstr "sadece çoklu üye"
|
283 |
-
|
284 |
-
#: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:571
|
285 |
-
#: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
|
286 |
-
#: includes/profile.php:124 adminpages/advancedsettings.php:188
|
287 |
-
#: adminpages/membershiplevels.php:563 adminpages/membershiplevels.php:569
|
288 |
-
#: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
|
289 |
-
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:455
|
290 |
-
#: includes/profile.php:122
|
291 |
-
msgid "Yes"
|
292 |
-
msgstr "Evet"
|
293 |
-
|
294 |
-
#: adminpages/advancedsettings.php:202 adminpages/advancedsettings.php:195
|
295 |
-
msgid "Use reCAPTCHA?"
|
296 |
-
msgstr "reCAPTCHA kullanılsın mı?"
|
297 |
-
|
298 |
-
#: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:200
|
299 |
-
msgid "Yes - Free memberships only."
|
300 |
-
msgstr "Evet- Sadece ücretsiz üyeler"
|
301 |
-
|
302 |
-
#: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:201
|
303 |
-
msgid "Yes - All memberships."
|
304 |
-
msgstr "Evet - Tüm üyelikler."
|
305 |
-
|
306 |
-
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
307 |
-
msgid "A free reCAPTCHA key is required."
|
308 |
-
msgstr "Ücretsiz reCAPTCHA anahtarı gereklidir."
|
309 |
-
|
310 |
-
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
311 |
-
msgid "Click here to signup for reCAPTCHA"
|
312 |
-
msgstr "reCAPTCHA kayıt için tıklayınız"
|
313 |
-
|
314 |
-
#: adminpages/advancedsettings.php:216 adminpages/advancedsettings.php:209
|
315 |
-
msgid "reCAPTCHA Public Key"
|
316 |
-
msgstr "reCAPTCHA Public Key"
|
317 |
-
|
318 |
-
#: adminpages/advancedsettings.php:219 adminpages/advancedsettings.php:212
|
319 |
-
msgid "reCAPTCHA Private Key"
|
320 |
-
msgstr "reCAPTCHA Private Key"
|
321 |
-
|
322 |
-
#: adminpages/advancedsettings.php:225 adminpages/advancedsettings.php:218
|
323 |
-
msgid "Require Terms of Service on signups?"
|
324 |
-
msgstr "Üyelik için Hizmet Şartlarını Kabul etmeniz gerekli."
|
325 |
-
|
326 |
-
#: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:225
|
327 |
-
msgid ""
|
328 |
-
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
329 |
-
"using the dropdown above."
|
330 |
-
msgstr "WordPress Hizmet Sözleşmesini oluşturmak için açılır kutuyu kullanın."
|
331 |
-
|
332 |
-
#: adminpages/advancedsettings.php:272
|
333 |
-
msgid "selected"
|
334 |
-
msgstr "seçildi"
|
335 |
-
|
336 |
-
#: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:251
|
337 |
-
#: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
|
338 |
-
#: adminpages/pagesettings.php:209 adminpages/pagesettings.php:223
|
339 |
-
#: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:526
|
340 |
-
msgid "Save Settings"
|
341 |
-
msgstr "Ayarları Kaydet"
|
342 |
-
|
343 |
-
#: adminpages/discountcodes.php:48
|
344 |
-
msgid "Discount code updated successfully."
|
345 |
-
msgstr "İndirim kodu başarıyla güncellendi."
|
346 |
-
|
347 |
-
#: adminpages/discountcodes.php:55
|
348 |
-
msgid "Error updating discount code. That code may already be in use."
|
349 |
-
msgstr "İndirim kodu güncelleme hatası. Bu kod kullanımda olabilir."
|
350 |
-
|
351 |
-
#: adminpages/discountcodes.php:64
|
352 |
-
msgid "Discount code added successfully."
|
353 |
-
msgstr "İndirim kuponu başarıyla eklendi."
|
354 |
-
|
355 |
-
#: adminpages/discountcodes.php:71
|
356 |
-
msgid "Error adding discount code. That code may already be in use."
|
357 |
-
msgstr "İndirim kuponu ekleme hatası. Bu kod kullanımda olabilir."
|
358 |
-
|
359 |
-
#: adminpages/discountcodes.php:196
|
360 |
-
#, php-format
|
361 |
-
msgid "Error saving values for the %s level."
|
362 |
-
msgstr "%s seviye kayıt edilirken hata oluştu."
|
363 |
-
|
364 |
-
#: adminpages/discountcodes.php:204
|
365 |
-
msgid "There were errors updating the level values: "
|
366 |
-
msgstr "Seviye değerlerinde hatalar bulunuyor."
|
367 |
-
|
368 |
-
#: adminpages/discountcodes.php:237 adminpages/discountcodes.php:234
|
369 |
-
#, php-format
|
370 |
-
msgid "Code %s deleted successfully."
|
371 |
-
msgstr "%s kod başarıyla silindi."
|
372 |
-
|
373 |
-
#: adminpages/discountcodes.php:242 adminpages/discountcodes.php:239
|
374 |
-
msgid ""
|
375 |
-
"Error deleting discount code. The code was only partially deleted. Please "
|
376 |
-
"try again."
|
377 |
-
msgstr ""
|
378 |
-
"İndirim kodu silme hatası. Bu kod kısmen silinebilir. Tekrar deneyiniz."
|
379 |
-
|
380 |
-
#: adminpages/discountcodes.php:248 adminpages/discountcodes.php:245
|
381 |
-
msgid "Error deleting code. Please try again."
|
382 |
-
msgstr "Kod silme hatası. Tekrar deneyiniz."
|
383 |
-
|
384 |
-
#: adminpages/discountcodes.php:254 adminpages/discountcodes.php:251
|
385 |
-
msgid "Code not found."
|
386 |
-
msgstr "Kod Bulunamadı."
|
387 |
-
|
388 |
-
#: adminpages/discountcodes.php:267 adminpages/discountcodes.php:264
|
389 |
-
msgid "Edit Discount Code"
|
390 |
-
msgstr "İndirim Kodunu Düzenle"
|
391 |
-
|
392 |
-
#: adminpages/discountcodes.php:269 adminpages/discountcodes.php:529
|
393 |
-
#: adminpages/discountcodes.php:266 adminpages/discountcodes.php:526
|
394 |
-
msgid "Add New Discount Code"
|
395 |
-
msgstr "Yeni indirim kuponu ekle"
|
396 |
-
|
397 |
-
#: adminpages/discountcodes.php:309 adminpages/discountcodes.php:557
|
398 |
-
#: adminpages/membershiplevels.php:286 adminpages/membershiplevels.php:513
|
399 |
-
#: adminpages/memberslist.php:144 adminpages/orders.php:900
|
400 |
-
#: adminpages/reports/login.php:140 adminpages/discountcodes.php:306
|
401 |
-
#: adminpages/discountcodes.php:547 adminpages/membershiplevels.php:284
|
402 |
-
#: adminpages/membershiplevels.php:505 adminpages/membershiplevels.php:511
|
403 |
-
#: adminpages/memberslist.php:111 adminpages/orders.php:597
|
404 |
-
msgid "ID"
|
405 |
-
msgstr "Numara"
|
406 |
-
|
407 |
-
#: adminpages/discountcodes.php:310 adminpages/orders.php:261
|
408 |
-
#: adminpages/discountcodes.php:307 adminpages/orders.php:211
|
409 |
-
msgid "This will be generated when you save."
|
410 |
-
msgstr "Kaydettiğinizde oluşturulur."
|
411 |
-
|
412 |
-
#: adminpages/discountcodes.php:314 adminpages/discountcodes.php:558
|
413 |
-
#: adminpages/orders.php:265 adminpages/orders.php:901
|
414 |
-
#: adminpages/discountcodes.php:311 adminpages/discountcodes.php:548
|
415 |
-
#: adminpages/orders.php:215 adminpages/orders.php:598
|
416 |
-
msgid "Code"
|
417 |
-
msgstr "Kod"
|
418 |
-
|
419 |
-
#: adminpages/discountcodes.php:352 adminpages/discountcodes.php:349
|
420 |
-
msgid "Start Date"
|
421 |
-
msgstr "Başlangıç Tarihi"
|
422 |
-
|
423 |
-
#: adminpages/discountcodes.php:370 pages/billing.php:253
|
424 |
-
#: pages/checkout.php:508 adminpages/discountcodes.php:367
|
425 |
-
#: pages/billing.php:249 pages/checkout.php:525 pages/checkout.php:532
|
426 |
-
msgid "Expiration Date"
|
427 |
-
msgstr "Bitiş Tarihi"
|
428 |
-
|
429 |
-
#: adminpages/discountcodes.php:388 adminpages/discountcodes.php:561
|
430 |
-
#: adminpages/discountcodes.php:385 adminpages/discountcodes.php:551
|
431 |
-
msgid "Uses"
|
432 |
-
msgstr "Kullanılan"
|
433 |
-
|
434 |
-
#: adminpages/discountcodes.php:391 adminpages/discountcodes.php:388
|
435 |
-
msgid "Leave blank for unlimited uses."
|
436 |
-
msgstr "Sınırsız için boş bırakın."
|
437 |
-
|
438 |
-
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
|
439 |
-
#: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
|
440 |
-
#: adminpages/membershiplevels.php:337 adminpages/membershiplevels.php:507
|
441 |
-
#: adminpages/membershiplevels.php:513 pages/levels.php:14
|
442 |
-
msgid "Initial Payment"
|
443 |
-
msgstr "İlk Ödeme"
|
444 |
-
|
445 |
-
#: adminpages/discountcodes.php:431 adminpages/membershiplevels.php:340
|
446 |
-
#: adminpages/discountcodes.php:428 adminpages/membershiplevels.php:338
|
447 |
-
msgid "The initial amount collected at registration."
|
448 |
-
msgstr "Kayıt sırasında toplanan ilk miktarı."
|
449 |
-
|
450 |
-
#: adminpages/discountcodes.php:435 adminpages/membershiplevels.php:344
|
451 |
-
#: adminpages/discountcodes.php:432 adminpages/membershiplevels.php:342
|
452 |
-
msgid "Recurring Subscription"
|
453 |
-
msgstr "Tekrarlanan Abonelik"
|
454 |
-
|
455 |
-
#: adminpages/discountcodes.php:436 adminpages/membershiplevels.php:345
|
456 |
-
#: adminpages/discountcodes.php:433 adminpages/membershiplevels.php:343
|
457 |
-
msgid "Check if this level has a recurring subscription payment."
|
458 |
-
msgstr "Bu seviyede yinelenen abonelik olup olmadığını kontrol edin."
|
459 |
-
|
460 |
-
#: adminpages/discountcodes.php:440 adminpages/membershiplevels.php:349
|
461 |
-
#: adminpages/membershiplevels.php:347
|
462 |
-
msgid "Billing Amount"
|
463 |
-
msgstr "Fatura Tutarı"
|
464 |
-
|
465 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
466 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
467 |
-
#: adminpages/membershiplevels.php:353
|
468 |
-
msgid "Day(s)"
|
469 |
-
msgstr "Gün(ler)"
|
470 |
-
|
471 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
472 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
473 |
-
#: adminpages/membershiplevels.php:353
|
474 |
-
msgid "Month(s)"
|
475 |
-
msgstr "Ay(lar)"
|
476 |
-
|
477 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
478 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
479 |
-
#: adminpages/membershiplevels.php:353
|
480 |
-
msgid "Week(s)"
|
481 |
-
msgstr "Hafta(lar)"
|
482 |
-
|
483 |
-
#: adminpages/discountcodes.php:446 adminpages/discountcodes.php:492
|
484 |
-
#: adminpages/membershiplevels.php:355 adminpages/membershiplevels.php:449
|
485 |
-
#: adminpages/membershiplevels.php:353
|
486 |
-
msgid "Year(s)"
|
487 |
-
msgstr "Yıl(lar)"
|
488 |
-
|
489 |
-
#: adminpages/discountcodes.php:454 adminpages/membershiplevels.php:364
|
490 |
-
#: adminpages/discountcodes.php:451 adminpages/membershiplevels.php:362
|
491 |
-
msgid "The amount to be billed one cycle after the initial payment."
|
492 |
-
msgstr "İlk ödemeden sonra fatura edilecek miktar."
|
493 |
-
|
494 |
-
#: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:382
|
495 |
-
#: adminpages/discountcodes.php:456 adminpages/membershiplevels.php:380
|
496 |
-
msgid "Billing Cycle Limit"
|
497 |
-
msgstr "Fatura Döngüsü Sınırı"
|
498 |
-
|
499 |
-
#: adminpages/discountcodes.php:462 adminpages/membershiplevels.php:386
|
500 |
-
#: adminpages/discountcodes.php:459 adminpages/membershiplevels.php:384
|
501 |
-
msgid ""
|
502 |
-
"The <strong>total</strong> number of recurring billing cycles for this "
|
503 |
-
"level, including the trial period (if applicable) but not including the "
|
504 |
-
"initial payment. Set to zero if membership is indefinite."
|
505 |
-
msgstr ""
|
506 |
-
"Bu düzeyi (varsa) deneme süresi de dahil olmak üzere ancak ilk ödeme hariç, "
|
507 |
-
"döngüleri yinelenen fatura <strong>Toplam</strong> sayısı. Üyeliği süresiz "
|
508 |
-
"ise sıfır olarak ayarlayın."
|
509 |
-
|
510 |
-
#: adminpages/discountcodes.php:467 adminpages/membershiplevels.php:395
|
511 |
-
#: adminpages/discountcodes.php:464 adminpages/membershiplevels.php:393
|
512 |
-
msgid "Custom Trial"
|
513 |
-
msgstr "Özel Deneme"
|
514 |
-
|
515 |
-
#: adminpages/discountcodes.php:468 adminpages/membershiplevels.php:397
|
516 |
-
#: adminpages/discountcodes.php:465 adminpages/membershiplevels.php:394
|
517 |
-
#: adminpages/membershiplevels.php:395
|
518 |
-
msgid "Check to add a custom trial period."
|
519 |
-
msgstr "Özel bir deneme süresi eklemek için işaretleyin."
|
520 |
-
|
521 |
-
#: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:406
|
522 |
-
#: adminpages/discountcodes.php:469 adminpages/membershiplevels.php:398
|
523 |
-
#: adminpages/membershiplevels.php:404
|
524 |
-
msgid "Trial Billing Amount"
|
525 |
-
msgstr "Deneme Fatura Miktarı"
|
526 |
-
|
527 |
-
#: adminpages/discountcodes.php:475 adminpages/membershiplevels.php:409
|
528 |
-
#: adminpages/discountcodes.php:472 adminpages/membershiplevels.php:401
|
529 |
-
#: adminpages/membershiplevels.php:407
|
530 |
-
msgid "for the first"
|
531 |
-
msgstr "ilk"
|
532 |
-
|
533 |
-
#: adminpages/discountcodes.php:477 adminpages/membershiplevels.php:411
|
534 |
-
#: adminpages/discountcodes.php:474 adminpages/membershiplevels.php:403
|
535 |
-
#: adminpages/membershiplevels.php:409
|
536 |
-
msgid "subscription payments"
|
537 |
-
msgstr "abonelik ödemeleri"
|
538 |
-
|
539 |
-
#: adminpages/discountcodes.php:482 adminpages/membershiplevels.php:439
|
540 |
-
#: adminpages/discountcodes.php:479 adminpages/membershiplevels.php:431
|
541 |
-
#: adminpages/membershiplevels.php:437
|
542 |
-
msgid "Membership Expiration"
|
543 |
-
msgstr "Üyelik Bitiş"
|
544 |
-
|
545 |
-
#: adminpages/discountcodes.php:483 adminpages/membershiplevels.php:440
|
546 |
-
#: adminpages/membershiplevels.php:432 adminpages/membershiplevels.php:438
|
547 |
-
msgid "Check this to set when membership access expires."
|
548 |
-
msgstr "Check this to set when membership access expires."
|
549 |
-
|
550 |
-
#: adminpages/discountcodes.php:487 adminpages/membershiplevels.php:444
|
551 |
-
#: adminpages/discountcodes.php:484 adminpages/membershiplevels.php:436
|
552 |
-
#: adminpages/membershiplevels.php:442
|
553 |
-
msgid "Expires In"
|
554 |
-
msgstr "İçinde Sona Eriyor"
|
555 |
-
|
556 |
-
#: adminpages/discountcodes.php:500 adminpages/membershiplevels.php:457
|
557 |
-
#: adminpages/membershiplevels.php:449 adminpages/membershiplevels.php:455
|
558 |
-
msgid ""
|
559 |
-
"Set the duration of membership access. Note that the any future payments "
|
560 |
-
"(recurring subscription, if any) will be cancelled when the membership "
|
561 |
-
"expires."
|
562 |
-
msgstr ""
|
563 |
-
"Üyelik erişim süresini ayarlayın. Üyelik süresi dolduğunda (varsa yinelenen "
|
564 |
-
"abonelik) gelecekteki ödemelerin iptal edileceğini unutmayın."
|
565 |
-
|
566 |
-
#: adminpages/discountcodes.php:528 adminpages/discountcodes.php:525
|
567 |
-
msgid "Memberships Discount Codes"
|
568 |
-
msgstr "Üyelik İndirim Kuponları"
|
569 |
-
|
570 |
-
#: adminpages/discountcodes.php:538 adminpages/discountcodes.php:535
|
571 |
-
msgid "Search Discount Codes"
|
572 |
-
msgstr "İndirim Kuponu Ara"
|
573 |
-
|
574 |
-
#: adminpages/discountcodes.php:541 adminpages/reports/login.php:81
|
575 |
-
#: adminpages/discountcodes.php:538
|
576 |
-
msgid "Search"
|
577 |
-
msgstr "Ara"
|
578 |
-
|
579 |
-
#: adminpages/discountcodes.php:559 adminpages/discountcodes.php:549
|
580 |
-
msgid "Starts"
|
581 |
-
msgstr "Yılzıdlar"
|
582 |
-
|
583 |
-
#: adminpages/discountcodes.php:560 adminpages/memberslist.php:159
|
584 |
-
#: adminpages/reports/login.php:145 includes/profile.php:120
|
585 |
-
#: adminpages/discountcodes.php:550 adminpages/memberslist.php:121
|
586 |
-
#: includes/profile.php:118
|
587 |
-
msgid "Expires"
|
588 |
-
msgstr "Bitiş"
|
589 |
-
|
590 |
-
#: adminpages/discountcodes.php:562 adminpages/discountcodes.php:552
|
591 |
-
msgid "Levels"
|
592 |
-
msgstr "Seviyeler"
|
593 |
-
|
594 |
-
#: adminpages/discountcodes.php:574 adminpages/discountcodes.php:570
|
595 |
-
msgid "Create your first discount code now"
|
596 |
-
msgstr "İlk indirim kuponunu oluştur."
|
597 |
-
|
598 |
-
#: adminpages/discountcodes.php:574 adminpages/discountcodes.php:570
|
599 |
-
msgid ""
|
600 |
-
"Discount codes allow you to offer your memberships at discounted prices to "
|
601 |
-
"select customers."
|
602 |
-
msgstr ""
|
603 |
-
"İndirim kodları müşterileri seçmek üzere, üyelikleri indirimli fiyatlarla "
|
604 |
-
"sunmaya izin verir."
|
605 |
-
|
606 |
-
#: adminpages/discountcodes.php:619 adminpages/membershiplevels.php:572
|
607 |
-
#: adminpages/orders.php:961 adminpages/discountcodes.php:614
|
608 |
-
#: adminpages/membershiplevels.php:564 adminpages/membershiplevels.php:570
|
609 |
-
#: adminpages/orders.php:658
|
610 |
-
msgid "edit"
|
611 |
-
msgstr "düzenle"
|
612 |
-
|
613 |
-
#: adminpages/discountcodes.php:622 adminpages/discountcodes.php:617
|
614 |
-
#, php-format
|
615 |
-
msgid ""
|
616 |
-
"Are you sure you want to delete the %s discount code? The subscriptions for "
|
617 |
-
"existing users will not change, but new users will not be able to use this "
|
618 |
-
"code anymore."
|
619 |
-
msgstr ""
|
620 |
-
"%s indirim kodunu silmek istediğinizden emin misiniz? Mevcut kullanıcılar "
|
621 |
-
"için abonelikleri değişmez, ancak yeni kullanıcılar için artık bu kodu "
|
622 |
-
"kullanmak mümkün olmayacaktır."
|
623 |
-
|
624 |
-
#: adminpages/discountcodes.php:622 adminpages/membershiplevels.php:574
|
625 |
-
#: adminpages/orders.php:967 adminpages/discountcodes.php:617
|
626 |
-
#: adminpages/membershiplevels.php:566 adminpages/membershiplevels.php:572
|
627 |
-
#: adminpages/orders.php:664
|
628 |
-
msgid "delete"
|
629 |
-
msgstr "sil"
|
630 |
-
|
631 |
-
#: adminpages/emailsettings.php:69 includes/adminpages.php:50
|
632 |
-
#: includes/adminpages.php:128 adminpages/emailsettings.php:60
|
633 |
-
#: includes/adminpages.php:12 includes/adminpages.php:59
|
634 |
-
#: includes/adminpages.php:121
|
635 |
-
msgid "Email Settings"
|
636 |
-
msgstr "Email Ayarları"
|
637 |
-
|
638 |
-
#: adminpages/emailsettings.php:70 adminpages/emailsettings.php:61
|
639 |
-
msgid ""
|
640 |
-
"By default, system generated emails are sent from "
|
641 |
-
"<em><strong>wordpress@yourdomain.com</strong></em>. You can update this from "
|
642 |
-
"address using the fields below."
|
643 |
-
msgstr ""
|
644 |
-
"Varsayılan olarak, sistem tarafından üretilen e-mailler gönderiliyor "
|
645 |
-
"<em><strong>wordpress@yourdomain.com</strong></em>. Aşağdaki alanı "
|
646 |
-
"kullanarak güncelleyebilirsin."
|
647 |
-
|
648 |
-
#: adminpages/emailsettings.php:72 adminpages/emailsettings.php:63
|
649 |
-
msgid ""
|
650 |
-
"To modify the appearance of system generated emails, add the files "
|
651 |
-
"<em>email_header.html</em> and <em>email_footer.html</em> to your theme's "
|
652 |
-
"directory. This will modify both the WordPress default messages as well as "
|
653 |
-
"messages generated by Paid Memberships Pro. <a title=\"Paid Memberships Pro "
|
654 |
-
"- Member Communications\" target=\"_blank\" href=\"http://www."
|
655 |
-
"paidmembershipspro.com/documentation/member-communications/\">Click here to "
|
656 |
-
"learn more about Paid Memberships Pro emails</a>."
|
657 |
-
msgstr ""
|
658 |
-
"Sistem tarafından oluşturulan e-mail görünümünü değiştirmek için temanızın "
|
659 |
-
"dizinine <em>email_header.html</em> and <em>email_footer.html</em> "
|
660 |
-
"dosyalarını ekle. Bu, hem WordPress varsayılan mesajlarının yanı sıra Paid "
|
661 |
-
"Memberships Pro tarafından oluşturulan mesajları da değiştirecek. <a title="
|
662 |
-
"\"Paid Memberships Pro - Member Communications\" target=\"_blank\" href="
|
663 |
-
"\"http://www.paidmembershipspro.com/documentation/member-communications/"
|
664 |
-
"\">Paid Memberships Pro emailler hakkında daha fazla bilgi</a>."
|
665 |
-
|
666 |
-
#: adminpages/emailsettings.php:78 adminpages/emailsettings.php:69
|
667 |
-
msgid "From Email"
|
668 |
-
msgstr "Kimden Email"
|
669 |
-
|
670 |
-
#: adminpages/emailsettings.php:86 adminpages/emailsettings.php:77
|
671 |
-
msgid "From Name"
|
672 |
-
msgstr "Kimden Adı"
|
673 |
-
|
674 |
-
#: adminpages/emailsettings.php:94
|
675 |
-
msgid "Only Filter PMPro Emails?"
|
676 |
-
msgstr "Yalnızca filtre PMPro Emails?"
|
677 |
-
|
678 |
-
#: adminpages/emailsettings.php:98
|
679 |
-
msgid "If unchecked, all emails from \"WordPress <"
|
680 |
-
msgstr "İşaretli değilse, gelen tüm e-mailler \"WordPress <"
|
681 |
-
|
682 |
-
#: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
|
683 |
-
#: adminpages/emailsettings.php:104
|
684 |
-
msgid "Send the site admin emails"
|
685 |
-
msgstr "E-mailleri yöneticiye gönderin."
|
686 |
-
|
687 |
-
#: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
|
688 |
-
#: adminpages/emailsettings.php:110
|
689 |
-
msgid "Checkout"
|
690 |
-
msgstr "Ödeme"
|
691 |
-
|
692 |
-
#: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
|
693 |
-
#: adminpages/emailsettings.php:114
|
694 |
-
msgid "when a member checks out."
|
695 |
-
msgstr "kullanıcı abonelik için ödeme yaptığında."
|
696 |
-
|
697 |
-
#: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
|
698 |
-
#: adminpages/emailsettings.php:119
|
699 |
-
msgid "Admin Changes"
|
700 |
-
msgstr "Yönetici Değişiklikleri"
|
701 |
-
|
702 |
-
#: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
|
703 |
-
#: adminpages/emailsettings.php:123
|
704 |
-
msgid "when an admin changes a user's membership level through the dashboard."
|
705 |
-
msgstr ""
|
706 |
-
"Bir yönetici kullanıcı ne zaman üyelik seviyesi gösterge paneli ile "
|
707 |
-
"değiştirir?"
|
708 |
-
|
709 |
-
#: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
|
710 |
-
#: adminpages/emailsettings.php:128
|
711 |
-
msgid "Cancellation"
|
712 |
-
msgstr "İptal"
|
713 |
-
|
714 |
-
#: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
|
715 |
-
#: adminpages/emailsettings.php:132
|
716 |
-
msgid "when a user cancels his or her account."
|
717 |
-
msgstr "kullanıcı aboneliğini iptal ettiğinde."
|
718 |
-
|
719 |
-
#: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
|
720 |
-
#: adminpages/emailsettings.php:137
|
721 |
-
msgid "Bill Updates"
|
722 |
-
msgstr "Fatura Güncellemeleri"
|
723 |
-
|
724 |
-
#: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
|
725 |
-
#: adminpages/emailsettings.php:141
|
726 |
-
msgid "when a user updates his or her billing information."
|
727 |
-
msgstr "kullanıcı fatura bilgilerini güncellediğinde"
|
728 |
-
|
729 |
-
#: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
|
730 |
-
#: adminpages/emailsettings.php:147
|
731 |
-
msgid "Send members emails"
|
732 |
-
msgstr "Üyelere mail gönder"
|
733 |
-
|
734 |
-
#: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
|
735 |
-
#: adminpages/emailsettings.php:153
|
736 |
-
msgid "New Users"
|
737 |
-
msgstr "Yeni Üyeler"
|
738 |
-
|
739 |
-
#: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
|
740 |
-
#: adminpages/emailsettings.php:157
|
741 |
-
msgid ""
|
742 |
-
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
743 |
-
"still get an email confirmation from PMPro after checkout.)"
|
744 |
-
msgstr ""
|
745 |
-
"Varsayılan WP e-posta bildirimi. (Önerilen: pasif. Üyeler PMPro "
|
746 |
-
"bildirimlerini alacak.)"
|
747 |
-
|
748 |
-
#: adminpages/membershiplevels.php:118
|
749 |
-
msgid "Membership level updated successfully."
|
750 |
-
msgstr "Üyelik seviyesi başarıyla güncellendi."
|
751 |
-
|
752 |
-
#: adminpages/membershiplevels.php:124
|
753 |
-
msgid "Error updating membership level."
|
754 |
-
msgstr "Üyelik seviyesi güncelleme hatası"
|
755 |
-
|
756 |
-
#: adminpages/membershiplevels.php:141
|
757 |
-
msgid "Membership level added successfully."
|
758 |
-
msgstr "Üyelik seviyesi başarıyla eklendi."
|
759 |
-
|
760 |
-
#: adminpages/membershiplevels.php:146
|
761 |
-
msgid "Error adding membership level."
|
762 |
-
msgstr "Üyelik seviyesi ekleme hatası."
|
763 |
-
|
764 |
-
#: adminpages/membershiplevels.php:181 adminpages/membershiplevels.php:179
|
765 |
-
#, php-format
|
766 |
-
msgid ""
|
767 |
-
"There was an error canceling the subscription for user with ID=%d. You will "
|
768 |
-
"want to check your payment gateway to see if their subscription is still "
|
769 |
-
"active."
|
770 |
-
msgstr ""
|
771 |
-
"ID=%d abonelik oluşturma hatası. Hala aktif olup olmadığını kontrol edin."
|
772 |
-
|
773 |
-
#: adminpages/membershiplevels.php:184 adminpages/membershiplevels.php:182
|
774 |
-
msgid "Last Invoice"
|
775 |
-
msgstr "Son Fatura"
|
776 |
-
|
777 |
-
#: adminpages/membershiplevels.php:198 adminpages/membershiplevels.php:196
|
778 |
-
msgid "Membership level deleted successfully."
|
779 |
-
msgstr "Üyelik seviyesi silindi."
|
780 |
-
|
781 |
-
#: adminpages/membershiplevels.php:203 adminpages/membershiplevels.php:209
|
782 |
-
#: adminpages/membershiplevels.php:201 adminpages/membershiplevels.php:207
|
783 |
-
msgid "Error deleting membership level."
|
784 |
-
msgstr "Üyelik seviyesi silme hatası"
|
785 |
-
|
786 |
-
#: adminpages/membershiplevels.php:224 adminpages/membershiplevels.php:222
|
787 |
-
msgid "Edit Membership Level"
|
788 |
-
msgstr "Üyelik Seviyesi Düzenle"
|
789 |
-
|
790 |
-
#: adminpages/membershiplevels.php:226 adminpages/membershiplevels.php:224
|
791 |
-
msgid "Add New Membership Level"
|
792 |
-
msgstr "Yeni Üyelik Seviyesi Ekle"
|
793 |
-
|
794 |
-
#: adminpages/membershiplevels.php:293 adminpages/membershiplevels.php:514
|
795 |
-
#: adminpages/reports/login.php:142 adminpages/membershiplevels.php:291
|
796 |
-
#: adminpages/membershiplevels.php:506 adminpages/membershiplevels.php:512
|
797 |
-
msgid "Name"
|
798 |
-
msgstr "Ad"
|
799 |
-
|
800 |
-
#: adminpages/membershiplevels.php:298 adminpages/membershiplevels.php:296
|
801 |
-
msgid "Description"
|
802 |
-
msgstr "Açıklama"
|
803 |
-
|
804 |
-
#: adminpages/membershiplevels.php:316 adminpages/membershiplevels.php:314
|
805 |
-
msgid "Confirmation Message"
|
806 |
-
msgstr "Onay Mesajı"
|
807 |
-
|
808 |
-
#: adminpages/membershiplevels.php:335 adminpages/membershiplevels.php:333
|
809 |
-
msgid "Billing Details"
|
810 |
-
msgstr "Fatura Bilgileri"
|
811 |
-
|
812 |
-
#: adminpages/membershiplevels.php:351 adminpages/membershiplevels.php:349
|
813 |
-
msgid "per"
|
814 |
-
msgstr "başına"
|
815 |
-
|
816 |
-
#: adminpages/membershiplevels.php:366
|
817 |
-
msgid ""
|
818 |
-
"Stripe integration currently only supports billing periods of \"Week\", "
|
819 |
-
"\"Month\" or \"Year\"."
|
820 |
-
msgstr ""
|
821 |
-
"Stripe entegrasyonu şu anda sadece fatura dönemlerini destekler\"Week\", "
|
822 |
-
"\"Month\" ya da \"Year\"."
|
823 |
-
|
824 |
-
#: adminpages/membershiplevels.php:368 adminpages/membershiplevels.php:366
|
825 |
-
msgid ""
|
826 |
-
"Braintree integration currently only supports billing periods of \"Month\" "
|
827 |
-
"or \"Year\"."
|
828 |
-
msgstr ""
|
829 |
-
"Braintree entegrasyonu şu anda sadece fatura dönemlerini destekler\"Week\", "
|
830 |
-
"\"Month\" ya da \"Year\"."
|
831 |
-
|
832 |
-
#: adminpages/membershiplevels.php:370 adminpages/membershiplevels.php:368
|
833 |
-
msgid ""
|
834 |
-
"Payflow integration currently only supports billing frequencies of 1 and "
|
835 |
-
"billing periods of \"Week\", \"Month\" or \"Year\"."
|
836 |
-
msgstr ""
|
837 |
-
"Payflow entegrasyonu şu anda sadece 1 fatura ve fatura dönemleri "
|
838 |
-
"frekanslarını destekler\"Week\", \"Month\" ya da \"Year\"."
|
839 |
-
|
840 |
-
#: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:372
|
841 |
-
msgid ""
|
842 |
-
"After saving this level, make note of the ID and create a \"Plan\" in your "
|
843 |
-
"Braintree dashboard with the same settings and the \"Plan ID\" set to "
|
844 |
-
"<em>pmpro_#</em>, where # is the level ID."
|
845 |
-
msgstr ""
|
846 |
-
"Bu seviyeyi kayıt ettikten sonra numarayı (ID'yi) kayıt edin. \"Plan ID\" "
|
847 |
-
"<em>pmpro_#</em> # seviye numarası."
|
848 |
-
|
849 |
-
#: adminpages/membershiplevels.php:374 adminpages/membershiplevels.php:376
|
850 |
-
#: adminpages/paymentsettings.php:174 adminpages/paymentsettings.php:179
|
851 |
-
#: adminpages/membershiplevels.php:372 adminpages/paymentsettings.php:170
|
852 |
-
msgid "Note"
|
853 |
-
msgstr "Not"
|
854 |
-
|
855 |
-
#: adminpages/membershiplevels.php:376 adminpages/membershiplevels.php:374
|
856 |
-
msgid ""
|
857 |
-
"You will need to create a \"Plan\" in your Braintree dashboard with the same "
|
858 |
-
"settings and the \"Plan ID\" set to"
|
859 |
-
msgstr "\"Plan\" Braintree yönetim panelinden \"Plan ID\" ayarlayın."
|
860 |
-
|
861 |
-
#: adminpages/membershiplevels.php:388 adminpages/membershiplevels.php:386
|
862 |
-
msgid ""
|
863 |
-
"Stripe integration currently does not support billing limits. You can still "
|
864 |
-
"set an expiration date below."
|
865 |
-
msgstr ""
|
866 |
-
"Stripe entegrasyonu fatura sınırını şu anda desteklemiyor. Hala aşağıdaki "
|
867 |
-
"geçerlilik bitiş tarihini ayarlayabilirsiniz."
|
868 |
-
|
869 |
-
#: adminpages/membershiplevels.php:400 adminpages/membershiplevels.php:398
|
870 |
-
msgid ""
|
871 |
-
"2Checkout integration does not support custom trials. You can do one period "
|
872 |
-
"trials by setting an initial payment different from the billing amount."
|
873 |
-
msgstr ""
|
874 |
-
"2Checkout entegrasyonu özel denemeleri desteklemiyor. Bir dönem çalışmalarda "
|
875 |
-
"ilk ödeme fatura tutarından farklı ayarlayarak bunu yapabilirsiniz."
|
876 |
-
|
877 |
-
#: adminpages/membershiplevels.php:414 adminpages/membershiplevels.php:406
|
878 |
-
#: adminpages/membershiplevels.php:412
|
879 |
-
msgid ""
|
880 |
-
"Stripe integration currently does not support trial amounts greater than $0."
|
881 |
-
msgstr "Stripe entegrasyon şu anda desteklenmiyor $0."
|
882 |
-
|
883 |
-
#: adminpages/membershiplevels.php:418 adminpages/membershiplevels.php:410
|
884 |
-
#: adminpages/membershiplevels.php:416
|
885 |
-
msgid ""
|
886 |
-
"Braintree integration currently does not support trial amounts greater than "
|
887 |
-
"$0."
|
888 |
-
msgstr "Braintree entegrasyon şu anda desteklenmiyor $0."
|
889 |
-
|
890 |
-
#: adminpages/membershiplevels.php:422 adminpages/membershiplevels.php:414
|
891 |
-
#: adminpages/membershiplevels.php:420
|
892 |
-
msgid ""
|
893 |
-
"Payflow integration currently does not support trial amounts greater than $0."
|
894 |
-
msgstr "Payflow entegrasyon şu anda desteklenmiyor $0."
|
895 |
-
|
896 |
-
#: adminpages/membershiplevels.php:430 adminpages/membershiplevels.php:422
|
897 |
-
#: adminpages/membershiplevels.php:428
|
898 |
-
msgid "Other Settings"
|
899 |
-
msgstr "Diğer Ayarlar"
|
900 |
-
|
901 |
-
#: adminpages/membershiplevels.php:434 adminpages/membershiplevels.php:426
|
902 |
-
#: adminpages/membershiplevels.php:432
|
903 |
-
msgid "Disable New Signups"
|
904 |
-
msgstr "Yeni üyelikleri dondur."
|
905 |
-
|
906 |
-
#: adminpages/membershiplevels.php:435 adminpages/membershiplevels.php:427
|
907 |
-
#: adminpages/membershiplevels.php:433
|
908 |
-
msgid ""
|
909 |
-
"Check to hide this level from the membership levels page and disable "
|
910 |
-
"registration."
|
911 |
-
msgstr ""
|
912 |
-
"Bu düzeydeki üyelik seviyeleri sayfasından gizlemek ve kaydı devre dışı "
|
913 |
-
"bırakmak için kontrol edin."
|
914 |
-
|
915 |
-
#: adminpages/membershiplevels.php:465 adminpages/membershiplevels.php:457
|
916 |
-
#: adminpages/membershiplevels.php:463
|
917 |
-
msgid "Content Settings"
|
918 |
-
msgstr "İçerik Ayarları"
|
919 |
-
|
920 |
-
#: adminpages/membershiplevels.php:469 adminpages/membershiplevels.php:461
|
921 |
-
#: adminpages/membershiplevels.php:467
|
922 |
-
msgid "Categories"
|
923 |
-
msgstr "Kategoriler"
|
924 |
-
|
925 |
-
#: adminpages/membershiplevels.php:498 adminpages/membershiplevels.php:490
|
926 |
-
#: adminpages/membershiplevels.php:496
|
927 |
-
msgid "Add New Level"
|
928 |
-
msgstr "Yeni Seviye Ekle"
|
929 |
-
|
930 |
-
#: adminpages/membershiplevels.php:501 adminpages/membershiplevels.php:504
|
931 |
-
#: adminpages/membershiplevels.php:493 adminpages/membershiplevels.php:496
|
932 |
-
#: adminpages/membershiplevels.php:499 adminpages/membershiplevels.php:502
|
933 |
-
msgid "Search Levels"
|
934 |
-
msgstr "Seviye ARa"
|
935 |
-
|
936 |
-
#: adminpages/membershiplevels.php:516 adminpages/membershiplevels.php:508
|
937 |
-
#: adminpages/membershiplevels.php:514
|
938 |
-
msgid "Billing Cycle"
|
939 |
-
msgstr "Fatura Döngüsü"
|
940 |
-
|
941 |
-
#: adminpages/membershiplevels.php:517 adminpages/membershiplevels.php:509
|
942 |
-
#: adminpages/membershiplevels.php:515
|
943 |
-
msgid "Trial Cycle"
|
944 |
-
msgstr "Deneme Döngüsü"
|
945 |
-
|
946 |
-
#: adminpages/membershiplevels.php:518 pages/confirmation.php:83
|
947 |
-
#: pages/invoice.php:70 adminpages/membershiplevels.php:510
|
948 |
-
#: adminpages/membershiplevels.php:516 pages/confirmation.php:81
|
949 |
-
#: pages/invoice.php:68
|
950 |
-
msgid "Expiration"
|
951 |
-
msgstr "Son erme"
|
952 |
-
|
953 |
-
#: adminpages/membershiplevels.php:519 adminpages/membershiplevels.php:511
|
954 |
-
#: adminpages/membershiplevels.php:517
|
955 |
-
msgid "Allow Signups"
|
956 |
-
msgstr "Üyeliğe İzin Ver"
|
957 |
-
|
958 |
-
#: adminpages/membershiplevels.php:542 adminpages/membershiplevels.php:534
|
959 |
-
#: adminpages/membershiplevels.php:540
|
960 |
-
msgid "FREE"
|
961 |
-
msgstr "ÜCRETSİZ"
|
962 |
-
|
963 |
-
#: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:543
|
964 |
-
#: adminpages/membershiplevels.php:549
|
965 |
-
msgid "every"
|
966 |
-
msgstr "her zaman"
|
967 |
-
|
968 |
-
#: adminpages/membershiplevels.php:553 adminpages/membershiplevels.php:561
|
969 |
-
#: adminpages/reports/memberships.php:304
|
970 |
-
#: adminpages/reports/memberships.php:315 adminpages/reports/sales.php:203
|
971 |
-
#: adminpages/reports/sales.php:214 adminpages/membershiplevels.php:545
|
972 |
-
#: adminpages/membershiplevels.php:551 adminpages/membershiplevels.php:559
|
973 |
-
#: adminpages/reports/sales.php:195 adminpages/reports/sales.php:204
|
974 |
-
#: adminpages/reports/sales.php:206 adminpages/reports/sales.php:215
|
975 |
-
msgid "for"
|
976 |
-
msgstr "dan"
|
977 |
-
|
978 |
-
#: adminpages/membershiplevels.php:568 adminpages/membershiplevels.php:560
|
979 |
-
#: adminpages/membershiplevels.php:566
|
980 |
-
msgid "After"
|
981 |
-
msgstr "Sonra"
|
982 |
-
|
983 |
-
#: adminpages/membershiplevels.php:573 adminpages/orders.php:964
|
984 |
-
#: adminpages/membershiplevels.php:565 adminpages/membershiplevels.php:571
|
985 |
-
#: adminpages/orders.php:661
|
986 |
-
msgid "copy"
|
987 |
-
msgstr "kopyala"
|
988 |
-
|
989 |
-
#: adminpages/membershiplevels.php:574 adminpages/membershiplevels.php:566
|
990 |
-
#: adminpages/membershiplevels.php:572
|
991 |
-
#, php-format
|
992 |
-
msgid ""
|
993 |
-
"Are you sure you want to delete membership level %s? All subscriptions will "
|
994 |
-
"be cancelled."
|
995 |
-
msgstr ""
|
996 |
-
"%s üyelik seviyesini silmek istediğinize emin misiniz? Silerseniz tüm "
|
997 |
-
"abonelikler iptal olacak."
|
998 |
-
|
999 |
-
#: adminpages/memberslist.php:25 includes/adminpages.php:53
|
1000 |
-
#: includes/adminpages.php:149 includes/adminpages.php:15
|
1001 |
-
#: includes/adminpages.php:74 includes/adminpages.php:142
|
1002 |
-
msgid "Members List"
|
1003 |
-
msgstr "Üye Listesi"
|
1004 |
-
|
1005 |
-
#: adminpages/memberslist.php:26 adminpages/orders.php:591
|
1006 |
-
#: adminpages/orders.php:522
|
1007 |
-
msgid "Export to CSV"
|
1008 |
-
msgstr "CSV olarak aktar"
|
1009 |
-
|
1010 |
-
#: adminpages/memberslist.php:30 adminpages/orders.php:603
|
1011 |
-
#: adminpages/reports/login.php:65 adminpages/reports/memberships.php:292
|
1012 |
-
#: adminpages/reports/sales.php:193 adminpages/reports/sales.php:185
|
1013 |
-
#: adminpages/reports/sales.php:194
|
1014 |
-
msgid "Show"
|
1015 |
-
msgstr "Göster"
|
1016 |
-
|
1017 |
-
#: adminpages/memberslist.php:32 adminpages/reports/login.php:67
|
1018 |
-
#: adminpages/reports/memberships.php:317 adminpages/reports/sales.php:216
|
1019 |
-
#: adminpages/reports/sales.php:208 adminpages/reports/sales.php:217
|
1020 |
-
msgid "All Levels"
|
1021 |
-
msgstr "Tüm Seviyeler"
|
1022 |
-
|
1023 |
-
#: adminpages/memberslist.php:42
|
1024 |
-
msgid "Old Members"
|
1025 |
-
msgstr "Eski Üyeler"
|
1026 |
-
|
1027 |
-
#: adminpages/memberslist.php:47 adminpages/memberslist.php:50
|
1028 |
-
#: adminpages/memberslist.php:46 adminpages/memberslist.php:49
|
1029 |
-
msgid "Search Members"
|
1030 |
-
msgstr "Üye Ara"
|
1031 |
-
|
1032 |
-
#: adminpages/memberslist.php:136 adminpages/memberslist.php:103
|
1033 |
-
#, php-format
|
1034 |
-
msgid "%d members found."
|
1035 |
-
msgstr "%d üye bulunamadı."
|
1036 |
-
|
1037 |
-
#: adminpages/memberslist.php:145 pages/account.php:55 pages/checkout.php:171
|
1038 |
-
#: adminpages/memberslist.php:112 pages/account.php:51 pages/checkout.php:168
|
1039 |
-
msgid "Username"
|
1040 |
-
msgstr "Kullanıcı Adı"
|
1041 |
-
|
1042 |
-
#: adminpages/memberslist.php:146 adminpages/memberslist.php:113
|
1043 |
-
msgid "First Name"
|
1044 |
-
msgstr "Ad "
|
1045 |
-
|
1046 |
-
#: adminpages/memberslist.php:147 adminpages/memberslist.php:114
|
1047 |
-
msgid "Last Name"
|
1048 |
-
msgstr "Soyad "
|
1049 |
-
|
1050 |
-
#: adminpages/memberslist.php:150 pages/account.php:94 pages/billing.php:62
|
1051 |
-
#: pages/checkout.php:298 pages/confirmation.php:61 pages/invoice.php:48
|
1052 |
-
#: adminpages/memberslist.php:117 pages/account.php:90 pages/billing.php:58
|
1053 |
-
#: pages/checkout.php:314 pages/checkout.php:321 pages/confirmation.php:59
|
1054 |
-
#: pages/invoice.php:46
|
1055 |
-
msgid "Billing Address"
|
1056 |
-
msgstr "Fatura Adresi"
|
1057 |
-
|
1058 |
-
#: adminpages/memberslist.php:151 adminpages/reports/login.php:143
|
1059 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:187
|
1060 |
-
#: adminpages/memberslist.php:118 adminpages/pagesettings.php:51
|
1061 |
-
msgid "Membership"
|
1062 |
-
msgstr "Ücretli Üyelik"
|
1063 |
-
|
1064 |
-
#: adminpages/memberslist.php:152 adminpages/memberslist.php:119
|
1065 |
-
msgid "Fee"
|
1066 |
-
msgstr "Ücretsiz"
|
1067 |
-
|
1068 |
-
#: adminpages/memberslist.php:153 adminpages/reports/login.php:144
|
1069 |
-
#: adminpages/memberslist.php:120
|
1070 |
-
msgid "Joined"
|
1071 |
-
msgstr "Kayıt tarihi"
|
1072 |
-
|
1073 |
-
#: adminpages/memberslist.php:157
|
1074 |
-
msgid "Ended"
|
1075 |
-
msgstr "Sona erdi"
|
1076 |
-
|
1077 |
-
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1078 |
-
#: adminpages/memberslist.php:195
|
1079 |
-
msgid "No members found."
|
1080 |
-
msgstr "Hiçbir üye bulunamadı."
|
1081 |
-
|
1082 |
-
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1083 |
-
#: adminpages/memberslist.php:195
|
1084 |
-
msgid "Search all levels"
|
1085 |
-
msgstr "Tüm seviyeleri ara"
|
1086 |
-
|
1087 |
-
#: adminpages/orders.php:67 adminpages/orders.php:26
|
1088 |
-
msgid "Order deleted successfully."
|
1089 |
-
msgstr "Sipariş başarıyla silindi."
|
1090 |
-
|
1091 |
-
#: adminpages/orders.php:72 adminpages/orders.php:31
|
1092 |
-
msgid "Error deleting order."
|
1093 |
-
msgstr "Sipariş silme hatası."
|
1094 |
-
|
1095 |
-
#: adminpages/orders.php:169 adminpages/orders.php:119
|
1096 |
-
msgid "Order saved successfully."
|
1097 |
-
msgstr "Sipariş başarıyla kaydedildi."
|
1098 |
-
|
1099 |
-
#: adminpages/orders.php:174 adminpages/orders.php:124
|
1100 |
-
msgid "Error updating order timestamp."
|
1101 |
-
msgstr "Sipariş damgası güncelleme hatası"
|
1102 |
-
|
1103 |
-
#: adminpages/orders.php:180 adminpages/orders.php:130
|
1104 |
-
msgid "Error saving order."
|
1105 |
-
msgstr "Sipariş kayıt etme hatası"
|
1106 |
-
|
1107 |
-
#: adminpages/orders.php:245 adminpages/orders.php:195
|
1108 |
-
msgid "Order"
|
1109 |
-
msgstr "Sipariş"
|
1110 |
-
|
1111 |
-
#: adminpages/orders.php:247 adminpages/orders.php:197
|
1112 |
-
msgid "New Order"
|
1113 |
-
msgstr "Yeni Sipariş"
|
1114 |
-
|
1115 |
-
#: adminpages/orders.php:270 adminpages/orders.php:220
|
1116 |
-
msgid "Randomly generated for you."
|
1117 |
-
msgstr "Sizin için rastgele oluşturulmuştur."
|
1118 |
-
|
1119 |
-
#: adminpages/orders.php:275 adminpages/orders.php:225
|
1120 |
-
msgid "User ID"
|
1121 |
-
msgstr "Kullanıcı Kimliği"
|
1122 |
-
|
1123 |
-
#: adminpages/orders.php:284 adminpages/orders.php:234
|
1124 |
-
msgid "Membership Level ID"
|
1125 |
-
msgstr "Üyelik Seviyesi Kimliği"
|
1126 |
-
|
1127 |
-
#: adminpages/orders.php:293 adminpages/orders.php:243
|
1128 |
-
msgid "Billing Name"
|
1129 |
-
msgstr "Fatura Adı"
|
1130 |
-
|
1131 |
-
#: adminpages/orders.php:301 adminpages/orders.php:251
|
1132 |
-
msgid "Billing Street"
|
1133 |
-
msgstr "Fatura Sokak"
|
1134 |
-
|
1135 |
-
#: adminpages/orders.php:308 adminpages/orders.php:258
|
1136 |
-
msgid "Billing City"
|
1137 |
-
msgstr "Fatura Şehir"
|
1138 |
-
|
1139 |
-
#: adminpages/orders.php:315 adminpages/orders.php:265
|
1140 |
-
msgid "Billing State"
|
1141 |
-
msgstr "Billing County"
|
1142 |
-
|
1143 |
-
#: adminpages/orders.php:322 adminpages/orders.php:272
|
1144 |
-
msgid "Billing Postal Code"
|
1145 |
-
msgstr "Fatura Posta Kodu"
|
1146 |
-
|
1147 |
-
#: adminpages/orders.php:329 adminpages/orders.php:279
|
1148 |
-
msgid "Billing Country"
|
1149 |
-
msgstr "Fatura Ülke"
|
1150 |
-
|
1151 |
-
#: adminpages/orders.php:337 adminpages/orders.php:287
|
1152 |
-
msgid "Billing Phone"
|
1153 |
-
msgstr "Fatura"
|
1154 |
-
|
1155 |
-
#: adminpages/orders.php:346 adminpages/orders.php:296
|
1156 |
-
msgid "Sub Total"
|
1157 |
-
msgstr "Ara Toplam"
|
1158 |
-
|
1159 |
-
#: adminpages/orders.php:354 pages/invoice.php:80 adminpages/orders.php:304
|
1160 |
-
#: pages/invoice.php:78
|
1161 |
-
msgid "Tax"
|
1162 |
-
msgstr "Vergi"
|
1163 |
-
|
1164 |
-
#: adminpages/orders.php:362 adminpages/orders.php:312
|
1165 |
-
msgid "Coupon Amount"
|
1166 |
-
msgstr "Kupon Tutarı"
|
1167 |
-
|
1168 |
-
#: adminpages/orders.php:370 adminpages/orders.php:905 pages/invoice.php:84
|
1169 |
-
#: adminpages/orders.php:320 adminpages/orders.php:602 pages/invoice.php:82
|
1170 |
-
msgid "Total"
|
1171 |
-
msgstr "Toplam"
|
1172 |
-
|
1173 |
-
#: adminpages/orders.php:375 adminpages/orders.php:325
|
1174 |
-
msgid "Should be subtotal + tax - couponamount."
|
1175 |
-
msgstr "Ara toplam + vergi + kupon tutarı olmalı"
|
1176 |
-
|
1177 |
-
#: adminpages/orders.php:380 adminpages/orders.php:330
|
1178 |
-
msgid "Payment Type"
|
1179 |
-
msgstr "Ödeme Türü"
|
1180 |
-
|
1181 |
-
#: adminpages/orders.php:385 adminpages/orders.php:335
|
1182 |
-
msgid "e.g. PayPal Express, PayPal Standard, Credit Card."
|
1183 |
-
msgstr "Örneğin PayPal Express, PayPal standart, kredi kartı."
|
1184 |
-
|
1185 |
-
#: adminpages/orders.php:389 pages/billing.php:238 pages/checkout.php:493
|
1186 |
-
#: adminpages/orders.php:339 pages/billing.php:234 pages/checkout.php:510
|
1187 |
-
#: pages/checkout.php:517
|
1188 |
-
msgid "Card Type"
|
1189 |
-
msgstr "Kart Türü"
|
1190 |
-
|
1191 |
-
#: adminpages/orders.php:394 adminpages/orders.php:344
|
1192 |
-
msgid "e.g. Visa, MasterCard, AMEX, etc"
|
1193 |
-
msgstr "Örneğin Visa, MasterCard, AMEX, vb"
|
1194 |
-
|
1195 |
-
#: adminpages/orders.php:398 adminpages/paymentsettings.php:352
|
1196 |
-
#: adminpages/orders.php:348 adminpages/paymentsettings.php:347
|
1197 |
-
msgid "Account Number"
|
1198 |
-
msgstr "Hesap Numarası"
|
1199 |
-
|
1200 |
-
#: adminpages/orders.php:403 adminpages/orders.php:353
|
1201 |
-
msgid "Obscure all but last 4 digits."
|
1202 |
-
msgstr "Son 4 hane."
|
1203 |
-
|
1204 |
-
#: adminpages/orders.php:408 adminpages/orders.php:358
|
1205 |
-
msgid "Expiration Month"
|
1206 |
-
msgstr "Bitiş Ayı"
|
1207 |
-
|
1208 |
-
#: adminpages/orders.php:415 adminpages/orders.php:365
|
1209 |
-
msgid "Expiration Year"
|
1210 |
-
msgstr "Geçerlilik Yılı"
|
1211 |
-
|
1212 |
-
#: adminpages/orders.php:423 adminpages/orders.php:909
|
1213 |
-
#: adminpages/orders.php:373 adminpages/orders.php:606
|
1214 |
-
msgid "Status"
|
1215 |
-
msgstr "Durum"
|
1216 |
-
|
1217 |
-
#: adminpages/orders.php:444 adminpages/orders.php:907
|
1218 |
-
#: adminpages/orders.php:394 adminpages/orders.php:604
|
1219 |
-
msgid "Gateway"
|
1220 |
-
msgstr "Ödeme geçidi"
|
1221 |
-
|
1222 |
-
#: adminpages/orders.php:448 adminpages/orders.php:398
|
1223 |
-
msgid "Testing Only"
|
1224 |
-
msgstr "Sadece test için"
|
1225 |
-
|
1226 |
-
#: adminpages/orders.php:449 adminpages/paymentsettings.php:159
|
1227 |
-
#: adminpages/orders.php:399 adminpages/paymentsettings.php:157
|
1228 |
-
msgid "Pay by Check"
|
1229 |
-
msgstr "Çek ile ödeme"
|
1230 |
-
|
1231 |
-
#: adminpages/orders.php:461 adminpages/paymentsettings.php:184
|
1232 |
-
#: adminpages/orders.php:411 adminpages/paymentsettings.php:175
|
1233 |
-
#: adminpages/paymentsettings.php:179
|
1234 |
-
msgid "Gateway Environment"
|
1235 |
-
msgstr "Ödeme Kanalı Türü"
|
1236 |
-
|
1237 |
-
#: adminpages/orders.php:465 adminpages/paymentsettings.php:188
|
1238 |
-
#: adminpages/orders.php:415 adminpages/paymentsettings.php:179
|
1239 |
-
#: adminpages/paymentsettings.php:183
|
1240 |
-
msgid "Sandbox/Testing"
|
1241 |
-
msgstr "Sandbox/Test"
|
1242 |
-
|
1243 |
-
#: adminpages/orders.php:466 adminpages/paymentsettings.php:189
|
1244 |
-
#: adminpages/orders.php:416 adminpages/paymentsettings.php:180
|
1245 |
-
#: adminpages/paymentsettings.php:184
|
1246 |
-
msgid "Live/Production"
|
1247 |
-
msgstr "Canlı/Üretim"
|
1248 |
-
|
1249 |
-
#: adminpages/orders.php:473 adminpages/orders.php:423
|
1250 |
-
msgid "Payment Transaction ID"
|
1251 |
-
msgstr "Ödeme Dönüşüm Numarası"
|
1252 |
-
|
1253 |
-
#: adminpages/orders.php:478 adminpages/orders.php:428
|
1254 |
-
msgid "Generated by the gateway. Useful to cross reference orders."
|
1255 |
-
msgstr "Ağ geçidi tarafından oluşturulan. Çapraz sipariş referansları."
|
1256 |
-
|
1257 |
-
#: adminpages/orders.php:482 adminpages/orders.php:432
|
1258 |
-
msgid "Subscription Transaction ID"
|
1259 |
-
msgstr "Abonelik Dönüşüm Numarası"
|
1260 |
-
|
1261 |
-
#: adminpages/orders.php:487 adminpages/orders.php:437
|
1262 |
-
msgid "Generated by the gateway. Useful to cross reference subscriptions."
|
1263 |
-
msgstr "Ağ geçidi tarafından oluşturulan. Çapraz sipariş referansları."
|
1264 |
-
|
1265 |
-
#: adminpages/orders.php:492 adminpages/orders.php:910 pages/invoice.php:107
|
1266 |
-
#: adminpages/orders.php:442 adminpages/orders.php:607 pages/invoice.php:105
|
1267 |
-
msgid "Date"
|
1268 |
-
msgstr "Tarih"
|
1269 |
-
|
1270 |
-
#: adminpages/orders.php:527 adminpages/orders.php:477
|
1271 |
-
msgid "Affiliate ID"
|
1272 |
-
msgstr "Affiliate ID"
|
1273 |
-
|
1274 |
-
#: adminpages/orders.php:535 adminpages/orders.php:485
|
1275 |
-
msgid "Affiliate SubID"
|
1276 |
-
msgstr "Affiliate SubID"
|
1277 |
-
|
1278 |
-
#: adminpages/orders.php:545 adminpages/orders.php:495
|
1279 |
-
msgid "Notes"
|
1280 |
-
msgstr "Notlar"
|
1281 |
-
|
1282 |
-
#: adminpages/orders.php:560 adminpages/orders.php:510
|
1283 |
-
msgid "Save Order"
|
1284 |
-
msgstr "Siparişi kaydet"
|
1285 |
-
|
1286 |
-
#: adminpages/orders.php:561 pages/billing.php:330 adminpages/orders.php:511
|
1287 |
-
#: pages/billing.php:295 pages/billing.php:299
|
1288 |
-
msgid "Cancel"
|
1289 |
-
msgstr "Vazgeç"
|
1290 |
-
|
1291 |
-
#: adminpages/orders.php:570 includes/adminpages.php:55
|
1292 |
-
#: includes/adminpages.php:163 adminpages/orders.php:520
|
1293 |
-
#: includes/adminpages.php:17 includes/adminpages.php:84
|
1294 |
-
#: includes/adminpages.php:156
|
1295 |
-
msgid "Orders"
|
1296 |
-
msgstr "Siparişler"
|
1297 |
-
|
1298 |
-
#: adminpages/orders.php:571 adminpages/orders.php:521
|
1299 |
-
msgid "Add New Order"
|
1300 |
-
msgstr "Yeni sipariş ekle"
|
1301 |
-
|
1302 |
-
#: adminpages/orders.php:605
|
1303 |
-
msgid "All"
|
1304 |
-
msgstr "Tümü"
|
1305 |
-
|
1306 |
-
#: adminpages/orders.php:606
|
1307 |
-
msgid "Within a Date Range"
|
1308 |
-
msgstr "Bir tarih aralığı içinde"
|
1309 |
-
|
1310 |
-
#: adminpages/orders.php:607
|
1311 |
-
msgid "Predefined Date Range"
|
1312 |
-
msgstr "Önceden tanımlanmış tarih aralığı"
|
1313 |
-
|
1314 |
-
#: adminpages/orders.php:608
|
1315 |
-
msgid "Within a Level"
|
1316 |
-
msgstr "Bir Level içinde"
|
1317 |
-
|
1318 |
-
#: adminpages/orders.php:609
|
1319 |
-
msgid "Within a Status"
|
1320 |
-
msgstr "Bir durum içinde"
|
1321 |
-
|
1322 |
-
#: adminpages/orders.php:612
|
1323 |
-
msgid "From"
|
1324 |
-
msgstr "Kimden "
|
1325 |
-
|
1326 |
-
#: adminpages/orders.php:624
|
1327 |
-
msgid "To"
|
1328 |
-
msgstr "Kime"
|
1329 |
-
|
1330 |
-
#: adminpages/orders.php:636
|
1331 |
-
msgid "filter by "
|
1332 |
-
msgstr "filtrele"
|
1333 |
-
|
1334 |
-
#: adminpages/orders.php:674
|
1335 |
-
msgid "Filter"
|
1336 |
-
msgstr "Filtreler"
|
1337 |
-
|
1338 |
-
#: adminpages/orders.php:777 adminpages/orders.php:780
|
1339 |
-
#: adminpages/orders.php:535 adminpages/orders.php:538
|
1340 |
-
msgid "Search Orders"
|
1341 |
-
msgstr "Siparişleri Ara"
|
1342 |
-
|
1343 |
-
#: adminpages/orders.php:893 adminpages/orders.php:590
|
1344 |
-
#, php-format
|
1345 |
-
msgid "%d orders found."
|
1346 |
-
msgstr "%d sipariş bulunamadı."
|
1347 |
-
|
1348 |
-
#: adminpages/orders.php:902 adminpages/paymentsettings.php:220
|
1349 |
-
#: adminpages/reports/login.php:141 adminpages/orders.php:599
|
1350 |
-
#: adminpages/paymentsettings.php:211 adminpages/paymentsettings.php:215
|
1351 |
-
msgid "User"
|
1352 |
-
msgstr "Kullanıcı"
|
1353 |
-
|
1354 |
-
#: adminpages/orders.php:904 includes/profile.php:27 pages/checkout.php:33
|
1355 |
-
#: pages/confirmation.php:47 pages/confirmation.php:64
|
1356 |
-
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1357 |
-
#: adminpages/orders.php:601 includes/profile.php:25 pages/checkout.php:34
|
1358 |
-
#: pages/confirmation.php:46 pages/confirmation.php:62
|
1359 |
-
#: pages/confirmation.php:103 pages/invoice.php:27 pages/invoice.php:49
|
1360 |
-
msgid "Membership Level"
|
1361 |
-
msgstr "Üyelik Seviyesi"
|
1362 |
-
|
1363 |
-
#: adminpages/orders.php:906 adminpages/orders.php:954
|
1364 |
-
#: adminpages/orders.php:603 adminpages/orders.php:651
|
1365 |
-
msgid "Payment"
|
1366 |
-
msgstr "Ödeme"
|
1367 |
-
|
1368 |
-
#: adminpages/orders.php:908 adminpages/orders.php:605
|
1369 |
-
msgid "Transaction IDs"
|
1370 |
-
msgstr "Transaction IDs"
|
1371 |
-
|
1372 |
-
#: adminpages/orders.php:933 adminpages/orders.php:630
|
1373 |
-
msgid "deleted"
|
1374 |
-
msgstr "silindi"
|
1375 |
-
|
1376 |
-
#: adminpages/orders.php:956 adminpages/orders.php:653
|
1377 |
-
msgid "Subscription"
|
1378 |
-
msgstr "Abonelik"
|
1379 |
-
|
1380 |
-
#: adminpages/orders.php:967 adminpages/orders.php:664
|
1381 |
-
#, php-format
|
1382 |
-
msgid ""
|
1383 |
-
"Deleting orders is permanent and can affect active users. Are you sure you "
|
1384 |
-
"want to delete order %s?"
|
1385 |
-
msgstr ""
|
1386 |
-
"Siparişleri silme kalıcıdır ve etkin kullanıcıları etkileyebilir. Sipariş %s "
|
1387 |
-
"silmek istediğinizden emin misiniz?"
|
1388 |
-
|
1389 |
-
#: adminpages/orders.php:977 adminpages/orders.php:674
|
1390 |
-
msgid "No orders found."
|
1391 |
-
msgstr "Sipariş bulunamadı"
|
1392 |
-
|
1393 |
-
#: adminpages/pagesettings.php:51
|
1394 |
-
msgid "Membership Account"
|
1395 |
-
msgstr "Üyelik Hesabı"
|
1396 |
-
|
1397 |
-
#: adminpages/pagesettings.php:54
|
1398 |
-
msgid "Membership Billing"
|
1399 |
-
msgstr "Üyelik Fatura"
|
1400 |
-
|
1401 |
-
#: adminpages/pagesettings.php:57
|
1402 |
-
msgid "Membership Cancel"
|
1403 |
-
msgstr "Üyelik İptal"
|
1404 |
-
|
1405 |
-
#: adminpages/pagesettings.php:60
|
1406 |
-
msgid "Membership Checkout"
|
1407 |
-
msgstr "Üyelik Ödeme"
|
1408 |
-
|
1409 |
-
#: adminpages/pagesettings.php:63
|
1410 |
-
msgid "Membership Confirmation"
|
1411 |
-
msgstr "Üyelik Onayı"
|
1412 |
-
|
1413 |
-
#: adminpages/pagesettings.php:66
|
1414 |
-
msgid "Membership Invoice"
|
1415 |
-
msgstr "Üyelik Fatura"
|
1416 |
-
|
1417 |
-
#: adminpages/pagesettings.php:73
|
1418 |
-
#, php-format
|
1419 |
-
msgid "Membership %s"
|
1420 |
-
msgstr "%s üyelik"
|
1421 |
-
|
1422 |
-
#: adminpages/pagesettings.php:111 adminpages/pagesettings.php:83
|
1423 |
-
msgid "The following pages have been created for you"
|
1424 |
-
msgstr "Aşağıdaki sayfalar sizin için oluşturuldu"
|
1425 |
-
|
1426 |
-
#: adminpages/pagesettings.php:126 adminpages/pagesettings.php:98
|
1427 |
-
msgid ""
|
1428 |
-
"Manage the WordPress pages assigned to each required Paid Memberships Pro "
|
1429 |
-
"page."
|
1430 |
-
msgstr ""
|
1431 |
-
"Gerekli her Paid Memberships Pro sayfaya atanmış WordPress sayfaları "
|
1432 |
-
"yönetebilirsiniz."
|
1433 |
-
|
1434 |
-
#: adminpages/pagesettings.php:132 adminpages/pagesettings.php:104
|
1435 |
-
msgid ""
|
1436 |
-
"Assign the WordPress pages for each required Paid Memberships Pro page or"
|
1437 |
-
msgstr ""
|
1438 |
-
"WordPress gerekli her Paid Memberships Pro sayfası için sayfaları veya atama"
|
1439 |
-
|
1440 |
-
#: adminpages/pagesettings.php:132 adminpages/pagesettings.php:104
|
1441 |
-
msgid "click here to let us generate them for you"
|
1442 |
-
msgstr "oluşturmak için buraya tıklayın"
|
1443 |
-
|
1444 |
-
#: adminpages/pagesettings.php:140 adminpages/pagesettings.php:112
|
1445 |
-
msgid "Account Page"
|
1446 |
-
msgstr "Hesap Sayfası"
|
1447 |
-
|
1448 |
-
#: adminpages/pagesettings.php:147 adminpages/pagesettings.php:162
|
1449 |
-
#: adminpages/pagesettings.php:177 adminpages/pagesettings.php:193
|
1450 |
-
#: adminpages/pagesettings.php:209 adminpages/pagesettings.php:225
|
1451 |
-
#: adminpages/pagesettings.php:241 adminpages/pagesettings.php:119
|
1452 |
-
#: adminpages/pagesettings.php:132 adminpages/pagesettings.php:134
|
1453 |
-
#: adminpages/pagesettings.php:145 adminpages/pagesettings.php:149
|
1454 |
-
#: adminpages/pagesettings.php:159 adminpages/pagesettings.php:165
|
1455 |
-
#: adminpages/pagesettings.php:173 adminpages/pagesettings.php:181
|
1456 |
-
#: adminpages/pagesettings.php:187 adminpages/pagesettings.php:197
|
1457 |
-
#: adminpages/pagesettings.php:201 adminpages/pagesettings.php:213
|
1458 |
-
msgid "edit page"
|
1459 |
-
msgstr "sayfa düzenle"
|
1460 |
-
|
1461 |
-
#: adminpages/pagesettings.php:149 adminpages/pagesettings.php:164
|
1462 |
-
#: adminpages/pagesettings.php:179 adminpages/pagesettings.php:195
|
1463 |
-
#: adminpages/pagesettings.php:211 adminpages/pagesettings.php:227
|
1464 |
-
#: adminpages/pagesettings.php:243 adminpages/pagesettings.php:121
|
1465 |
-
#: adminpages/pagesettings.php:136 adminpages/pagesettings.php:151
|
1466 |
-
#: adminpages/pagesettings.php:167 adminpages/pagesettings.php:183
|
1467 |
-
#: adminpages/pagesettings.php:199 adminpages/pagesettings.php:215
|
1468 |
-
msgid "view page"
|
1469 |
-
msgstr "sayfa görüntüle"
|
1470 |
-
|
1471 |
-
#: adminpages/pagesettings.php:151 adminpages/pagesettings.php:166
|
1472 |
-
#: adminpages/pagesettings.php:181 adminpages/pagesettings.php:197
|
1473 |
-
#: adminpages/pagesettings.php:213 adminpages/pagesettings.php:229
|
1474 |
-
#: adminpages/pagesettings.php:245 adminpages/pagesettings.php:121
|
1475 |
-
#: adminpages/pagesettings.php:123 adminpages/pagesettings.php:134
|
1476 |
-
#: adminpages/pagesettings.php:138 adminpages/pagesettings.php:147
|
1477 |
-
#: adminpages/pagesettings.php:153 adminpages/pagesettings.php:161
|
1478 |
-
#: adminpages/pagesettings.php:169 adminpages/pagesettings.php:175
|
1479 |
-
#: adminpages/pagesettings.php:185 adminpages/pagesettings.php:189
|
1480 |
-
#: adminpages/pagesettings.php:201 adminpages/pagesettings.php:203
|
1481 |
-
#: adminpages/pagesettings.php:217
|
1482 |
-
msgid "Include the shortcode"
|
1483 |
-
msgstr "Shortcode dahil"
|
1484 |
-
|
1485 |
-
#: adminpages/pagesettings.php:155 adminpages/pagesettings.php:125
|
1486 |
-
#: adminpages/pagesettings.php:127
|
1487 |
-
msgid "Billing Information Page"
|
1488 |
-
msgstr "Fatura Bilgi Sayfası"
|
1489 |
-
|
1490 |
-
#: adminpages/pagesettings.php:170 adminpages/pagesettings.php:138
|
1491 |
-
#: adminpages/pagesettings.php:142
|
1492 |
-
msgid "Cancel Page"
|
1493 |
-
msgstr "İptal Sayfası"
|
1494 |
-
|
1495 |
-
#: adminpages/pagesettings.php:186 adminpages/pagesettings.php:152
|
1496 |
-
#: adminpages/pagesettings.php:158
|
1497 |
-
msgid "Checkout Page"
|
1498 |
-
msgstr "Ödeme Sayfası"
|
1499 |
-
|
1500 |
-
#: adminpages/pagesettings.php:202 adminpages/pagesettings.php:166
|
1501 |
-
#: adminpages/pagesettings.php:174
|
1502 |
-
msgid "Confirmation Page"
|
1503 |
-
msgstr "Onay Sayfası"
|
1504 |
-
|
1505 |
-
#: adminpages/pagesettings.php:218 adminpages/pagesettings.php:180
|
1506 |
-
#: adminpages/pagesettings.php:190
|
1507 |
-
msgid "Invoice Page"
|
1508 |
-
msgstr "Fatura Sayfası"
|
1509 |
-
|
1510 |
-
#: adminpages/pagesettings.php:234 adminpages/pagesettings.php:194
|
1511 |
-
#: adminpages/pagesettings.php:206
|
1512 |
-
msgid "Levels Page"
|
1513 |
-
msgstr "Seviye Sayfası"
|
1514 |
-
|
1515 |
-
#: adminpages/paymentsettings.php:77 adminpages/paymentsettings.php:82
|
1516 |
-
msgid "Your payment settings have been updated."
|
1517 |
-
msgstr "Ödeme ayarları güncellendi."
|
1518 |
-
|
1519 |
-
#: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:154
|
1520 |
-
#: adminpages/paymentsettings.php:144 adminpages/paymentsettings.php:152
|
1521 |
-
msgid "Payment Gateway"
|
1522 |
-
msgstr "Ödeme kanalı"
|
1523 |
-
|
1524 |
-
#: adminpages/paymentsettings.php:146 adminpages/paymentsettings.php:144
|
1525 |
-
msgid "SSL Settings"
|
1526 |
-
msgstr "SSL Ayarları"
|
1527 |
-
|
1528 |
-
#: adminpages/paymentsettings.php:148
|
1529 |
-
msgid ""
|
1530 |
-
"Learn more about <a title=\"Paid Memberships Pro - SSL Settings\" target="
|
1531 |
-
"\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-plugin-"
|
1532 |
-
"setup/ssl/\">SSL</a> or <a title=\"Paid Memberships Pro - Payment Gateway "
|
1533 |
-
"Settings\" target=\"_blank\" href=\"http://www.paidmembershipspro.com/"
|
1534 |
-
"support/initial-plugin-setup/payment-gateway/\">Payment Gateway Settings</a>."
|
1535 |
-
msgstr ""
|
1536 |
-
"Daha fazla bilgi için; <a title=\"Paid Memberships Pro - SSL Settings\" "
|
1537 |
-
"target=\"_blank\" href=\"http://www.paidmembershipspro.com/support/initial-"
|
1538 |
-
"plugin-setup/ssl/\">SSL</a> ya da <a title=\"Paid Memberships Pro - Payment "
|
1539 |
-
"Gateway Settings\" target=\"_blank\" href=\"http://www.paidmembershipspro."
|
1540 |
-
"com/support/initial-plugin-setup/payment-gateway/\">Ödeme Kanalı "
|
1541 |
-
"Seçenekleri</a>."
|
1542 |
-
|
1543 |
-
#: adminpages/paymentsettings.php:174
|
1544 |
-
msgid ""
|
1545 |
-
"This gateway option is in beta. Some functionality may not be available. "
|
1546 |
-
"Please contact Paid Memberships Pro with any issues you run into. "
|
1547 |
-
"<strong>Please be sure to upgrade Paid Memberships Pro to the latest "
|
1548 |
-
"versions when available.</strong>"
|
1549 |
-
msgstr ""
|
1550 |
-
"Bu ağ geçidi beta. Bazı işlevler olmayabilir. Tüm işlemleri kullanabilmek "
|
1551 |
-
"için Paid Memberships Pro son versiyonunu kullandığınıza emin olun."
|
1552 |
-
|
1553 |
-
#: adminpages/paymentsettings.php:179
|
1554 |
-
msgid ""
|
1555 |
-
"We do not recommend using PayPal Standard. We suggest using PayPal Express, "
|
1556 |
-
"Website Payments Pro (Legacy), or PayPal Pro (Payflow Pro). <a target="
|
1557 |
-
"\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-using-"
|
1558 |
-
"paypal-standard-paid-memberships-pro/\">More information on why can be found "
|
1559 |
-
"here.</a>"
|
1560 |
-
msgstr ""
|
1561 |
-
"Biz PayPal Standart kullanmanızı tavsiye etmiyoruz. We suggest using PayPal "
|
1562 |
-
"Express, Website Payments Pro (Legacy), ya da PayPal Pro (Payflow Pro). <a "
|
1563 |
-
"target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/09/read-"
|
1564 |
-
"using-paypal-standard-paid-memberships-pro/\">Daha fazla bilgi için tıkla.</"
|
1565 |
-
"a>"
|
1566 |
-
|
1567 |
-
#: adminpages/paymentsettings.php:204 adminpages/paymentsettings.php:195
|
1568 |
-
#: adminpages/paymentsettings.php:199
|
1569 |
-
msgid "Partner"
|
1570 |
-
msgstr "Ortak"
|
1571 |
-
|
1572 |
-
#: adminpages/paymentsettings.php:212 adminpages/paymentsettings.php:203
|
1573 |
-
#: adminpages/paymentsettings.php:207
|
1574 |
-
msgid "Vendor"
|
1575 |
-
msgstr "Bayi"
|
1576 |
-
|
1577 |
-
#: adminpages/paymentsettings.php:228 pages/checkout.php:180
|
1578 |
-
#: adminpages/paymentsettings.php:219 adminpages/paymentsettings.php:223
|
1579 |
-
#: pages/checkout.php:177
|
1580 |
-
msgid "Password"
|
1581 |
-
msgstr "Parola"
|
1582 |
-
|
1583 |
-
#: adminpages/paymentsettings.php:236 adminpages/paymentsettings.php:227
|
1584 |
-
#: adminpages/paymentsettings.php:231
|
1585 |
-
msgid "Gateway Account Email"
|
1586 |
-
msgstr "Email"
|
1587 |
-
|
1588 |
-
#: adminpages/paymentsettings.php:244 adminpages/paymentsettings.php:336
|
1589 |
-
#: adminpages/paymentsettings.php:235 adminpages/paymentsettings.php:239
|
1590 |
-
#: adminpages/paymentsettings.php:331
|
1591 |
-
msgid "API Username"
|
1592 |
-
msgstr "API Kullanıcı adı"
|
1593 |
-
|
1594 |
-
#: adminpages/paymentsettings.php:252 adminpages/paymentsettings.php:344
|
1595 |
-
#: adminpages/paymentsettings.php:243 adminpages/paymentsettings.php:247
|
1596 |
-
#: adminpages/paymentsettings.php:339
|
1597 |
-
msgid "API Password"
|
1598 |
-
msgstr "API Parola"
|
1599 |
-
|
1600 |
-
#: adminpages/paymentsettings.php:260 adminpages/paymentsettings.php:251
|
1601 |
-
#: adminpages/paymentsettings.php:255
|
1602 |
-
msgid "API Signature"
|
1603 |
-
msgstr "API İmza"
|
1604 |
-
|
1605 |
-
#: adminpages/paymentsettings.php:269 adminpages/paymentsettings.php:260
|
1606 |
-
#: adminpages/paymentsettings.php:264
|
1607 |
-
msgid "Login Name"
|
1608 |
-
msgstr "Giriş Adı"
|
1609 |
-
|
1610 |
-
#: adminpages/paymentsettings.php:277 adminpages/paymentsettings.php:268
|
1611 |
-
#: adminpages/paymentsettings.php:272
|
1612 |
-
msgid "Transaction Key"
|
1613 |
-
msgstr "Transaction Key"
|
1614 |
-
|
1615 |
-
#: adminpages/paymentsettings.php:286 adminpages/paymentsettings.php:277
|
1616 |
-
#: adminpages/paymentsettings.php:281
|
1617 |
-
msgid "Secret Key"
|
1618 |
-
msgstr "Secret Key"
|
1619 |
-
|
1620 |
-
#: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:285
|
1621 |
-
#: adminpages/paymentsettings.php:289
|
1622 |
-
msgid "Publishable Key"
|
1623 |
-
msgstr "Publishable Key"
|
1624 |
-
|
1625 |
-
#: adminpages/paymentsettings.php:303 adminpages/paymentsettings.php:369
|
1626 |
-
#: adminpages/paymentsettings.php:294 adminpages/paymentsettings.php:298
|
1627 |
-
#: adminpages/paymentsettings.php:364
|
1628 |
-
msgid "Merchant ID"
|
1629 |
-
msgstr "Satıcı Numarası"
|
1630 |
-
|
1631 |
-
#: adminpages/paymentsettings.php:311 adminpages/paymentsettings.php:302
|
1632 |
-
#: adminpages/paymentsettings.php:306
|
1633 |
-
msgid "Public Key"
|
1634 |
-
msgstr "Public Key"
|
1635 |
-
|
1636 |
-
#: adminpages/paymentsettings.php:319 adminpages/paymentsettings.php:310
|
1637 |
-
#: adminpages/paymentsettings.php:314
|
1638 |
-
msgid "Private Key"
|
1639 |
-
msgstr "Private Key"
|
1640 |
-
|
1641 |
-
#: adminpages/paymentsettings.php:327 adminpages/paymentsettings.php:318
|
1642 |
-
#: adminpages/paymentsettings.php:322
|
1643 |
-
msgid "Client-Side Encryption Key"
|
1644 |
-
msgstr "Client-Side Encryption Key"
|
1645 |
-
|
1646 |
-
#: adminpages/paymentsettings.php:360 adminpages/paymentsettings.php:355
|
1647 |
-
msgid "Secret Word"
|
1648 |
-
msgstr "Gizli Kelime"
|
1649 |
-
|
1650 |
-
#: adminpages/paymentsettings.php:377 adminpages/paymentsettings.php:372
|
1651 |
-
msgid "Transaction Security Key"
|
1652 |
-
msgstr "Transaction Security Key"
|
1653 |
-
|
1654 |
-
#: adminpages/paymentsettings.php:386 adminpages/paymentsettings.php:327
|
1655 |
-
#: adminpages/paymentsettings.php:337 adminpages/paymentsettings.php:356
|
1656 |
-
#: adminpages/paymentsettings.php:381
|
1657 |
-
msgid "Currency"
|
1658 |
-
msgstr "Para Birimi"
|
1659 |
-
|
1660 |
-
#: adminpages/paymentsettings.php:400
|
1661 |
-
msgid ""
|
1662 |
-
"Not all currencies will be supported by every gateway. Please check with "
|
1663 |
-
"your gateway."
|
1664 |
-
msgstr ""
|
1665 |
-
"Tüm para birimleri her ağ geçidi tarafından desteklenecektir. Lütfen ağ "
|
1666 |
-
"geçidi ile kontrol edin."
|
1667 |
-
|
1668 |
-
#: adminpages/paymentsettings.php:406 adminpages/paymentsettings.php:375
|
1669 |
-
#: adminpages/paymentsettings.php:401
|
1670 |
-
msgid "Accepted Credit Card Types"
|
1671 |
-
msgstr "Kabul Edilen Kredi Kartı Tipleri"
|
1672 |
-
|
1673 |
-
#: adminpages/paymentsettings.php:420 adminpages/paymentsettings.php:389
|
1674 |
-
#: adminpages/paymentsettings.php:415
|
1675 |
-
msgid "Instructions"
|
1676 |
-
msgstr "Talimatlar"
|
1677 |
-
|
1678 |
-
#: adminpages/paymentsettings.php:424 adminpages/paymentsettings.php:393
|
1679 |
-
#: adminpages/paymentsettings.php:419
|
1680 |
-
msgid ""
|
1681 |
-
"Who to write the check out to. Where to mail it. Shown on checkout, "
|
1682 |
-
"confirmation, and invoice pages."
|
1683 |
-
msgstr ""
|
1684 |
-
"Kim için check out yazmak. Nereden postalayacaksın. Kullanıma alma, onay ve "
|
1685 |
-
"fatura sayfalarında gösterilir."
|
1686 |
-
|
1687 |
-
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:425
|
1688 |
-
msgid "Show Billing Address Fields"
|
1689 |
-
msgstr "Fatura adresi alanlarını göster"
|
1690 |
-
|
1691 |
-
#: adminpages/paymentsettings.php:437
|
1692 |
-
msgid ""
|
1693 |
-
"Stripe doesn't require billing address fields. Choose 'No' to hide them on "
|
1694 |
-
"the checkout page.<br /><strong>If No, make sure you disable address "
|
1695 |
-
"verification in the Stripe dashboard settings.</strong>"
|
1696 |
-
msgstr ""
|
1697 |
-
"Stripe fatura adresi alanları gerekmez. Ödeme sayfasında gizlemek için "
|
1698 |
-
"Hayır'ı işaretleyin."
|
1699 |
-
|
1700 |
-
#: adminpages/paymentsettings.php:443 adminpages/paymentsettings.php:398
|
1701 |
-
#: adminpages/paymentsettings.php:438
|
1702 |
-
msgid "Sales Tax"
|
1703 |
-
msgstr "Satış vergisi"
|
1704 |
-
|
1705 |
-
#: adminpages/paymentsettings.php:443 pages/billing.php:82
|
1706 |
-
#: adminpages/paymentsettings.php:398 adminpages/paymentsettings.php:438
|
1707 |
-
#: pages/billing.php:78
|
1708 |
-
msgid "optional"
|
1709 |
-
msgstr "isteğe bağlı"
|
1710 |
-
|
1711 |
-
#: adminpages/paymentsettings.php:446 adminpages/paymentsettings.php:401
|
1712 |
-
#: adminpages/paymentsettings.php:441
|
1713 |
-
msgid "Tax State"
|
1714 |
-
msgstr "Devlet Vergisi"
|
1715 |
-
|
1716 |
-
#: adminpages/paymentsettings.php:447 adminpages/paymentsettings.php:402
|
1717 |
-
#: adminpages/paymentsettings.php:442
|
1718 |
-
msgid "abbreviation, e.g. \"PA\""
|
1719 |
-
msgstr "kısaltma, örn. \"PA\""
|
1720 |
-
|
1721 |
-
#: adminpages/paymentsettings.php:449 adminpages/paymentsettings.php:404
|
1722 |
-
#: adminpages/paymentsettings.php:444
|
1723 |
-
msgid "decimal, e.g. \"0.06\""
|
1724 |
-
msgstr "ondalık, örn. \"0.06\""
|
1725 |
-
|
1726 |
-
#: adminpages/paymentsettings.php:450
|
1727 |
-
msgid ""
|
1728 |
-
"US only. If values are given, tax will be applied for any members ordering "
|
1729 |
-
"from the selected state.<br />For non-US or more complex tax rules, use the "
|
1730 |
-
"<a target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
|
1731 |
-
"taxes-paid-memberships-pro/\">pmpro_tax filter</a>."
|
1732 |
-
msgstr ""
|
1733 |
-
"Sadece ABD. Eğer verilen değerler, vergi uygulanacak herhangi bir üye için "
|
1734 |
-
"sipariş durumdan.<br />For non-US veya daha karmaşık vergi kuralları <a "
|
1735 |
-
"target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
|
1736 |
-
"vergi-ücretli üyelikler : pro/\">pmpro_tax filtre</a>."
|
1737 |
-
|
1738 |
-
#: adminpages/paymentsettings.php:455 adminpages/paymentsettings.php:450
|
1739 |
-
msgid "Force SSL"
|
1740 |
-
msgstr "SSL zorunlu kıl"
|
1741 |
-
|
1742 |
-
#: adminpages/paymentsettings.php:461 adminpages/paymentsettings.php:456
|
1743 |
-
msgid "Yes (with JavaScript redirects)"
|
1744 |
-
msgstr "Evet (JavaScript yönlendirmeleri ile)"
|
1745 |
-
|
1746 |
-
#: adminpages/paymentsettings.php:468 adminpages/paymentsettings.php:430
|
1747 |
-
#: adminpages/paymentsettings.php:463
|
1748 |
-
msgid "SSL Seal Code"
|
1749 |
-
msgstr "SSL mühür kodu"
|
1750 |
-
|
1751 |
-
#: adminpages/paymentsettings.php:477 adminpages/paymentsettings.php:438
|
1752 |
-
#: adminpages/paymentsettings.php:471
|
1753 |
-
msgid "HTTPS Nuclear Option"
|
1754 |
-
msgstr "HTTPS Nuclear Option"
|
1755 |
-
|
1756 |
-
#: adminpages/paymentsettings.php:480 adminpages/paymentsettings.php:441
|
1757 |
-
#: adminpages/paymentsettings.php:474
|
1758 |
-
msgid ""
|
1759 |
-
"Use the \"Nuclear Option\" to use secure (HTTPS) URLs on your secure pages. "
|
1760 |
-
"Check this if you are using SSL and have warnings on your checkout pages."
|
1761 |
-
msgstr ""
|
1762 |
-
"Lütfen güvenli sayfalarda güvenli (HTTPS) URL'leri \"Nuclear Option\" "
|
1763 |
-
"kullanın. SSL kullanıyorsanız bu kontrol ve ödeme sayfalarında uyarılar var."
|
1764 |
-
|
1765 |
-
#: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:446
|
1766 |
-
#: adminpages/paymentsettings.php:479
|
1767 |
-
msgid "IPN Handler URL"
|
1768 |
-
msgstr "IPN Handler URL"
|
1769 |
-
|
1770 |
-
#: adminpages/paymentsettings.php:488 adminpages/paymentsettings.php:449
|
1771 |
-
#: adminpages/paymentsettings.php:482
|
1772 |
-
msgid "To fully integrate with PayPal, be sure to set your IPN Handler URL to "
|
1773 |
-
msgstr "PayPal ile tam entegre ederek, IPN Handler URL kümesinden emin olun."
|
1774 |
-
|
1775 |
-
#: adminpages/paymentsettings.php:493 adminpages/paymentsettings.php:487
|
1776 |
-
msgid "TwoCheckout INS URL"
|
1777 |
-
msgstr "TwoCheckout INS URL"
|
1778 |
-
|
1779 |
-
#: adminpages/paymentsettings.php:496 adminpages/paymentsettings.php:490
|
1780 |
-
msgid ""
|
1781 |
-
"To fully integrate with 2Checkout, be sure to set your 2Checkout INS URL "
|
1782 |
-
msgstr ""
|
1783 |
-
"2Checkout ile tam entegre ederek, 2Checkout INS URL kümesinden emin olun."
|
1784 |
-
|
1785 |
-
#: adminpages/paymentsettings.php:501 adminpages/paymentsettings.php:454
|
1786 |
-
#: adminpages/paymentsettings.php:495
|
1787 |
-
msgid "Silent Post URL"
|
1788 |
-
msgstr "Silent Post URL"
|
1789 |
-
|
1790 |
-
#: adminpages/paymentsettings.php:504 adminpages/paymentsettings.php:457
|
1791 |
-
#: adminpages/paymentsettings.php:498
|
1792 |
-
msgid ""
|
1793 |
-
"To fully integrate with Authorize.net, be sure to set your Silent Post URL to"
|
1794 |
-
msgstr ""
|
1795 |
-
"Authorize.net ile tam entegre ederek, Silent Post URL kümesinden emin olun."
|
1796 |
-
|
1797 |
-
#: adminpages/paymentsettings.php:509 adminpages/paymentsettings.php:517
|
1798 |
-
#: adminpages/paymentsettings.php:462 adminpages/paymentsettings.php:470
|
1799 |
-
#: adminpages/paymentsettings.php:503 adminpages/paymentsettings.php:511
|
1800 |
-
msgid "Web Hook URL"
|
1801 |
-
msgstr "Web Hook URL"
|
1802 |
-
|
1803 |
-
#: adminpages/paymentsettings.php:512 adminpages/paymentsettings.php:465
|
1804 |
-
#: adminpages/paymentsettings.php:506
|
1805 |
-
msgid "To fully integrate with Stripe, be sure to set your Web Hook URL to"
|
1806 |
-
msgstr "Stripe ile tam entegre ederek, Web Hook URL kümesinden emin olun."
|
1807 |
-
|
1808 |
-
#: adminpages/paymentsettings.php:521 adminpages/paymentsettings.php:474
|
1809 |
-
#: adminpages/paymentsettings.php:515
|
1810 |
-
msgid "To fully integrate with Braintree, be sure to set your Web Hook URL to"
|
1811 |
-
msgstr "Braintree ile tam entegre ederek, Web Hook URL kümesinden emin olun."
|
1812 |
-
|
1813 |
-
#: adminpages/reports.php:40 adminpages/reports.php:26
|
1814 |
-
#: adminpages/reports.php:37
|
1815 |
-
msgid "Details"
|
1816 |
-
msgstr "Detaylar"
|
1817 |
-
|
1818 |
-
#: adminpages/reports/login.php:16
|
1819 |
-
msgid "Visits, Views, and Logins"
|
1820 |
-
msgstr "Ziyaret, Görüntüleme ve Girişler"
|
1821 |
-
|
1822 |
-
#: adminpages/reports/login.php:26
|
1823 |
-
msgid "Visits Today"
|
1824 |
-
msgstr "Ziyaretler Bugün"
|
1825 |
-
|
1826 |
-
#: adminpages/reports/login.php:27 adminpages/reports/login.php:147
|
1827 |
-
msgid "Visits This Month"
|
1828 |
-
msgstr "Ziyaretler Bu Ay"
|
1829 |
-
|
1830 |
-
#: adminpages/reports/login.php:28
|
1831 |
-
msgid "Visits All Time"
|
1832 |
-
msgstr "Ziyaretler Tüm Zamanlar"
|
1833 |
-
|
1834 |
-
#: adminpages/reports/login.php:31
|
1835 |
-
msgid "Views Today"
|
1836 |
-
msgstr "Götüntüleme Bugün"
|
1837 |
-
|
1838 |
-
#: adminpages/reports/login.php:32 adminpages/reports/login.php:149
|
1839 |
-
msgid "Views This Month"
|
1840 |
-
msgstr "Götüntüleme Bu Ay"
|
1841 |
-
|
1842 |
-
#: adminpages/reports/login.php:33
|
1843 |
-
msgid "Views All Time"
|
1844 |
-
msgstr "Götüntüleme Tüm Zamanlar"
|
1845 |
-
|
1846 |
-
#: adminpages/reports/login.php:36
|
1847 |
-
msgid "Logins Today"
|
1848 |
-
msgstr "Bugün Girişler"
|
1849 |
-
|
1850 |
-
#: adminpages/reports/login.php:37 adminpages/reports/login.php:152
|
1851 |
-
msgid "Logins This Month"
|
1852 |
-
msgstr "Bu Ay Girişler"
|
1853 |
-
|
1854 |
-
#: adminpages/reports/login.php:38
|
1855 |
-
msgid "Logins All Time"
|
1856 |
-
msgstr "Tüm Zaman Girişleri"
|
1857 |
-
|
1858 |
-
#: adminpages/reports/login.php:61
|
1859 |
-
msgid "Visits, Views, and Logins Report"
|
1860 |
-
msgstr "Ziyaret, Görüntüleme ve Giriş Raporları"
|
1861 |
-
|
1862 |
-
#: adminpages/reports/login.php:66
|
1863 |
-
msgid "All Users"
|
1864 |
-
msgstr "Tüm Kullanıcılar"
|
1865 |
-
|
1866 |
-
#: adminpages/reports/login.php:146
|
1867 |
-
msgid "Last Visit"
|
1868 |
-
msgstr "Son Ziyaret"
|
1869 |
-
|
1870 |
-
#: adminpages/reports/login.php:148
|
1871 |
-
msgid "Total Visits"
|
1872 |
-
msgstr "Toplam Ziyaret"
|
1873 |
-
|
1874 |
-
#: adminpages/reports/login.php:150
|
1875 |
-
msgid "Total Views"
|
1876 |
-
msgstr "Toplam Görüntüleme"
|
1877 |
-
|
1878 |
-
#: adminpages/reports/login.php:151
|
1879 |
-
msgid "Last Login"
|
1880 |
-
msgstr "Son Giriş"
|
1881 |
-
|
1882 |
-
#: adminpages/reports/login.php:153
|
1883 |
-
msgid "Total Logins"
|
1884 |
-
msgstr "Toplam Giriş"
|
1885 |
-
|
1886 |
-
#: adminpages/reports/memberships.php:18
|
1887 |
-
#: adminpages/reports/memberships.php:288
|
1888 |
-
msgid "Membership Stats"
|
1889 |
-
msgstr "Üyelik İstatistikleri"
|
1890 |
-
|
1891 |
-
#: adminpages/reports/memberships.php:48
|
1892 |
-
msgid "Signups"
|
1893 |
-
msgstr "Üyelik"
|
1894 |
-
|
1895 |
-
#: adminpages/reports/memberships.php:50 adminpages/reports/memberships.php:69
|
1896 |
-
msgid "All Time"
|
1897 |
-
msgstr "Tüm Zamanlar"
|
1898 |
-
|
1899 |
-
#: adminpages/reports/memberships.php:54 adminpages/reports/memberships.php:73
|
1900 |
-
msgid "This Year"
|
1901 |
-
msgstr "Bu Yıl"
|
1902 |
-
|
1903 |
-
#: adminpages/reports/memberships.php:58 adminpages/reports/memberships.php:77
|
1904 |
-
msgid "This Month"
|
1905 |
-
msgstr "Bu Ay"
|
1906 |
-
|
1907 |
-
#: adminpages/reports/memberships.php:62 adminpages/reports/memberships.php:81
|
1908 |
-
msgid "Today"
|
1909 |
-
msgstr "Bugün"
|
1910 |
-
|
1911 |
-
#: adminpages/reports/memberships.php:67
|
1912 |
-
msgid "Cancellations"
|
1913 |
-
msgstr "İptaller"
|
1914 |
-
|
1915 |
-
#: adminpages/reports/memberships.php:86
|
1916 |
-
msgid "Other Stats"
|
1917 |
-
msgstr "Sipariş İstatistikleri"
|
1918 |
-
|
1919 |
-
#: adminpages/reports/memberships.php:88
|
1920 |
-
msgid "Monthly Recurring Revenue (MRR)"
|
1921 |
-
msgstr "Aylık yinelenen gelir (MRR)"
|
1922 |
-
|
1923 |
-
#: adminpages/reports/memberships.php:92
|
1924 |
-
msgid "Cancellation Rate"
|
1925 |
-
msgstr "İptal Oranı"
|
1926 |
-
|
1927 |
-
#: adminpages/reports/memberships.php:96
|
1928 |
-
msgid "Lifetime Value (LTV)"
|
1929 |
-
msgstr "Yaşam süresi değeri (LTV)"
|
1930 |
-
|
1931 |
-
#: adminpages/reports/memberships.php:294 adminpages/reports/sales.php:195
|
1932 |
-
#: adminpages/reports/sales.php:187 adminpages/reports/sales.php:196
|
1933 |
-
msgid "Daily"
|
1934 |
-
msgstr "Günlük"
|
1935 |
-
|
1936 |
-
#: adminpages/reports/memberships.php:295 adminpages/reports/sales.php:196
|
1937 |
-
#: adminpages/reports/sales.php:188 adminpages/reports/sales.php:197
|
1938 |
-
msgid "Monthly"
|
1939 |
-
msgstr "Aylık"
|
1940 |
-
|
1941 |
-
#: adminpages/reports/memberships.php:296 adminpages/reports/sales.php:197
|
1942 |
-
#: adminpages/reports/sales.php:189 adminpages/reports/sales.php:198
|
1943 |
-
msgid "Annual"
|
1944 |
-
msgstr "Yıllık"
|
1945 |
-
|
1946 |
-
#: adminpages/reports/memberships.php:299
|
1947 |
-
msgid "Signups vs. Cancellations"
|
1948 |
-
msgstr "Üyelik ve İptaller"
|
1949 |
-
|
1950 |
-
#: adminpages/reports/memberships.php:331 adminpages/reports/sales.php:230
|
1951 |
-
#: adminpages/reports/sales.php:222 adminpages/reports/sales.php:231
|
1952 |
-
msgid "Generate Report"
|
1953 |
-
msgstr "Rapor Oluştur"
|
1954 |
-
|
1955 |
-
#: adminpages/reports/sales.php:18
|
1956 |
-
msgid "Sales and Revenue (Testing/Sandbox)"
|
1957 |
-
msgstr "Satış ve Gelir (Test/Sandbox)"
|
1958 |
-
|
1959 |
-
#: adminpages/reports/sales.php:20 adminpages/reports/sales.php:189
|
1960 |
-
#: adminpages/reports/sales.php:180
|
1961 |
-
msgid "Sales and Revenue"
|
1962 |
-
msgstr "Satış ve Gelir"
|
1963 |
-
|
1964 |
-
#: adminpages/reports/sales.php:200 adminpages/reports/sales.php:192
|
1965 |
-
#: adminpages/reports/sales.php:201
|
1966 |
-
msgid "Revenue"
|
1967 |
-
msgstr "Gelir"
|
1968 |
-
|
1969 |
-
#: adminpages/reports/sales.php:201 adminpages/reports/sales.php:193
|
1970 |
-
#: adminpages/reports/sales.php:202
|
1971 |
-
msgid "Sales"
|
1972 |
-
msgstr "Satış"
|
1973 |
-
|
1974 |
-
#: classes/class.memberorder.php:564 classes/class.memberorder.php:553
|
1975 |
-
#: classes/class.memberorder.php:561 includes/cleanup.php:24
|
1976 |
-
#, php-format
|
1977 |
-
msgid ""
|
1978 |
-
"There was an error canceling the subscription for user with ID=%s. You will "
|
1979 |
-
"want to check your payment gateway to see if their subscription is still "
|
1980 |
-
"active."
|
1981 |
-
msgstr ""
|
1982 |
-
"ID=%s abonelik iptali için hata oluştu. Aboneliğin hata aktif olup "
|
1983 |
-
"olmadığını kontrol edin."
|
1984 |
-
|
1985 |
-
#: classes/class.pmproemail.php:37
|
1986 |
-
#, php-format
|
1987 |
-
msgid "An Email From %s"
|
1988 |
-
msgstr "Bir e-mail %s"
|
1989 |
-
|
1990 |
-
#: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
|
1991 |
-
#, php-format
|
1992 |
-
msgid "Your membership at %s has been CANCELLED"
|
1993 |
-
msgstr " %s üyeliğiniz İPTAL edildi"
|
1994 |
-
|
1995 |
-
#: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
|
1996 |
-
#, php-format
|
1997 |
-
msgid "Membership for %s at %s has been CANCELLED"
|
1998 |
-
msgstr "%s üyeliğiniz %s tarihinde İPTAL edildi."
|
1999 |
-
|
2000 |
-
#: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
|
2001 |
-
#: classes/class.pmproemail.php:173
|
2002 |
-
#, php-format
|
2003 |
-
msgid "Your membership confirmation for %s"
|
2004 |
-
msgstr " %s üyeliğinizi onaylamak için"
|
2005 |
-
|
2006 |
-
#: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
|
2007 |
-
#: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
|
2008 |
-
#: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
|
2009 |
-
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
|
2010 |
-
#: pages/confirmation.php:52 pages/invoice.php:33
|
2011 |
-
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
|
2012 |
-
#: classes/class.pmproemail.php:225 classes/class.pmproemail.php:227
|
2013 |
-
#: classes/class.pmproemail.php:234 classes/class.pmproemail.php:236
|
2014 |
-
#: classes/class.pmproemail.php:304 classes/class.pmproemail.php:307
|
2015 |
-
#: classes/class.pmproemail.php:313 classes/class.pmproemail.php:316
|
2016 |
-
#: classes/class.pmproemail.php:532 classes/class.pmproemail.php:580
|
2017 |
-
#: pages/checkout.php:67 pages/checkout.php:77 pages/checkout.php:566
|
2018 |
-
#: pages/checkout.php:573 pages/confirmation.php:51 pages/invoice.php:32
|
2019 |
-
msgid "Discount Code"
|
2020 |
-
msgstr "İndirim Kodu"
|
2021 |
-
|
2022 |
-
#: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
|
2023 |
-
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
|
2024 |
-
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:325
|
2025 |
-
#: classes/class.pmproemail.php:328 classes/class.pmproemail.php:538
|
2026 |
-
#: classes/class.pmproemail.php:586
|
2027 |
-
#, php-format
|
2028 |
-
msgid "This membership will expire on %s."
|
2029 |
-
msgstr "Bu üyelik %s tarihinde sona erecek."
|
2030 |
-
|
2031 |
-
#: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
|
2032 |
-
#: classes/class.pmproemail.php:265
|
2033 |
-
#, php-format
|
2034 |
-
msgid "Member Checkout for %s at %s"
|
2035 |
-
msgstr "Üye ödeme %s %s"
|
2036 |
-
|
2037 |
-
#: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
|
2038 |
-
#: classes/class.pmproemail.php:345
|
2039 |
-
#, php-format
|
2040 |
-
msgid "Your billing information has been udpated at %s"
|
2041 |
-
msgstr "%s fatura bilgileri güncellendi."
|
2042 |
-
|
2043 |
-
#: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
|
2044 |
-
#: classes/class.pmproemail.php:390
|
2045 |
-
#, php-format
|
2046 |
-
msgid "Billing information has been udpated for %s at %s"
|
2047 |
-
msgstr "%s fatura bilgileri %s tariginde güncellendi."
|
2048 |
-
|
2049 |
-
#: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
|
2050 |
-
#: classes/class.pmproemail.php:430
|
2051 |
-
#, php-format
|
2052 |
-
msgid "Membership Payment Failed at %s"
|
2053 |
-
msgstr "Üyelik Ödeme Hatası %s"
|
2054 |
-
|
2055 |
-
#: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
|
2056 |
-
#: classes/class.pmproemail.php:468
|
2057 |
-
#, php-format
|
2058 |
-
msgid "Membership Payment Failed For %s at %s"
|
2059 |
-
msgstr "%s üyelik Ödeme Hatası %s"
|
2060 |
-
|
2061 |
-
#: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
|
2062 |
-
#, php-format
|
2063 |
-
msgid "Credit Card on File Expiring Soon at %s"
|
2064 |
-
msgstr "Kredi kartı geçerlilik süresi yakında dolacak %s"
|
2065 |
-
|
2066 |
-
#: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
|
2067 |
-
#: classes/class.pmproemail.php:548
|
2068 |
-
#, php-format
|
2069 |
-
msgid "INVOICE for %s membership"
|
2070 |
-
msgstr "%s üyeliği için FATURA"
|
2071 |
-
|
2072 |
-
#: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
|
2073 |
-
#: classes/class.pmproemail.php:611
|
2074 |
-
#, php-format
|
2075 |
-
msgid "Your trial at %s is ending soon"
|
2076 |
-
msgstr "Deneme süresi %s tarihinde sona eriyor."
|
2077 |
-
|
2078 |
-
#: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
|
2079 |
-
#: classes/class.pmproemail.php:645
|
2080 |
-
#, php-format
|
2081 |
-
msgid "Your membership at %s has ended"
|
2082 |
-
msgstr "Üyeliğinizi %s sona erdi"
|
2083 |
-
|
2084 |
-
#: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
|
2085 |
-
#: classes/class.pmproemail.php:670
|
2086 |
-
#, php-format
|
2087 |
-
msgid "Your membership at %s will end soon"
|
2088 |
-
msgstr "%s üyeliğiniz yakında sona erecek"
|
2089 |
-
|
2090 |
-
#: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
|
2091 |
-
#: classes/class.pmproemail.php:690
|
2092 |
-
#, php-format
|
2093 |
-
msgid "Your membership at %s has been changed"
|
2094 |
-
msgstr "Üyeliğinizi %s değiştirildi"
|
2095 |
-
|
2096 |
-
#: classes/class.pmproemail.php:759
|
2097 |
-
#, php-format
|
2098 |
-
msgid "The new level is %s."
|
2099 |
-
msgstr "Yeni seviye bir %s."
|
2100 |
-
|
2101 |
-
#: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
|
2102 |
-
#: classes/class.pmproemail.php:696
|
2103 |
-
msgid "Your membership has been cancelled"
|
2104 |
-
msgstr "Üyeliğiniz iptal edildi"
|
2105 |
-
|
2106 |
-
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
2107 |
-
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
2108 |
-
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
2109 |
-
#, php-format
|
2110 |
-
msgid "This membership will expire on %s"
|
2111 |
-
msgstr "Bu üyelik sona erecek %s"
|
2112 |
-
|
2113 |
-
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2114 |
-
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
2115 |
-
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
2116 |
-
msgid "This membership does not expire"
|
2117 |
-
msgstr "Bu üyelik sona eremez"
|
2118 |
-
|
2119 |
-
#: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
|
2120 |
-
#: classes/class.pmproemail.php:728
|
2121 |
-
#, php-format
|
2122 |
-
msgid "Membership for %s at %s has been changed"
|
2123 |
-
msgstr "%s üyelik %s tarihinde değiştirildi."
|
2124 |
-
|
2125 |
-
#: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
|
2126 |
-
#: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
|
2127 |
-
#: classes/class.pmproemail.php:732
|
2128 |
-
#, php-format
|
2129 |
-
msgid "The new level is %s. This membership is free"
|
2130 |
-
msgstr "Yeni üyelik seviyesi %s. Üyelik ücretsiz"
|
2131 |
-
|
2132 |
-
#: classes/class.pmproemail.php:799
|
2133 |
-
msgid "Membership has been cancelled"
|
2134 |
-
msgstr "Üyelik iptal edildi"
|
2135 |
-
|
2136 |
-
#: classes/gateways/class.pmprogateway.php:55
|
2137 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:55
|
2138 |
-
#: classes/gateways/class.pmprogateway_check.php:60
|
2139 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:57
|
2140 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:27
|
2141 |
-
#: classes/gateways/class.pmprogateway_paypal.php:27
|
2142 |
-
msgid "Unknown error: Authorization failed."
|
2143 |
-
msgstr "Bilinmeyen Hata: Doğrulama başarısız."
|
2144 |
-
|
2145 |
-
#: classes/gateways/class.pmprogateway.php:106
|
2146 |
-
#: classes/gateways/class.pmprogateway.php:111
|
2147 |
-
#: classes/gateways/class.pmprogateway.php:129
|
2148 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:106
|
2149 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:111
|
2150 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:128
|
2151 |
-
#: classes/gateways/class.pmprogateway_check.php:111
|
2152 |
-
#: classes/gateways/class.pmprogateway_check.php:116
|
2153 |
-
#: classes/gateways/class.pmprogateway_check.php:134
|
2154 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:108
|
2155 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:113
|
2156 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:131
|
2157 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:50
|
2158 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:55
|
2159 |
-
#: classes/gateways/class.pmprogateway_paypal.php:50
|
2160 |
-
msgid "Unknown error: Payment failed."
|
2161 |
-
msgstr "Bilinmeyen Hata: Geçersiz ödeme"
|
2162 |
-
|
2163 |
-
#: classes/gateways/class.pmprogateway.php:113
|
2164 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:112
|
2165 |
-
#: classes/gateways/class.pmprogateway_check.php:118
|
2166 |
-
#: classes/gateways/class.pmprogateway_cybersource.php:115
|
2167 |
-
msgid ""
|
2168 |
-
"A partial payment was made that we could not void. Please contact the site "
|
2169 |
-
"owner immediately to correct this."
|
2170 |
-
msgstr "Kısmi ödeme geçersiz. Sorunu gidermek için bizimle iletişim geçiniz."
|
2171 |
-
|
2172 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:787
|
2173 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:788
|
2174 |
-
#: classes/gateways/class.pmprogateway_authorizenet.php:789
|
2175 |
-
msgid "Could not connect to Authorize.net"
|
2176 |
-
msgstr "Authorize.net ile ağlantı kurulamadı"
|
2177 |
-
|
2178 |
-
#: classes/gateways/class.pmprogateway_braintree.php:61
|
2179 |
-
#: classes/gateways/class.pmprogateway_stripe.php:53
|
2180 |
-
msgid "Unknown error: Initial payment failed."
|
2181 |
-
msgstr "Bilinmeyen Hata: İlk ödeme başarısız."
|
2182 |
-
|
2183 |
-
#: classes/gateways/class.pmprogateway_braintree.php:120
|
2184 |
-
msgid "Error during settlement:"
|
2185 |
-
msgstr "Ödeme sırasında hata."
|
2186 |
-
|
2187 |
-
#: classes/gateways/class.pmprogateway_braintree.php:129
|
2188 |
-
msgid "Error during charge:"
|
2189 |
-
msgstr "Üyelik sırasında hata meydana geldi."
|
2190 |
-
|
2191 |
-
#: classes/gateways/class.pmprogateway_braintree.php:198
|
2192 |
-
msgid "Failed to update customer."
|
2193 |
-
msgstr "Müşteri bilgileri güncellemedi."
|
2194 |
-
|
2195 |
-
#: classes/gateways/class.pmprogateway_braintree.php:246
|
2196 |
-
msgid "Failed to create customer."
|
2197 |
-
msgstr "Müşteri oluşturma sırasında hata meydana geldi."
|
2198 |
-
|
2199 |
-
#: classes/gateways/class.pmprogateway_braintree.php:253
|
2200 |
-
msgid "Error creating customer record with Braintree:"
|
2201 |
-
msgstr "Braintree ile üyelik sırasında hata meydana geldi."
|
2202 |
-
|
2203 |
-
#: classes/gateways/class.pmprogateway_braintree.php:344
|
2204 |
-
#: classes/gateways/class.pmprogateway_braintree.php:345
|
2205 |
-
msgid "Error subscribing customer to plan with Braintree:"
|
2206 |
-
msgstr "Braintree abonelik planında hata meydana geldi."
|
2207 |
-
|
2208 |
-
#: classes/gateways/class.pmprogateway_braintree.php:359
|
2209 |
-
#: classes/gateways/class.pmprogateway_braintree.php:360
|
2210 |
-
msgid "Failed to subscribe with Braintree:"
|
2211 |
-
msgstr "Braintree aboneliği geçersiz."
|
2212 |
-
|
2213 |
-
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2214 |
-
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2215 |
-
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2216 |
-
#: classes/gateways/class.pmprogateway_stripe.php:396
|
2217 |
-
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2218 |
-
#: classes/gateways/class.pmprogateway_braintree.php:411
|
2219 |
-
#: classes/gateways/class.pmprogateway_braintree.php:418
|
2220 |
-
#: classes/gateways/class.pmprogateway_stripe.php:343
|
2221 |
-
#: classes/gateways/class.pmprogateway_stripe.php:344
|
2222 |
-
#: classes/gateways/class.pmprogateway_stripe.php:351
|
2223 |
-
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2224 |
-
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2225 |
-
#: classes/gateways/class.pmprogateway_stripe.php:361
|
2226 |
-
msgid "Could not find the subscription."
|
2227 |
-
msgstr "Abonelik bulunamadı."
|
2228 |
-
|
2229 |
-
#: classes/gateways/class.pmprogateway_payflowpro.php:57
|
2230 |
-
#: classes/gateways/class.pmprogateway_paypal.php:57
|
2231 |
-
msgid ""
|
2232 |
-
"A partial payment was made that we could not refund. Please contact the site "
|
2233 |
-
"owner immediately to correct this."
|
2234 |
-
msgstr ""
|
2235 |
-
"Kısmi ödeme için iade işlemi yapılamadı. Lütfen bizimle iletişim geçiniz."
|
2236 |
-
|
2237 |
-
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2238 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2239 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:220
|
2240 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
2241 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
2242 |
-
msgid ""
|
2243 |
-
"Please contact the site owner or cancel your subscription from within PayPal "
|
2244 |
-
"to make sure you are not charged going forward."
|
2245 |
-
msgstr ""
|
2246 |
-
"Site sahibine başvurun ya da ileri giderek ücret olmadığından emin olmak "
|
2247 |
-
"için PayPal içinde aboneliğinizi iptal edebilirsiniz."
|
2248 |
-
|
2249 |
-
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2250 |
-
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2251 |
-
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2252 |
-
msgid "Error creating customer record with Stripe:"
|
2253 |
-
msgstr "Stripe ile müşteri oluşturma hatası."
|
2254 |
-
|
2255 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2256 |
-
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2257 |
-
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2258 |
-
#: classes/gateways/class.pmprogateway_stripe.php:286
|
2259 |
-
msgid "Error creating plan with Stripe:"
|
2260 |
-
msgstr "Stripe ile plan oluşturma hatası."
|
2261 |
-
|
2262 |
-
#: classes/gateways/class.pmprogateway_stripe.php:318
|
2263 |
-
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2264 |
-
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2265 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2266 |
-
msgid "Error subscribing customer to plan with Stripe:"
|
2267 |
-
msgstr "Stripe ile abonelik planı hatası"
|
2268 |
-
|
2269 |
-
#: classes/gateways/class.pmprogateway_stripe.php:383
|
2270 |
-
msgid "Could not cancel old subscription."
|
2271 |
-
msgstr "Eski abonelik iptal edilemedi."
|
2272 |
-
|
2273 |
-
#: includes/adminpages.php:47 includes/adminpages.php:100
|
2274 |
-
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2275 |
-
#: includes/adminpages.php:93
|
2276 |
-
msgid "Memberships"
|
2277 |
-
msgstr "Üyelik"
|
2278 |
-
|
2279 |
-
#: includes/adminpages.php:48 includes/adminpages.php:114
|
2280 |
-
#: includes/adminpages.php:10 includes/adminpages.php:49
|
2281 |
-
#: includes/adminpages.php:107
|
2282 |
-
msgid "Page Settings"
|
2283 |
-
msgstr "Sayfa Ayarları"
|
2284 |
-
|
2285 |
-
#: includes/adminpages.php:49 includes/adminpages.php:121
|
2286 |
-
#: includes/adminpages.php:11 includes/adminpages.php:54
|
2287 |
-
#: includes/adminpages.php:114
|
2288 |
-
msgid "Payment Settings"
|
2289 |
-
msgstr "Ödeme Seçenekleri"
|
2290 |
-
|
2291 |
-
#: includes/adminpages.php:54 includes/adminpages.php:156
|
2292 |
-
#: includes/adminpages.php:16 includes/adminpages.php:79
|
2293 |
-
#: includes/adminpages.php:149
|
2294 |
-
msgid "Reports"
|
2295 |
-
msgstr "Raporlar"
|
2296 |
-
|
2297 |
-
#: includes/adminpages.php:56 includes/adminpages.php:170
|
2298 |
-
#: includes/adminpages.php:18 includes/adminpages.php:89
|
2299 |
-
#: includes/adminpages.php:163
|
2300 |
-
msgid "Discount Codes"
|
2301 |
-
msgstr "İndirim Kodu"
|
2302 |
-
|
2303 |
-
#: includes/currencies.php:7 includes/currencies.php:44
|
2304 |
-
#: includes/currencies.php:37
|
2305 |
-
msgid "US Dollars ($)"
|
2306 |
-
msgstr "Amerikan Doları"
|
2307 |
-
|
2308 |
-
#: includes/currencies.php:8 includes/currencies.php:47
|
2309 |
-
#: includes/currencies.php:40
|
2310 |
-
msgid "Euros (€)"
|
2311 |
-
msgstr "Euro"
|
2312 |
-
|
2313 |
-
#: includes/currencies.php:9 includes/currencies.php:46
|
2314 |
-
#: includes/currencies.php:39
|
2315 |
-
msgid "Pounds Sterling (£)"
|
2316 |
-
msgstr "İngiliz sterlini (£)"
|
2317 |
-
|
2318 |
-
#: includes/currencies.php:10
|
2319 |
-
msgid "Australian Dollars ($)"
|
2320 |
-
msgstr "Avustralya Doları($)"
|
2321 |
-
|
2322 |
-
#: includes/currencies.php:11
|
2323 |
-
msgid "Brazilian Real ($)"
|
2324 |
-
msgstr "Brezilya Reali ($)"
|
2325 |
-
|
2326 |
-
#: includes/currencies.php:12 includes/currencies.php:45
|
2327 |
-
#: includes/currencies.php:38
|
2328 |
-
msgid "Canadian Dollars ($)"
|
2329 |
-
msgstr "Kanada Doları ($)"
|
2330 |
-
|
2331 |
-
#: includes/currencies.php:13
|
2332 |
-
msgid "Chinese Yuan"
|
2333 |
-
msgstr "Çin Yuanı"
|
2334 |
-
|
2335 |
-
#: includes/currencies.php:14 includes/currencies.php:13
|
2336 |
-
msgid "Czech Koruna"
|
2337 |
-
msgstr "Czech Koruna"
|
2338 |
-
|
2339 |
-
#: includes/currencies.php:15 includes/currencies.php:14
|
2340 |
-
msgid "Danish Krone"
|
2341 |
-
msgstr "Danimarka Kronu"
|
2342 |
-
|
2343 |
-
#: includes/currencies.php:16 includes/currencies.php:15
|
2344 |
-
msgid "Hong Kong Dollar ($)"
|
2345 |
-
msgstr "Hong Kong Doları ($)"
|
2346 |
-
|
2347 |
-
#: includes/currencies.php:17 includes/currencies.php:16
|
2348 |
-
msgid "Hungarian Forint"
|
2349 |
-
msgstr "Macar Forinti"
|
2350 |
-
|
2351 |
-
#: includes/currencies.php:18
|
2352 |
-
msgid "Indian Rupee"
|
2353 |
-
msgstr "Hint Rupisi"
|
2354 |
-
|
2355 |
-
#: includes/currencies.php:19
|
2356 |
-
msgid "Indonesia Rupiah"
|
2357 |
-
msgstr "Endonezya Rupiah"
|
2358 |
-
|
2359 |
-
#: includes/currencies.php:20 includes/currencies.php:17
|
2360 |
-
msgid "Israeli Shekel"
|
2361 |
-
msgstr "İsrail Şekeli"
|
2362 |
-
|
2363 |
-
#: includes/currencies.php:21 includes/currencies.php:18
|
2364 |
-
msgid "Japanese Yen (¥)"
|
2365 |
-
msgstr "Japon yeni (¥)"
|
2366 |
-
|
2367 |
-
#: includes/currencies.php:22 includes/currencies.php:19
|
2368 |
-
msgid "Malaysian Ringgits"
|
2369 |
-
msgstr "Malezya Ringgit"
|
2370 |
-
|
2371 |
-
#: includes/currencies.php:23 includes/currencies.php:20
|
2372 |
-
msgid "Mexican Peso ($)"
|
2373 |
-
msgstr "Meksika Pesosu ($)"
|
2374 |
-
|
2375 |
-
#: includes/currencies.php:24 includes/currencies.php:21
|
2376 |
-
msgid "New Zealand Dollar ($)"
|
2377 |
-
msgstr "Yeni Zelanda Doları ($)"
|
2378 |
-
|
2379 |
-
#: includes/currencies.php:25 includes/currencies.php:22
|
2380 |
-
msgid "Norwegian Krone"
|
2381 |
-
msgstr "Norveç Kronu"
|
2382 |
-
|
2383 |
-
#: includes/currencies.php:26 includes/currencies.php:23
|
2384 |
-
msgid "Philippine Pesos"
|
2385 |
-
msgstr "Filipin Pezosu"
|
2386 |
-
|
2387 |
-
#: includes/currencies.php:27 includes/currencies.php:24
|
2388 |
-
msgid "Polish Zloty"
|
2389 |
-
msgstr "Polonya Zlotisi"
|
2390 |
-
|
2391 |
-
#: includes/currencies.php:28 includes/currencies.php:25
|
2392 |
-
msgid "Singapore Dollar ($)"
|
2393 |
-
msgstr "Singapur Doları ($)"
|
2394 |
-
|
2395 |
-
#: includes/currencies.php:29
|
2396 |
-
msgid "South African Rand"
|
2397 |
-
msgstr "Güney Afrika Randı"
|
2398 |
-
|
2399 |
-
#: includes/currencies.php:30
|
2400 |
-
msgid "South Korean Won"
|
2401 |
-
msgstr "Güney Kore Wonu"
|
2402 |
-
|
2403 |
-
#: includes/currencies.php:31 includes/currencies.php:26
|
2404 |
-
msgid "Swedish Krona"
|
2405 |
-
msgstr "İsveç Kronu"
|
2406 |
-
|
2407 |
-
#: includes/currencies.php:32 includes/currencies.php:27
|
2408 |
-
msgid "Swiss Franc"
|
2409 |
-
msgstr "İsviçre Frangı"
|
2410 |
-
|
2411 |
-
#: includes/currencies.php:33 includes/currencies.php:28
|
2412 |
-
msgid "Taiwan New Dollars"
|
2413 |
-
msgstr "Tayvan Yeni Doları"
|
2414 |
-
|
2415 |
-
#: includes/currencies.php:34 includes/currencies.php:29
|
2416 |
-
msgid "Thai Baht"
|
2417 |
-
msgstr "Tayland Bahtı"
|
2418 |
-
|
2419 |
-
#: includes/currencies.php:35
|
2420 |
-
msgid "Turkish Lira"
|
2421 |
-
msgstr "Türk Lirası"
|
2422 |
-
|
2423 |
-
#: includes/currencies.php:36
|
2424 |
-
msgid "Vietnamese Dong"
|
2425 |
-
msgstr "Vietnam Dong"
|
2426 |
-
|
2427 |
-
#: includes/functions.php:204 includes/functions.php:160
|
2428 |
-
#: includes/functions.php:196 includes/functions.php:202
|
2429 |
-
#, php-format
|
2430 |
-
msgid "The price for membership is <strong>%s</strong> now"
|
2431 |
-
msgstr "Üyelik ücreti<strong>%s</strong>"
|
2432 |
-
|
2433 |
-
#: includes/functions.php:206 includes/functions.php:204
|
2434 |
-
#, php-format
|
2435 |
-
msgid "<strong>%s</strong> now"
|
2436 |
-
msgstr "<strong>%s</strong> şimdi"
|
2437 |
-
|
2438 |
-
#: includes/functions.php:215 includes/functions.php:169
|
2439 |
-
#: includes/functions.php:205 includes/functions.php:213
|
2440 |
-
#, php-format
|
2441 |
-
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2442 |
-
msgstr "ve sonra da <strong>%s başına %s dan %d kadar %s</strong>."
|
2443 |
-
|
2444 |
-
#: includes/functions.php:219 includes/functions.php:173
|
2445 |
-
#: includes/functions.php:209 includes/functions.php:217
|
2446 |
-
#, php-format
|
2447 |
-
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2448 |
-
msgstr " and then <strong>%s every %d %s for %d more %s</strong>."
|
2449 |
-
|
2450 |
-
#: includes/functions.php:224 includes/functions.php:178
|
2451 |
-
#: includes/functions.php:214 includes/functions.php:222
|
2452 |
-
#, php-format
|
2453 |
-
msgid " and then <strong>%s after %d %s</strong>."
|
2454 |
-
msgstr " and then <strong>%s after %d %s</strong>."
|
2455 |
-
|
2456 |
-
#: includes/functions.php:231 includes/functions.php:229
|
2457 |
-
#, php-format
|
2458 |
-
msgid "The price for membership is <strong>%s per %s</strong>."
|
2459 |
-
msgstr "Üyelik ücreti <strong>%s başına %s</strong>."
|
2460 |
-
|
2461 |
-
#: includes/functions.php:235 includes/functions.php:233
|
2462 |
-
#, php-format
|
2463 |
-
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2464 |
-
msgstr "Üyelik ücreti <strong>%s ye %d %s</strong>."
|
2465 |
-
|
2466 |
-
#: includes/functions.php:240 includes/functions.php:184
|
2467 |
-
#: includes/functions.php:220 includes/functions.php:228
|
2468 |
-
#: includes/functions.php:238
|
2469 |
-
#, php-format
|
2470 |
-
msgid " and then <strong>%s per %s</strong>."
|
2471 |
-
msgstr "ve sonra da <strong>%s başına %s</strong>."
|
2472 |
-
|
2473 |
-
#: includes/functions.php:244 includes/functions.php:188
|
2474 |
-
#: includes/functions.php:224 includes/functions.php:232
|
2475 |
-
#: includes/functions.php:242
|
2476 |
-
#, php-format
|
2477 |
-
msgid " and then <strong>%s every %d %s</strong>."
|
2478 |
-
msgstr "ve sonra da <strong>%s her %d %s</strong>."
|
2479 |
-
|
2480 |
-
#: includes/functions.php:262 includes/functions.php:202
|
2481 |
-
#: includes/functions.php:238 includes/functions.php:249
|
2482 |
-
#: includes/functions.php:260 pages/levels.php:82
|
2483 |
-
msgid "After your initial payment, your first payment is Free."
|
2484 |
-
msgstr "Sonra ilk ödeme, ilk ödemenizi ücretsizdir."
|
2485 |
-
|
2486 |
-
#: includes/functions.php:266 includes/functions.php:206
|
2487 |
-
#: includes/functions.php:242 includes/functions.php:253
|
2488 |
-
#: includes/functions.php:264 pages/levels.php:86
|
2489 |
-
#, php-format
|
2490 |
-
msgid "After your initial payment, your first %d payments are Free."
|
2491 |
-
msgstr "Sonra ilk ödeme, senin ilk %d ödemeler ücretsizdir."
|
2492 |
-
|
2493 |
-
#: includes/functions.php:273 includes/functions.php:213
|
2494 |
-
#: includes/functions.php:249 includes/functions.php:260
|
2495 |
-
#: includes/functions.php:271 pages/levels.php:93
|
2496 |
-
#, php-format
|
2497 |
-
msgid "After your initial payment, your first payment will cost %s."
|
2498 |
-
msgstr "Sonra ilk ödeme, ilk ödemenizi mal olacak %s."
|
2499 |
-
|
2500 |
-
#: includes/functions.php:277 includes/functions.php:217
|
2501 |
-
#: includes/functions.php:253 includes/functions.php:264
|
2502 |
-
#: includes/functions.php:275 pages/levels.php:97
|
2503 |
-
#, php-format
|
2504 |
-
msgid "After your initial payment, your first %d payments will cost %s."
|
2505 |
-
msgstr "Sonra ilk ödeme, senin ilk %d ödemeler mal olacak %s."
|
2506 |
-
|
2507 |
-
#: includes/functions.php:288 includes/functions.php:228
|
2508 |
-
#: includes/functions.php:264 includes/functions.php:275
|
2509 |
-
#: includes/functions.php:286
|
2510 |
-
#, php-format
|
2511 |
-
msgid "Customers in %s will be charged %s%% tax."
|
2512 |
-
msgstr "%s müşterilerden %s%% vergi tahsil edilecektir ."
|
2513 |
-
|
2514 |
-
#: includes/functions.php:302 includes/functions.php:242
|
2515 |
-
#: includes/functions.php:278 includes/functions.php:289
|
2516 |
-
#: includes/functions.php:300
|
2517 |
-
#, php-format
|
2518 |
-
msgid "Membership expires after %d %s."
|
2519 |
-
msgstr "Üyelik süresi %d %s."
|
2520 |
-
|
2521 |
-
#: includes/functions.php:538 includes/functions.php:491
|
2522 |
-
#: includes/functions.php:514 includes/functions.php:525
|
2523 |
-
#: includes/functions.php:536
|
2524 |
-
msgid "User ID not found."
|
2525 |
-
msgstr "Kullanıcı ID bulunamadı"
|
2526 |
-
|
2527 |
-
#: includes/functions.php:555 includes/functions.php:508
|
2528 |
-
#: includes/functions.php:531 includes/functions.php:542
|
2529 |
-
#: includes/functions.php:553
|
2530 |
-
msgid "Invalid level."
|
2531 |
-
msgstr "Geçersiz seviye"
|
2532 |
-
|
2533 |
-
#: includes/functions.php:566 includes/functions.php:520
|
2534 |
-
#: includes/functions.php:542 includes/functions.php:553
|
2535 |
-
#: includes/functions.php:564
|
2536 |
-
msgid "not changing?"
|
2537 |
-
msgstr "değişmiyor?"
|
2538 |
-
|
2539 |
-
#: includes/functions.php:583 includes/functions.php:633
|
2540 |
-
#: includes/functions.php:657 includes/functions.php:537
|
2541 |
-
#: includes/functions.php:559 includes/functions.php:570
|
2542 |
-
#: includes/functions.php:581 includes/functions.php:592
|
2543 |
-
#: includes/functions.php:605 includes/functions.php:614
|
2544 |
-
#: includes/functions.php:617 includes/functions.php:626
|
2545 |
-
#: includes/functions.php:628 includes/functions.php:631
|
2546 |
-
#: includes/functions.php:637 includes/functions.php:640
|
2547 |
-
msgid "Error interacting with database"
|
2548 |
-
msgstr "Veritabanı etkileşim hatası."
|
2549 |
-
|
2550 |
-
#: includes/functions.php:698 includes/functions.php:737
|
2551 |
-
#: includes/functions.php:629 includes/functions.php:651
|
2552 |
-
#: includes/functions.php:667 includes/functions.php:668
|
2553 |
-
#: includes/functions.php:678 includes/functions.php:681
|
2554 |
-
#: includes/functions.php:690 includes/functions.php:706
|
2555 |
-
#: includes/functions.php:717 includes/functions.php:720
|
2556 |
-
msgid "Membership level not found."
|
2557 |
-
msgstr "Üyelik seviye bulunamadı."
|
2558 |
-
|
2559 |
-
#: includes/functions.php:1112 includes/functions.php:1050
|
2560 |
-
#: includes/functions.php:1072 includes/functions.php:1088
|
2561 |
-
#: includes/functions.php:1099 includes/functions.php:1102
|
2562 |
-
msgid "The discount code could not be found."
|
2563 |
-
msgstr "İndirim kupon kodu bulunamadı."
|
2564 |
-
|
2565 |
-
#: includes/functions.php:1128 includes/functions.php:1066
|
2566 |
-
#: includes/functions.php:1088 includes/functions.php:1104
|
2567 |
-
#: includes/functions.php:1115 includes/functions.php:1118
|
2568 |
-
#, php-format
|
2569 |
-
msgid "This discount code goes into effect on %s."
|
2570 |
-
msgstr "Bu indirim kodu %s tarihinde kullanıma açılır."
|
2571 |
-
|
2572 |
-
#: includes/functions.php:1137 includes/functions.php:1075
|
2573 |
-
#: includes/functions.php:1097 includes/functions.php:1113
|
2574 |
-
#: includes/functions.php:1124 includes/functions.php:1127
|
2575 |
-
#, php-format
|
2576 |
-
msgid "This discount code expired on %s."
|
2577 |
-
msgstr "Bu indirim kupon kodu %s tarihinde sona ermiştir ."
|
2578 |
-
|
2579 |
-
#: includes/functions.php:1149 includes/functions.php:1087
|
2580 |
-
#: includes/functions.php:1109 includes/functions.php:1125
|
2581 |
-
#: includes/functions.php:1136 includes/functions.php:1139
|
2582 |
-
msgid "This discount code is no longer valid."
|
2583 |
-
msgstr "Bu indirim kodunu artık geçerli değil."
|
2584 |
-
|
2585 |
-
#: includes/functions.php:1164 includes/functions.php:1102
|
2586 |
-
#: includes/functions.php:1124 includes/functions.php:1140
|
2587 |
-
#: includes/functions.php:1151 includes/functions.php:1154
|
2588 |
-
msgid "This discount code does not apply to this membership level."
|
2589 |
-
msgstr "Bu indirim kupon kodu üyelik seviyesi için geçerli değildir."
|
2590 |
-
|
2591 |
-
#: includes/functions.php:1172 includes/functions.php:1110
|
2592 |
-
#: includes/functions.php:1132 includes/functions.php:1148
|
2593 |
-
#: includes/functions.php:1159 includes/functions.php:1162
|
2594 |
-
msgid "This discount code is okay."
|
2595 |
-
msgstr "İndirim kodu tamam"
|
2596 |
-
|
2597 |
-
#: includes/functions.php:1196 includes/functions.php:1134
|
2598 |
-
#: includes/functions.php:1156 includes/functions.php:1172
|
2599 |
-
#: includes/functions.php:1183 includes/functions.php:1186
|
2600 |
-
msgid "and"
|
2601 |
-
msgstr "ve"
|
2602 |
-
|
2603 |
-
#: includes/functions.php:1385 includes/functions.php:1319
|
2604 |
-
#: includes/functions.php:1341 includes/functions.php:1361
|
2605 |
-
#: includes/functions.php:1372 includes/functions.php:1375
|
2606 |
-
msgid "Sign Up for !!name!! Now"
|
2607 |
-
msgstr "!!name!! Şimdi Üye Ol"
|
2608 |
-
|
2609 |
-
#: includes/functions.php:1391 includes/functions.php:1325
|
2610 |
-
#: includes/functions.php:1347 includes/functions.php:1367
|
2611 |
-
#: includes/functions.php:1378 includes/functions.php:1381
|
2612 |
-
msgid "Please specify a level id."
|
2613 |
-
msgstr "Lütfen seviye id belirleyin"
|
2614 |
-
|
2615 |
-
#: includes/localization.php:23
|
2616 |
-
msgid "Day"
|
2617 |
-
msgstr "Gün"
|
2618 |
-
|
2619 |
-
#: includes/localization.php:25
|
2620 |
-
msgid "Week"
|
2621 |
-
msgstr "Hafta"
|
2622 |
-
|
2623 |
-
#: includes/localization.php:27
|
2624 |
-
msgid "Month"
|
2625 |
-
msgstr "Ay"
|
2626 |
-
|
2627 |
-
#: includes/localization.php:29
|
2628 |
-
msgid "Year"
|
2629 |
-
msgstr "Yıl"
|
2630 |
-
|
2631 |
-
#: includes/metaboxes.php:38
|
2632 |
-
msgid ""
|
2633 |
-
"This post is already protected for this level because it is within a "
|
2634 |
-
"category that requires membership."
|
2635 |
-
msgstr ""
|
2636 |
-
"Ücretli üye olmayı gerektiren bir kategori içeriğini okumaya çalışıyorsunuz."
|
2637 |
-
|
2638 |
-
#: includes/metaboxes.php:99 includes/metaboxes.php:100
|
2639 |
-
msgid "Require Membership"
|
2640 |
-
msgstr "Üyelik Gerekli"
|
2641 |
-
|
2642 |
-
#: includes/profile.php:36 includes/profile.php:34
|
2643 |
-
msgid "Current Level"
|
2644 |
-
msgstr "Mevcut Seviye"
|
2645 |
-
|
2646 |
-
#: includes/profile.php:39 includes/profile.php:37
|
2647 |
-
msgid "None"
|
2648 |
-
msgstr "Yok"
|
2649 |
-
|
2650 |
-
#: includes/profile.php:84 includes/profile.php:82
|
2651 |
-
msgid "User is not paying."
|
2652 |
-
msgstr "Ödeme yapılmadı"
|
2653 |
-
|
2654 |
-
#: includes/upgradecheck.php:410 includes/upgradecheck.php:401
|
2655 |
-
#, php-format
|
2656 |
-
msgid ""
|
2657 |
-
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2658 |
-
msgstr ""
|
2659 |
-
"Bu içerik sadece !!levels!! üyeler tarafından okunabilir.<br /><a href=\"%s"
|
2660 |
-
"\">Üye ol</a>"
|
2661 |
-
|
2662 |
-
#: includes/upgradecheck.php:413 includes/upgradecheck.php:404
|
2663 |
-
#, php-format
|
2664 |
-
msgid ""
|
2665 |
-
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2666 |
-
"<a href=\"%s\">Register</a>"
|
2667 |
-
msgstr ""
|
2668 |
-
"Bu içerik sadece !!levels!! üyeler tarafından okunabilir.<br /><a href=\"%s"
|
2669 |
-
"\">Giriş yap</a> <a href=\"%s\">Üye ol</a>"
|
2670 |
-
|
2671 |
-
#: includes/upgradecheck.php:417 includes/upgradecheck.php:408
|
2672 |
-
msgid ""
|
2673 |
-
"This content is for !!levels!! members only. Visit the site and log in/"
|
2674 |
-
"register to read."
|
2675 |
-
msgstr ""
|
2676 |
-
"Bu içerik sadece üyeler içindir. Siteyi ziyaret edin ve okumak için kayıt / "
|
2677 |
-
"giriş yapın."
|
2678 |
-
|
2679 |
-
#: pages/account.php:10
|
2680 |
-
msgid "Your membership is <strong>active</strong>."
|
2681 |
-
msgstr "Üyeliğiniz <strong>aktif</strong>."
|
2682 |
-
|
2683 |
-
#: pages/account.php:12 pages/billing.php:16 pages/levels.php:13
|
2684 |
-
msgid "Level"
|
2685 |
-
msgstr "Seviye"
|
2686 |
-
|
2687 |
-
#: pages/account.php:14 pages/billing.php:18
|
2688 |
-
msgid "Membership Fee"
|
2689 |
-
msgstr "Üyelik Ücreti"
|
2690 |
-
|
2691 |
-
#: pages/account.php:18 pages/billing.php:22 pages/levels.php:70
|
2692 |
-
#, php-format
|
2693 |
-
msgid "%s every %d %s."
|
2694 |
-
msgstr "%s her %d %s."
|
2695 |
-
|
2696 |
-
#: pages/account.php:20 pages/billing.php:24 pages/levels.php:66
|
2697 |
-
#, php-format
|
2698 |
-
msgid "%s per %s."
|
2699 |
-
msgstr "%s başına %s."
|
2700 |
-
|
2701 |
-
#: pages/account.php:29 pages/billing.php:33 pages/account.php:25
|
2702 |
-
#: pages/billing.php:29
|
2703 |
-
msgid "Duration"
|
2704 |
-
msgstr "Süre"
|
2705 |
-
|
2706 |
-
#: pages/account.php:33 pages/confirmation.php:49 pages/invoice.php:30
|
2707 |
-
#: pages/account.php:29 pages/confirmation.php:48 pages/invoice.php:29
|
2708 |
-
msgid "Membership Expires"
|
2709 |
-
msgstr "Üyelik Bitişi"
|
2710 |
-
|
2711 |
-
#: pages/account.php:38 pages/account.php:34
|
2712 |
-
#, php-format
|
2713 |
-
msgid "Your first payment will cost %s."
|
2714 |
-
msgstr "İlk ödemenizi %s mal olacak."
|
2715 |
-
|
2716 |
-
#: pages/account.php:42 pages/account.php:38
|
2717 |
-
#, php-format
|
2718 |
-
msgid "Your first %d payments will cost %s."
|
2719 |
-
msgstr "İlk %d ödemeler mal olacak %s."
|
2720 |
-
|
2721 |
-
#: pages/account.php:50 pages/account.php:46
|
2722 |
-
msgid "My Account"
|
2723 |
-
msgstr "Hesabım"
|
2724 |
-
|
2725 |
-
#: pages/account.php:59 pages/account.php:55
|
2726 |
-
msgid "Edit Profile"
|
2727 |
-
msgstr "Profili Düzenle"
|
2728 |
-
|
2729 |
-
#: pages/account.php:60 pages/account.php:56
|
2730 |
-
msgid "Change Password"
|
2731 |
-
msgstr "Parola Değiştir"
|
2732 |
-
|
2733 |
-
#: pages/account.php:91 pages/account.php:87
|
2734 |
-
msgid "Billing Information"
|
2735 |
-
msgstr "Ödeme Bilgisi"
|
2736 |
-
|
2737 |
-
#: pages/account.php:109 pages/confirmation.php:63 pages/invoice.php:50
|
2738 |
-
#: pages/account.php:105 pages/confirmation.php:61 pages/invoice.php:48
|
2739 |
-
msgid "Payment Method"
|
2740 |
-
msgstr "Ödeme Yöntemi"
|
2741 |
-
|
2742 |
-
#: pages/account.php:118 pages/account.php:114
|
2743 |
-
msgid "Edit Billing Information"
|
2744 |
-
msgstr "Fatura bilgileri düzenle"
|
2745 |
-
|
2746 |
-
#: pages/account.php:129 pages/account.php:125
|
2747 |
-
msgid "Past Invoices"
|
2748 |
-
msgstr "Geçmiş Faturalar"
|
2749 |
-
|
2750 |
-
#: pages/account.php:144 pages/account.php:140
|
2751 |
-
msgid "View All Invoices"
|
2752 |
-
msgstr "Tüm Faturalar"
|
2753 |
-
|
2754 |
-
#: pages/account.php:150 pages/account.php:146
|
2755 |
-
msgid "Member Links"
|
2756 |
-
msgstr "Üye Linkleri"
|
2757 |
-
|
2758 |
-
#: pages/account.php:156 pages/account.php:152
|
2759 |
-
msgid "Update Billing Information"
|
2760 |
-
msgstr "Fatura bilgileri güncelleme"
|
2761 |
-
|
2762 |
-
#: pages/account.php:159 pages/account.php:155
|
2763 |
-
msgid "Change Membership Level"
|
2764 |
-
msgstr "Üyelik Yenile/Değiştir"
|
2765 |
-
|
2766 |
-
#: pages/account.php:161 pages/account.php:157
|
2767 |
-
msgid "Cancel Membership"
|
2768 |
-
msgstr "Üyelik İptal"
|
2769 |
-
|
2770 |
-
#: pages/billing.php:14
|
2771 |
-
#, php-format
|
2772 |
-
msgid "Logged in as <strong>%s</strong>."
|
2773 |
-
msgstr "<strong>%s</strong> olarak oturum açmanız."
|
2774 |
-
|
2775 |
-
#: pages/billing.php:14
|
2776 |
-
msgid "logout"
|
2777 |
-
msgstr "çıkış"
|
2778 |
-
|
2779 |
-
#: pages/billing.php:43 pages/billing.php:39
|
2780 |
-
msgid ""
|
2781 |
-
"Your payment subscription is managed by PayPal. Please <a href=\"http://www."
|
2782 |
-
"paypal.com\">login to PayPal here</a> to update your billing information."
|
2783 |
-
msgstr ""
|
2784 |
-
"Abonelik ödemeniz PayPal tarafından sağlanmıştır. Fatura bilgilerini "
|
2785 |
-
"güncelleme için <a href=\"http://www.paypal.com\">PayPal'a giriş</a> yapın."
|
2786 |
-
|
2787 |
-
#: pages/billing.php:69 pages/checkout.php:305 pages/billing.php:65
|
2788 |
-
#: pages/checkout.php:321 pages/checkout.php:328
|
2789 |
-
msgid "First Name"
|
2790 |
-
msgstr "Ad"
|
2791 |
-
|
2792 |
-
#: pages/billing.php:73 pages/checkout.php:309 pages/billing.php:69
|
2793 |
-
#: pages/checkout.php:325 pages/checkout.php:332
|
2794 |
-
msgid "Last Name"
|
2795 |
-
msgstr "Soyad"
|
2796 |
-
|
2797 |
-
#: pages/billing.php:77 pages/checkout.php:313 pages/billing.php:73
|
2798 |
-
#: pages/checkout.php:329 pages/checkout.php:336
|
2799 |
-
msgid "Address 1"
|
2800 |
-
msgstr "Adres 1"
|
2801 |
-
|
2802 |
-
#: pages/billing.php:81 pages/checkout.php:317 pages/billing.php:77
|
2803 |
-
#: pages/checkout.php:333 pages/checkout.php:340
|
2804 |
-
msgid "Address 2"
|
2805 |
-
msgstr "Adres 2"
|
2806 |
-
|
2807 |
-
#: pages/billing.php:91 pages/checkout.php:327 pages/billing.php:87
|
2808 |
-
#: pages/checkout.php:343 pages/checkout.php:350
|
2809 |
-
msgid "City"
|
2810 |
-
msgstr "Şehir"
|
2811 |
-
|
2812 |
-
#: pages/billing.php:95 pages/checkout.php:331 pages/billing.php:91
|
2813 |
-
#: pages/checkout.php:347 pages/checkout.php:354
|
2814 |
-
msgid "State"
|
2815 |
-
msgstr "Ülke"
|
2816 |
-
|
2817 |
-
#: pages/billing.php:99 pages/checkout.php:335 pages/billing.php:95
|
2818 |
-
#: pages/checkout.php:351 pages/checkout.php:358
|
2819 |
-
msgid "Postal Code"
|
2820 |
-
msgstr "Posta Kodu"
|
2821 |
-
|
2822 |
-
#: pages/billing.php:108 pages/checkout.php:344 pages/billing.php:104
|
2823 |
-
#: pages/checkout.php:360 pages/checkout.php:367
|
2824 |
-
msgid "City, State Zip"
|
2825 |
-
msgstr "Şehir Posta Kodu"
|
2826 |
-
|
2827 |
-
#: pages/billing.php:161 pages/checkout.php:397 pages/billing.php:157
|
2828 |
-
#: pages/checkout.php:413 pages/checkout.php:420
|
2829 |
-
msgid "Country"
|
2830 |
-
msgstr "Ülke"
|
2831 |
-
|
2832 |
-
#: pages/billing.php:186 pages/checkout.php:422 pages/billing.php:182
|
2833 |
-
#: pages/checkout.php:438 pages/checkout.php:445
|
2834 |
-
msgid "Phone"
|
2835 |
-
msgstr "Telefon"
|
2836 |
-
|
2837 |
-
#: pages/billing.php:197 pages/checkout.php:207 pages/checkout.php:436
|
2838 |
-
#: pages/billing.php:193 pages/checkout.php:204 pages/checkout.php:453
|
2839 |
-
#: pages/checkout.php:460
|
2840 |
-
msgid "E-mail Address"
|
2841 |
-
msgstr "E-mail Adresi"
|
2842 |
-
|
2843 |
-
#: pages/billing.php:201 pages/checkout.php:445 pages/billing.php:197
|
2844 |
-
#: pages/checkout.php:462 pages/checkout.php:469
|
2845 |
-
msgid "Confirm E-mail"
|
2846 |
-
msgstr "E-mail tekrar"
|
2847 |
-
|
2848 |
-
#: pages/billing.php:221 pages/billing.php:217
|
2849 |
-
msgid "Credit Card Information"
|
2850 |
-
msgstr "Kredi Kartı Bilgisi"
|
2851 |
-
|
2852 |
-
#: pages/billing.php:221 pages/billing.php:217
|
2853 |
-
#, php-format
|
2854 |
-
msgid "We accept %s"
|
2855 |
-
msgstr " %s Kabul ediyoruz"
|
2856 |
-
|
2857 |
-
#: pages/billing.php:248 pages/checkout.php:503 pages/billing.php:244
|
2858 |
-
#: pages/checkout.php:520 pages/checkout.php:527
|
2859 |
-
msgid "Card Number"
|
2860 |
-
msgstr "Kart Numarası"
|
2861 |
-
|
2862 |
-
#: pages/billing.php:285 pages/checkout.php:540 pages/billing.php:281
|
2863 |
-
#: pages/checkout.php:557 pages/checkout.php:564
|
2864 |
-
msgid "CVV"
|
2865 |
-
msgstr "CVV"
|
2866 |
-
|
2867 |
-
#: pages/billing.php:286 pages/checkout.php:541 pages/billing.php:282
|
2868 |
-
#: pages/checkout.php:558 pages/checkout.php:565
|
2869 |
-
msgid "what's this?"
|
2870 |
-
msgstr "bu nedir?"
|
2871 |
-
|
2872 |
-
#: pages/billing.php:329 pages/billing.php:294 pages/billing.php:298
|
2873 |
-
msgid "Update"
|
2874 |
-
msgstr "Güncelle"
|
2875 |
-
|
2876 |
-
#: pages/billing.php:344 pages/billing.php:309 pages/billing.php:313
|
2877 |
-
msgid ""
|
2878 |
-
"This subscription is not recurring. So you don't need to update your billing "
|
2879 |
-
"information."
|
2880 |
-
msgstr ""
|
2881 |
-
"Bu abonelik yinelenen değil. Fatura bilgilerinizi güncellemek zorunda "
|
2882 |
-
"değilsiniz."
|
2883 |
-
|
2884 |
-
#: pages/cancel.php:14
|
2885 |
-
msgid "Are you sure you want to cancel your membership?"
|
2886 |
-
msgstr "Üyeliğinizi iptal etmek istediğinizden emin misiniz?"
|
2887 |
-
|
2888 |
-
#: pages/cancel.php:17
|
2889 |
-
msgid "Yes, cancel my account"
|
2890 |
-
msgstr "Evet hesabımı iptal et"
|
2891 |
-
|
2892 |
-
#: pages/cancel.php:19
|
2893 |
-
msgid "No, keep my account"
|
2894 |
-
msgstr "Hayır, hesabımı tut"
|
2895 |
-
|
2896 |
-
#: pages/cancel.php:22
|
2897 |
-
msgid "Click here to go to the home page."
|
2898 |
-
msgstr "Ana sayfasına gitmek için tıklayınız."
|
2899 |
-
|
2900 |
-
#: pages/checkout.php:26 pages/checkout.php:27
|
2901 |
-
msgid ""
|
2902 |
-
"Almost done. Review the membership information and pricing below then "
|
2903 |
-
"<strong>click the \"Complete Payment\" button</strong> to finish your order."
|
2904 |
-
msgstr ""
|
2905 |
-
"Neredeyse bitti. Üyelik bilgilerinizi gözden geçirin ve <strong>\"Ödemeyi "
|
2906 |
-
"Tamamla\" butonuna</strong> tıklayın."
|
2907 |
-
|
2908 |
-
#: pages/checkout.php:33 pages/checkout.php:34
|
2909 |
-
msgid "change"
|
2910 |
-
msgstr "değiştir"
|
2911 |
-
|
2912 |
-
#: pages/checkout.php:41 pages/checkout.php:42
|
2913 |
-
#, php-format
|
2914 |
-
msgid "You have selected the <strong>%s</strong> membership level."
|
2915 |
-
msgstr "<strong>%s</strong> üyelik seviyesini seçtiniz."
|
2916 |
-
|
2917 |
-
#: pages/checkout.php:51
|
2918 |
-
#, php-format
|
2919 |
-
msgid ""
|
2920 |
-
"<p class=\"pmpro_level_discount_applied\">The <strong>%s</strong> code has "
|
2921 |
-
"been applied to your order.</p>"
|
2922 |
-
msgstr ""
|
2923 |
-
"<p class=\"pmpro_level_discount_applied\">kod <strong>%s</"
|
2924 |
-
"strong>uygulanmıştır.</p>"
|
2925 |
-
|
2926 |
-
#: pages/checkout.php:62 services/applydiscountcode.php:78
|
2927 |
-
#: pages/checkout.php:63 services/applydiscountcode.php:74
|
2928 |
-
#: services/applydiscountcode.php:75
|
2929 |
-
msgid "Click here to change your discount code"
|
2930 |
-
msgstr "İndirim kodunu değiştirmek için tıklayın."
|
2931 |
-
|
2932 |
-
#: pages/checkout.php:64 pages/checkout.php:65
|
2933 |
-
msgid "Click here to enter your discount code"
|
2934 |
-
msgstr "İndirim kuponu girmek için tıklayın"
|
2935 |
-
|
2936 |
-
#: pages/checkout.php:64 pages/checkout.php:65
|
2937 |
-
msgid "Do you have a discount code?"
|
2938 |
-
msgstr "İndirim kuponunuz var mı?"
|
2939 |
-
|
2940 |
-
#: pages/checkout.php:78 pages/checkout.php:551 pages/checkout.php:79
|
2941 |
-
#: pages/checkout.php:568 pages/checkout.php:575
|
2942 |
-
msgid "Apply"
|
2943 |
-
msgstr "Uygula"
|
2944 |
-
|
2945 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2946 |
-
msgid "Account Information"
|
2947 |
-
msgstr "Hesap Bilgileri"
|
2948 |
-
|
2949 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2950 |
-
msgid "Already have an account?"
|
2951 |
-
msgstr "Zaten bir hesabınız var mı?"
|
2952 |
-
|
2953 |
-
#: pages/checkout.php:163 pages/checkout.php:160
|
2954 |
-
msgid "Log in here"
|
2955 |
-
msgstr "Giriş Yap"
|
2956 |
-
|
2957 |
-
#: pages/checkout.php:189 pages/checkout.php:186
|
2958 |
-
msgid "Confirm Password"
|
2959 |
-
msgstr "Parola Tekrar"
|
2960 |
-
|
2961 |
-
#: pages/checkout.php:216 pages/checkout.php:213
|
2962 |
-
msgid "Confirm E-mail Address"
|
2963 |
-
msgstr "E-mail doğrula"
|
2964 |
-
|
2965 |
-
#: pages/checkout.php:235 pages/checkout.php:232
|
2966 |
-
msgid "Full Name"
|
2967 |
-
msgstr "Ad Soyad"
|
2968 |
-
|
2969 |
-
#: pages/checkout.php:236 pages/checkout.php:233
|
2970 |
-
msgid "LEAVE THIS BLANK"
|
2971 |
-
msgstr "BU ALANI BOŞ BIRAKIN"
|
2972 |
-
|
2973 |
-
#: pages/checkout.php:260 pages/checkout.php:257
|
2974 |
-
#, php-format
|
2975 |
-
msgid ""
|
2976 |
-
"You are logged in as <strong>%s</strong>. If you would like to use a "
|
2977 |
-
"different account for this membership, <a href=\"%s\">log out now</a>."
|
2978 |
-
msgstr ""
|
2979 |
-
"<strong>%s</strong> olarak oturum açtınız. Farklı bir hesaptan oturum açmak "
|
2980 |
-
"için <a href=\"%s\">çıkış yapın</a>."
|
2981 |
-
|
2982 |
-
#: pages/checkout.php:276 pages/checkout.php:292 pages/checkout.php:299
|
2983 |
-
msgid "Choose your Payment Method"
|
2984 |
-
msgstr "Ödeme Yönetmi Değiştir"
|
2985 |
-
|
2986 |
-
#: pages/checkout.php:284 pages/checkout.php:300 pages/checkout.php:307
|
2987 |
-
msgid "Check Out with a Credit Card Here"
|
2988 |
-
msgstr "Kredi Kartı İle Ödeme Yap"
|
2989 |
-
|
2990 |
-
#: pages/checkout.php:286 pages/checkout.php:685 pages/checkout.php:302
|
2991 |
-
#: pages/checkout.php:309 pages/checkout.php:675 pages/checkout.php:682
|
2992 |
-
msgid "Check Out with PayPal"
|
2993 |
-
msgstr "PayPal İle Ödeme Yap"
|
2994 |
-
|
2995 |
-
#: pages/checkout.php:476 pages/checkout.php:493 pages/checkout.php:500
|
2996 |
-
msgid "Payment Information"
|
2997 |
-
msgstr "Ödeme Bilgisi"
|
2998 |
-
|
2999 |
-
#: pages/checkout.php:476 pages/checkout.php:493 pages/checkout.php:500
|
3000 |
-
#, php-format
|
3001 |
-
msgid "We Accept %s"
|
3002 |
-
msgstr "%s Kabul ediyoruz"
|
3003 |
-
|
3004 |
-
#: pages/checkout.php:657 pages/checkout.php:277 pages/checkout.php:284
|
3005 |
-
#, php-format
|
3006 |
-
msgid "I agree to the %s"
|
3007 |
-
msgstr " %s Kabul ediyorum"
|
3008 |
-
|
3009 |
-
#: pages/checkout.php:677 pages/checkout.php:667 pages/checkout.php:674
|
3010 |
-
msgid "Complete Payment"
|
3011 |
-
msgstr "Ödemeyi Tamamla"
|
3012 |
-
|
3013 |
-
#: pages/checkout.php:691 pages/checkout.php:681 pages/checkout.php:688
|
3014 |
-
msgid "Submit and Check Out"
|
3015 |
-
msgstr "Gönder ve Öde"
|
3016 |
-
|
3017 |
-
#: pages/checkout.php:691 pages/checkout.php:681 pages/checkout.php:688
|
3018 |
-
msgid "Submit and Confirm"
|
3019 |
-
msgstr "Gönder ve Onayla"
|
3020 |
-
|
3021 |
-
#: pages/checkout.php:691 pages/checkout.php:688
|
3022 |
-
msgid "Submit and Pay with 2CheckOut"
|
3023 |
-
msgstr "2CheckOut ile ödeme"
|
3024 |
-
|
3025 |
-
#: pages/checkout.php:697 pages/checkout.php:687 pages/checkout.php:694
|
3026 |
-
msgid "Processing..."
|
3027 |
-
msgstr "İşlem yapılıyor..."
|
3028 |
-
|
3029 |
-
#: pages/confirmation.php:12
|
3030 |
-
msgid ""
|
3031 |
-
"Your payment has been submitted. Your membership will be activated shortly."
|
3032 |
-
msgstr ""
|
3033 |
-
"Ödeme gönderildi. Üyeliğiniz incelemenin ardından etkinleştirilecektir."
|
3034 |
-
|
3035 |
-
#: pages/confirmation.php:14
|
3036 |
-
#, php-format
|
3037 |
-
msgid "Thank you for your membership to %s. Your %s membership is now active."
|
3038 |
-
msgstr "%s üyeliğiniz artık aktif. %s teşekkür ederiz."
|
3039 |
-
|
3040 |
-
#: pages/confirmation.php:28
|
3041 |
-
#, php-format
|
3042 |
-
msgid ""
|
3043 |
-
"Below are details about your membership account and a receipt for your "
|
3044 |
-
"initial membership invoice. A welcome email with a copy of your initial "
|
3045 |
-
"membership invoice has been sent to %s."
|
3046 |
-
msgstr ""
|
3047 |
-
"Aşağıdaki belgede üyelik ve faturalandırma bilgileri yer almaktadır. Bu "
|
3048 |
-
"bilgilerin bir kopyası %s e-mail adresinize gönderilmiştir."
|
3049 |
-
|
3050 |
-
#: pages/confirmation.php:41 pages/invoice.php:22
|
3051 |
-
#, php-format
|
3052 |
-
msgid "Invoice #%s on %s"
|
3053 |
-
msgstr "Fatura #%s %s"
|
3054 |
-
|
3055 |
-
#: pages/confirmation.php:43
|
3056 |
-
msgid "Print"
|
3057 |
-
msgstr "Yazdır"
|
3058 |
-
|
3059 |
-
#: pages/confirmation.php:46 pages/confirmation.php:104 pages/invoice.php:27
|
3060 |
-
#: pages/confirmation.php:45 pages/confirmation.php:102 pages/invoice.php:26
|
3061 |
-
msgid "Account"
|
3062 |
-
msgstr "Hesap"
|
3063 |
-
|
3064 |
-
#: pages/confirmation.php:65 pages/invoice.php:52 pages/invoice.php:109
|
3065 |
-
#: pages/confirmation.php:63 pages/invoice.php:50 pages/invoice.php:107
|
3066 |
-
msgid "Total Billed"
|
3067 |
-
msgstr "Toplam Faturalı"
|
3068 |
-
|
3069 |
-
#: pages/confirmation.php:82 pages/invoice.php:69 pages/confirmation.php:80
|
3070 |
-
#: pages/invoice.php:67
|
3071 |
-
msgid "ending in"
|
3072 |
-
msgstr "biten"
|
3073 |
-
|
3074 |
-
#: pages/confirmation.php:97 pages/confirmation.php:95
|
3075 |
-
#, php-format
|
3076 |
-
msgid ""
|
3077 |
-
"Below are details about your membership account. A welcome email with has "
|
3078 |
-
"been sent to %s."
|
3079 |
-
msgstr ""
|
3080 |
-
"Aşağıda detayları bulunana üyeliğinizde ilgili bir hoş geldiniz e-maili "
|
3081 |
-
"gönderildi. %s"
|
3082 |
-
|
3083 |
-
#: pages/confirmation.php:105 pages/confirmation.php:103
|
3084 |
-
msgid "Pending"
|
3085 |
-
msgstr "Bekleniyor"
|
3086 |
-
|
3087 |
-
#: pages/confirmation.php:113 pages/invoice.php:141 pages/confirmation.php:111
|
3088 |
-
#: pages/invoice.php:139
|
3089 |
-
msgid "View Your Membership Account →"
|
3090 |
-
msgstr "Üyelik Hesabını Gör →"
|
3091 |
-
|
3092 |
-
#: pages/confirmation.php:115 pages/confirmation.php:113
|
3093 |
-
msgid ""
|
3094 |
-
"If your account is not activated within a few minutes, please contact the "
|
3095 |
-
"site owner."
|
3096 |
-
msgstr ""
|
3097 |
-
"Eğer hesabınız birkaç dakika içinde aktif olmazsa bizimle iletişim geçin."
|
3098 |
-
|
3099 |
-
#: pages/invoice.php:79 pages/invoice.php:77
|
3100 |
-
msgid "Subtotal"
|
3101 |
-
msgstr "Ara-toplam"
|
3102 |
-
|
3103 |
-
#: pages/invoice.php:82 pages/invoice.php:80
|
3104 |
-
msgid "Coupon"
|
3105 |
-
msgstr "Kupon"
|
3106 |
-
|
3107 |
-
#: pages/invoice.php:108 pages/invoice.php:106
|
3108 |
-
msgid "Invoice #"
|
3109 |
-
msgstr "Fatura #"
|
3110 |
-
|
3111 |
-
#: pages/invoice.php:122 pages/invoice.php:120
|
3112 |
-
msgid "View Invoice"
|
3113 |
-
msgstr "Faturayı Görüntüle"
|
3114 |
-
|
3115 |
-
#: pages/invoice.php:134 pages/invoice.php:132
|
3116 |
-
msgid "No invoices found."
|
3117 |
-
msgstr "Fatura bulunamadı."
|
3118 |
-
|
3119 |
-
#: pages/invoice.php:145 pages/invoice.php:143
|
3120 |
-
msgid "← View All Invoices"
|
3121 |
-
msgstr "← Tüm Faturaları Görüntüle"
|
3122 |
-
|
3123 |
-
#: pages/levels.php:14
|
3124 |
-
msgid "Price"
|
3125 |
-
msgstr "Ücret"
|
3126 |
-
|
3127 |
-
#: pages/levels.php:47 pages/levels.php:49 pages/levels.php:113
|
3128 |
-
#: pages/levels.php:115
|
3129 |
-
msgid "Select"
|
3130 |
-
msgstr "Seç"
|
3131 |
-
|
3132 |
-
#: pages/levels.php:57 pages/levels.php:123
|
3133 |
-
msgid "Renew"
|
3134 |
-
msgstr "Yenile"
|
3135 |
-
|
3136 |
-
#: pages/levels.php:63 pages/levels.php:117 pages/levels.php:129
|
3137 |
-
msgid "Your Level"
|
3138 |
-
msgstr "Senin Seviyen"
|
3139 |
-
|
3140 |
-
#: pages/levels.php:79 pages/levels.php:129 pages/levels.php:145
|
3141 |
-
msgid "← Return to Your Account"
|
3142 |
-
msgstr "← Hesaba geri dön"
|
3143 |
-
|
3144 |
-
#: pages/levels.php:81 pages/levels.php:131 pages/levels.php:147
|
3145 |
-
msgid "← Return to Home"
|
3146 |
-
msgstr "← Geri dön"
|
3147 |
-
|
3148 |
-
#: preheaders/account.php:7 preheaders/levels.php:19
|
3149 |
-
msgid "Your membership status has been updated - Thank you!"
|
3150 |
-
msgstr "Üyelik durumu güncellendi - Teşekkürler!"
|
3151 |
-
|
3152 |
-
#: preheaders/account.php:11 preheaders/levels.php:23
|
3153 |
-
msgid ""
|
3154 |
-
"Sorry, your request could not be completed - please try again in a few "
|
3155 |
-
"moments."
|
3156 |
-
msgstr ""
|
3157 |
-
"Üzgünüz, istek tamamlanamadı - lütfen birkaç dakika içinde tekrar deneyin."
|
3158 |
-
|
3159 |
-
#: preheaders/billing.php:279 preheaders/checkout.php:482
|
3160 |
-
#: preheaders/billing.php:258 preheaders/checkout.php:464
|
3161 |
-
#: preheaders/checkout.php:481
|
3162 |
-
msgid "Please complete all required fields."
|
3163 |
-
msgstr "Lütfen gerekli tüm alanları doldurun."
|
3164 |
-
|
3165 |
-
#: preheaders/billing.php:284 preheaders/checkout.php:492
|
3166 |
-
#: preheaders/billing.php:263 preheaders/checkout.php:474
|
3167 |
-
#: preheaders/checkout.php:491
|
3168 |
-
msgid "Your email addresses do not match. Please try again."
|
3169 |
-
msgstr "E-posta adreslerinizi uyuşmuyor. Lütfen tekrar deneyin."
|
3170 |
-
|
3171 |
-
#: preheaders/billing.php:289 preheaders/checkout.php:498
|
3172 |
-
#: preheaders/billing.php:268 preheaders/checkout.php:480
|
3173 |
-
#: preheaders/checkout.php:497
|
3174 |
-
msgid "The email address entered is in an invalid format. Please try again."
|
3175 |
-
msgstr ""
|
3176 |
-
"Girmiş olduğunuz e-posta adresinin biçimi geçersiz. Lütfen tekrar deneyin."
|
3177 |
-
|
3178 |
-
#: preheaders/billing.php:295 preheaders/billing.php:274
|
3179 |
-
msgid "All good!"
|
3180 |
-
msgstr "Hepsi tamam!"
|
3181 |
-
|
3182 |
-
#: preheaders/billing.php:370 preheaders/billing.php:340
|
3183 |
-
#, php-format
|
3184 |
-
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3185 |
-
msgstr " Bilgi güncellendi. <a href=\"%s\">« hesabıma dön</a>"
|
3186 |
-
|
3187 |
-
#: preheaders/billing.php:378 preheaders/billing.php:347
|
3188 |
-
#: preheaders/billing.php:380
|
3189 |
-
msgid "Error updating billing information."
|
3190 |
-
msgstr "Fatura bilgileri güncelleme hatası"
|
3191 |
-
|
3192 |
-
#: preheaders/cancel.php:24
|
3193 |
-
msgid "Your membership has been cancelled."
|
3194 |
-
msgstr "Üyeliğiniz iptal edilmiştir."
|
3195 |
-
|
3196 |
-
#: preheaders/checkout.php:28 preheaders/checkout.php:509
|
3197 |
-
#: preheaders/checkout.php:491 preheaders/checkout.php:508
|
3198 |
-
msgid "Invalid gateway."
|
3199 |
-
msgstr "Geçersiz yöntem"
|
3200 |
-
|
3201 |
-
#: preheaders/checkout.php:96
|
3202 |
-
msgid "Checkout: Payment Information"
|
3203 |
-
msgstr "Ödeme: Ödeme Bilgileri"
|
3204 |
-
|
3205 |
-
#: preheaders/checkout.php:109
|
3206 |
-
msgid "Setup Your Account"
|
3207 |
-
msgstr "Hesap Kurulumu"
|
3208 |
-
|
3209 |
-
#: preheaders/checkout.php:486 preheaders/checkout.php:468
|
3210 |
-
#: preheaders/checkout.php:485
|
3211 |
-
msgid "Your passwords do not match. Please try again."
|
3212 |
-
msgstr "Şifrelerinizi uyuşmuyor. Lütfen tekrar deneyin."
|
3213 |
-
|
3214 |
-
#: preheaders/checkout.php:504 preheaders/checkout.php:486
|
3215 |
-
#: preheaders/checkout.php:503
|
3216 |
-
#, php-format
|
3217 |
-
msgid "Please check the box to agree to the %s."
|
3218 |
-
msgstr "%s kabul etmek için onay kutusunu işaretleyiniz."
|
3219 |
-
|
3220 |
-
#: preheaders/checkout.php:513 preheaders/checkout.php:495
|
3221 |
-
#: preheaders/checkout.php:512
|
3222 |
-
msgid "Are you a spammer?"
|
3223 |
-
msgstr "Spamcımısın?"
|
3224 |
-
|
3225 |
-
#: preheaders/checkout.php:536 preheaders/checkout.php:518
|
3226 |
-
#: preheaders/checkout.php:535
|
3227 |
-
msgid "That username is already taken. Please try another."
|
3228 |
-
msgstr "Bu kullanıcı adı daha önce alınmış. Başka bir kullanıcı adı deneyin."
|
3229 |
-
|
3230 |
-
#: preheaders/checkout.php:542 preheaders/checkout.php:524
|
3231 |
-
#: preheaders/checkout.php:541
|
3232 |
-
msgid "That email address is already taken. Please try another."
|
3233 |
-
msgstr "Bu e-mail adresi zaten kullanılıyor. Lütfen başka bir e-mail deneyin."
|
3234 |
-
|
3235 |
-
#: preheaders/checkout.php:562 preheaders/checkout.php:544
|
3236 |
-
#: preheaders/checkout.php:561
|
3237 |
-
#, php-format
|
3238 |
-
msgid "reCAPTCHA failed. (%s) Please try again."
|
3239 |
-
msgstr " Güvenlik Kodu (reCAPTCHA) başarısız oldu. (%s) Lütfen tekrar deneyin."
|
3240 |
-
|
3241 |
-
#: preheaders/checkout.php:702 preheaders/checkout.php:683
|
3242 |
-
#: preheaders/checkout.php:701
|
3243 |
-
msgid "Payment accepted."
|
3244 |
-
msgstr "Ödeme kabul edildi."
|
3245 |
-
|
3246 |
-
#: preheaders/checkout.php:710 preheaders/checkout.php:691
|
3247 |
-
#: preheaders/checkout.php:709
|
3248 |
-
msgid ""
|
3249 |
-
"Unknown error generating account. Please contact us to setup your membership."
|
3250 |
-
msgstr ""
|
3251 |
-
"Bilinmeye hesap oluşturma hatası. Üyelik için bizimle iletişime geçiniz."
|
3252 |
-
|
3253 |
-
#: preheaders/checkout.php:754 preheaders/checkout.php:823
|
3254 |
-
#: preheaders/checkout.php:735 preheaders/checkout.php:753
|
3255 |
-
#: preheaders/checkout.php:803 preheaders/checkout.php:822
|
3256 |
-
msgid "The PayPal Token was lost."
|
3257 |
-
msgstr "PayPal Token kaybedildi."
|
3258 |
-
|
3259 |
-
#: preheaders/checkout.php:860 preheaders/checkout.php:825
|
3260 |
-
#: preheaders/checkout.php:844 preheaders/checkout.php:859
|
3261 |
-
msgid ""
|
3262 |
-
"Your payment was accepted, but there was an error setting up your account. "
|
3263 |
-
"Please contact us."
|
3264 |
-
msgstr ""
|
3265 |
-
"Ödemenizi kabul edilmiştir fakat hesabınızı kurarken bir hata oluştu. Lütfen "
|
3266 |
-
"bizimle iletişime geçiniz."
|
3267 |
-
|
3268 |
-
#: preheaders/checkout.php:1046 preheaders/checkout.php:983
|
3269 |
-
#: preheaders/checkout.php:1030 preheaders/checkout.php:1045
|
3270 |
-
msgid ""
|
3271 |
-
"IMPORTANT: Something went wrong during membership creation. Your credit card "
|
3272 |
-
"authorized, but we cancelled the order immediately. You should not try to "
|
3273 |
-
"submit this form again. Please contact the site owner to fix this issue."
|
3274 |
-
msgstr ""
|
3275 |
-
"Önemli: Bir şey üyelik oluşturma sırasında ters gitti. Kredi kartınızın "
|
3276 |
-
"yetkilisi hemen sipariş iptal etti. Bu formu tekrar göndermek için "
|
3277 |
-
"çalışmamalıdır. Bu sorunu gidermek için site sahibine başvurun."
|
3278 |
-
|
3279 |
-
#: preheaders/checkout.php:1051 preheaders/checkout.php:988
|
3280 |
-
#: preheaders/checkout.php:1035 preheaders/checkout.php:1050
|
3281 |
-
msgid ""
|
3282 |
-
"IMPORTANT: Something went wrong during membership creation. Your credit card "
|
3283 |
-
"was charged, but we couldn't assign your membership. You should not submit "
|
3284 |
-
"this form again. Please contact the site owner to fix this issue."
|
3285 |
-
msgstr ""
|
3286 |
-
"ÖNEMLİ: Üyelik oluşturma işlemi sırasında hata meydana geldi.. Bu sorunu "
|
3287 |
-
"gidermek için bizimle iletişime geçiniz."
|
3288 |
-
|
3289 |
-
#: preheaders/checkout.php:1064 preheaders/checkout.php:1001
|
3290 |
-
#: preheaders/checkout.php:1048 preheaders/checkout.php:1063
|
3291 |
-
#, php-format
|
3292 |
-
msgid ""
|
3293 |
-
"You must <a href=\"%s\">setup a Payment Gateway</a> before any payments will "
|
3294 |
-
"be processed."
|
3295 |
-
msgstr ""
|
3296 |
-
"Ödeme işleme alınacaktır önce <a href=\"%s\"> Kurulum bir ödeme ağ geçidi</"
|
3297 |
-
"a> gerekir."
|
3298 |
-
|
3299 |
-
#: preheaders/checkout.php:1066 preheaders/checkout.php:1003
|
3300 |
-
#: preheaders/checkout.php:1050 preheaders/checkout.php:1065
|
3301 |
-
msgid "A Payment Gateway must be setup before any payments will be processed."
|
3302 |
-
msgstr "Ödeme yapmak için ödeme yöntemi kurulu olmalıdır."
|
3303 |
-
|
3304 |
-
#: scheduled/crons.php:31 scheduled/crons.php:61
|
3305 |
-
#, php-format
|
3306 |
-
msgid "Membership expired email sent to %s. "
|
3307 |
-
msgstr "Üyelik bitiş bilgileri %s adresine gönderildi."
|
3308 |
-
|
3309 |
-
#: scheduled/crons.php:74 scheduled/crons.php:27
|
3310 |
-
#, php-format
|
3311 |
-
msgid "Membership expiring email sent to %s. "
|
3312 |
-
msgstr "Üyelik bitiş bilgileri %s adresine gönderildi."
|
3313 |
-
|
3314 |
-
#: scheduled/crons.php:143
|
3315 |
-
#, php-format
|
3316 |
-
msgid "Credit card expiring email sent to %s. "
|
3317 |
-
msgstr "Kredi kartı bitiş bilgileri %s adresine gönderildi."
|
3318 |
-
|
3319 |
-
#: scheduled/crons.php:196 scheduled/crons.php:104
|
3320 |
-
#, php-format
|
3321 |
-
msgid "Trial ending email sent to %s. "
|
3322 |
-
msgstr "%s deneme bitiş emaili gönderildi."
|
3323 |
-
|
3324 |
-
#: services/applydiscountcode.php:67 services/applydiscountcode.php:64
|
3325 |
-
#, php-format
|
3326 |
-
msgid "The %s code has been applied to your order. "
|
3327 |
-
msgstr "%s kod uygulanmıştır."
|
3328 |
-
|
3329 |
-
#: services/applydiscountcode.php:86 services/applydiscountcode.php:82
|
3330 |
-
#: services/applydiscountcode.php:83
|
3331 |
-
#, php-format
|
3332 |
-
msgid "The <strong>%s</strong> code has been applied to your order."
|
3333 |
-
msgstr "Kod <strong>%s</strong> sipariş için uygulanmıştır."
|
3334 |
-
|
3335 |
-
#: services/authnet-silent-post.php:138 services/authnet-silent-post.php:133
|
3336 |
-
msgid ""
|
3337 |
-
"<p>A payment is being held for review within Authorize.net.</p><p>Payment "
|
3338 |
-
"Information From Authorize.net"
|
3339 |
-
msgstr ""
|
3340 |
-
"<p>Bir ödeme Authorize.net içinde bir daha gözden geçirme için tutuluyor.</"
|
3341 |
-
"p>Authorize.net <p>ödeme bilgileri"
|
3342 |
-
|
3343 |
-
#: services/stripe-webhook.php:194 services/stripe-webhook.php:176
|
3344 |
-
#, php-format
|
3345 |
-
msgid ""
|
3346 |
-
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
3347 |
-
"this user's membership is cancelled on your site if it should be."
|
3348 |
-
msgstr ""
|
3349 |
-
"%s abonelik ödemesi Stripe tarafından iptal edildi. Bu kullanıcının "
|
3350 |
-
"üyeliğini kontrol edin."
|
3351 |
-
|
3352 |
-
#: adminpages/discountcodes.php:437
|
3353 |
-
msgid "Billing Ammount"
|
3354 |
-
msgstr "Fatura Miktarı"
|
3355 |
-
|
3356 |
-
#: adminpages/discountcodes.php:480
|
3357 |
-
msgid "Check this to set an expiration date for new sign ups."
|
3358 |
-
msgstr ""
|
3359 |
-
"Yeni kayıt olanlar için bir bitiş tarihi ayarlamak için bu seçeneği "
|
3360 |
-
"işaretleyin."
|
3361 |
-
|
3362 |
-
#: adminpages/discountcodes.php:497
|
3363 |
-
msgid ""
|
3364 |
-
"How long before the expiration expires. Note that any future payments will "
|
3365 |
-
"be cancelled when the membership expires."
|
3366 |
-
msgstr ""
|
3367 |
-
"Üyelik erişim süresini ayarlayın. Üyelik süresi dolduğunda (varsa yinelenen "
|
3368 |
-
"abonelik) gelecekteki ödemelerin iptal edileceğini unutmayın. "
|
3369 |
-
|
3370 |
-
#: adminpages/membershiplevels.php:364
|
3371 |
-
msgid ""
|
3372 |
-
"Stripe integration currently only supports billing periods of \"Month\" or "
|
3373 |
-
"\"Year\"."
|
3374 |
-
msgstr ""
|
3375 |
-
"Stripe entegrasyonu şu anda sadece fatura dönemlerini destekler \"Month\" or "
|
3376 |
-
"\"Year\"."
|
3377 |
-
|
3378 |
-
#: adminpages/membershiplevels.php:398
|
3379 |
-
msgid ""
|
3380 |
-
"2Checkout integration does not currently support custom trials. You can do "
|
3381 |
-
"one period trials by setting an initial payment different from the billing "
|
3382 |
-
"amount."
|
3383 |
-
msgstr ""
|
3384 |
-
"2Checkout entegrasyonu özel denemeleri şu anda desteklemiyor. Bir dönem "
|
3385 |
-
"çalışmalarda ilk ödeme fatura tutarından farklı ayarlayarak bunu "
|
3386 |
-
"yapabilirsiniz."
|
3387 |
-
|
3388 |
-
#: adminpages/memberslist.php:184 adminpages/memberslist.php:212
|
3389 |
-
msgid "Never"
|
3390 |
-
msgstr "Asla"
|
3391 |
-
|
3392 |
-
#: adminpages/paymentsettings.php:170
|
3393 |
-
msgid ""
|
3394 |
-
"Payflow Pro currently only supports one-time payments. Users will not be "
|
3395 |
-
"able to checkout for levels with recurring payments."
|
3396 |
-
msgstr ""
|
3397 |
-
"Payflow Pro şu anda sadece bir kerelik ödemeler destekler. Kullanıcılar "
|
3398 |
-
"yinelenen ödemeler ile seviyeleri için çıkış mümkün olmayacaktır."
|
3399 |
-
|
3400 |
-
#: adminpages/paymentsettings.php:405 adminpages/paymentsettings.php:445
|
3401 |
-
msgid ""
|
3402 |
-
"If values are given, tax will be applied for any members ordering from the "
|
3403 |
-
"selected state. For more complex tax rules, use the \"pmpro_tax\" filter."
|
3404 |
-
msgstr ""
|
3405 |
-
"Sadece ABD. Eğer verilen değerler, vergi uygulanacak herhangi bir üye için "
|
3406 |
-
"sipariş durumdan.<br />For non-US veya daha karmaşık vergi kuralları <a "
|
3407 |
-
"target=\"_blank\" href=\"http://www.paidmembershipspro.com/2013/10/non-us-"
|
3408 |
-
"vergi-ücretli üyelikler : pro/\">pmpro_tax filtre</a>. "
|
3409 |
-
|
3410 |
-
#: adminpages/paymentsettings.php:410 adminpages/paymentsettings.php:421
|
3411 |
-
msgid "Use SSL"
|
3412 |
-
msgstr "SSL Kullan"
|
3413 |
-
|
3414 |
-
#: adminpages/paymentsettings.php:425
|
3415 |
-
msgid "Required by this Gateway Option"
|
3416 |
-
msgstr "Ödeme Kanalı Ayarı"
|
3417 |
-
|
3418 |
-
#: adminpages/paymentsettings.php:432
|
3419 |
-
msgid ""
|
3420 |
-
"Stripe doesn't require billing address fields. Choose 'No' to hide them on "
|
3421 |
-
"the checkout page."
|
3422 |
-
msgstr ""
|
3423 |
-
"Stripe adres alanları faturalandırma gerektirmez. Ödeme sayfasında gizlemek "
|
3424 |
-
"için 'Hayır ' ı seçin."
|
3425 |
-
|
3426 |
-
#: classes/class.pmproemail.php:685 classes/class.pmproemail.php:734
|
3427 |
-
#: classes/class.pmproemail.php:799
|
3428 |
-
msgid "membership has been cancelled"
|
3429 |
-
msgstr "üyelik iptal edildi"
|
3430 |
-
|
3431 |
-
#: pages/checkout.php:51 pages/checkout.php:52
|
3432 |
-
#, php-format
|
3433 |
-
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
3434 |
-
msgstr "<p>Kod <strong>%s</strong> siparişe uygulanabilir durumda.</p>"
|
3435 |
-
|
3436 |
-
#: pages/confirmation.php:12
|
3437 |
-
msgid ""
|
3438 |
-
"Your payment has been submitted to PayPal. Your membership will be activated "
|
3439 |
-
"shortly."
|
3440 |
-
msgstr "Ödeme gönderildi. Üyeliğiniz incelemenin ardından etkinleştirilecek."
|
3441 |
-
|
3442 |
-
#: pages/levels.php:15
|
3443 |
-
msgid "Subscription Information"
|
3444 |
-
msgstr "Abone Bilgileri"
|
3445 |
-
|
3446 |
-
#: pages/levels.php:33
|
3447 |
-
msgid "--"
|
3448 |
-
msgstr ""
|
3449 |
-
|
3450 |
-
#: pages/levels.php:43
|
3451 |
-
msgid "Free"
|
3452 |
-
msgstr "Ücretsiz"
|
3453 |
-
|
3454 |
-
#: pages/levels.php:51
|
3455 |
-
#, php-format
|
3456 |
-
msgid "%s per %s for %d more %s."
|
3457 |
-
msgstr "%s başına %s dan %d daha %s."
|
3458 |
-
|
3459 |
-
#: pages/levels.php:55
|
3460 |
-
#, php-format
|
3461 |
-
msgid "%s every %d %s for %d more %s."
|
3462 |
-
msgstr "%s her %d %s dan %d daha %s."
|
3463 |
-
|
3464 |
-
#: pages/levels.php:60
|
3465 |
-
#, php-format
|
3466 |
-
msgid "%s after %d %s."
|
3467 |
-
msgstr "%s sonra %d %s."
|
3468 |
-
|
3469 |
-
#~ msgid "Encryption key"
|
3470 |
-
#~ msgstr "Şifreleme ahantarı"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/pmpro.mo
CHANGED
Binary file
|
languages/pmpro.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: pmpro\n"
|
8 |
-
"POT-Creation-Date: 2014-
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
@@ -120,14 +120,11 @@ msgid "User Forum"
|
|
120 |
msgstr ""
|
121 |
|
122 |
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
123 |
-
#: adminpages/pagesettings.php:69 includes/adminpages.php:
|
124 |
-
#: includes/adminpages.php:65 includes/adminpages.php:107
|
125 |
#: adminpages/admin_header.php:128 adminpages/admin_header.php:149
|
126 |
#: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
|
127 |
#: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
|
128 |
-
#: includes/adminpages.php:44
|
129 |
-
#: includes/adminpages.php:65 includes/adminpages.php:100
|
130 |
-
#: includes/adminpages.php:107
|
131 |
msgid "Membership Levels"
|
132 |
msgstr ""
|
133 |
|
@@ -155,231 +152,208 @@ msgid "Advanced"
|
|
155 |
msgstr ""
|
156 |
|
157 |
#: adminpages/admin_header.php:154 includes/adminpages.php:52
|
158 |
-
#: includes/adminpages.php:
|
159 |
#: adminpages/admin_header.php:154 includes/adminpages.php:14
|
160 |
-
#: includes/adminpages.php:
|
161 |
-
#: includes/adminpages.php:135 includes/adminpages.php:142
|
162 |
msgid "Add Ons"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: adminpages/advancedsettings.php:
|
166 |
-
#: adminpages/advancedsettings.php:42
|
167 |
msgid "Your advanced settings have been updated."
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: adminpages/advancedsettings.php:
|
171 |
-
#: adminpages/advancedsettings.php:68
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"This content is for !!levels!! members only. <a href=\"%s\">Register here</"
|
175 |
"a>."
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: adminpages/advancedsettings.php:
|
179 |
-
#: adminpages/advancedsettings.php:73
|
180 |
#, php-format
|
181 |
msgid ""
|
182 |
"Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
|
183 |
"\">Register here</a>.)"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: adminpages/advancedsettings.php:
|
187 |
-
#: adminpages/advancedsettings.php:78
|
188 |
msgid ""
|
189 |
"This content is for members only. Visit the site and log in/register to read."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: adminpages/advancedsettings.php:
|
193 |
-
#: includes/adminpages.php:
|
194 |
-
#: adminpages/advancedsettings.php:86 adminpages
|
195 |
-
#: includes/adminpages.php:
|
196 |
-
#: includes/adminpages.php:64 includes/adminpages.php:128
|
197 |
-
#: includes/adminpages.php:135
|
198 |
msgid "Advanced Settings"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: adminpages/advancedsettings.php:
|
202 |
-
#: adminpages/advancedsettings.php:92
|
203 |
msgid "Message for Logged-in Non-members"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: adminpages/advancedsettings.php:
|
207 |
-
#: adminpages/advancedsettings.php:96
|
208 |
msgid ""
|
209 |
"This message replaces the post content for non-members. Available variables"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: adminpages/advancedsettings.php:
|
213 |
-
#: adminpages/advancedsettings.php:101
|
214 |
msgid "Message for Logged-out Users"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adminpages/advancedsettings.php:
|
218 |
-
#: adminpages/advancedsettings.php:105
|
219 |
msgid "This message replaces the post content for logged-out visitors."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: adminpages/advancedsettings.php:
|
223 |
-
#: adminpages/advancedsettings.php:110
|
224 |
msgid "Message for RSS Feed"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: adminpages/advancedsettings.php:
|
228 |
-
#: adminpages/advancedsettings.php:114
|
229 |
msgid "This message replaces the post content in RSS feeds."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: adminpages/advancedsettings.php:
|
233 |
-
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: adminpages/advancedsettings.php:126 adminpages/advancedsettings.php:126
|
237 |
-
msgid ""
|
238 |
-
"No - Non-members will see restricted posts/pages in searches and archives."
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: adminpages/advancedsettings.php:127 adminpages/advancedsettings.php:127
|
242 |
-
msgid ""
|
243 |
-
"Yes - Only members will see restricted posts/pages in searches and archives."
|
244 |
-
msgstr ""
|
245 |
-
|
246 |
-
#: adminpages/advancedsettings.php:133 adminpages/advancedsettings.php:113
|
247 |
-
#: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:133
|
248 |
msgid "Show Excerpts to Non-Members?"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adminpages/advancedsettings.php:
|
252 |
-
#: adminpages/advancedsettings.php:124
|
253 |
msgid "No - Hide excerpts."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: adminpages/advancedsettings.php:
|
257 |
-
#: adminpages/advancedsettings.php:125
|
258 |
msgid "Yes - Show excerpts."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adminpages/advancedsettings.php:
|
262 |
-
#: adminpages/advancedsettings.php:
|
263 |
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
|
264 |
#: includes/profile.php:123 adminpages/advancedsettings.php:128
|
265 |
-
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:
|
266 |
-
#: adminpages/advancedsettings.php:
|
267 |
-
#: adminpages/advancedsettings.php:
|
268 |
-
#: adminpages/
|
269 |
-
#: adminpages/
|
270 |
-
#: adminpages/
|
271 |
-
#: adminpages/paymentsettings.php:
|
272 |
-
#:
|
273 |
-
#: includes/profile.php:121 includes/profile.php:123
|
274 |
msgid "No"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: adminpages/advancedsettings.php:
|
278 |
-
#: adminpages/advancedsettings.php:136
|
279 |
msgid "Hide Ads From All Members"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adminpages/advancedsettings.php:
|
283 |
-
#: adminpages/advancedsettings.php:137
|
284 |
msgid "Hide Ads From Certain Members"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: adminpages/advancedsettings.php:
|
288 |
-
#: adminpages/advancedsettings.php:144
|
289 |
msgid "Ads from the following plugins will be automatically turned off"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: adminpages/advancedsettings.php:
|
293 |
-
#: adminpages/advancedsettings.php:145
|
294 |
msgid "To hide ads in your template code, use code like the following"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: adminpages/advancedsettings.php:
|
298 |
-
#: adminpages/advancedsettings.php:156
|
299 |
msgid "Choose Levels to Hide Ads From"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adminpages/advancedsettings.php:
|
303 |
-
#: adminpages/advancedsettings.php:190
|
304 |
msgid "Redirect all traffic from registration page to /susbcription/?"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: adminpages/advancedsettings.php:
|
308 |
-
#: adminpages/advancedsettings.php:190
|
309 |
msgid "multisite only"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: adminpages/advancedsettings.php:
|
313 |
#: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
|
314 |
#: includes/profile.php:124 adminpages/advancedsettings.php:188
|
315 |
-
#: adminpages/advancedsettings.php:195 adminpages/
|
316 |
-
#: adminpages/membershiplevels.php:
|
317 |
-
#: adminpages/
|
318 |
-
#: adminpages/paymentsettings.php:
|
319 |
-
#: adminpages/paymentsettings.php:
|
320 |
-
#:
|
321 |
-
#: includes/profile.php:124
|
322 |
msgid "Yes"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adminpages/advancedsettings.php:
|
326 |
-
#: adminpages/advancedsettings.php:202
|
327 |
msgid "Use reCAPTCHA?"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: adminpages/advancedsettings.php:
|
331 |
-
#: adminpages/advancedsettings.php:207
|
332 |
msgid "Yes - Free memberships only."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: adminpages/advancedsettings.php:
|
336 |
-
#: adminpages/advancedsettings.php:208
|
337 |
msgid "Yes - All memberships."
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: adminpages/advancedsettings.php:
|
341 |
-
#: adminpages/advancedsettings.php:210
|
342 |
msgid "A free reCAPTCHA key is required."
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adminpages/advancedsettings.php:
|
346 |
-
#: adminpages/advancedsettings.php:210
|
347 |
msgid "Click here to signup for reCAPTCHA"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: adminpages/advancedsettings.php:
|
351 |
-
#: adminpages/advancedsettings.php:216
|
352 |
msgid "reCAPTCHA Public Key"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: adminpages/advancedsettings.php:
|
356 |
-
#: adminpages/advancedsettings.php:219
|
357 |
msgid "reCAPTCHA Private Key"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: adminpages/advancedsettings.php:
|
361 |
-
#: adminpages/advancedsettings.php:225
|
362 |
msgid "Require Terms of Service on signups?"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: adminpages/advancedsettings.php:
|
366 |
-
#: adminpages/advancedsettings.php:232
|
367 |
msgid ""
|
368 |
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
369 |
"using the dropdown above."
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: adminpages/advancedsettings.php:
|
373 |
-
#: adminpages/advancedsettings.php:285
|
374 |
msgid "selected"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: adminpages/advancedsettings.php:
|
378 |
#: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
|
379 |
-
#: adminpages/advancedsettings.php:355 adminpages/
|
380 |
-
#: adminpages/pagesettings.php:
|
381 |
-
#: adminpages/
|
382 |
-
#: adminpages/paymentsettings.php:
|
383 |
msgid "Save Settings"
|
384 |
msgstr ""
|
385 |
|
@@ -495,10 +469,6 @@ msgstr ""
|
|
495 |
msgid "Leave blank for unlimited uses."
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: adminpages/discountcodes.php:400 adminpages/discountcodes.php:400
|
499 |
-
msgid "Which Levels Will This Code Apply To?"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
|
503 |
#: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
|
504 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:337
|
@@ -721,10 +691,9 @@ msgid "delete"
|
|
721 |
msgstr ""
|
722 |
|
723 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:50
|
724 |
-
#: includes/adminpages.php:
|
725 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:12
|
726 |
-
#: includes/adminpages.php:
|
727 |
-
#: includes/adminpages.php:121 includes/adminpages.php:128
|
728 |
msgid "Email Settings"
|
729 |
msgstr ""
|
730 |
|
@@ -767,62 +736,62 @@ msgid "If unchecked, all emails from \"WordPress <"
|
|
767 |
msgstr ""
|
768 |
|
769 |
#: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
|
770 |
-
#: adminpages/emailsettings.php:104
|
771 |
msgid "Send the site admin emails"
|
772 |
msgstr ""
|
773 |
|
774 |
#: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
|
775 |
-
#: adminpages/emailsettings.php:110
|
776 |
msgid "Checkout"
|
777 |
msgstr ""
|
778 |
|
779 |
#: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
|
780 |
-
#: adminpages/emailsettings.php:114
|
781 |
msgid "when a member checks out."
|
782 |
msgstr ""
|
783 |
|
784 |
#: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
|
785 |
-
#: adminpages/emailsettings.php:119
|
786 |
msgid "Admin Changes"
|
787 |
msgstr ""
|
788 |
|
789 |
#: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
|
790 |
-
#: adminpages/emailsettings.php:123
|
791 |
msgid "when an admin changes a user's membership level through the dashboard."
|
792 |
msgstr ""
|
793 |
|
794 |
#: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
|
795 |
-
#: adminpages/emailsettings.php:128
|
796 |
msgid "Cancellation"
|
797 |
msgstr ""
|
798 |
|
799 |
#: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
|
800 |
-
#: adminpages/emailsettings.php:132
|
801 |
msgid "when a user cancels his or her account."
|
802 |
msgstr ""
|
803 |
|
804 |
#: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
|
805 |
-
#: adminpages/emailsettings.php:137
|
806 |
msgid "Bill Updates"
|
807 |
msgstr ""
|
808 |
|
809 |
#: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
|
810 |
-
#: adminpages/emailsettings.php:141
|
811 |
msgid "when a user updates his or her billing information."
|
812 |
msgstr ""
|
813 |
|
814 |
#: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
|
815 |
-
#: adminpages/emailsettings.php:147
|
816 |
msgid "Send members emails"
|
817 |
msgstr ""
|
818 |
|
819 |
#: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
|
820 |
-
#: adminpages/emailsettings.php:153
|
821 |
msgid "New Users"
|
822 |
msgstr ""
|
823 |
|
824 |
#: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
|
825 |
-
#: adminpages/emailsettings.php:157
|
826 |
msgid ""
|
827 |
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
828 |
"still get an email confirmation from PMPro after checkout.)"
|
@@ -1090,10 +1059,8 @@ msgid ""
|
|
1090 |
msgstr ""
|
1091 |
|
1092 |
#: adminpages/memberslist.php:25 includes/adminpages.php:53
|
1093 |
-
#: includes/adminpages.php:
|
1094 |
-
#: includes/adminpages.php:15 includes/adminpages.php:
|
1095 |
-
#: includes/adminpages.php:74 includes/adminpages.php:142
|
1096 |
-
#: includes/adminpages.php:149
|
1097 |
msgid "Members List"
|
1098 |
msgstr ""
|
1099 |
|
@@ -1186,6 +1153,11 @@ msgstr ""
|
|
1186 |
msgid "Ended"
|
1187 |
msgstr ""
|
1188 |
|
|
|
|
|
|
|
|
|
|
|
1189 |
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1190 |
#: adminpages/memberslist.php:195 adminpages/memberslist.php:223
|
1191 |
#: adminpages/reports/login.php:210
|
@@ -1449,10 +1421,9 @@ msgid "Cancel"
|
|
1449 |
msgstr ""
|
1450 |
|
1451 |
#: adminpages/orders.php:570 includes/adminpages.php:55
|
1452 |
-
#: includes/adminpages.php:
|
1453 |
#: adminpages/orders.php:570 includes/adminpages.php:17
|
1454 |
-
#: includes/adminpages.php:
|
1455 |
-
#: includes/adminpages.php:156 includes/adminpages.php:163
|
1456 |
msgid "Orders"
|
1457 |
msgstr ""
|
1458 |
|
@@ -1517,12 +1488,12 @@ msgstr ""
|
|
1517 |
msgid "User"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: adminpages/orders.php:904 includes/
|
1521 |
-
#: pages/
|
1522 |
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1523 |
-
#: adminpages/orders.php:601 adminpages/orders.php:904 includes/
|
1524 |
-
#: includes/profile.php:
|
1525 |
-
#: pages/
|
1526 |
#: pages/confirmation.php:62 pages/confirmation.php:64
|
1527 |
#: pages/confirmation.php:103 pages/confirmation.php:105 pages/invoice.php:27
|
1528 |
#: pages/invoice.php:28 pages/invoice.php:49 pages/invoice.php:51
|
@@ -2161,9 +2132,8 @@ msgstr ""
|
|
2161 |
msgid "Sales"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: classes/class.memberorder.php:
|
2165 |
-
#: classes/class.memberorder.php:561
|
2166 |
-
#: includes/cleanup.php:24
|
2167 |
#, php-format
|
2168 |
msgid ""
|
2169 |
"There was an error canceling the subscription for user with ID=%s. You will "
|
@@ -2176,27 +2146,27 @@ msgstr ""
|
|
2176 |
msgid "An Email From %s"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: classes/class.pmproemail.php:
|
2180 |
#: classes/class.pmproemail.php:122
|
2181 |
#, php-format
|
2182 |
msgid "Your membership at %s has been CANCELLED"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: classes/class.pmproemail.php:
|
2186 |
#: classes/class.pmproemail.php:144
|
2187 |
#, php-format
|
2188 |
msgid "Membership for %s at %s has been CANCELLED"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: classes/class.pmproemail.php:
|
2192 |
#: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
|
2193 |
#, php-format
|
2194 |
msgid "Your membership confirmation for %s"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#: classes/class.pmproemail.php:
|
2198 |
-
#: classes/class.pmproemail.php:
|
2199 |
-
#: classes/class.pmproemail.php:
|
2200 |
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
|
2201 |
#: pages/confirmation.php:52 pages/invoice.php:33
|
2202 |
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
|
@@ -2215,8 +2185,8 @@ msgstr ""
|
|
2215 |
msgid "Discount Code"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: classes/class.pmproemail.php:
|
2219 |
-
#: classes/class.pmproemail.php:
|
2220 |
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
|
2221 |
#: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
|
2222 |
#: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
|
@@ -2225,83 +2195,83 @@ msgstr ""
|
|
2225 |
msgid "This membership will expire on %s."
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: classes/class.pmproemail.php:
|
2229 |
#: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
|
2230 |
#, php-format
|
2231 |
msgid "Member Checkout for %s at %s"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: classes/class.pmproemail.php:
|
2235 |
#: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
|
2236 |
#, php-format
|
2237 |
msgid "Your billing information has been udpated at %s"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: classes/class.pmproemail.php:
|
2241 |
#: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
|
2242 |
#, php-format
|
2243 |
msgid "Billing information has been udpated for %s at %s"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: classes/class.pmproemail.php:
|
2247 |
#: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
|
2248 |
#, php-format
|
2249 |
msgid "Membership Payment Failed at %s"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
-
#: classes/class.pmproemail.php:
|
2253 |
#: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
|
2254 |
#, php-format
|
2255 |
msgid "Membership Payment Failed For %s at %s"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: classes/class.pmproemail.php:
|
2259 |
#: classes/class.pmproemail.php:557
|
2260 |
#, php-format
|
2261 |
msgid "Credit Card on File Expiring Soon at %s"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: classes/class.pmproemail.php:
|
2265 |
#: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
|
2266 |
#, php-format
|
2267 |
msgid "INVOICE for %s membership"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: classes/class.pmproemail.php:
|
2271 |
#: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
|
2272 |
#, php-format
|
2273 |
msgid "Your trial at %s is ending soon"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: classes/class.pmproemail.php:
|
2277 |
#: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
|
2278 |
#, php-format
|
2279 |
msgid "Your membership at %s has ended"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: classes/class.pmproemail.php:
|
2283 |
#: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
|
2284 |
#, php-format
|
2285 |
msgid "Your membership at %s will end soon"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: classes/class.pmproemail.php:
|
2289 |
#: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
|
2290 |
#, php-format
|
2291 |
msgid "Your membership at %s has been changed"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: classes/class.pmproemail.php:
|
2295 |
#, php-format
|
2296 |
msgid "The new level is %s."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: classes/class.pmproemail.php:
|
2300 |
#: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
|
2301 |
msgid "Your membership has been cancelled"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: classes/class.pmproemail.php:
|
2305 |
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
2306 |
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
2307 |
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
@@ -2309,28 +2279,29 @@ msgstr ""
|
|
2309 |
msgid "This membership will expire on %s"
|
2310 |
msgstr ""
|
2311 |
|
2312 |
-
#: classes/class.pmproemail.php:
|
2313 |
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
2314 |
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
2315 |
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2316 |
msgid "This membership does not expire"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: classes/class.pmproemail.php:
|
2320 |
#: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
|
2321 |
#, php-format
|
2322 |
msgid "Membership for %s at %s has been changed"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
-
#: classes/class.pmproemail.php:
|
2326 |
#: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
|
2327 |
#: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
|
2328 |
#, php-format
|
2329 |
msgid "The new level is %s. This membership is free"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: classes/class.pmproemail.php:
|
2333 |
-
|
|
|
2334 |
msgstr ""
|
2335 |
|
2336 |
#: classes/gateways/class.pmprogateway.php:55
|
@@ -2449,7 +2420,7 @@ msgstr ""
|
|
2449 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2450 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2451 |
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2452 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2453 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2454 |
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2455 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
@@ -2462,8 +2433,6 @@ msgstr ""
|
|
2462 |
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2463 |
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2464 |
#: classes/gateways/class.pmprogateway_stripe.php:361
|
2465 |
-
#: classes/gateways/class.pmprogateway_stripe.php:396
|
2466 |
-
#: classes/gateways/class.pmprogateway_stripe.php:402
|
2467 |
msgid "Could not find the subscription."
|
2468 |
msgstr ""
|
2469 |
|
@@ -2476,84 +2445,61 @@ msgid ""
|
|
2476 |
"owner immediately to correct this."
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2480 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2481 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:231
|
2482 |
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2483 |
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
2484 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2485 |
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
2486 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:220
|
2487 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:231
|
2488 |
msgid ""
|
2489 |
"Please contact the site owner or cancel your subscription from within PayPal "
|
2490 |
"to make sure you are not charged going forward."
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2494 |
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2495 |
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2496 |
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2497 |
-
#: classes/gateways/class.pmprogateway_stripe.php:201
|
2498 |
msgid "Error creating customer record with Stripe:"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2502 |
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2503 |
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2504 |
#: classes/gateways/class.pmprogateway_stripe.php:286
|
2505 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2506 |
-
#: classes/gateways/class.pmprogateway_stripe.php:308
|
2507 |
msgid "Error creating plan with Stripe:"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2511 |
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2512 |
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2513 |
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2514 |
-
#: classes/gateways/class.pmprogateway_stripe.php:318
|
2515 |
-
#: classes/gateways/class.pmprogateway_stripe.php:324
|
2516 |
msgid "Error subscribing customer to plan with Stripe:"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: classes/gateways/class.pmprogateway_stripe.php:389
|
2520 |
#: classes/gateways/class.pmprogateway_stripe.php:383
|
2521 |
-
#: classes/gateways/class.pmprogateway_stripe.php:389
|
2522 |
msgid "Could not cancel old subscription."
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: includes/adminpages.php:47 includes/adminpages.php:100
|
2526 |
-
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2527 |
#: includes/adminpages.php:47 includes/adminpages.php:93
|
2528 |
-
#: includes/adminpages.php:
|
2529 |
msgid "Memberships"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
-
#: includes/adminpages.php:48 includes/adminpages.php:
|
2533 |
-
#: includes/adminpages.php:10 includes/adminpages.php:
|
2534 |
-
#: includes/adminpages.php:49 includes/adminpages.php:107
|
2535 |
-
#: includes/adminpages.php:114
|
2536 |
msgid "Page Settings"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: includes/adminpages.php:49 includes/adminpages.php:
|
2540 |
-
#: includes/adminpages.php:11 includes/adminpages.php:
|
2541 |
-
#: includes/adminpages.php:54 includes/adminpages.php:114
|
2542 |
-
#: includes/adminpages.php:121
|
2543 |
msgid "Payment Settings"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: includes/adminpages.php:54 includes/adminpages.php:
|
2547 |
-
#: includes/adminpages.php:16 includes/adminpages.php:
|
2548 |
-
#: includes/adminpages.php:79 includes/adminpages.php:149
|
2549 |
-
#: includes/adminpages.php:156
|
2550 |
msgid "Reports"
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: includes/adminpages.php:56 includes/adminpages.php:
|
2554 |
-
#: includes/adminpages.php:18 includes/adminpages.php:
|
2555 |
-
#: includes/adminpages.php:89 includes/adminpages.php:163
|
2556 |
-
#: includes/adminpages.php:170
|
2557 |
msgid "Discount Codes"
|
2558 |
msgstr ""
|
2559 |
|
@@ -2702,222 +2648,193 @@ msgstr ""
|
|
2702 |
msgid "Vietnamese Dong"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: includes/functions.php:
|
2706 |
#: includes/functions.php:196 includes/functions.php:202
|
2707 |
-
#: includes/functions.php:204
|
2708 |
#, php-format
|
2709 |
msgid "The price for membership is <strong>%s</strong> now"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: includes/functions.php:
|
2713 |
-
#: includes/functions.php:206
|
2714 |
#, php-format
|
2715 |
msgid "<strong>%s</strong> now"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: includes/functions.php:
|
2719 |
#: includes/functions.php:205 includes/functions.php:213
|
2720 |
-
#: includes/functions.php:215
|
2721 |
#, php-format
|
2722 |
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: includes/functions.php:
|
2726 |
#: includes/functions.php:209 includes/functions.php:217
|
2727 |
-
#: includes/functions.php:219
|
2728 |
#, php-format
|
2729 |
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: includes/functions.php:
|
2733 |
#: includes/functions.php:214 includes/functions.php:222
|
2734 |
-
#: includes/functions.php:224
|
2735 |
#, php-format
|
2736 |
msgid " and then <strong>%s after %d %s</strong>."
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: includes/functions.php:
|
2740 |
-
#: includes/functions.php:231
|
2741 |
#, php-format
|
2742 |
msgid "The price for membership is <strong>%s per %s</strong>."
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: includes/functions.php:
|
2746 |
-
#: includes/functions.php:235
|
2747 |
#, php-format
|
2748 |
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2749 |
msgstr ""
|
2750 |
|
2751 |
-
#: includes/functions.php:
|
2752 |
#: includes/functions.php:220 includes/functions.php:228
|
2753 |
-
#: includes/functions.php:238
|
2754 |
#, php-format
|
2755 |
msgid " and then <strong>%s per %s</strong>."
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: includes/functions.php:
|
2759 |
#: includes/functions.php:224 includes/functions.php:232
|
2760 |
-
#: includes/functions.php:242
|
2761 |
#, php-format
|
2762 |
msgid " and then <strong>%s every %d %s</strong>."
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: includes/functions.php:
|
2766 |
#: includes/functions.php:238 includes/functions.php:249
|
2767 |
-
#: includes/functions.php:260
|
2768 |
msgid "After your initial payment, your first payment is Free."
|
2769 |
msgstr ""
|
2770 |
|
2771 |
-
#: includes/functions.php:
|
2772 |
#: includes/functions.php:242 includes/functions.php:253
|
2773 |
-
#: includes/functions.php:264
|
2774 |
#, php-format
|
2775 |
msgid "After your initial payment, your first %d payments are Free."
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: includes/functions.php:
|
2779 |
#: includes/functions.php:249 includes/functions.php:260
|
2780 |
-
#: includes/functions.php:271
|
2781 |
#, php-format
|
2782 |
msgid "After your initial payment, your first payment will cost %s."
|
2783 |
msgstr ""
|
2784 |
|
2785 |
-
#: includes/functions.php:
|
2786 |
#: includes/functions.php:253 includes/functions.php:264
|
2787 |
-
#: includes/functions.php:275
|
2788 |
#, php-format
|
2789 |
msgid "After your initial payment, your first %d payments will cost %s."
|
2790 |
msgstr ""
|
2791 |
|
2792 |
-
#: includes/functions.php:
|
2793 |
#: includes/functions.php:264 includes/functions.php:275
|
2794 |
-
#: includes/functions.php:286
|
2795 |
#, php-format
|
2796 |
msgid "Customers in %s will be charged %s%% tax."
|
2797 |
msgstr ""
|
2798 |
|
2799 |
-
#: includes/functions.php:
|
2800 |
#: includes/functions.php:278 includes/functions.php:289
|
2801 |
-
#: includes/functions.php:300
|
2802 |
#, php-format
|
2803 |
msgid "Membership expires after %d %s."
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: includes/functions.php:
|
2807 |
#: includes/functions.php:514 includes/functions.php:525
|
2808 |
-
#: includes/functions.php:536
|
2809 |
msgid "User ID not found."
|
2810 |
msgstr ""
|
2811 |
|
2812 |
-
#: includes/functions.php:
|
2813 |
#: includes/functions.php:531 includes/functions.php:542
|
2814 |
-
#: includes/functions.php:553
|
2815 |
msgid "Invalid level."
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: includes/functions.php:
|
2819 |
#: includes/functions.php:542 includes/functions.php:553
|
2820 |
-
#: includes/functions.php:564
|
2821 |
msgid "not changing?"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: includes/functions.php:
|
2825 |
-
#: includes/functions.php:
|
2826 |
#: includes/functions.php:559 includes/functions.php:570
|
2827 |
#: includes/functions.php:581 includes/functions.php:583
|
2828 |
#: includes/functions.php:592 includes/functions.php:605
|
2829 |
#: includes/functions.php:614 includes/functions.php:617
|
2830 |
#: includes/functions.php:626 includes/functions.php:628
|
2831 |
-
#: includes/functions.php:
|
2832 |
-
#: includes/functions.php:637 includes/functions.php:640
|
2833 |
-
#: includes/functions.php:657
|
2834 |
msgid "Error interacting with database"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: includes/functions.php:
|
2838 |
#: includes/functions.php:629 includes/functions.php:651
|
2839 |
#: includes/functions.php:667 includes/functions.php:668
|
2840 |
-
#: includes/functions.php:678 includes/functions.php:
|
2841 |
-
#: includes/functions.php:690 includes/functions.php:698
|
2842 |
#: includes/functions.php:706 includes/functions.php:717
|
2843 |
-
#: includes/functions.php:720 includes/functions.php:737
|
2844 |
msgid "Membership level not found."
|
2845 |
msgstr ""
|
2846 |
|
2847 |
-
#: includes/functions.php:
|
2848 |
-
msgid "No code was given to check."
|
2849 |
-
msgstr ""
|
2850 |
-
|
2851 |
-
#: includes/functions.php:1110 includes/functions.php:1050
|
2852 |
#: includes/functions.php:1072 includes/functions.php:1088
|
2853 |
-
#: includes/functions.php:1099
|
2854 |
-
#: includes/functions.php:1112 includes/functions.php:1113
|
2855 |
msgid "The discount code could not be found."
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: includes/functions.php:
|
2859 |
#: includes/functions.php:1088 includes/functions.php:1104
|
2860 |
-
#: includes/functions.php:1115
|
2861 |
-
#: includes/functions.php:1128 includes/functions.php:1129
|
2862 |
#, php-format
|
2863 |
msgid "This discount code goes into effect on %s."
|
2864 |
msgstr ""
|
2865 |
|
2866 |
-
#: includes/functions.php:
|
2867 |
#: includes/functions.php:1097 includes/functions.php:1113
|
2868 |
-
#: includes/functions.php:1124
|
2869 |
-
#: includes/functions.php:1137 includes/functions.php:1138
|
2870 |
#, php-format
|
2871 |
msgid "This discount code expired on %s."
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: includes/functions.php:
|
2875 |
#: includes/functions.php:1109 includes/functions.php:1125
|
2876 |
-
#: includes/functions.php:1136
|
2877 |
-
#: includes/functions.php:1149 includes/functions.php:1150
|
2878 |
msgid "This discount code is no longer valid."
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: includes/functions.php:
|
2882 |
#: includes/functions.php:1124 includes/functions.php:1140
|
2883 |
-
#: includes/functions.php:1151
|
2884 |
-
#: includes/functions.php:1164 includes/functions.php:1165
|
2885 |
msgid "This discount code does not apply to this membership level."
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#: includes/functions.php:
|
2889 |
#: includes/functions.php:1132 includes/functions.php:1148
|
2890 |
-
#: includes/functions.php:1159
|
2891 |
-
#: includes/functions.php:1172 includes/functions.php:1182
|
2892 |
msgid "This discount code is okay."
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: includes/functions.php:
|
2896 |
#: includes/functions.php:1156 includes/functions.php:1172
|
2897 |
-
#: includes/functions.php:1183
|
2898 |
-
#: includes/functions.php:1196 includes/functions.php:1206
|
2899 |
msgid "and"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
-
#: includes/functions.php:
|
2903 |
#: includes/functions.php:1341 includes/functions.php:1361
|
2904 |
-
#: includes/functions.php:1372
|
2905 |
-
#: includes/functions.php:1385 includes/functions.php:1395
|
2906 |
msgid "Sign Up for !!name!! Now"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: includes/functions.php:
|
2910 |
#: includes/functions.php:1347 includes/functions.php:1367
|
2911 |
-
#: includes/functions.php:1378
|
2912 |
-
#: includes/functions.php:1391 includes/functions.php:1401
|
2913 |
msgid "Please specify a level id."
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: includes/init.php:233 includes/profile.php:39 includes/init.php:232
|
2917 |
-
#: includes/profile.php:37 includes/profile.php:39
|
2918 |
-
msgid "None"
|
2919 |
-
msgstr ""
|
2920 |
-
|
2921 |
#: includes/localization.php:23 includes/localization.php:23
|
2922 |
msgid "Day"
|
2923 |
msgstr ""
|
@@ -2949,27 +2866,28 @@ msgstr ""
|
|
2949 |
msgid "Current Level"
|
2950 |
msgstr ""
|
2951 |
|
|
|
|
|
|
|
|
|
2952 |
#: includes/profile.php:84 includes/profile.php:82 includes/profile.php:84
|
2953 |
msgid "User is not paying."
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: includes/upgradecheck.php:
|
2957 |
-
#: includes/upgradecheck.php:410 includes/upgradecheck.php:422
|
2958 |
#, php-format
|
2959 |
msgid ""
|
2960 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: includes/upgradecheck.php:
|
2964 |
-
#: includes/upgradecheck.php:413 includes/upgradecheck.php:425
|
2965 |
#, php-format
|
2966 |
msgid ""
|
2967 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2968 |
"<a href=\"%s\">Register</a>"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
-
#: includes/upgradecheck.php:
|
2972 |
-
#: includes/upgradecheck.php:417 includes/upgradecheck.php:429
|
2973 |
msgid ""
|
2974 |
"This content is for !!levels!! members only. Visit the site and log in/"
|
2975 |
"register to read."
|
@@ -3237,10 +3155,9 @@ msgid ""
|
|
3237 |
"been applied to your order.</p>"
|
3238 |
msgstr ""
|
3239 |
|
3240 |
-
#: pages/checkout.php:62 services/applydiscountcode.php:
|
3241 |
#: pages/checkout.php:62 pages/checkout.php:63
|
3242 |
#: services/applydiscountcode.php:74 services/applydiscountcode.php:75
|
3243 |
-
#: services/applydiscountcode.php:78
|
3244 |
msgid "Click here to change your discount code"
|
3245 |
msgstr ""
|
3246 |
|
@@ -3396,11 +3313,12 @@ msgstr ""
|
|
3396 |
msgid "ending in"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: pages/confirmation.php:97 pages/confirmation.php:
|
|
|
3400 |
#, php-format
|
3401 |
msgid ""
|
3402 |
-
"Below are details about your membership account. A welcome email has
|
3403 |
-
"sent to %s."
|
3404 |
msgstr ""
|
3405 |
|
3406 |
#: pages/confirmation.php:105 pages/confirmation.php:103
|
@@ -3472,154 +3390,124 @@ msgstr ""
|
|
3472 |
msgid "← Return to Home"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
-
#: preheaders/account.php:
|
3476 |
-
#: preheaders/
|
3477 |
-
#: preheaders/levels.php:21 preheaders/levels.php:22
|
3478 |
msgid "Your membership status has been updated - Thank you!"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: preheaders/account.php:
|
3482 |
-
#: preheaders/account.php:11 preheaders/
|
3483 |
-
#: preheaders/levels.php:23 preheaders/levels.php:24
|
3484 |
msgid ""
|
3485 |
"Sorry, your request could not be completed - please try again in a few "
|
3486 |
"moments."
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: preheaders/billing.php:
|
3490 |
-
#: preheaders/billing.php:258 preheaders/billing.php:
|
3491 |
-
#: preheaders/
|
3492 |
-
#: preheaders/checkout.php:458 preheaders/checkout.php:464
|
3493 |
-
#: preheaders/checkout.php:465 preheaders/checkout.php:481
|
3494 |
#: preheaders/checkout.php:482
|
3495 |
msgid "Please complete all required fields."
|
3496 |
msgstr ""
|
3497 |
|
3498 |
-
#: preheaders/billing.php:
|
3499 |
-
#: preheaders/billing.php:263 preheaders/billing.php:
|
3500 |
-
#: preheaders/billing.php:269 preheaders/billing.php:284
|
3501 |
-
#: preheaders/checkout.php:466 preheaders/checkout.php:473
|
3502 |
#: preheaders/checkout.php:474 preheaders/checkout.php:491
|
3503 |
#: preheaders/checkout.php:492
|
3504 |
msgid "Your email addresses do not match. Please try again."
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: preheaders/billing.php:
|
3508 |
-
#: preheaders/billing.php:268 preheaders/billing.php:
|
3509 |
-
#: preheaders/billing.php:272 preheaders/billing.php:289
|
3510 |
-
#: preheaders/checkout.php:471 preheaders/checkout.php:478
|
3511 |
#: preheaders/checkout.php:480 preheaders/checkout.php:497
|
3512 |
#: preheaders/checkout.php:498
|
3513 |
msgid "The email address entered is in an invalid format. Please try again."
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: preheaders/billing.php:
|
3517 |
-
#: preheaders/billing.php:275 preheaders/billing.php:276
|
3518 |
#: preheaders/billing.php:295
|
3519 |
msgid "All good!"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
-
#: preheaders/billing.php:
|
3523 |
-
#: preheaders/billing.php:345 preheaders/billing.php:346
|
3524 |
#: preheaders/billing.php:370
|
3525 |
#, php-format
|
3526 |
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
-
#: preheaders/billing.php:
|
3530 |
-
#: preheaders/billing.php:
|
3531 |
-
#: preheaders/billing.php:378 preheaders/billing.php:380
|
3532 |
msgid "Error updating billing information."
|
3533 |
msgstr ""
|
3534 |
|
3535 |
-
#: preheaders/cancel.php:
|
3536 |
msgid "Your membership has been cancelled."
|
3537 |
msgstr ""
|
3538 |
|
3539 |
-
#: preheaders/checkout.php:
|
3540 |
-
#: preheaders/checkout.php:28 preheaders/checkout.php:
|
3541 |
-
#: preheaders/checkout.php:31 preheaders/checkout.php:480
|
3542 |
-
#: preheaders/checkout.php:487 preheaders/checkout.php:491
|
3543 |
#: preheaders/checkout.php:508 preheaders/checkout.php:509
|
3544 |
msgid "Invalid gateway."
|
3545 |
msgstr ""
|
3546 |
|
3547 |
-
#: preheaders/checkout.php:
|
3548 |
-
#: preheaders/checkout.php:89 preheaders/checkout.php:96
|
3549 |
msgid "Checkout: Payment Information"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
-
#: preheaders/checkout.php:
|
3553 |
-
#: preheaders/checkout.php:100 preheaders/checkout.php:109
|
3554 |
msgid "Setup Your Account"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
-
#: preheaders/checkout.php:
|
3558 |
-
|
3559 |
-
msgstr ""
|
3560 |
-
|
3561 |
-
#: preheaders/checkout.php:468 preheaders/checkout.php:461
|
3562 |
-
#: preheaders/checkout.php:468 preheaders/checkout.php:485
|
3563 |
-
#: preheaders/checkout.php:486
|
3564 |
msgid "Your passwords do not match. Please try again."
|
3565 |
msgstr ""
|
3566 |
|
3567 |
-
#: preheaders/checkout.php:
|
3568 |
-
#: preheaders/checkout.php:483 preheaders/checkout.php:486
|
3569 |
#: preheaders/checkout.php:503 preheaders/checkout.php:504
|
3570 |
#, php-format
|
3571 |
msgid "Please check the box to agree to the %s."
|
3572 |
msgstr ""
|
3573 |
|
3574 |
-
#: preheaders/checkout.php:
|
3575 |
-
#: preheaders/checkout.php:490 preheaders/checkout.php:495
|
3576 |
#: preheaders/checkout.php:512 preheaders/checkout.php:513
|
3577 |
msgid "Are you a spammer?"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: preheaders/checkout.php:
|
3581 |
-
#: preheaders/checkout.php:510 preheaders/checkout.php:518
|
3582 |
#: preheaders/checkout.php:535 preheaders/checkout.php:536
|
3583 |
msgid "That username is already taken. Please try another."
|
3584 |
msgstr ""
|
3585 |
|
3586 |
-
#: preheaders/checkout.php:
|
3587 |
-
#: preheaders/checkout.php:515 preheaders/checkout.php:524
|
3588 |
#: preheaders/checkout.php:541 preheaders/checkout.php:542
|
3589 |
msgid "That email address is already taken. Please try another."
|
3590 |
msgstr ""
|
3591 |
|
3592 |
-
#: preheaders/checkout.php:
|
3593 |
-
#: preheaders/checkout.php:532 preheaders/checkout.php:544
|
3594 |
#: preheaders/checkout.php:561 preheaders/checkout.php:562
|
3595 |
#, php-format
|
3596 |
msgid "reCAPTCHA failed. (%s) Please try again."
|
3597 |
msgstr ""
|
3598 |
|
3599 |
-
#: preheaders/checkout.php:
|
3600 |
-
#: preheaders/checkout.php:654 preheaders/checkout.php:683
|
3601 |
#: preheaders/checkout.php:701 preheaders/checkout.php:702
|
3602 |
msgid "Payment accepted."
|
3603 |
msgstr ""
|
3604 |
|
3605 |
-
#: preheaders/checkout.php:
|
3606 |
-
#: preheaders/checkout.php:660 preheaders/checkout.php:691
|
3607 |
#: preheaders/checkout.php:709 preheaders/checkout.php:710
|
3608 |
msgid ""
|
3609 |
"Unknown error generating account. Please contact us to setup your membership."
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: preheaders/checkout.php:
|
3613 |
-
#: preheaders/checkout.php:
|
3614 |
-
#: preheaders/checkout.php:
|
3615 |
-
#: preheaders/checkout.php:753 preheaders/checkout.php:754
|
3616 |
-
#: preheaders/checkout.php:757 preheaders/checkout.php:803
|
3617 |
#: preheaders/checkout.php:822 preheaders/checkout.php:823
|
3618 |
msgid "The PayPal Token was lost."
|
3619 |
msgstr ""
|
3620 |
|
3621 |
-
#: preheaders/checkout.php:
|
3622 |
-
#: preheaders/checkout.php:792 preheaders/checkout.php:825
|
3623 |
#: preheaders/checkout.php:844 preheaders/checkout.php:859
|
3624 |
#: preheaders/checkout.php:860
|
3625 |
msgid ""
|
@@ -3627,8 +3515,7 @@ msgid ""
|
|
3627 |
"Please contact us."
|
3628 |
msgstr ""
|
3629 |
|
3630 |
-
#: preheaders/checkout.php:
|
3631 |
-
#: preheaders/checkout.php:960 preheaders/checkout.php:983
|
3632 |
#: preheaders/checkout.php:1030 preheaders/checkout.php:1045
|
3633 |
#: preheaders/checkout.php:1046
|
3634 |
msgid ""
|
@@ -3637,8 +3524,7 @@ msgid ""
|
|
3637 |
"submit this form again. Please contact the site owner to fix this issue."
|
3638 |
msgstr ""
|
3639 |
|
3640 |
-
#: preheaders/checkout.php:
|
3641 |
-
#: preheaders/checkout.php:963 preheaders/checkout.php:988
|
3642 |
#: preheaders/checkout.php:1035 preheaders/checkout.php:1050
|
3643 |
#: preheaders/checkout.php:1051
|
3644 |
msgid ""
|
@@ -3647,8 +3533,7 @@ msgid ""
|
|
3647 |
"this form again. Please contact the site owner to fix this issue."
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: preheaders/checkout.php:
|
3651 |
-
#: preheaders/checkout.php:974 preheaders/checkout.php:1001
|
3652 |
#: preheaders/checkout.php:1048 preheaders/checkout.php:1063
|
3653 |
#: preheaders/checkout.php:1064
|
3654 |
#, php-format
|
@@ -3657,8 +3542,7 @@ msgid ""
|
|
3657 |
"be processed."
|
3658 |
msgstr ""
|
3659 |
|
3660 |
-
#: preheaders/checkout.php:
|
3661 |
-
#: preheaders/checkout.php:976 preheaders/checkout.php:1003
|
3662 |
#: preheaders/checkout.php:1050 preheaders/checkout.php:1065
|
3663 |
#: preheaders/checkout.php:1066
|
3664 |
msgid "A Payment Gateway must be setup before any payments will be processed."
|
@@ -3684,14 +3568,13 @@ msgstr ""
|
|
3684 |
msgid "Trial ending email sent to %s. "
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: services/applydiscountcode.php:
|
3688 |
-
#: services/applydiscountcode.php:67
|
3689 |
#, php-format
|
3690 |
msgid "The %s code has been applied to your order. "
|
3691 |
msgstr ""
|
3692 |
|
3693 |
-
#: services/applydiscountcode.php:
|
3694 |
-
#: services/applydiscountcode.php:83
|
3695 |
#, php-format
|
3696 |
msgid "The <strong>%s</strong> code has been applied to your order."
|
3697 |
msgstr ""
|
@@ -3704,7 +3587,6 @@ msgid ""
|
|
3704 |
msgstr ""
|
3705 |
|
3706 |
#: services/stripe-webhook.php:194 services/stripe-webhook.php:176
|
3707 |
-
#: services/stripe-webhook.php:194
|
3708 |
#, php-format
|
3709 |
msgid ""
|
3710 |
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
@@ -3738,10 +3620,6 @@ msgid ""
|
|
3738 |
"amount."
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: adminpages/memberslist.php:184 adminpages/memberslist.php:212
|
3742 |
-
msgid "Never"
|
3743 |
-
msgstr ""
|
3744 |
-
|
3745 |
#: adminpages/paymentsettings.php:170
|
3746 |
msgid ""
|
3747 |
"Payflow Pro currently only supports one-time payments. Users will not be "
|
@@ -3768,11 +3646,6 @@ msgid ""
|
|
3768 |
"the checkout page."
|
3769 |
msgstr ""
|
3770 |
|
3771 |
-
#: classes/class.pmproemail.php:685 classes/class.pmproemail.php:734
|
3772 |
-
#: classes/class.pmproemail.php:799
|
3773 |
-
msgid "membership has been cancelled"
|
3774 |
-
msgstr ""
|
3775 |
-
|
3776 |
#: pages/checkout.php:51 pages/checkout.php:52
|
3777 |
#, php-format
|
3778 |
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
@@ -3784,13 +3657,6 @@ msgid ""
|
|
3784 |
"shortly."
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: pages/confirmation.php:95 pages/confirmation.php:97
|
3788 |
-
#, php-format
|
3789 |
-
msgid ""
|
3790 |
-
"Below are details about your membership account. A welcome email with has "
|
3791 |
-
"been sent to %s."
|
3792 |
-
msgstr ""
|
3793 |
-
|
3794 |
#: pages/levels.php:15
|
3795 |
msgid "Subscription Information"
|
3796 |
msgstr ""
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: pmpro\n"
|
8 |
+
"POT-Creation-Date: 2014-03-19 13:52-0400\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
120 |
msgstr ""
|
121 |
|
122 |
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
123 |
+
#: adminpages/pagesettings.php:69 includes/adminpages.php:100
|
|
|
124 |
#: adminpages/admin_header.php:128 adminpages/admin_header.php:149
|
125 |
#: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
|
126 |
#: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
|
127 |
+
#: includes/adminpages.php:44
|
|
|
|
|
128 |
msgid "Membership Levels"
|
129 |
msgstr ""
|
130 |
|
152 |
msgstr ""
|
153 |
|
154 |
#: adminpages/admin_header.php:154 includes/adminpages.php:52
|
155 |
+
#: includes/adminpages.php:135 adminpages/admin_header.php:133
|
156 |
#: adminpages/admin_header.php:154 includes/adminpages.php:14
|
157 |
+
#: includes/adminpages.php:69
|
|
|
158 |
msgid "Add Ons"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: adminpages/advancedsettings.php:42 adminpages/advancedsettings.php:35
|
162 |
+
#: adminpages/advancedsettings.php:42
|
163 |
msgid "Your advanced settings have been updated."
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: adminpages/advancedsettings.php:66 adminpages/advancedsettings.php:66
|
|
|
167 |
#, php-format
|
168 |
msgid ""
|
169 |
"This content is for !!levels!! members only. <a href=\"%s\">Register here</"
|
170 |
"a>."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: adminpages/advancedsettings.php:71 adminpages/advancedsettings.php:71
|
|
|
174 |
#, php-format
|
175 |
msgid ""
|
176 |
"Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
|
177 |
"\">Register here</a>.)"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: adminpages/advancedsettings.php:76 adminpages/advancedsettings.php:76
|
|
|
181 |
msgid ""
|
182 |
"This content is for members only. Visit the site and log in/register to read."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: adminpages/advancedsettings.php:86 includes/adminpages.php:51
|
186 |
+
#: includes/adminpages.php:128 adminpages/advancedsettings.php:79
|
187 |
+
#: adminpages/advancedsettings.php:86 includes/adminpages.php:13
|
188 |
+
#: includes/adminpages.php:64
|
|
|
|
|
189 |
msgid "Advanced Settings"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: adminpages/advancedsettings.php:92 adminpages/advancedsettings.php:85
|
193 |
+
#: adminpages/advancedsettings.php:92
|
194 |
msgid "Message for Logged-in Non-members"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: adminpages/advancedsettings.php:96 adminpages/advancedsettings.php:89
|
198 |
+
#: adminpages/advancedsettings.php:96
|
199 |
msgid ""
|
200 |
"This message replaces the post content for non-members. Available variables"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: adminpages/advancedsettings.php:101 adminpages/advancedsettings.php:94
|
204 |
+
#: adminpages/advancedsettings.php:101
|
205 |
msgid "Message for Logged-out Users"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: adminpages/advancedsettings.php:105 adminpages/advancedsettings.php:98
|
209 |
+
#: adminpages/advancedsettings.php:105
|
210 |
msgid "This message replaces the post content for logged-out visitors."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: adminpages/advancedsettings.php:110 adminpages/advancedsettings.php:103
|
214 |
+
#: adminpages/advancedsettings.php:110
|
215 |
msgid "Message for RSS Feed"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: adminpages/advancedsettings.php:114 adminpages/advancedsettings.php:107
|
219 |
+
#: adminpages/advancedsettings.php:114
|
220 |
msgid "This message replaces the post content in RSS feeds."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:113
|
224 |
+
#: adminpages/advancedsettings.php:120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
msgid "Show Excerpts to Non-Members?"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: adminpages/advancedsettings.php:124 adminpages/advancedsettings.php:117
|
229 |
+
#: adminpages/advancedsettings.php:124
|
230 |
msgid "No - Hide excerpts."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: adminpages/advancedsettings.php:125 adminpages/advancedsettings.php:118
|
234 |
+
#: adminpages/advancedsettings.php:125
|
235 |
msgid "Yes - Show excerpts."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:194
|
239 |
+
#: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:571
|
240 |
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
|
241 |
#: includes/profile.php:123 adminpages/advancedsettings.php:128
|
242 |
+
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:187
|
243 |
+
#: adminpages/advancedsettings.php:194 adminpages/advancedsettings.php:199
|
244 |
+
#: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:563
|
245 |
+
#: adminpages/membershiplevels.php:569 adminpages/membershiplevels.php:571
|
246 |
+
#: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
|
247 |
+
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:454
|
248 |
+
#: adminpages/paymentsettings.php:459 includes/profile.php:121
|
249 |
+
#: includes/profile.php:123
|
|
|
250 |
msgid "No"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: adminpages/advancedsettings.php:136 adminpages/advancedsettings.php:129
|
254 |
+
#: adminpages/advancedsettings.php:136
|
255 |
msgid "Hide Ads From All Members"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:130
|
259 |
+
#: adminpages/advancedsettings.php:137
|
260 |
msgid "Hide Ads From Certain Members"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adminpages/advancedsettings.php:144 adminpages/advancedsettings.php:137
|
264 |
+
#: adminpages/advancedsettings.php:144
|
265 |
msgid "Ads from the following plugins will be automatically turned off"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:138
|
269 |
+
#: adminpages/advancedsettings.php:145
|
270 |
msgid "To hide ads in your template code, use code like the following"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:149
|
274 |
+
#: adminpages/advancedsettings.php:156
|
275 |
msgid "Choose Levels to Hide Ads From"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
279 |
+
#: adminpages/advancedsettings.php:190
|
280 |
msgid "Redirect all traffic from registration page to /susbcription/?"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
284 |
+
#: adminpages/advancedsettings.php:190
|
285 |
msgid "multisite only"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:571
|
289 |
#: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
|
290 |
#: includes/profile.php:124 adminpages/advancedsettings.php:188
|
291 |
+
#: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:563
|
292 |
+
#: adminpages/membershiplevels.php:569 adminpages/membershiplevels.php:571
|
293 |
+
#: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
|
294 |
+
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:435
|
295 |
+
#: adminpages/paymentsettings.php:455 adminpages/paymentsettings.php:460
|
296 |
+
#: includes/profile.php:122 includes/profile.php:124
|
|
|
297 |
msgid "Yes"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adminpages/advancedsettings.php:202 adminpages/advancedsettings.php:195
|
301 |
+
#: adminpages/advancedsettings.php:202
|
302 |
msgid "Use reCAPTCHA?"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:200
|
306 |
+
#: adminpages/advancedsettings.php:207
|
307 |
msgid "Yes - Free memberships only."
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:201
|
311 |
+
#: adminpages/advancedsettings.php:208
|
312 |
msgid "Yes - All memberships."
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
316 |
+
#: adminpages/advancedsettings.php:210
|
317 |
msgid "A free reCAPTCHA key is required."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
321 |
+
#: adminpages/advancedsettings.php:210
|
322 |
msgid "Click here to signup for reCAPTCHA"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adminpages/advancedsettings.php:216 adminpages/advancedsettings.php:209
|
326 |
+
#: adminpages/advancedsettings.php:216
|
327 |
msgid "reCAPTCHA Public Key"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: adminpages/advancedsettings.php:219 adminpages/advancedsettings.php:212
|
331 |
+
#: adminpages/advancedsettings.php:219
|
332 |
msgid "reCAPTCHA Private Key"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: adminpages/advancedsettings.php:225 adminpages/advancedsettings.php:218
|
336 |
+
#: adminpages/advancedsettings.php:225
|
337 |
msgid "Require Terms of Service on signups?"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:225
|
341 |
+
#: adminpages/advancedsettings.php:232
|
342 |
msgid ""
|
343 |
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
344 |
"using the dropdown above."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: adminpages/advancedsettings.php:272 adminpages/advancedsettings.php:272
|
|
|
348 |
msgid "selected"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:251
|
352 |
#: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
|
353 |
+
#: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:209
|
354 |
+
#: adminpages/pagesettings.php:223 adminpages/pagesettings.php:251
|
355 |
+
#: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:526
|
356 |
+
#: adminpages/paymentsettings.php:532
|
357 |
msgid "Save Settings"
|
358 |
msgstr ""
|
359 |
|
469 |
msgid "Leave blank for unlimited uses."
|
470 |
msgstr ""
|
471 |
|
|
|
|
|
|
|
|
|
472 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
|
473 |
#: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
|
474 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:337
|
691 |
msgstr ""
|
692 |
|
693 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:50
|
694 |
+
#: includes/adminpages.php:121 adminpages/emailsettings.php:60
|
695 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:12
|
696 |
+
#: includes/adminpages.php:59
|
|
|
697 |
msgid "Email Settings"
|
698 |
msgstr ""
|
699 |
|
736 |
msgstr ""
|
737 |
|
738 |
#: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
|
739 |
+
#: adminpages/emailsettings.php:104
|
740 |
msgid "Send the site admin emails"
|
741 |
msgstr ""
|
742 |
|
743 |
#: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
|
744 |
+
#: adminpages/emailsettings.php:110
|
745 |
msgid "Checkout"
|
746 |
msgstr ""
|
747 |
|
748 |
#: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
|
749 |
+
#: adminpages/emailsettings.php:114
|
750 |
msgid "when a member checks out."
|
751 |
msgstr ""
|
752 |
|
753 |
#: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
|
754 |
+
#: adminpages/emailsettings.php:119
|
755 |
msgid "Admin Changes"
|
756 |
msgstr ""
|
757 |
|
758 |
#: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
|
759 |
+
#: adminpages/emailsettings.php:123
|
760 |
msgid "when an admin changes a user's membership level through the dashboard."
|
761 |
msgstr ""
|
762 |
|
763 |
#: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
|
764 |
+
#: adminpages/emailsettings.php:128
|
765 |
msgid "Cancellation"
|
766 |
msgstr ""
|
767 |
|
768 |
#: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
|
769 |
+
#: adminpages/emailsettings.php:132
|
770 |
msgid "when a user cancels his or her account."
|
771 |
msgstr ""
|
772 |
|
773 |
#: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
|
774 |
+
#: adminpages/emailsettings.php:137
|
775 |
msgid "Bill Updates"
|
776 |
msgstr ""
|
777 |
|
778 |
#: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
|
779 |
+
#: adminpages/emailsettings.php:141
|
780 |
msgid "when a user updates his or her billing information."
|
781 |
msgstr ""
|
782 |
|
783 |
#: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
|
784 |
+
#: adminpages/emailsettings.php:147
|
785 |
msgid "Send members emails"
|
786 |
msgstr ""
|
787 |
|
788 |
#: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
|
789 |
+
#: adminpages/emailsettings.php:153
|
790 |
msgid "New Users"
|
791 |
msgstr ""
|
792 |
|
793 |
#: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
|
794 |
+
#: adminpages/emailsettings.php:157
|
795 |
msgid ""
|
796 |
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
797 |
"still get an email confirmation from PMPro after checkout.)"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
#: adminpages/memberslist.php:25 includes/adminpages.php:53
|
1062 |
+
#: includes/adminpages.php:142 adminpages/memberslist.php:25
|
1063 |
+
#: includes/adminpages.php:15 includes/adminpages.php:74
|
|
|
|
|
1064 |
msgid "Members List"
|
1065 |
msgstr ""
|
1066 |
|
1153 |
msgid "Ended"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: adminpages/memberslist.php:212 adminpages/memberslist.php:184
|
1157 |
+
#: adminpages/memberslist.php:212
|
1158 |
+
msgid "Never"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1162 |
#: adminpages/memberslist.php:195 adminpages/memberslist.php:223
|
1163 |
#: adminpages/reports/login.php:210
|
1421 |
msgstr ""
|
1422 |
|
1423 |
#: adminpages/orders.php:570 includes/adminpages.php:55
|
1424 |
+
#: includes/adminpages.php:156 adminpages/orders.php:520
|
1425 |
#: adminpages/orders.php:570 includes/adminpages.php:17
|
1426 |
+
#: includes/adminpages.php:84
|
|
|
1427 |
msgid "Orders"
|
1428 |
msgstr ""
|
1429 |
|
1488 |
msgid "User"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
+
#: adminpages/orders.php:904 includes/profile.php:27 pages/checkout.php:33
|
1492 |
+
#: pages/confirmation.php:47 pages/confirmation.php:64
|
1493 |
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1494 |
+
#: adminpages/orders.php:601 adminpages/orders.php:904 includes/profile.php:25
|
1495 |
+
#: includes/profile.php:27 pages/checkout.php:33 pages/checkout.php:34
|
1496 |
+
#: pages/confirmation.php:46 pages/confirmation.php:47
|
1497 |
#: pages/confirmation.php:62 pages/confirmation.php:64
|
1498 |
#: pages/confirmation.php:103 pages/confirmation.php:105 pages/invoice.php:27
|
1499 |
#: pages/invoice.php:28 pages/invoice.php:49 pages/invoice.php:51
|
2132 |
msgid "Sales"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: classes/class.memberorder.php:564 classes/class.memberorder.php:553
|
2136 |
+
#: classes/class.memberorder.php:561 includes/cleanup.php:24
|
|
|
2137 |
#, php-format
|
2138 |
msgid ""
|
2139 |
"There was an error canceling the subscription for user with ID=%s. You will "
|
2146 |
msgid "An Email From %s"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
|
2150 |
#: classes/class.pmproemail.php:122
|
2151 |
#, php-format
|
2152 |
msgid "Your membership at %s has been CANCELLED"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
|
2156 |
#: classes/class.pmproemail.php:144
|
2157 |
#, php-format
|
2158 |
msgid "Membership for %s at %s has been CANCELLED"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
|
2162 |
#: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
|
2163 |
#, php-format
|
2164 |
msgid "Your membership confirmation for %s"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
|
2168 |
+
#: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
|
2169 |
+
#: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
|
2170 |
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
|
2171 |
#: pages/confirmation.php:52 pages/invoice.php:33
|
2172 |
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
|
2185 |
msgid "Discount Code"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
|
2189 |
+
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
|
2190 |
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
|
2191 |
#: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
|
2192 |
#: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
|
2195 |
msgid "This membership will expire on %s."
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
|
2199 |
#: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
|
2200 |
#, php-format
|
2201 |
msgid "Member Checkout for %s at %s"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
|
2205 |
#: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
|
2206 |
#, php-format
|
2207 |
msgid "Your billing information has been udpated at %s"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
|
2211 |
#: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
|
2212 |
#, php-format
|
2213 |
msgid "Billing information has been udpated for %s at %s"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
+
#: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
|
2217 |
#: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
|
2218 |
#, php-format
|
2219 |
msgid "Membership Payment Failed at %s"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
+
#: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
|
2223 |
#: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
|
2224 |
#, php-format
|
2225 |
msgid "Membership Payment Failed For %s at %s"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
|
2229 |
#: classes/class.pmproemail.php:557
|
2230 |
#, php-format
|
2231 |
msgid "Credit Card on File Expiring Soon at %s"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
|
2235 |
#: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
|
2236 |
#, php-format
|
2237 |
msgid "INVOICE for %s membership"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
|
2241 |
#: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
|
2242 |
#, php-format
|
2243 |
msgid "Your trial at %s is ending soon"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
|
2247 |
#: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
|
2248 |
#, php-format
|
2249 |
msgid "Your membership at %s has ended"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
|
2253 |
#: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
|
2254 |
#, php-format
|
2255 |
msgid "Your membership at %s will end soon"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
|
2259 |
#: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
|
2260 |
#, php-format
|
2261 |
msgid "Your membership at %s has been changed"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: classes/class.pmproemail.php:759 classes/class.pmproemail.php:759
|
2265 |
#, php-format
|
2266 |
msgid "The new level is %s."
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
|
2270 |
#: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
|
2271 |
msgid "Your membership has been cancelled"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
2275 |
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
2276 |
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
2277 |
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
2279 |
msgid "This membership will expire on %s"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2283 |
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
2284 |
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
2285 |
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2286 |
msgid "This membership does not expire"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
|
2290 |
#: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
|
2291 |
#, php-format
|
2292 |
msgid "Membership for %s at %s has been changed"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
|
2296 |
#: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
|
2297 |
#: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
|
2298 |
#, php-format
|
2299 |
msgid "The new level is %s. This membership is free"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
+
#: classes/class.pmproemail.php:799 classes/class.pmproemail.php:685
|
2303 |
+
#: classes/class.pmproemail.php:734 classes/class.pmproemail.php:799
|
2304 |
+
msgid "membership has been cancelled"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
#: classes/gateways/class.pmprogateway.php:55
|
2420 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2421 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2422 |
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2423 |
+
#: classes/gateways/class.pmprogateway_stripe.php:396
|
2424 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2425 |
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2426 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2433 |
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2434 |
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2435 |
#: classes/gateways/class.pmprogateway_stripe.php:361
|
|
|
|
|
2436 |
msgid "Could not find the subscription."
|
2437 |
msgstr ""
|
2438 |
|
2445 |
"owner immediately to correct this."
|
2446 |
msgstr ""
|
2447 |
|
|
|
|
|
|
|
2448 |
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2449 |
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
|
|
2450 |
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
|
|
|
|
2451 |
msgid ""
|
2452 |
"Please contact the site owner or cancel your subscription from within PayPal "
|
2453 |
"to make sure you are not charged going forward."
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2457 |
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2458 |
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2459 |
#: classes/gateways/class.pmprogateway_stripe.php:199
|
|
|
2460 |
msgid "Error creating customer record with Stripe:"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2464 |
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2465 |
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2466 |
#: classes/gateways/class.pmprogateway_stripe.php:286
|
|
|
|
|
2467 |
msgid "Error creating plan with Stripe:"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: classes/gateways/class.pmprogateway_stripe.php:318
|
2471 |
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2472 |
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2473 |
#: classes/gateways/class.pmprogateway_stripe.php:302
|
|
|
|
|
2474 |
msgid "Error subscribing customer to plan with Stripe:"
|
2475 |
msgstr ""
|
2476 |
|
|
|
2477 |
#: classes/gateways/class.pmprogateway_stripe.php:383
|
|
|
2478 |
msgid "Could not cancel old subscription."
|
2479 |
msgstr ""
|
2480 |
|
|
|
|
|
2481 |
#: includes/adminpages.php:47 includes/adminpages.php:93
|
2482 |
+
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2483 |
msgid "Memberships"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: includes/adminpages.php:48 includes/adminpages.php:107
|
2487 |
+
#: includes/adminpages.php:10 includes/adminpages.php:49
|
|
|
|
|
2488 |
msgid "Page Settings"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: includes/adminpages.php:49 includes/adminpages.php:114
|
2492 |
+
#: includes/adminpages.php:11 includes/adminpages.php:54
|
|
|
|
|
2493 |
msgid "Payment Settings"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: includes/adminpages.php:54 includes/adminpages.php:149
|
2497 |
+
#: includes/adminpages.php:16 includes/adminpages.php:79
|
|
|
|
|
2498 |
msgid "Reports"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: includes/adminpages.php:56 includes/adminpages.php:163
|
2502 |
+
#: includes/adminpages.php:18 includes/adminpages.php:89
|
|
|
|
|
2503 |
msgid "Discount Codes"
|
2504 |
msgstr ""
|
2505 |
|
2648 |
msgid "Vietnamese Dong"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: includes/functions.php:202 includes/functions.php:160
|
2652 |
#: includes/functions.php:196 includes/functions.php:202
|
|
|
2653 |
#, php-format
|
2654 |
msgid "The price for membership is <strong>%s</strong> now"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
+
#: includes/functions.php:204 includes/functions.php:204
|
|
|
2658 |
#, php-format
|
2659 |
msgid "<strong>%s</strong> now"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: includes/functions.php:213 includes/functions.php:169
|
2663 |
#: includes/functions.php:205 includes/functions.php:213
|
|
|
2664 |
#, php-format
|
2665 |
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: includes/functions.php:217 includes/functions.php:173
|
2669 |
#: includes/functions.php:209 includes/functions.php:217
|
|
|
2670 |
#, php-format
|
2671 |
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: includes/functions.php:222 includes/functions.php:178
|
2675 |
#: includes/functions.php:214 includes/functions.php:222
|
|
|
2676 |
#, php-format
|
2677 |
msgid " and then <strong>%s after %d %s</strong>."
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: includes/functions.php:229 includes/functions.php:229
|
|
|
2681 |
#, php-format
|
2682 |
msgid "The price for membership is <strong>%s per %s</strong>."
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: includes/functions.php:233 includes/functions.php:233
|
|
|
2686 |
#, php-format
|
2687 |
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: includes/functions.php:238 includes/functions.php:184
|
2691 |
#: includes/functions.php:220 includes/functions.php:228
|
2692 |
+
#: includes/functions.php:238
|
2693 |
#, php-format
|
2694 |
msgid " and then <strong>%s per %s</strong>."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: includes/functions.php:242 includes/functions.php:188
|
2698 |
#: includes/functions.php:224 includes/functions.php:232
|
2699 |
+
#: includes/functions.php:242
|
2700 |
#, php-format
|
2701 |
msgid " and then <strong>%s every %d %s</strong>."
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: includes/functions.php:260 includes/functions.php:202
|
2705 |
#: includes/functions.php:238 includes/functions.php:249
|
2706 |
+
#: includes/functions.php:260 pages/levels.php:82
|
2707 |
msgid "After your initial payment, your first payment is Free."
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: includes/functions.php:264 includes/functions.php:206
|
2711 |
#: includes/functions.php:242 includes/functions.php:253
|
2712 |
+
#: includes/functions.php:264 pages/levels.php:86
|
2713 |
#, php-format
|
2714 |
msgid "After your initial payment, your first %d payments are Free."
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: includes/functions.php:271 includes/functions.php:213
|
2718 |
#: includes/functions.php:249 includes/functions.php:260
|
2719 |
+
#: includes/functions.php:271 pages/levels.php:93
|
2720 |
#, php-format
|
2721 |
msgid "After your initial payment, your first payment will cost %s."
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: includes/functions.php:275 includes/functions.php:217
|
2725 |
#: includes/functions.php:253 includes/functions.php:264
|
2726 |
+
#: includes/functions.php:275 pages/levels.php:97
|
2727 |
#, php-format
|
2728 |
msgid "After your initial payment, your first %d payments will cost %s."
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: includes/functions.php:286 includes/functions.php:228
|
2732 |
#: includes/functions.php:264 includes/functions.php:275
|
2733 |
+
#: includes/functions.php:286
|
2734 |
#, php-format
|
2735 |
msgid "Customers in %s will be charged %s%% tax."
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: includes/functions.php:300 includes/functions.php:242
|
2739 |
#: includes/functions.php:278 includes/functions.php:289
|
2740 |
+
#: includes/functions.php:300
|
2741 |
#, php-format
|
2742 |
msgid "Membership expires after %d %s."
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: includes/functions.php:536 includes/functions.php:491
|
2746 |
#: includes/functions.php:514 includes/functions.php:525
|
2747 |
+
#: includes/functions.php:536
|
2748 |
msgid "User ID not found."
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: includes/functions.php:553 includes/functions.php:508
|
2752 |
#: includes/functions.php:531 includes/functions.php:542
|
2753 |
+
#: includes/functions.php:553
|
2754 |
msgid "Invalid level."
|
2755 |
msgstr ""
|
2756 |
|
2757 |
+
#: includes/functions.php:564 includes/functions.php:520
|
2758 |
#: includes/functions.php:542 includes/functions.php:553
|
2759 |
+
#: includes/functions.php:564
|
2760 |
msgid "not changing?"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: includes/functions.php:581 includes/functions.php:631
|
2764 |
+
#: includes/functions.php:640 includes/functions.php:537
|
2765 |
#: includes/functions.php:559 includes/functions.php:570
|
2766 |
#: includes/functions.php:581 includes/functions.php:583
|
2767 |
#: includes/functions.php:592 includes/functions.php:605
|
2768 |
#: includes/functions.php:614 includes/functions.php:617
|
2769 |
#: includes/functions.php:626 includes/functions.php:628
|
2770 |
+
#: includes/functions.php:637
|
|
|
|
|
2771 |
msgid "Error interacting with database"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: includes/functions.php:681 includes/functions.php:720
|
2775 |
#: includes/functions.php:629 includes/functions.php:651
|
2776 |
#: includes/functions.php:667 includes/functions.php:668
|
2777 |
+
#: includes/functions.php:678 includes/functions.php:690
|
|
|
2778 |
#: includes/functions.php:706 includes/functions.php:717
|
|
|
2779 |
msgid "Membership level not found."
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: includes/functions.php:1102 includes/functions.php:1050
|
|
|
|
|
|
|
|
|
2783 |
#: includes/functions.php:1072 includes/functions.php:1088
|
2784 |
+
#: includes/functions.php:1099
|
|
|
2785 |
msgid "The discount code could not be found."
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: includes/functions.php:1118 includes/functions.php:1066
|
2789 |
#: includes/functions.php:1088 includes/functions.php:1104
|
2790 |
+
#: includes/functions.php:1115
|
|
|
2791 |
#, php-format
|
2792 |
msgid "This discount code goes into effect on %s."
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: includes/functions.php:1127 includes/functions.php:1075
|
2796 |
#: includes/functions.php:1097 includes/functions.php:1113
|
2797 |
+
#: includes/functions.php:1124
|
|
|
2798 |
#, php-format
|
2799 |
msgid "This discount code expired on %s."
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: includes/functions.php:1139 includes/functions.php:1087
|
2803 |
#: includes/functions.php:1109 includes/functions.php:1125
|
2804 |
+
#: includes/functions.php:1136
|
|
|
2805 |
msgid "This discount code is no longer valid."
|
2806 |
msgstr ""
|
2807 |
|
2808 |
+
#: includes/functions.php:1154 includes/functions.php:1102
|
2809 |
#: includes/functions.php:1124 includes/functions.php:1140
|
2810 |
+
#: includes/functions.php:1151
|
|
|
2811 |
msgid "This discount code does not apply to this membership level."
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: includes/functions.php:1162 includes/functions.php:1110
|
2815 |
#: includes/functions.php:1132 includes/functions.php:1148
|
2816 |
+
#: includes/functions.php:1159
|
|
|
2817 |
msgid "This discount code is okay."
|
2818 |
msgstr ""
|
2819 |
|
2820 |
+
#: includes/functions.php:1186 includes/functions.php:1134
|
2821 |
#: includes/functions.php:1156 includes/functions.php:1172
|
2822 |
+
#: includes/functions.php:1183
|
|
|
2823 |
msgid "and"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: includes/functions.php:1375 includes/functions.php:1319
|
2827 |
#: includes/functions.php:1341 includes/functions.php:1361
|
2828 |
+
#: includes/functions.php:1372
|
|
|
2829 |
msgid "Sign Up for !!name!! Now"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: includes/functions.php:1381 includes/functions.php:1325
|
2833 |
#: includes/functions.php:1347 includes/functions.php:1367
|
2834 |
+
#: includes/functions.php:1378
|
|
|
2835 |
msgid "Please specify a level id."
|
2836 |
msgstr ""
|
2837 |
|
|
|
|
|
|
|
|
|
|
|
2838 |
#: includes/localization.php:23 includes/localization.php:23
|
2839 |
msgid "Day"
|
2840 |
msgstr ""
|
2866 |
msgid "Current Level"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: includes/profile.php:39 includes/profile.php:37 includes/profile.php:39
|
2870 |
+
msgid "None"
|
2871 |
+
msgstr ""
|
2872 |
+
|
2873 |
#: includes/profile.php:84 includes/profile.php:82 includes/profile.php:84
|
2874 |
msgid "User is not paying."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
+
#: includes/upgradecheck.php:401 includes/upgradecheck.php:401
|
|
|
2878 |
#, php-format
|
2879 |
msgid ""
|
2880 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: includes/upgradecheck.php:404 includes/upgradecheck.php:404
|
|
|
2884 |
#, php-format
|
2885 |
msgid ""
|
2886 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2887 |
"<a href=\"%s\">Register</a>"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: includes/upgradecheck.php:408 includes/upgradecheck.php:408
|
|
|
2891 |
msgid ""
|
2892 |
"This content is for !!levels!! members only. Visit the site and log in/"
|
2893 |
"register to read."
|
3155 |
"been applied to your order.</p>"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: pages/checkout.php:62 services/applydiscountcode.php:75
|
3159 |
#: pages/checkout.php:62 pages/checkout.php:63
|
3160 |
#: services/applydiscountcode.php:74 services/applydiscountcode.php:75
|
|
|
3161 |
msgid "Click here to change your discount code"
|
3162 |
msgstr ""
|
3163 |
|
3313 |
msgid "ending in"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: pages/confirmation.php:97 pages/confirmation.php:95
|
3317 |
+
#: pages/confirmation.php:97
|
3318 |
#, php-format
|
3319 |
msgid ""
|
3320 |
+
"Below are details about your membership account. A welcome email with has "
|
3321 |
+
"been sent to %s."
|
3322 |
msgstr ""
|
3323 |
|
3324 |
#: pages/confirmation.php:105 pages/confirmation.php:103
|
3390 |
msgid "← Return to Home"
|
3391 |
msgstr ""
|
3392 |
|
3393 |
+
#: preheaders/account.php:7 preheaders/levels.php:19 preheaders/account.php:7
|
3394 |
+
#: preheaders/levels.php:19
|
|
|
3395 |
msgid "Your membership status has been updated - Thank you!"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
+
#: preheaders/account.php:11 preheaders/levels.php:23
|
3399 |
+
#: preheaders/account.php:11 preheaders/levels.php:23
|
|
|
3400 |
msgid ""
|
3401 |
"Sorry, your request could not be completed - please try again in a few "
|
3402 |
"moments."
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: preheaders/billing.php:279 preheaders/checkout.php:482
|
3406 |
+
#: preheaders/billing.php:258 preheaders/billing.php:279
|
3407 |
+
#: preheaders/checkout.php:464 preheaders/checkout.php:481
|
|
|
|
|
3408 |
#: preheaders/checkout.php:482
|
3409 |
msgid "Please complete all required fields."
|
3410 |
msgstr ""
|
3411 |
|
3412 |
+
#: preheaders/billing.php:284 preheaders/checkout.php:492
|
3413 |
+
#: preheaders/billing.php:263 preheaders/billing.php:284
|
|
|
|
|
3414 |
#: preheaders/checkout.php:474 preheaders/checkout.php:491
|
3415 |
#: preheaders/checkout.php:492
|
3416 |
msgid "Your email addresses do not match. Please try again."
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: preheaders/billing.php:289 preheaders/checkout.php:498
|
3420 |
+
#: preheaders/billing.php:268 preheaders/billing.php:289
|
|
|
|
|
3421 |
#: preheaders/checkout.php:480 preheaders/checkout.php:497
|
3422 |
#: preheaders/checkout.php:498
|
3423 |
msgid "The email address entered is in an invalid format. Please try again."
|
3424 |
msgstr ""
|
3425 |
|
3426 |
+
#: preheaders/billing.php:295 preheaders/billing.php:274
|
|
|
3427 |
#: preheaders/billing.php:295
|
3428 |
msgid "All good!"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
+
#: preheaders/billing.php:370 preheaders/billing.php:340
|
|
|
3432 |
#: preheaders/billing.php:370
|
3433 |
#, php-format
|
3434 |
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
+
#: preheaders/billing.php:378 preheaders/billing.php:347
|
3438 |
+
#: preheaders/billing.php:380
|
|
|
3439 |
msgid "Error updating billing information."
|
3440 |
msgstr ""
|
3441 |
|
3442 |
+
#: preheaders/cancel.php:24 preheaders/cancel.php:24
|
3443 |
msgid "Your membership has been cancelled."
|
3444 |
msgstr ""
|
3445 |
|
3446 |
+
#: preheaders/checkout.php:28 preheaders/checkout.php:509
|
3447 |
+
#: preheaders/checkout.php:28 preheaders/checkout.php:491
|
|
|
|
|
3448 |
#: preheaders/checkout.php:508 preheaders/checkout.php:509
|
3449 |
msgid "Invalid gateway."
|
3450 |
msgstr ""
|
3451 |
|
3452 |
+
#: preheaders/checkout.php:96 preheaders/checkout.php:96
|
|
|
3453 |
msgid "Checkout: Payment Information"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
+
#: preheaders/checkout.php:109 preheaders/checkout.php:109
|
|
|
3457 |
msgid "Setup Your Account"
|
3458 |
msgstr ""
|
3459 |
|
3460 |
+
#: preheaders/checkout.php:486 preheaders/checkout.php:468
|
3461 |
+
#: preheaders/checkout.php:485 preheaders/checkout.php:486
|
|
|
|
|
|
|
|
|
|
|
3462 |
msgid "Your passwords do not match. Please try again."
|
3463 |
msgstr ""
|
3464 |
|
3465 |
+
#: preheaders/checkout.php:504 preheaders/checkout.php:486
|
|
|
3466 |
#: preheaders/checkout.php:503 preheaders/checkout.php:504
|
3467 |
#, php-format
|
3468 |
msgid "Please check the box to agree to the %s."
|
3469 |
msgstr ""
|
3470 |
|
3471 |
+
#: preheaders/checkout.php:513 preheaders/checkout.php:495
|
|
|
3472 |
#: preheaders/checkout.php:512 preheaders/checkout.php:513
|
3473 |
msgid "Are you a spammer?"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: preheaders/checkout.php:536 preheaders/checkout.php:518
|
|
|
3477 |
#: preheaders/checkout.php:535 preheaders/checkout.php:536
|
3478 |
msgid "That username is already taken. Please try another."
|
3479 |
msgstr ""
|
3480 |
|
3481 |
+
#: preheaders/checkout.php:542 preheaders/checkout.php:524
|
|
|
3482 |
#: preheaders/checkout.php:541 preheaders/checkout.php:542
|
3483 |
msgid "That email address is already taken. Please try another."
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: preheaders/checkout.php:562 preheaders/checkout.php:544
|
|
|
3487 |
#: preheaders/checkout.php:561 preheaders/checkout.php:562
|
3488 |
#, php-format
|
3489 |
msgid "reCAPTCHA failed. (%s) Please try again."
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: preheaders/checkout.php:702 preheaders/checkout.php:683
|
|
|
3493 |
#: preheaders/checkout.php:701 preheaders/checkout.php:702
|
3494 |
msgid "Payment accepted."
|
3495 |
msgstr ""
|
3496 |
|
3497 |
+
#: preheaders/checkout.php:710 preheaders/checkout.php:691
|
|
|
3498 |
#: preheaders/checkout.php:709 preheaders/checkout.php:710
|
3499 |
msgid ""
|
3500 |
"Unknown error generating account. Please contact us to setup your membership."
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#: preheaders/checkout.php:754 preheaders/checkout.php:823
|
3504 |
+
#: preheaders/checkout.php:735 preheaders/checkout.php:753
|
3505 |
+
#: preheaders/checkout.php:754 preheaders/checkout.php:803
|
|
|
|
|
3506 |
#: preheaders/checkout.php:822 preheaders/checkout.php:823
|
3507 |
msgid "The PayPal Token was lost."
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: preheaders/checkout.php:860 preheaders/checkout.php:825
|
|
|
3511 |
#: preheaders/checkout.php:844 preheaders/checkout.php:859
|
3512 |
#: preheaders/checkout.php:860
|
3513 |
msgid ""
|
3515 |
"Please contact us."
|
3516 |
msgstr ""
|
3517 |
|
3518 |
+
#: preheaders/checkout.php:1046 preheaders/checkout.php:983
|
|
|
3519 |
#: preheaders/checkout.php:1030 preheaders/checkout.php:1045
|
3520 |
#: preheaders/checkout.php:1046
|
3521 |
msgid ""
|
3524 |
"submit this form again. Please contact the site owner to fix this issue."
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: preheaders/checkout.php:1051 preheaders/checkout.php:988
|
|
|
3528 |
#: preheaders/checkout.php:1035 preheaders/checkout.php:1050
|
3529 |
#: preheaders/checkout.php:1051
|
3530 |
msgid ""
|
3533 |
"this form again. Please contact the site owner to fix this issue."
|
3534 |
msgstr ""
|
3535 |
|
3536 |
+
#: preheaders/checkout.php:1064 preheaders/checkout.php:1001
|
|
|
3537 |
#: preheaders/checkout.php:1048 preheaders/checkout.php:1063
|
3538 |
#: preheaders/checkout.php:1064
|
3539 |
#, php-format
|
3542 |
"be processed."
|
3543 |
msgstr ""
|
3544 |
|
3545 |
+
#: preheaders/checkout.php:1066 preheaders/checkout.php:1003
|
|
|
3546 |
#: preheaders/checkout.php:1050 preheaders/checkout.php:1065
|
3547 |
#: preheaders/checkout.php:1066
|
3548 |
msgid "A Payment Gateway must be setup before any payments will be processed."
|
3568 |
msgid "Trial ending email sent to %s. "
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: services/applydiscountcode.php:64 services/applydiscountcode.php:64
|
|
|
3572 |
#, php-format
|
3573 |
msgid "The %s code has been applied to your order. "
|
3574 |
msgstr ""
|
3575 |
|
3576 |
+
#: services/applydiscountcode.php:83 services/applydiscountcode.php:82
|
3577 |
+
#: services/applydiscountcode.php:83
|
3578 |
#, php-format
|
3579 |
msgid "The <strong>%s</strong> code has been applied to your order."
|
3580 |
msgstr ""
|
3587 |
msgstr ""
|
3588 |
|
3589 |
#: services/stripe-webhook.php:194 services/stripe-webhook.php:176
|
|
|
3590 |
#, php-format
|
3591 |
msgid ""
|
3592 |
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
3620 |
"amount."
|
3621 |
msgstr ""
|
3622 |
|
|
|
|
|
|
|
|
|
3623 |
#: adminpages/paymentsettings.php:170
|
3624 |
msgid ""
|
3625 |
"Payflow Pro currently only supports one-time payments. Users will not be "
|
3646 |
"the checkout page."
|
3647 |
msgstr ""
|
3648 |
|
|
|
|
|
|
|
|
|
|
|
3649 |
#: pages/checkout.php:51 pages/checkout.php:52
|
3650 |
#, php-format
|
3651 |
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
3657 |
"shortly."
|
3658 |
msgstr ""
|
3659 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3660 |
#: pages/levels.php:15
|
3661 |
msgid "Subscription Information"
|
3662 |
msgstr ""
|
languages/pmpro.pot
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: pmpro\n"
|
8 |
-
"POT-Creation-Date: 2014-
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
@@ -120,14 +120,11 @@ msgid "User Forum"
|
|
120 |
msgstr ""
|
121 |
|
122 |
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
123 |
-
#: adminpages/pagesettings.php:69 includes/adminpages.php:
|
124 |
-
#: includes/adminpages.php:65 includes/adminpages.php:107
|
125 |
#: adminpages/admin_header.php:128 adminpages/admin_header.php:149
|
126 |
#: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
|
127 |
#: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
|
128 |
-
#: includes/adminpages.php:44
|
129 |
-
#: includes/adminpages.php:65 includes/adminpages.php:100
|
130 |
-
#: includes/adminpages.php:107
|
131 |
msgid "Membership Levels"
|
132 |
msgstr ""
|
133 |
|
@@ -155,231 +152,208 @@ msgid "Advanced"
|
|
155 |
msgstr ""
|
156 |
|
157 |
#: adminpages/admin_header.php:154 includes/adminpages.php:52
|
158 |
-
#: includes/adminpages.php:
|
159 |
#: adminpages/admin_header.php:154 includes/adminpages.php:14
|
160 |
-
#: includes/adminpages.php:
|
161 |
-
#: includes/adminpages.php:135 includes/adminpages.php:142
|
162 |
msgid "Add Ons"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: adminpages/advancedsettings.php:
|
166 |
-
#: adminpages/advancedsettings.php:42
|
167 |
msgid "Your advanced settings have been updated."
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: adminpages/advancedsettings.php:
|
171 |
-
#: adminpages/advancedsettings.php:68
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"This content is for !!levels!! members only. <a href=\"%s\">Register here</"
|
175 |
"a>."
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: adminpages/advancedsettings.php:
|
179 |
-
#: adminpages/advancedsettings.php:73
|
180 |
#, php-format
|
181 |
msgid ""
|
182 |
"Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
|
183 |
"\">Register here</a>.)"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: adminpages/advancedsettings.php:
|
187 |
-
#: adminpages/advancedsettings.php:78
|
188 |
msgid ""
|
189 |
"This content is for members only. Visit the site and log in/register to read."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: adminpages/advancedsettings.php:
|
193 |
-
#: includes/adminpages.php:
|
194 |
-
#: adminpages/advancedsettings.php:86 adminpages
|
195 |
-
#: includes/adminpages.php:
|
196 |
-
#: includes/adminpages.php:64 includes/adminpages.php:128
|
197 |
-
#: includes/adminpages.php:135
|
198 |
msgid "Advanced Settings"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: adminpages/advancedsettings.php:
|
202 |
-
#: adminpages/advancedsettings.php:92
|
203 |
msgid "Message for Logged-in Non-members"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: adminpages/advancedsettings.php:
|
207 |
-
#: adminpages/advancedsettings.php:96
|
208 |
msgid ""
|
209 |
"This message replaces the post content for non-members. Available variables"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: adminpages/advancedsettings.php:
|
213 |
-
#: adminpages/advancedsettings.php:101
|
214 |
msgid "Message for Logged-out Users"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adminpages/advancedsettings.php:
|
218 |
-
#: adminpages/advancedsettings.php:105
|
219 |
msgid "This message replaces the post content for logged-out visitors."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: adminpages/advancedsettings.php:
|
223 |
-
#: adminpages/advancedsettings.php:110
|
224 |
msgid "Message for RSS Feed"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: adminpages/advancedsettings.php:
|
228 |
-
#: adminpages/advancedsettings.php:114
|
229 |
msgid "This message replaces the post content in RSS feeds."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: adminpages/advancedsettings.php:
|
233 |
-
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: adminpages/advancedsettings.php:126 adminpages/advancedsettings.php:126
|
237 |
-
msgid ""
|
238 |
-
"No - Non-members will see restricted posts/pages in searches and archives."
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: adminpages/advancedsettings.php:127 adminpages/advancedsettings.php:127
|
242 |
-
msgid ""
|
243 |
-
"Yes - Only members will see restricted posts/pages in searches and archives."
|
244 |
-
msgstr ""
|
245 |
-
|
246 |
-
#: adminpages/advancedsettings.php:133 adminpages/advancedsettings.php:113
|
247 |
-
#: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:133
|
248 |
msgid "Show Excerpts to Non-Members?"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adminpages/advancedsettings.php:
|
252 |
-
#: adminpages/advancedsettings.php:124
|
253 |
msgid "No - Hide excerpts."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: adminpages/advancedsettings.php:
|
257 |
-
#: adminpages/advancedsettings.php:125
|
258 |
msgid "Yes - Show excerpts."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adminpages/advancedsettings.php:
|
262 |
-
#: adminpages/advancedsettings.php:
|
263 |
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
|
264 |
#: includes/profile.php:123 adminpages/advancedsettings.php:128
|
265 |
-
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:
|
266 |
-
#: adminpages/advancedsettings.php:
|
267 |
-
#: adminpages/advancedsettings.php:
|
268 |
-
#: adminpages/
|
269 |
-
#: adminpages/
|
270 |
-
#: adminpages/
|
271 |
-
#: adminpages/paymentsettings.php:
|
272 |
-
#:
|
273 |
-
#: includes/profile.php:121 includes/profile.php:123
|
274 |
msgid "No"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: adminpages/advancedsettings.php:
|
278 |
-
#: adminpages/advancedsettings.php:136
|
279 |
msgid "Hide Ads From All Members"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adminpages/advancedsettings.php:
|
283 |
-
#: adminpages/advancedsettings.php:137
|
284 |
msgid "Hide Ads From Certain Members"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: adminpages/advancedsettings.php:
|
288 |
-
#: adminpages/advancedsettings.php:144
|
289 |
msgid "Ads from the following plugins will be automatically turned off"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: adminpages/advancedsettings.php:
|
293 |
-
#: adminpages/advancedsettings.php:145
|
294 |
msgid "To hide ads in your template code, use code like the following"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: adminpages/advancedsettings.php:
|
298 |
-
#: adminpages/advancedsettings.php:156
|
299 |
msgid "Choose Levels to Hide Ads From"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adminpages/advancedsettings.php:
|
303 |
-
#: adminpages/advancedsettings.php:190
|
304 |
msgid "Redirect all traffic from registration page to /susbcription/?"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: adminpages/advancedsettings.php:
|
308 |
-
#: adminpages/advancedsettings.php:190
|
309 |
msgid "multisite only"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: adminpages/advancedsettings.php:
|
313 |
#: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
|
314 |
#: includes/profile.php:124 adminpages/advancedsettings.php:188
|
315 |
-
#: adminpages/advancedsettings.php:195 adminpages/
|
316 |
-
#: adminpages/membershiplevels.php:
|
317 |
-
#: adminpages/
|
318 |
-
#: adminpages/paymentsettings.php:
|
319 |
-
#: adminpages/paymentsettings.php:
|
320 |
-
#:
|
321 |
-
#: includes/profile.php:124
|
322 |
msgid "Yes"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adminpages/advancedsettings.php:
|
326 |
-
#: adminpages/advancedsettings.php:202
|
327 |
msgid "Use reCAPTCHA?"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: adminpages/advancedsettings.php:
|
331 |
-
#: adminpages/advancedsettings.php:207
|
332 |
msgid "Yes - Free memberships only."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: adminpages/advancedsettings.php:
|
336 |
-
#: adminpages/advancedsettings.php:208
|
337 |
msgid "Yes - All memberships."
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: adminpages/advancedsettings.php:
|
341 |
-
#: adminpages/advancedsettings.php:210
|
342 |
msgid "A free reCAPTCHA key is required."
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adminpages/advancedsettings.php:
|
346 |
-
#: adminpages/advancedsettings.php:210
|
347 |
msgid "Click here to signup for reCAPTCHA"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: adminpages/advancedsettings.php:
|
351 |
-
#: adminpages/advancedsettings.php:216
|
352 |
msgid "reCAPTCHA Public Key"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: adminpages/advancedsettings.php:
|
356 |
-
#: adminpages/advancedsettings.php:219
|
357 |
msgid "reCAPTCHA Private Key"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: adminpages/advancedsettings.php:
|
361 |
-
#: adminpages/advancedsettings.php:225
|
362 |
msgid "Require Terms of Service on signups?"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: adminpages/advancedsettings.php:
|
366 |
-
#: adminpages/advancedsettings.php:232
|
367 |
msgid ""
|
368 |
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
369 |
"using the dropdown above."
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: adminpages/advancedsettings.php:
|
373 |
-
#: adminpages/advancedsettings.php:285
|
374 |
msgid "selected"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: adminpages/advancedsettings.php:
|
378 |
#: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
|
379 |
-
#: adminpages/advancedsettings.php:355 adminpages/
|
380 |
-
#: adminpages/pagesettings.php:
|
381 |
-
#: adminpages/
|
382 |
-
#: adminpages/paymentsettings.php:
|
383 |
msgid "Save Settings"
|
384 |
msgstr ""
|
385 |
|
@@ -495,10 +469,6 @@ msgstr ""
|
|
495 |
msgid "Leave blank for unlimited uses."
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: adminpages/discountcodes.php:400 adminpages/discountcodes.php:400
|
499 |
-
msgid "Which Levels Will This Code Apply To?"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
|
503 |
#: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
|
504 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:337
|
@@ -721,10 +691,9 @@ msgid "delete"
|
|
721 |
msgstr ""
|
722 |
|
723 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:50
|
724 |
-
#: includes/adminpages.php:
|
725 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:12
|
726 |
-
#: includes/adminpages.php:
|
727 |
-
#: includes/adminpages.php:121 includes/adminpages.php:128
|
728 |
msgid "Email Settings"
|
729 |
msgstr ""
|
730 |
|
@@ -767,62 +736,62 @@ msgid "If unchecked, all emails from \"WordPress <"
|
|
767 |
msgstr ""
|
768 |
|
769 |
#: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
|
770 |
-
#: adminpages/emailsettings.php:104
|
771 |
msgid "Send the site admin emails"
|
772 |
msgstr ""
|
773 |
|
774 |
#: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
|
775 |
-
#: adminpages/emailsettings.php:110
|
776 |
msgid "Checkout"
|
777 |
msgstr ""
|
778 |
|
779 |
#: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
|
780 |
-
#: adminpages/emailsettings.php:114
|
781 |
msgid "when a member checks out."
|
782 |
msgstr ""
|
783 |
|
784 |
#: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
|
785 |
-
#: adminpages/emailsettings.php:119
|
786 |
msgid "Admin Changes"
|
787 |
msgstr ""
|
788 |
|
789 |
#: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
|
790 |
-
#: adminpages/emailsettings.php:123
|
791 |
msgid "when an admin changes a user's membership level through the dashboard."
|
792 |
msgstr ""
|
793 |
|
794 |
#: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
|
795 |
-
#: adminpages/emailsettings.php:128
|
796 |
msgid "Cancellation"
|
797 |
msgstr ""
|
798 |
|
799 |
#: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
|
800 |
-
#: adminpages/emailsettings.php:132
|
801 |
msgid "when a user cancels his or her account."
|
802 |
msgstr ""
|
803 |
|
804 |
#: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
|
805 |
-
#: adminpages/emailsettings.php:137
|
806 |
msgid "Bill Updates"
|
807 |
msgstr ""
|
808 |
|
809 |
#: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
|
810 |
-
#: adminpages/emailsettings.php:141
|
811 |
msgid "when a user updates his or her billing information."
|
812 |
msgstr ""
|
813 |
|
814 |
#: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
|
815 |
-
#: adminpages/emailsettings.php:147
|
816 |
msgid "Send members emails"
|
817 |
msgstr ""
|
818 |
|
819 |
#: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
|
820 |
-
#: adminpages/emailsettings.php:153
|
821 |
msgid "New Users"
|
822 |
msgstr ""
|
823 |
|
824 |
#: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
|
825 |
-
#: adminpages/emailsettings.php:157
|
826 |
msgid ""
|
827 |
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
828 |
"still get an email confirmation from PMPro after checkout.)"
|
@@ -1090,10 +1059,8 @@ msgid ""
|
|
1090 |
msgstr ""
|
1091 |
|
1092 |
#: adminpages/memberslist.php:25 includes/adminpages.php:53
|
1093 |
-
#: includes/adminpages.php:
|
1094 |
-
#: includes/adminpages.php:15 includes/adminpages.php:
|
1095 |
-
#: includes/adminpages.php:74 includes/adminpages.php:142
|
1096 |
-
#: includes/adminpages.php:149
|
1097 |
msgid "Members List"
|
1098 |
msgstr ""
|
1099 |
|
@@ -1186,6 +1153,11 @@ msgstr ""
|
|
1186 |
msgid "Ended"
|
1187 |
msgstr ""
|
1188 |
|
|
|
|
|
|
|
|
|
|
|
1189 |
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1190 |
#: adminpages/memberslist.php:195 adminpages/memberslist.php:223
|
1191 |
#: adminpages/reports/login.php:210
|
@@ -1449,10 +1421,9 @@ msgid "Cancel"
|
|
1449 |
msgstr ""
|
1450 |
|
1451 |
#: adminpages/orders.php:570 includes/adminpages.php:55
|
1452 |
-
#: includes/adminpages.php:
|
1453 |
#: adminpages/orders.php:570 includes/adminpages.php:17
|
1454 |
-
#: includes/adminpages.php:
|
1455 |
-
#: includes/adminpages.php:156 includes/adminpages.php:163
|
1456 |
msgid "Orders"
|
1457 |
msgstr ""
|
1458 |
|
@@ -1517,12 +1488,12 @@ msgstr ""
|
|
1517 |
msgid "User"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: adminpages/orders.php:904 includes/
|
1521 |
-
#: pages/
|
1522 |
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1523 |
-
#: adminpages/orders.php:601 adminpages/orders.php:904 includes/
|
1524 |
-
#: includes/profile.php:
|
1525 |
-
#: pages/
|
1526 |
#: pages/confirmation.php:62 pages/confirmation.php:64
|
1527 |
#: pages/confirmation.php:103 pages/confirmation.php:105 pages/invoice.php:27
|
1528 |
#: pages/invoice.php:28 pages/invoice.php:49 pages/invoice.php:51
|
@@ -2161,9 +2132,8 @@ msgstr ""
|
|
2161 |
msgid "Sales"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: classes/class.memberorder.php:
|
2165 |
-
#: classes/class.memberorder.php:561
|
2166 |
-
#: includes/cleanup.php:24
|
2167 |
#, php-format
|
2168 |
msgid ""
|
2169 |
"There was an error canceling the subscription for user with ID=%s. You will "
|
@@ -2176,27 +2146,27 @@ msgstr ""
|
|
2176 |
msgid "An Email From %s"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: classes/class.pmproemail.php:
|
2180 |
#: classes/class.pmproemail.php:122
|
2181 |
#, php-format
|
2182 |
msgid "Your membership at %s has been CANCELLED"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: classes/class.pmproemail.php:
|
2186 |
#: classes/class.pmproemail.php:144
|
2187 |
#, php-format
|
2188 |
msgid "Membership for %s at %s has been CANCELLED"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: classes/class.pmproemail.php:
|
2192 |
#: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
|
2193 |
#, php-format
|
2194 |
msgid "Your membership confirmation for %s"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#: classes/class.pmproemail.php:
|
2198 |
-
#: classes/class.pmproemail.php:
|
2199 |
-
#: classes/class.pmproemail.php:
|
2200 |
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
|
2201 |
#: pages/confirmation.php:52 pages/invoice.php:33
|
2202 |
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
|
@@ -2215,8 +2185,8 @@ msgstr ""
|
|
2215 |
msgid "Discount Code"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: classes/class.pmproemail.php:
|
2219 |
-
#: classes/class.pmproemail.php:
|
2220 |
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
|
2221 |
#: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
|
2222 |
#: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
|
@@ -2225,83 +2195,83 @@ msgstr ""
|
|
2225 |
msgid "This membership will expire on %s."
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: classes/class.pmproemail.php:
|
2229 |
#: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
|
2230 |
#, php-format
|
2231 |
msgid "Member Checkout for %s at %s"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: classes/class.pmproemail.php:
|
2235 |
#: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
|
2236 |
#, php-format
|
2237 |
msgid "Your billing information has been udpated at %s"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: classes/class.pmproemail.php:
|
2241 |
#: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
|
2242 |
#, php-format
|
2243 |
msgid "Billing information has been udpated for %s at %s"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: classes/class.pmproemail.php:
|
2247 |
#: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
|
2248 |
#, php-format
|
2249 |
msgid "Membership Payment Failed at %s"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
-
#: classes/class.pmproemail.php:
|
2253 |
#: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
|
2254 |
#, php-format
|
2255 |
msgid "Membership Payment Failed For %s at %s"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: classes/class.pmproemail.php:
|
2259 |
#: classes/class.pmproemail.php:557
|
2260 |
#, php-format
|
2261 |
msgid "Credit Card on File Expiring Soon at %s"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: classes/class.pmproemail.php:
|
2265 |
#: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
|
2266 |
#, php-format
|
2267 |
msgid "INVOICE for %s membership"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: classes/class.pmproemail.php:
|
2271 |
#: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
|
2272 |
#, php-format
|
2273 |
msgid "Your trial at %s is ending soon"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: classes/class.pmproemail.php:
|
2277 |
#: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
|
2278 |
#, php-format
|
2279 |
msgid "Your membership at %s has ended"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: classes/class.pmproemail.php:
|
2283 |
#: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
|
2284 |
#, php-format
|
2285 |
msgid "Your membership at %s will end soon"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: classes/class.pmproemail.php:
|
2289 |
#: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
|
2290 |
#, php-format
|
2291 |
msgid "Your membership at %s has been changed"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: classes/class.pmproemail.php:
|
2295 |
#, php-format
|
2296 |
msgid "The new level is %s."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: classes/class.pmproemail.php:
|
2300 |
#: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
|
2301 |
msgid "Your membership has been cancelled"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: classes/class.pmproemail.php:
|
2305 |
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
2306 |
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
2307 |
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
@@ -2309,28 +2279,29 @@ msgstr ""
|
|
2309 |
msgid "This membership will expire on %s"
|
2310 |
msgstr ""
|
2311 |
|
2312 |
-
#: classes/class.pmproemail.php:
|
2313 |
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
2314 |
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
2315 |
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2316 |
msgid "This membership does not expire"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: classes/class.pmproemail.php:
|
2320 |
#: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
|
2321 |
#, php-format
|
2322 |
msgid "Membership for %s at %s has been changed"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
-
#: classes/class.pmproemail.php:
|
2326 |
#: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
|
2327 |
#: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
|
2328 |
#, php-format
|
2329 |
msgid "The new level is %s. This membership is free"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: classes/class.pmproemail.php:
|
2333 |
-
|
|
|
2334 |
msgstr ""
|
2335 |
|
2336 |
#: classes/gateways/class.pmprogateway.php:55
|
@@ -2449,7 +2420,7 @@ msgstr ""
|
|
2449 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2450 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2451 |
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2452 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2453 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2454 |
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2455 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
@@ -2462,8 +2433,6 @@ msgstr ""
|
|
2462 |
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2463 |
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2464 |
#: classes/gateways/class.pmprogateway_stripe.php:361
|
2465 |
-
#: classes/gateways/class.pmprogateway_stripe.php:396
|
2466 |
-
#: classes/gateways/class.pmprogateway_stripe.php:402
|
2467 |
msgid "Could not find the subscription."
|
2468 |
msgstr ""
|
2469 |
|
@@ -2476,84 +2445,61 @@ msgid ""
|
|
2476 |
"owner immediately to correct this."
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2480 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2481 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:231
|
2482 |
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2483 |
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
2484 |
-
#: classes/gateways/class.pmprogateway_paypalexpress.php:305
|
2485 |
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
2486 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:220
|
2487 |
-
#: classes/gateways/class.pmprogateway_paypalstandard.php:231
|
2488 |
msgid ""
|
2489 |
"Please contact the site owner or cancel your subscription from within PayPal "
|
2490 |
"to make sure you are not charged going forward."
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2494 |
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2495 |
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2496 |
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2497 |
-
#: classes/gateways/class.pmprogateway_stripe.php:201
|
2498 |
msgid "Error creating customer record with Stripe:"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2502 |
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2503 |
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2504 |
#: classes/gateways/class.pmprogateway_stripe.php:286
|
2505 |
-
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2506 |
-
#: classes/gateways/class.pmprogateway_stripe.php:308
|
2507 |
msgid "Error creating plan with Stripe:"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: classes/gateways/class.pmprogateway_stripe.php:
|
2511 |
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2512 |
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2513 |
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2514 |
-
#: classes/gateways/class.pmprogateway_stripe.php:318
|
2515 |
-
#: classes/gateways/class.pmprogateway_stripe.php:324
|
2516 |
msgid "Error subscribing customer to plan with Stripe:"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: classes/gateways/class.pmprogateway_stripe.php:389
|
2520 |
#: classes/gateways/class.pmprogateway_stripe.php:383
|
2521 |
-
#: classes/gateways/class.pmprogateway_stripe.php:389
|
2522 |
msgid "Could not cancel old subscription."
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: includes/adminpages.php:47 includes/adminpages.php:100
|
2526 |
-
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2527 |
#: includes/adminpages.php:47 includes/adminpages.php:93
|
2528 |
-
#: includes/adminpages.php:
|
2529 |
msgid "Memberships"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
-
#: includes/adminpages.php:48 includes/adminpages.php:
|
2533 |
-
#: includes/adminpages.php:10 includes/adminpages.php:
|
2534 |
-
#: includes/adminpages.php:49 includes/adminpages.php:107
|
2535 |
-
#: includes/adminpages.php:114
|
2536 |
msgid "Page Settings"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: includes/adminpages.php:49 includes/adminpages.php:
|
2540 |
-
#: includes/adminpages.php:11 includes/adminpages.php:
|
2541 |
-
#: includes/adminpages.php:54 includes/adminpages.php:114
|
2542 |
-
#: includes/adminpages.php:121
|
2543 |
msgid "Payment Settings"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: includes/adminpages.php:54 includes/adminpages.php:
|
2547 |
-
#: includes/adminpages.php:16 includes/adminpages.php:
|
2548 |
-
#: includes/adminpages.php:79 includes/adminpages.php:149
|
2549 |
-
#: includes/adminpages.php:156
|
2550 |
msgid "Reports"
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: includes/adminpages.php:56 includes/adminpages.php:
|
2554 |
-
#: includes/adminpages.php:18 includes/adminpages.php:
|
2555 |
-
#: includes/adminpages.php:89 includes/adminpages.php:163
|
2556 |
-
#: includes/adminpages.php:170
|
2557 |
msgid "Discount Codes"
|
2558 |
msgstr ""
|
2559 |
|
@@ -2702,222 +2648,193 @@ msgstr ""
|
|
2702 |
msgid "Vietnamese Dong"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: includes/functions.php:
|
2706 |
#: includes/functions.php:196 includes/functions.php:202
|
2707 |
-
#: includes/functions.php:204
|
2708 |
#, php-format
|
2709 |
msgid "The price for membership is <strong>%s</strong> now"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: includes/functions.php:
|
2713 |
-
#: includes/functions.php:206
|
2714 |
#, php-format
|
2715 |
msgid "<strong>%s</strong> now"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: includes/functions.php:
|
2719 |
#: includes/functions.php:205 includes/functions.php:213
|
2720 |
-
#: includes/functions.php:215
|
2721 |
#, php-format
|
2722 |
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: includes/functions.php:
|
2726 |
#: includes/functions.php:209 includes/functions.php:217
|
2727 |
-
#: includes/functions.php:219
|
2728 |
#, php-format
|
2729 |
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: includes/functions.php:
|
2733 |
#: includes/functions.php:214 includes/functions.php:222
|
2734 |
-
#: includes/functions.php:224
|
2735 |
#, php-format
|
2736 |
msgid " and then <strong>%s after %d %s</strong>."
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: includes/functions.php:
|
2740 |
-
#: includes/functions.php:231
|
2741 |
#, php-format
|
2742 |
msgid "The price for membership is <strong>%s per %s</strong>."
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: includes/functions.php:
|
2746 |
-
#: includes/functions.php:235
|
2747 |
#, php-format
|
2748 |
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2749 |
msgstr ""
|
2750 |
|
2751 |
-
#: includes/functions.php:
|
2752 |
#: includes/functions.php:220 includes/functions.php:228
|
2753 |
-
#: includes/functions.php:238
|
2754 |
#, php-format
|
2755 |
msgid " and then <strong>%s per %s</strong>."
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: includes/functions.php:
|
2759 |
#: includes/functions.php:224 includes/functions.php:232
|
2760 |
-
#: includes/functions.php:242
|
2761 |
#, php-format
|
2762 |
msgid " and then <strong>%s every %d %s</strong>."
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: includes/functions.php:
|
2766 |
#: includes/functions.php:238 includes/functions.php:249
|
2767 |
-
#: includes/functions.php:260
|
2768 |
msgid "After your initial payment, your first payment is Free."
|
2769 |
msgstr ""
|
2770 |
|
2771 |
-
#: includes/functions.php:
|
2772 |
#: includes/functions.php:242 includes/functions.php:253
|
2773 |
-
#: includes/functions.php:264
|
2774 |
#, php-format
|
2775 |
msgid "After your initial payment, your first %d payments are Free."
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: includes/functions.php:
|
2779 |
#: includes/functions.php:249 includes/functions.php:260
|
2780 |
-
#: includes/functions.php:271
|
2781 |
#, php-format
|
2782 |
msgid "After your initial payment, your first payment will cost %s."
|
2783 |
msgstr ""
|
2784 |
|
2785 |
-
#: includes/functions.php:
|
2786 |
#: includes/functions.php:253 includes/functions.php:264
|
2787 |
-
#: includes/functions.php:275
|
2788 |
#, php-format
|
2789 |
msgid "After your initial payment, your first %d payments will cost %s."
|
2790 |
msgstr ""
|
2791 |
|
2792 |
-
#: includes/functions.php:
|
2793 |
#: includes/functions.php:264 includes/functions.php:275
|
2794 |
-
#: includes/functions.php:286
|
2795 |
#, php-format
|
2796 |
msgid "Customers in %s will be charged %s%% tax."
|
2797 |
msgstr ""
|
2798 |
|
2799 |
-
#: includes/functions.php:
|
2800 |
#: includes/functions.php:278 includes/functions.php:289
|
2801 |
-
#: includes/functions.php:300
|
2802 |
#, php-format
|
2803 |
msgid "Membership expires after %d %s."
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: includes/functions.php:
|
2807 |
#: includes/functions.php:514 includes/functions.php:525
|
2808 |
-
#: includes/functions.php:536
|
2809 |
msgid "User ID not found."
|
2810 |
msgstr ""
|
2811 |
|
2812 |
-
#: includes/functions.php:
|
2813 |
#: includes/functions.php:531 includes/functions.php:542
|
2814 |
-
#: includes/functions.php:553
|
2815 |
msgid "Invalid level."
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: includes/functions.php:
|
2819 |
#: includes/functions.php:542 includes/functions.php:553
|
2820 |
-
#: includes/functions.php:564
|
2821 |
msgid "not changing?"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: includes/functions.php:
|
2825 |
-
#: includes/functions.php:
|
2826 |
#: includes/functions.php:559 includes/functions.php:570
|
2827 |
#: includes/functions.php:581 includes/functions.php:583
|
2828 |
#: includes/functions.php:592 includes/functions.php:605
|
2829 |
#: includes/functions.php:614 includes/functions.php:617
|
2830 |
#: includes/functions.php:626 includes/functions.php:628
|
2831 |
-
#: includes/functions.php:
|
2832 |
-
#: includes/functions.php:637 includes/functions.php:640
|
2833 |
-
#: includes/functions.php:657
|
2834 |
msgid "Error interacting with database"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: includes/functions.php:
|
2838 |
#: includes/functions.php:629 includes/functions.php:651
|
2839 |
#: includes/functions.php:667 includes/functions.php:668
|
2840 |
-
#: includes/functions.php:678 includes/functions.php:
|
2841 |
-
#: includes/functions.php:690 includes/functions.php:698
|
2842 |
#: includes/functions.php:706 includes/functions.php:717
|
2843 |
-
#: includes/functions.php:720 includes/functions.php:737
|
2844 |
msgid "Membership level not found."
|
2845 |
msgstr ""
|
2846 |
|
2847 |
-
#: includes/functions.php:
|
2848 |
-
msgid "No code was given to check."
|
2849 |
-
msgstr ""
|
2850 |
-
|
2851 |
-
#: includes/functions.php:1110 includes/functions.php:1050
|
2852 |
#: includes/functions.php:1072 includes/functions.php:1088
|
2853 |
-
#: includes/functions.php:1099
|
2854 |
-
#: includes/functions.php:1112 includes/functions.php:1113
|
2855 |
msgid "The discount code could not be found."
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: includes/functions.php:
|
2859 |
#: includes/functions.php:1088 includes/functions.php:1104
|
2860 |
-
#: includes/functions.php:1115
|
2861 |
-
#: includes/functions.php:1128 includes/functions.php:1129
|
2862 |
#, php-format
|
2863 |
msgid "This discount code goes into effect on %s."
|
2864 |
msgstr ""
|
2865 |
|
2866 |
-
#: includes/functions.php:
|
2867 |
#: includes/functions.php:1097 includes/functions.php:1113
|
2868 |
-
#: includes/functions.php:1124
|
2869 |
-
#: includes/functions.php:1137 includes/functions.php:1138
|
2870 |
#, php-format
|
2871 |
msgid "This discount code expired on %s."
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: includes/functions.php:
|
2875 |
#: includes/functions.php:1109 includes/functions.php:1125
|
2876 |
-
#: includes/functions.php:1136
|
2877 |
-
#: includes/functions.php:1149 includes/functions.php:1150
|
2878 |
msgid "This discount code is no longer valid."
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: includes/functions.php:
|
2882 |
#: includes/functions.php:1124 includes/functions.php:1140
|
2883 |
-
#: includes/functions.php:1151
|
2884 |
-
#: includes/functions.php:1164 includes/functions.php:1165
|
2885 |
msgid "This discount code does not apply to this membership level."
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#: includes/functions.php:
|
2889 |
#: includes/functions.php:1132 includes/functions.php:1148
|
2890 |
-
#: includes/functions.php:1159
|
2891 |
-
#: includes/functions.php:1172 includes/functions.php:1182
|
2892 |
msgid "This discount code is okay."
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: includes/functions.php:
|
2896 |
#: includes/functions.php:1156 includes/functions.php:1172
|
2897 |
-
#: includes/functions.php:1183
|
2898 |
-
#: includes/functions.php:1196 includes/functions.php:1206
|
2899 |
msgid "and"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
-
#: includes/functions.php:
|
2903 |
#: includes/functions.php:1341 includes/functions.php:1361
|
2904 |
-
#: includes/functions.php:1372
|
2905 |
-
#: includes/functions.php:1385 includes/functions.php:1395
|
2906 |
msgid "Sign Up for !!name!! Now"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: includes/functions.php:
|
2910 |
#: includes/functions.php:1347 includes/functions.php:1367
|
2911 |
-
#: includes/functions.php:1378
|
2912 |
-
#: includes/functions.php:1391 includes/functions.php:1401
|
2913 |
msgid "Please specify a level id."
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: includes/init.php:233 includes/profile.php:39 includes/init.php:232
|
2917 |
-
#: includes/profile.php:37 includes/profile.php:39
|
2918 |
-
msgid "None"
|
2919 |
-
msgstr ""
|
2920 |
-
|
2921 |
#: includes/localization.php:23 includes/localization.php:23
|
2922 |
msgid "Day"
|
2923 |
msgstr ""
|
@@ -2949,27 +2866,28 @@ msgstr ""
|
|
2949 |
msgid "Current Level"
|
2950 |
msgstr ""
|
2951 |
|
|
|
|
|
|
|
|
|
2952 |
#: includes/profile.php:84 includes/profile.php:82 includes/profile.php:84
|
2953 |
msgid "User is not paying."
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: includes/upgradecheck.php:
|
2957 |
-
#: includes/upgradecheck.php:410 includes/upgradecheck.php:422
|
2958 |
#, php-format
|
2959 |
msgid ""
|
2960 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: includes/upgradecheck.php:
|
2964 |
-
#: includes/upgradecheck.php:413 includes/upgradecheck.php:425
|
2965 |
#, php-format
|
2966 |
msgid ""
|
2967 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2968 |
"<a href=\"%s\">Register</a>"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
-
#: includes/upgradecheck.php:
|
2972 |
-
#: includes/upgradecheck.php:417 includes/upgradecheck.php:429
|
2973 |
msgid ""
|
2974 |
"This content is for !!levels!! members only. Visit the site and log in/"
|
2975 |
"register to read."
|
@@ -3237,10 +3155,9 @@ msgid ""
|
|
3237 |
"been applied to your order.</p>"
|
3238 |
msgstr ""
|
3239 |
|
3240 |
-
#: pages/checkout.php:62 services/applydiscountcode.php:
|
3241 |
#: pages/checkout.php:62 pages/checkout.php:63
|
3242 |
#: services/applydiscountcode.php:74 services/applydiscountcode.php:75
|
3243 |
-
#: services/applydiscountcode.php:78
|
3244 |
msgid "Click here to change your discount code"
|
3245 |
msgstr ""
|
3246 |
|
@@ -3396,11 +3313,12 @@ msgstr ""
|
|
3396 |
msgid "ending in"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: pages/confirmation.php:97 pages/confirmation.php:
|
|
|
3400 |
#, php-format
|
3401 |
msgid ""
|
3402 |
-
"Below are details about your membership account. A welcome email has
|
3403 |
-
"sent to %s."
|
3404 |
msgstr ""
|
3405 |
|
3406 |
#: pages/confirmation.php:105 pages/confirmation.php:103
|
@@ -3472,154 +3390,124 @@ msgstr ""
|
|
3472 |
msgid "← Return to Home"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
-
#: preheaders/account.php:
|
3476 |
-
#: preheaders/
|
3477 |
-
#: preheaders/levels.php:21 preheaders/levels.php:22
|
3478 |
msgid "Your membership status has been updated - Thank you!"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: preheaders/account.php:
|
3482 |
-
#: preheaders/account.php:11 preheaders/
|
3483 |
-
#: preheaders/levels.php:23 preheaders/levels.php:24
|
3484 |
msgid ""
|
3485 |
"Sorry, your request could not be completed - please try again in a few "
|
3486 |
"moments."
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: preheaders/billing.php:
|
3490 |
-
#: preheaders/billing.php:258 preheaders/billing.php:
|
3491 |
-
#: preheaders/
|
3492 |
-
#: preheaders/checkout.php:458 preheaders/checkout.php:464
|
3493 |
-
#: preheaders/checkout.php:465 preheaders/checkout.php:481
|
3494 |
#: preheaders/checkout.php:482
|
3495 |
msgid "Please complete all required fields."
|
3496 |
msgstr ""
|
3497 |
|
3498 |
-
#: preheaders/billing.php:
|
3499 |
-
#: preheaders/billing.php:263 preheaders/billing.php:
|
3500 |
-
#: preheaders/billing.php:269 preheaders/billing.php:284
|
3501 |
-
#: preheaders/checkout.php:466 preheaders/checkout.php:473
|
3502 |
#: preheaders/checkout.php:474 preheaders/checkout.php:491
|
3503 |
#: preheaders/checkout.php:492
|
3504 |
msgid "Your email addresses do not match. Please try again."
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: preheaders/billing.php:
|
3508 |
-
#: preheaders/billing.php:268 preheaders/billing.php:
|
3509 |
-
#: preheaders/billing.php:272 preheaders/billing.php:289
|
3510 |
-
#: preheaders/checkout.php:471 preheaders/checkout.php:478
|
3511 |
#: preheaders/checkout.php:480 preheaders/checkout.php:497
|
3512 |
#: preheaders/checkout.php:498
|
3513 |
msgid "The email address entered is in an invalid format. Please try again."
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: preheaders/billing.php:
|
3517 |
-
#: preheaders/billing.php:275 preheaders/billing.php:276
|
3518 |
#: preheaders/billing.php:295
|
3519 |
msgid "All good!"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
-
#: preheaders/billing.php:
|
3523 |
-
#: preheaders/billing.php:345 preheaders/billing.php:346
|
3524 |
#: preheaders/billing.php:370
|
3525 |
#, php-format
|
3526 |
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
-
#: preheaders/billing.php:
|
3530 |
-
#: preheaders/billing.php:
|
3531 |
-
#: preheaders/billing.php:378 preheaders/billing.php:380
|
3532 |
msgid "Error updating billing information."
|
3533 |
msgstr ""
|
3534 |
|
3535 |
-
#: preheaders/cancel.php:
|
3536 |
msgid "Your membership has been cancelled."
|
3537 |
msgstr ""
|
3538 |
|
3539 |
-
#: preheaders/checkout.php:
|
3540 |
-
#: preheaders/checkout.php:28 preheaders/checkout.php:
|
3541 |
-
#: preheaders/checkout.php:31 preheaders/checkout.php:480
|
3542 |
-
#: preheaders/checkout.php:487 preheaders/checkout.php:491
|
3543 |
#: preheaders/checkout.php:508 preheaders/checkout.php:509
|
3544 |
msgid "Invalid gateway."
|
3545 |
msgstr ""
|
3546 |
|
3547 |
-
#: preheaders/checkout.php:
|
3548 |
-
#: preheaders/checkout.php:89 preheaders/checkout.php:96
|
3549 |
msgid "Checkout: Payment Information"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
-
#: preheaders/checkout.php:
|
3553 |
-
#: preheaders/checkout.php:100 preheaders/checkout.php:109
|
3554 |
msgid "Setup Your Account"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
-
#: preheaders/checkout.php:
|
3558 |
-
|
3559 |
-
msgstr ""
|
3560 |
-
|
3561 |
-
#: preheaders/checkout.php:468 preheaders/checkout.php:461
|
3562 |
-
#: preheaders/checkout.php:468 preheaders/checkout.php:485
|
3563 |
-
#: preheaders/checkout.php:486
|
3564 |
msgid "Your passwords do not match. Please try again."
|
3565 |
msgstr ""
|
3566 |
|
3567 |
-
#: preheaders/checkout.php:
|
3568 |
-
#: preheaders/checkout.php:483 preheaders/checkout.php:486
|
3569 |
#: preheaders/checkout.php:503 preheaders/checkout.php:504
|
3570 |
#, php-format
|
3571 |
msgid "Please check the box to agree to the %s."
|
3572 |
msgstr ""
|
3573 |
|
3574 |
-
#: preheaders/checkout.php:
|
3575 |
-
#: preheaders/checkout.php:490 preheaders/checkout.php:495
|
3576 |
#: preheaders/checkout.php:512 preheaders/checkout.php:513
|
3577 |
msgid "Are you a spammer?"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: preheaders/checkout.php:
|
3581 |
-
#: preheaders/checkout.php:510 preheaders/checkout.php:518
|
3582 |
#: preheaders/checkout.php:535 preheaders/checkout.php:536
|
3583 |
msgid "That username is already taken. Please try another."
|
3584 |
msgstr ""
|
3585 |
|
3586 |
-
#: preheaders/checkout.php:
|
3587 |
-
#: preheaders/checkout.php:515 preheaders/checkout.php:524
|
3588 |
#: preheaders/checkout.php:541 preheaders/checkout.php:542
|
3589 |
msgid "That email address is already taken. Please try another."
|
3590 |
msgstr ""
|
3591 |
|
3592 |
-
#: preheaders/checkout.php:
|
3593 |
-
#: preheaders/checkout.php:532 preheaders/checkout.php:544
|
3594 |
#: preheaders/checkout.php:561 preheaders/checkout.php:562
|
3595 |
#, php-format
|
3596 |
msgid "reCAPTCHA failed. (%s) Please try again."
|
3597 |
msgstr ""
|
3598 |
|
3599 |
-
#: preheaders/checkout.php:
|
3600 |
-
#: preheaders/checkout.php:654 preheaders/checkout.php:683
|
3601 |
#: preheaders/checkout.php:701 preheaders/checkout.php:702
|
3602 |
msgid "Payment accepted."
|
3603 |
msgstr ""
|
3604 |
|
3605 |
-
#: preheaders/checkout.php:
|
3606 |
-
#: preheaders/checkout.php:660 preheaders/checkout.php:691
|
3607 |
#: preheaders/checkout.php:709 preheaders/checkout.php:710
|
3608 |
msgid ""
|
3609 |
"Unknown error generating account. Please contact us to setup your membership."
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: preheaders/checkout.php:
|
3613 |
-
#: preheaders/checkout.php:
|
3614 |
-
#: preheaders/checkout.php:
|
3615 |
-
#: preheaders/checkout.php:753 preheaders/checkout.php:754
|
3616 |
-
#: preheaders/checkout.php:757 preheaders/checkout.php:803
|
3617 |
#: preheaders/checkout.php:822 preheaders/checkout.php:823
|
3618 |
msgid "The PayPal Token was lost."
|
3619 |
msgstr ""
|
3620 |
|
3621 |
-
#: preheaders/checkout.php:
|
3622 |
-
#: preheaders/checkout.php:792 preheaders/checkout.php:825
|
3623 |
#: preheaders/checkout.php:844 preheaders/checkout.php:859
|
3624 |
#: preheaders/checkout.php:860
|
3625 |
msgid ""
|
@@ -3627,8 +3515,7 @@ msgid ""
|
|
3627 |
"Please contact us."
|
3628 |
msgstr ""
|
3629 |
|
3630 |
-
#: preheaders/checkout.php:
|
3631 |
-
#: preheaders/checkout.php:960 preheaders/checkout.php:983
|
3632 |
#: preheaders/checkout.php:1030 preheaders/checkout.php:1045
|
3633 |
#: preheaders/checkout.php:1046
|
3634 |
msgid ""
|
@@ -3637,8 +3524,7 @@ msgid ""
|
|
3637 |
"submit this form again. Please contact the site owner to fix this issue."
|
3638 |
msgstr ""
|
3639 |
|
3640 |
-
#: preheaders/checkout.php:
|
3641 |
-
#: preheaders/checkout.php:963 preheaders/checkout.php:988
|
3642 |
#: preheaders/checkout.php:1035 preheaders/checkout.php:1050
|
3643 |
#: preheaders/checkout.php:1051
|
3644 |
msgid ""
|
@@ -3647,8 +3533,7 @@ msgid ""
|
|
3647 |
"this form again. Please contact the site owner to fix this issue."
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: preheaders/checkout.php:
|
3651 |
-
#: preheaders/checkout.php:974 preheaders/checkout.php:1001
|
3652 |
#: preheaders/checkout.php:1048 preheaders/checkout.php:1063
|
3653 |
#: preheaders/checkout.php:1064
|
3654 |
#, php-format
|
@@ -3657,8 +3542,7 @@ msgid ""
|
|
3657 |
"be processed."
|
3658 |
msgstr ""
|
3659 |
|
3660 |
-
#: preheaders/checkout.php:
|
3661 |
-
#: preheaders/checkout.php:976 preheaders/checkout.php:1003
|
3662 |
#: preheaders/checkout.php:1050 preheaders/checkout.php:1065
|
3663 |
#: preheaders/checkout.php:1066
|
3664 |
msgid "A Payment Gateway must be setup before any payments will be processed."
|
@@ -3684,14 +3568,13 @@ msgstr ""
|
|
3684 |
msgid "Trial ending email sent to %s. "
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: services/applydiscountcode.php:
|
3688 |
-
#: services/applydiscountcode.php:67
|
3689 |
#, php-format
|
3690 |
msgid "The %s code has been applied to your order. "
|
3691 |
msgstr ""
|
3692 |
|
3693 |
-
#: services/applydiscountcode.php:
|
3694 |
-
#: services/applydiscountcode.php:83
|
3695 |
#, php-format
|
3696 |
msgid "The <strong>%s</strong> code has been applied to your order."
|
3697 |
msgstr ""
|
@@ -3704,7 +3587,6 @@ msgid ""
|
|
3704 |
msgstr ""
|
3705 |
|
3706 |
#: services/stripe-webhook.php:194 services/stripe-webhook.php:176
|
3707 |
-
#: services/stripe-webhook.php:194
|
3708 |
#, php-format
|
3709 |
msgid ""
|
3710 |
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
@@ -3738,10 +3620,6 @@ msgid ""
|
|
3738 |
"amount."
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: adminpages/memberslist.php:184 adminpages/memberslist.php:212
|
3742 |
-
msgid "Never"
|
3743 |
-
msgstr ""
|
3744 |
-
|
3745 |
#: adminpages/paymentsettings.php:170
|
3746 |
msgid ""
|
3747 |
"Payflow Pro currently only supports one-time payments. Users will not be "
|
@@ -3768,11 +3646,6 @@ msgid ""
|
|
3768 |
"the checkout page."
|
3769 |
msgstr ""
|
3770 |
|
3771 |
-
#: classes/class.pmproemail.php:685 classes/class.pmproemail.php:734
|
3772 |
-
#: classes/class.pmproemail.php:799
|
3773 |
-
msgid "membership has been cancelled"
|
3774 |
-
msgstr ""
|
3775 |
-
|
3776 |
#: pages/checkout.php:51 pages/checkout.php:52
|
3777 |
#, php-format
|
3778 |
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
@@ -3784,13 +3657,6 @@ msgid ""
|
|
3784 |
"shortly."
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: pages/confirmation.php:95 pages/confirmation.php:97
|
3788 |
-
#, php-format
|
3789 |
-
msgid ""
|
3790 |
-
"Below are details about your membership account. A welcome email with has "
|
3791 |
-
"been sent to %s."
|
3792 |
-
msgstr ""
|
3793 |
-
|
3794 |
#: pages/levels.php:15
|
3795 |
msgid "Subscription Information"
|
3796 |
msgstr ""
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: pmpro\n"
|
8 |
+
"POT-Creation-Date: 2014-03-19 13:52-0400\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Stranger Studios <jason@strangerstudios.com>\n"
|
120 |
msgstr ""
|
121 |
|
122 |
#: adminpages/admin_header.php:149 adminpages/membershiplevels.php:498
|
123 |
+
#: adminpages/pagesettings.php:69 includes/adminpages.php:100
|
|
|
124 |
#: adminpages/admin_header.php:128 adminpages/admin_header.php:149
|
125 |
#: adminpages/membershiplevels.php:490 adminpages/membershiplevels.php:496
|
126 |
#: adminpages/membershiplevels.php:498 adminpages/pagesettings.php:69
|
127 |
+
#: includes/adminpages.php:44
|
|
|
|
|
128 |
msgid "Membership Levels"
|
129 |
msgstr ""
|
130 |
|
152 |
msgstr ""
|
153 |
|
154 |
#: adminpages/admin_header.php:154 includes/adminpages.php:52
|
155 |
+
#: includes/adminpages.php:135 adminpages/admin_header.php:133
|
156 |
#: adminpages/admin_header.php:154 includes/adminpages.php:14
|
157 |
+
#: includes/adminpages.php:69
|
|
|
158 |
msgid "Add Ons"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: adminpages/advancedsettings.php:42 adminpages/advancedsettings.php:35
|
162 |
+
#: adminpages/advancedsettings.php:42
|
163 |
msgid "Your advanced settings have been updated."
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: adminpages/advancedsettings.php:66 adminpages/advancedsettings.php:66
|
|
|
167 |
#, php-format
|
168 |
msgid ""
|
169 |
"This content is for !!levels!! members only. <a href=\"%s\">Register here</"
|
170 |
"a>."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: adminpages/advancedsettings.php:71 adminpages/advancedsettings.php:71
|
|
|
174 |
#, php-format
|
175 |
msgid ""
|
176 |
"Please <a href=\"%s\">login</a> to view this content. (<a href=\"%s"
|
177 |
"\">Register here</a>.)"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: adminpages/advancedsettings.php:76 adminpages/advancedsettings.php:76
|
|
|
181 |
msgid ""
|
182 |
"This content is for members only. Visit the site and log in/register to read."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: adminpages/advancedsettings.php:86 includes/adminpages.php:51
|
186 |
+
#: includes/adminpages.php:128 adminpages/advancedsettings.php:79
|
187 |
+
#: adminpages/advancedsettings.php:86 includes/adminpages.php:13
|
188 |
+
#: includes/adminpages.php:64
|
|
|
|
|
189 |
msgid "Advanced Settings"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: adminpages/advancedsettings.php:92 adminpages/advancedsettings.php:85
|
193 |
+
#: adminpages/advancedsettings.php:92
|
194 |
msgid "Message for Logged-in Non-members"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: adminpages/advancedsettings.php:96 adminpages/advancedsettings.php:89
|
198 |
+
#: adminpages/advancedsettings.php:96
|
199 |
msgid ""
|
200 |
"This message replaces the post content for non-members. Available variables"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: adminpages/advancedsettings.php:101 adminpages/advancedsettings.php:94
|
204 |
+
#: adminpages/advancedsettings.php:101
|
205 |
msgid "Message for Logged-out Users"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: adminpages/advancedsettings.php:105 adminpages/advancedsettings.php:98
|
209 |
+
#: adminpages/advancedsettings.php:105
|
210 |
msgid "This message replaces the post content for logged-out visitors."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: adminpages/advancedsettings.php:110 adminpages/advancedsettings.php:103
|
214 |
+
#: adminpages/advancedsettings.php:110
|
215 |
msgid "Message for RSS Feed"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: adminpages/advancedsettings.php:114 adminpages/advancedsettings.php:107
|
219 |
+
#: adminpages/advancedsettings.php:114
|
220 |
msgid "This message replaces the post content in RSS feeds."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: adminpages/advancedsettings.php:120 adminpages/advancedsettings.php:113
|
224 |
+
#: adminpages/advancedsettings.php:120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
msgid "Show Excerpts to Non-Members?"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: adminpages/advancedsettings.php:124 adminpages/advancedsettings.php:117
|
229 |
+
#: adminpages/advancedsettings.php:124
|
230 |
msgid "No - Hide excerpts."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: adminpages/advancedsettings.php:125 adminpages/advancedsettings.php:118
|
234 |
+
#: adminpages/advancedsettings.php:125
|
235 |
msgid "Yes - Show excerpts."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:194
|
239 |
+
#: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:571
|
240 |
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:459
|
241 |
#: includes/profile.php:123 adminpages/advancedsettings.php:128
|
242 |
+
#: adminpages/advancedsettings.php:135 adminpages/advancedsettings.php:187
|
243 |
+
#: adminpages/advancedsettings.php:194 adminpages/advancedsettings.php:199
|
244 |
+
#: adminpages/advancedsettings.php:206 adminpages/membershiplevels.php:563
|
245 |
+
#: adminpages/membershiplevels.php:569 adminpages/membershiplevels.php:571
|
246 |
+
#: adminpages/paymentsettings.php:414 adminpages/paymentsettings.php:429
|
247 |
+
#: adminpages/paymentsettings.php:434 adminpages/paymentsettings.php:454
|
248 |
+
#: adminpages/paymentsettings.php:459 includes/profile.php:121
|
249 |
+
#: includes/profile.php:123
|
|
|
250 |
msgid "No"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: adminpages/advancedsettings.php:136 adminpages/advancedsettings.php:129
|
254 |
+
#: adminpages/advancedsettings.php:136
|
255 |
msgid "Hide Ads From All Members"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: adminpages/advancedsettings.php:137 adminpages/advancedsettings.php:130
|
259 |
+
#: adminpages/advancedsettings.php:137
|
260 |
msgid "Hide Ads From Certain Members"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adminpages/advancedsettings.php:144 adminpages/advancedsettings.php:137
|
264 |
+
#: adminpages/advancedsettings.php:144
|
265 |
msgid "Ads from the following plugins will be automatically turned off"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: adminpages/advancedsettings.php:145 adminpages/advancedsettings.php:138
|
269 |
+
#: adminpages/advancedsettings.php:145
|
270 |
msgid "To hide ads in your template code, use code like the following"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adminpages/advancedsettings.php:156 adminpages/advancedsettings.php:149
|
274 |
+
#: adminpages/advancedsettings.php:156
|
275 |
msgid "Choose Levels to Hide Ads From"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
279 |
+
#: adminpages/advancedsettings.php:190
|
280 |
msgid "Redirect all traffic from registration page to /susbcription/?"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adminpages/advancedsettings.php:190 adminpages/advancedsettings.php:183
|
284 |
+
#: adminpages/advancedsettings.php:190
|
285 |
msgid "multisite only"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:571
|
289 |
#: adminpages/paymentsettings.php:435 adminpages/paymentsettings.php:460
|
290 |
#: includes/profile.php:124 adminpages/advancedsettings.php:188
|
291 |
+
#: adminpages/advancedsettings.php:195 adminpages/membershiplevels.php:563
|
292 |
+
#: adminpages/membershiplevels.php:569 adminpages/membershiplevels.php:571
|
293 |
+
#: adminpages/paymentsettings.php:415 adminpages/paymentsettings.php:424
|
294 |
+
#: adminpages/paymentsettings.php:430 adminpages/paymentsettings.php:435
|
295 |
+
#: adminpages/paymentsettings.php:455 adminpages/paymentsettings.php:460
|
296 |
+
#: includes/profile.php:122 includes/profile.php:124
|
|
|
297 |
msgid "Yes"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adminpages/advancedsettings.php:202 adminpages/advancedsettings.php:195
|
301 |
+
#: adminpages/advancedsettings.php:202
|
302 |
msgid "Use reCAPTCHA?"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: adminpages/advancedsettings.php:207 adminpages/advancedsettings.php:200
|
306 |
+
#: adminpages/advancedsettings.php:207
|
307 |
msgid "Yes - Free memberships only."
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: adminpages/advancedsettings.php:208 adminpages/advancedsettings.php:201
|
311 |
+
#: adminpages/advancedsettings.php:208
|
312 |
msgid "Yes - All memberships."
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
316 |
+
#: adminpages/advancedsettings.php:210
|
317 |
msgid "A free reCAPTCHA key is required."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: adminpages/advancedsettings.php:210 adminpages/advancedsettings.php:203
|
321 |
+
#: adminpages/advancedsettings.php:210
|
322 |
msgid "Click here to signup for reCAPTCHA"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adminpages/advancedsettings.php:216 adminpages/advancedsettings.php:209
|
326 |
+
#: adminpages/advancedsettings.php:216
|
327 |
msgid "reCAPTCHA Public Key"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: adminpages/advancedsettings.php:219 adminpages/advancedsettings.php:212
|
331 |
+
#: adminpages/advancedsettings.php:219
|
332 |
msgid "reCAPTCHA Private Key"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: adminpages/advancedsettings.php:225 adminpages/advancedsettings.php:218
|
336 |
+
#: adminpages/advancedsettings.php:225
|
337 |
msgid "Require Terms of Service on signups?"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: adminpages/advancedsettings.php:232 adminpages/advancedsettings.php:225
|
341 |
+
#: adminpages/advancedsettings.php:232
|
342 |
msgid ""
|
343 |
"If yes, create a WordPress page containing your TOS agreement and assign it "
|
344 |
"using the dropdown above."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: adminpages/advancedsettings.php:272 adminpages/advancedsettings.php:272
|
|
|
348 |
msgid "selected"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:251
|
352 |
#: adminpages/paymentsettings.php:532 adminpages/advancedsettings.php:284
|
353 |
+
#: adminpages/advancedsettings.php:355 adminpages/pagesettings.php:209
|
354 |
+
#: adminpages/pagesettings.php:223 adminpages/pagesettings.php:251
|
355 |
+
#: adminpages/paymentsettings.php:485 adminpages/paymentsettings.php:526
|
356 |
+
#: adminpages/paymentsettings.php:532
|
357 |
msgid "Save Settings"
|
358 |
msgstr ""
|
359 |
|
469 |
msgid "Leave blank for unlimited uses."
|
470 |
msgstr ""
|
471 |
|
|
|
|
|
|
|
|
|
472 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:339
|
473 |
#: adminpages/membershiplevels.php:515 adminpages/discountcodes.php:427
|
474 |
#: adminpages/discountcodes.php:430 adminpages/membershiplevels.php:337
|
691 |
msgstr ""
|
692 |
|
693 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:50
|
694 |
+
#: includes/adminpages.php:121 adminpages/emailsettings.php:60
|
695 |
#: adminpages/emailsettings.php:69 includes/adminpages.php:12
|
696 |
+
#: includes/adminpages.php:59
|
|
|
697 |
msgid "Email Settings"
|
698 |
msgstr ""
|
699 |
|
736 |
msgstr ""
|
737 |
|
738 |
#: adminpages/emailsettings.php:115 adminpages/emailsettings.php:86
|
739 |
+
#: adminpages/emailsettings.php:104
|
740 |
msgid "Send the site admin emails"
|
741 |
msgstr ""
|
742 |
|
743 |
#: adminpages/emailsettings.php:121 adminpages/emailsettings.php:92
|
744 |
+
#: adminpages/emailsettings.php:110
|
745 |
msgid "Checkout"
|
746 |
msgstr ""
|
747 |
|
748 |
#: adminpages/emailsettings.php:125 adminpages/emailsettings.php:96
|
749 |
+
#: adminpages/emailsettings.php:114
|
750 |
msgid "when a member checks out."
|
751 |
msgstr ""
|
752 |
|
753 |
#: adminpages/emailsettings.php:130 adminpages/emailsettings.php:101
|
754 |
+
#: adminpages/emailsettings.php:119
|
755 |
msgid "Admin Changes"
|
756 |
msgstr ""
|
757 |
|
758 |
#: adminpages/emailsettings.php:134 adminpages/emailsettings.php:105
|
759 |
+
#: adminpages/emailsettings.php:123
|
760 |
msgid "when an admin changes a user's membership level through the dashboard."
|
761 |
msgstr ""
|
762 |
|
763 |
#: adminpages/emailsettings.php:139 adminpages/emailsettings.php:110
|
764 |
+
#: adminpages/emailsettings.php:128
|
765 |
msgid "Cancellation"
|
766 |
msgstr ""
|
767 |
|
768 |
#: adminpages/emailsettings.php:143 adminpages/emailsettings.php:114
|
769 |
+
#: adminpages/emailsettings.php:132
|
770 |
msgid "when a user cancels his or her account."
|
771 |
msgstr ""
|
772 |
|
773 |
#: adminpages/emailsettings.php:148 adminpages/emailsettings.php:119
|
774 |
+
#: adminpages/emailsettings.php:137
|
775 |
msgid "Bill Updates"
|
776 |
msgstr ""
|
777 |
|
778 |
#: adminpages/emailsettings.php:152 adminpages/emailsettings.php:123
|
779 |
+
#: adminpages/emailsettings.php:141
|
780 |
msgid "when a user updates his or her billing information."
|
781 |
msgstr ""
|
782 |
|
783 |
#: adminpages/emailsettings.php:158 adminpages/emailsettings.php:129
|
784 |
+
#: adminpages/emailsettings.php:147
|
785 |
msgid "Send members emails"
|
786 |
msgstr ""
|
787 |
|
788 |
#: adminpages/emailsettings.php:164 adminpages/emailsettings.php:135
|
789 |
+
#: adminpages/emailsettings.php:153
|
790 |
msgid "New Users"
|
791 |
msgstr ""
|
792 |
|
793 |
#: adminpages/emailsettings.php:168 adminpages/emailsettings.php:139
|
794 |
+
#: adminpages/emailsettings.php:157
|
795 |
msgid ""
|
796 |
"Default WP notification email. (Recommended: Leave unchecked. Members will "
|
797 |
"still get an email confirmation from PMPro after checkout.)"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
#: adminpages/memberslist.php:25 includes/adminpages.php:53
|
1062 |
+
#: includes/adminpages.php:142 adminpages/memberslist.php:25
|
1063 |
+
#: includes/adminpages.php:15 includes/adminpages.php:74
|
|
|
|
|
1064 |
msgid "Members List"
|
1065 |
msgstr ""
|
1066 |
|
1153 |
msgid "Ended"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: adminpages/memberslist.php:212 adminpages/memberslist.php:184
|
1157 |
+
#: adminpages/memberslist.php:212
|
1158 |
+
msgid "Never"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
#: adminpages/memberslist.php:223 adminpages/reports/login.php:210
|
1162 |
#: adminpages/memberslist.php:195 adminpages/memberslist.php:223
|
1163 |
#: adminpages/reports/login.php:210
|
1421 |
msgstr ""
|
1422 |
|
1423 |
#: adminpages/orders.php:570 includes/adminpages.php:55
|
1424 |
+
#: includes/adminpages.php:156 adminpages/orders.php:520
|
1425 |
#: adminpages/orders.php:570 includes/adminpages.php:17
|
1426 |
+
#: includes/adminpages.php:84
|
|
|
1427 |
msgid "Orders"
|
1428 |
msgstr ""
|
1429 |
|
1488 |
msgid "User"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
+
#: adminpages/orders.php:904 includes/profile.php:27 pages/checkout.php:33
|
1492 |
+
#: pages/confirmation.php:47 pages/confirmation.php:64
|
1493 |
#: pages/confirmation.php:105 pages/invoice.php:28 pages/invoice.php:51
|
1494 |
+
#: adminpages/orders.php:601 adminpages/orders.php:904 includes/profile.php:25
|
1495 |
+
#: includes/profile.php:27 pages/checkout.php:33 pages/checkout.php:34
|
1496 |
+
#: pages/confirmation.php:46 pages/confirmation.php:47
|
1497 |
#: pages/confirmation.php:62 pages/confirmation.php:64
|
1498 |
#: pages/confirmation.php:103 pages/confirmation.php:105 pages/invoice.php:27
|
1499 |
#: pages/invoice.php:28 pages/invoice.php:49 pages/invoice.php:51
|
2132 |
msgid "Sales"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: classes/class.memberorder.php:564 classes/class.memberorder.php:553
|
2136 |
+
#: classes/class.memberorder.php:561 includes/cleanup.php:24
|
|
|
2137 |
#, php-format
|
2138 |
msgid ""
|
2139 |
"There was an error canceling the subscription for user with ID=%s. You will "
|
2146 |
msgid "An Email From %s"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: classes/class.pmproemail.php:122 classes/class.pmproemail.php:120
|
2150 |
#: classes/class.pmproemail.php:122
|
2151 |
#, php-format
|
2152 |
msgid "Your membership at %s has been CANCELLED"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: classes/class.pmproemail.php:144 classes/class.pmproemail.php:142
|
2156 |
#: classes/class.pmproemail.php:144
|
2157 |
#, php-format
|
2158 |
msgid "Membership for %s at %s has been CANCELLED"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: classes/class.pmproemail.php:175 classes/class.pmproemail.php:172
|
2162 |
#: classes/class.pmproemail.php:173 classes/class.pmproemail.php:175
|
2163 |
#, php-format
|
2164 |
msgid "Your membership confirmation for %s"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: classes/class.pmproemail.php:228 classes/class.pmproemail.php:237
|
2168 |
+
#: classes/class.pmproemail.php:246 classes/class.pmproemail.php:325
|
2169 |
+
#: classes/class.pmproemail.php:334 classes/class.pmproemail.php:645
|
2170 |
#: pages/checkout.php:66 pages/checkout.php:76 pages/checkout.php:549
|
2171 |
#: pages/confirmation.php:52 pages/invoice.php:33
|
2172 |
#: classes/class.pmproemail.php:216 classes/class.pmproemail.php:218
|
2185 |
msgid "Discount Code"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: classes/class.pmproemail.php:253 classes/class.pmproemail.php:346
|
2189 |
+
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:241
|
2190 |
#: classes/class.pmproemail.php:243 classes/class.pmproemail.php:253
|
2191 |
#: classes/class.pmproemail.php:325 classes/class.pmproemail.php:328
|
2192 |
#: classes/class.pmproemail.php:346 classes/class.pmproemail.php:538
|
2195 |
msgid "This membership will expire on %s."
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: classes/class.pmproemail.php:275 classes/class.pmproemail.php:263
|
2199 |
#: classes/class.pmproemail.php:265 classes/class.pmproemail.php:275
|
2200 |
#, php-format
|
2201 |
msgid "Member Checkout for %s at %s"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: classes/class.pmproemail.php:363 classes/class.pmproemail.php:342
|
2205 |
#: classes/class.pmproemail.php:345 classes/class.pmproemail.php:363
|
2206 |
#, php-format
|
2207 |
msgid "Your billing information has been udpated at %s"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: classes/class.pmproemail.php:416 classes/class.pmproemail.php:386
|
2211 |
#: classes/class.pmproemail.php:390 classes/class.pmproemail.php:416
|
2212 |
#, php-format
|
2213 |
msgid "Billing information has been udpated for %s at %s"
|
2214 |
msgstr ""
|
2215 |
|
2216 |
+
#: classes/class.pmproemail.php:464 classes/class.pmproemail.php:425
|
2217 |
#: classes/class.pmproemail.php:430 classes/class.pmproemail.php:464
|
2218 |
#, php-format
|
2219 |
msgid "Membership Payment Failed at %s"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
+
#: classes/class.pmproemail.php:510 classes/class.pmproemail.php:462
|
2223 |
#: classes/class.pmproemail.php:468 classes/class.pmproemail.php:510
|
2224 |
#, php-format
|
2225 |
msgid "Membership Payment Failed For %s at %s"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: classes/class.pmproemail.php:557 classes/class.pmproemail.php:508
|
2229 |
#: classes/class.pmproemail.php:557
|
2230 |
#, php-format
|
2231 |
msgid "Credit Card on File Expiring Soon at %s"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: classes/class.pmproemail.php:605 classes/class.pmproemail.php:501
|
2235 |
#: classes/class.pmproemail.php:548 classes/class.pmproemail.php:605
|
2236 |
#, php-format
|
2237 |
msgid "INVOICE for %s membership"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: classes/class.pmproemail.php:676 classes/class.pmproemail.php:563
|
2241 |
#: classes/class.pmproemail.php:611 classes/class.pmproemail.php:676
|
2242 |
#, php-format
|
2243 |
msgid "Your trial at %s is ending soon"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: classes/class.pmproemail.php:710 classes/class.pmproemail.php:596
|
2247 |
#: classes/class.pmproemail.php:645 classes/class.pmproemail.php:710
|
2248 |
#, php-format
|
2249 |
msgid "Your membership at %s has ended"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: classes/class.pmproemail.php:735 classes/class.pmproemail.php:621
|
2253 |
#: classes/class.pmproemail.php:670 classes/class.pmproemail.php:735
|
2254 |
#, php-format
|
2255 |
msgid "Your membership at %s will end soon"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: classes/class.pmproemail.php:755 classes/class.pmproemail.php:641
|
2259 |
#: classes/class.pmproemail.php:690 classes/class.pmproemail.php:755
|
2260 |
#, php-format
|
2261 |
msgid "Your membership at %s has been changed"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: classes/class.pmproemail.php:759 classes/class.pmproemail.php:759
|
2265 |
#, php-format
|
2266 |
msgid "The new level is %s."
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: classes/class.pmproemail.php:761 classes/class.pmproemail.php:647
|
2270 |
#: classes/class.pmproemail.php:696 classes/class.pmproemail.php:761
|
2271 |
msgid "Your membership has been cancelled"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
2275 |
#: classes/class.pmproemail.php:651 classes/class.pmproemail.php:689
|
2276 |
#: classes/class.pmproemail.php:700 classes/class.pmproemail.php:738
|
2277 |
#: classes/class.pmproemail.php:765 classes/class.pmproemail.php:803
|
2279 |
msgid "This membership will expire on %s"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2283 |
#: classes/class.pmproemail.php:655 classes/class.pmproemail.php:693
|
2284 |
#: classes/class.pmproemail.php:704 classes/class.pmproemail.php:742
|
2285 |
#: classes/class.pmproemail.php:769 classes/class.pmproemail.php:807
|
2286 |
msgid "This membership does not expire"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: classes/class.pmproemail.php:793 classes/class.pmproemail.php:679
|
2290 |
#: classes/class.pmproemail.php:728 classes/class.pmproemail.php:793
|
2291 |
#, php-format
|
2292 |
msgid "Membership for %s at %s has been changed"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: classes/class.pmproemail.php:797 classes/class.pmproemail.php:645
|
2296 |
#: classes/class.pmproemail.php:683 classes/class.pmproemail.php:694
|
2297 |
#: classes/class.pmproemail.php:732 classes/class.pmproemail.php:797
|
2298 |
#, php-format
|
2299 |
msgid "The new level is %s. This membership is free"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
+
#: classes/class.pmproemail.php:799 classes/class.pmproemail.php:685
|
2303 |
+
#: classes/class.pmproemail.php:734 classes/class.pmproemail.php:799
|
2304 |
+
msgid "membership has been cancelled"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
#: classes/gateways/class.pmprogateway.php:55
|
2420 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2421 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2422 |
#: classes/gateways/class.pmprogateway_braintree.php:417
|
2423 |
+
#: classes/gateways/class.pmprogateway_stripe.php:396
|
2424 |
#: classes/gateways/class.pmprogateway_braintree.php:397
|
2425 |
#: classes/gateways/class.pmprogateway_braintree.php:398
|
2426 |
#: classes/gateways/class.pmprogateway_braintree.php:410
|
2433 |
#: classes/gateways/class.pmprogateway_stripe.php:353
|
2434 |
#: classes/gateways/class.pmprogateway_stripe.php:354
|
2435 |
#: classes/gateways/class.pmprogateway_stripe.php:361
|
|
|
|
|
2436 |
msgid "Could not find the subscription."
|
2437 |
msgstr ""
|
2438 |
|
2445 |
"owner immediately to correct this."
|
2446 |
msgstr ""
|
2447 |
|
|
|
|
|
|
|
2448 |
#: classes/gateways/class.pmprogateway_paypal.php:385
|
2449 |
#: classes/gateways/class.pmprogateway_paypalexpress.php:301
|
|
|
2450 |
#: classes/gateways/class.pmprogateway_paypalstandard.php:216
|
|
|
|
|
2451 |
msgid ""
|
2452 |
"Please contact the site owner or cancel your subscription from within PayPal "
|
2453 |
"to make sure you are not charged going forward."
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: classes/gateways/class.pmprogateway_stripe.php:199
|
2457 |
#: classes/gateways/class.pmprogateway_stripe.php:190
|
2458 |
#: classes/gateways/class.pmprogateway_stripe.php:192
|
2459 |
#: classes/gateways/class.pmprogateway_stripe.php:199
|
|
|
2460 |
msgid "Error creating customer record with Stripe:"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: classes/gateways/class.pmprogateway_stripe.php:302
|
2464 |
#: classes/gateways/class.pmprogateway_stripe.php:278
|
2465 |
#: classes/gateways/class.pmprogateway_stripe.php:279
|
2466 |
#: classes/gateways/class.pmprogateway_stripe.php:286
|
|
|
|
|
2467 |
msgid "Error creating plan with Stripe:"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: classes/gateways/class.pmprogateway_stripe.php:318
|
2471 |
#: classes/gateways/class.pmprogateway_stripe.php:294
|
2472 |
#: classes/gateways/class.pmprogateway_stripe.php:295
|
2473 |
#: classes/gateways/class.pmprogateway_stripe.php:302
|
|
|
|
|
2474 |
msgid "Error subscribing customer to plan with Stripe:"
|
2475 |
msgstr ""
|
2476 |
|
|
|
2477 |
#: classes/gateways/class.pmprogateway_stripe.php:383
|
|
|
2478 |
msgid "Could not cancel old subscription."
|
2479 |
msgstr ""
|
2480 |
|
|
|
|
|
2481 |
#: includes/adminpages.php:47 includes/adminpages.php:93
|
2482 |
+
#: includes/adminpages.php:9 includes/adminpages.php:39
|
2483 |
msgid "Memberships"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: includes/adminpages.php:48 includes/adminpages.php:107
|
2487 |
+
#: includes/adminpages.php:10 includes/adminpages.php:49
|
|
|
|
|
2488 |
msgid "Page Settings"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: includes/adminpages.php:49 includes/adminpages.php:114
|
2492 |
+
#: includes/adminpages.php:11 includes/adminpages.php:54
|
|
|
|
|
2493 |
msgid "Payment Settings"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: includes/adminpages.php:54 includes/adminpages.php:149
|
2497 |
+
#: includes/adminpages.php:16 includes/adminpages.php:79
|
|
|
|
|
2498 |
msgid "Reports"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: includes/adminpages.php:56 includes/adminpages.php:163
|
2502 |
+
#: includes/adminpages.php:18 includes/adminpages.php:89
|
|
|
|
|
2503 |
msgid "Discount Codes"
|
2504 |
msgstr ""
|
2505 |
|
2648 |
msgid "Vietnamese Dong"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: includes/functions.php:202 includes/functions.php:160
|
2652 |
#: includes/functions.php:196 includes/functions.php:202
|
|
|
2653 |
#, php-format
|
2654 |
msgid "The price for membership is <strong>%s</strong> now"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
+
#: includes/functions.php:204 includes/functions.php:204
|
|
|
2658 |
#, php-format
|
2659 |
msgid "<strong>%s</strong> now"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: includes/functions.php:213 includes/functions.php:169
|
2663 |
#: includes/functions.php:205 includes/functions.php:213
|
|
|
2664 |
#, php-format
|
2665 |
msgid " and then <strong>%s per %s for %d more %s</strong>."
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: includes/functions.php:217 includes/functions.php:173
|
2669 |
#: includes/functions.php:209 includes/functions.php:217
|
|
|
2670 |
#, php-format
|
2671 |
msgid " and then <strong>%s every %d %s for %d more %s</strong>."
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: includes/functions.php:222 includes/functions.php:178
|
2675 |
#: includes/functions.php:214 includes/functions.php:222
|
|
|
2676 |
#, php-format
|
2677 |
msgid " and then <strong>%s after %d %s</strong>."
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: includes/functions.php:229 includes/functions.php:229
|
|
|
2681 |
#, php-format
|
2682 |
msgid "The price for membership is <strong>%s per %s</strong>."
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: includes/functions.php:233 includes/functions.php:233
|
|
|
2686 |
#, php-format
|
2687 |
msgid "The price for membership is <strong>%s every %d %s</strong>."
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: includes/functions.php:238 includes/functions.php:184
|
2691 |
#: includes/functions.php:220 includes/functions.php:228
|
2692 |
+
#: includes/functions.php:238
|
2693 |
#, php-format
|
2694 |
msgid " and then <strong>%s per %s</strong>."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: includes/functions.php:242 includes/functions.php:188
|
2698 |
#: includes/functions.php:224 includes/functions.php:232
|
2699 |
+
#: includes/functions.php:242
|
2700 |
#, php-format
|
2701 |
msgid " and then <strong>%s every %d %s</strong>."
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: includes/functions.php:260 includes/functions.php:202
|
2705 |
#: includes/functions.php:238 includes/functions.php:249
|
2706 |
+
#: includes/functions.php:260 pages/levels.php:82
|
2707 |
msgid "After your initial payment, your first payment is Free."
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: includes/functions.php:264 includes/functions.php:206
|
2711 |
#: includes/functions.php:242 includes/functions.php:253
|
2712 |
+
#: includes/functions.php:264 pages/levels.php:86
|
2713 |
#, php-format
|
2714 |
msgid "After your initial payment, your first %d payments are Free."
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: includes/functions.php:271 includes/functions.php:213
|
2718 |
#: includes/functions.php:249 includes/functions.php:260
|
2719 |
+
#: includes/functions.php:271 pages/levels.php:93
|
2720 |
#, php-format
|
2721 |
msgid "After your initial payment, your first payment will cost %s."
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: includes/functions.php:275 includes/functions.php:217
|
2725 |
#: includes/functions.php:253 includes/functions.php:264
|
2726 |
+
#: includes/functions.php:275 pages/levels.php:97
|
2727 |
#, php-format
|
2728 |
msgid "After your initial payment, your first %d payments will cost %s."
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: includes/functions.php:286 includes/functions.php:228
|
2732 |
#: includes/functions.php:264 includes/functions.php:275
|
2733 |
+
#: includes/functions.php:286
|
2734 |
#, php-format
|
2735 |
msgid "Customers in %s will be charged %s%% tax."
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: includes/functions.php:300 includes/functions.php:242
|
2739 |
#: includes/functions.php:278 includes/functions.php:289
|
2740 |
+
#: includes/functions.php:300
|
2741 |
#, php-format
|
2742 |
msgid "Membership expires after %d %s."
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: includes/functions.php:536 includes/functions.php:491
|
2746 |
#: includes/functions.php:514 includes/functions.php:525
|
2747 |
+
#: includes/functions.php:536
|
2748 |
msgid "User ID not found."
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: includes/functions.php:553 includes/functions.php:508
|
2752 |
#: includes/functions.php:531 includes/functions.php:542
|
2753 |
+
#: includes/functions.php:553
|
2754 |
msgid "Invalid level."
|
2755 |
msgstr ""
|
2756 |
|
2757 |
+
#: includes/functions.php:564 includes/functions.php:520
|
2758 |
#: includes/functions.php:542 includes/functions.php:553
|
2759 |
+
#: includes/functions.php:564
|
2760 |
msgid "not changing?"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: includes/functions.php:581 includes/functions.php:631
|
2764 |
+
#: includes/functions.php:640 includes/functions.php:537
|
2765 |
#: includes/functions.php:559 includes/functions.php:570
|
2766 |
#: includes/functions.php:581 includes/functions.php:583
|
2767 |
#: includes/functions.php:592 includes/functions.php:605
|
2768 |
#: includes/functions.php:614 includes/functions.php:617
|
2769 |
#: includes/functions.php:626 includes/functions.php:628
|
2770 |
+
#: includes/functions.php:637
|
|
|
|
|
2771 |
msgid "Error interacting with database"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: includes/functions.php:681 includes/functions.php:720
|
2775 |
#: includes/functions.php:629 includes/functions.php:651
|
2776 |
#: includes/functions.php:667 includes/functions.php:668
|
2777 |
+
#: includes/functions.php:678 includes/functions.php:690
|
|
|
2778 |
#: includes/functions.php:706 includes/functions.php:717
|
|
|
2779 |
msgid "Membership level not found."
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: includes/functions.php:1102 includes/functions.php:1050
|
|
|
|
|
|
|
|
|
2783 |
#: includes/functions.php:1072 includes/functions.php:1088
|
2784 |
+
#: includes/functions.php:1099
|
|
|
2785 |
msgid "The discount code could not be found."
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: includes/functions.php:1118 includes/functions.php:1066
|
2789 |
#: includes/functions.php:1088 includes/functions.php:1104
|
2790 |
+
#: includes/functions.php:1115
|
|
|
2791 |
#, php-format
|
2792 |
msgid "This discount code goes into effect on %s."
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: includes/functions.php:1127 includes/functions.php:1075
|
2796 |
#: includes/functions.php:1097 includes/functions.php:1113
|
2797 |
+
#: includes/functions.php:1124
|
|
|
2798 |
#, php-format
|
2799 |
msgid "This discount code expired on %s."
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: includes/functions.php:1139 includes/functions.php:1087
|
2803 |
#: includes/functions.php:1109 includes/functions.php:1125
|
2804 |
+
#: includes/functions.php:1136
|
|
|
2805 |
msgid "This discount code is no longer valid."
|
2806 |
msgstr ""
|
2807 |
|
2808 |
+
#: includes/functions.php:1154 includes/functions.php:1102
|
2809 |
#: includes/functions.php:1124 includes/functions.php:1140
|
2810 |
+
#: includes/functions.php:1151
|
|
|
2811 |
msgid "This discount code does not apply to this membership level."
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: includes/functions.php:1162 includes/functions.php:1110
|
2815 |
#: includes/functions.php:1132 includes/functions.php:1148
|
2816 |
+
#: includes/functions.php:1159
|
|
|
2817 |
msgid "This discount code is okay."
|
2818 |
msgstr ""
|
2819 |
|
2820 |
+
#: includes/functions.php:1186 includes/functions.php:1134
|
2821 |
#: includes/functions.php:1156 includes/functions.php:1172
|
2822 |
+
#: includes/functions.php:1183
|
|
|
2823 |
msgid "and"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: includes/functions.php:1375 includes/functions.php:1319
|
2827 |
#: includes/functions.php:1341 includes/functions.php:1361
|
2828 |
+
#: includes/functions.php:1372
|
|
|
2829 |
msgid "Sign Up for !!name!! Now"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: includes/functions.php:1381 includes/functions.php:1325
|
2833 |
#: includes/functions.php:1347 includes/functions.php:1367
|
2834 |
+
#: includes/functions.php:1378
|
|
|
2835 |
msgid "Please specify a level id."
|
2836 |
msgstr ""
|
2837 |
|
|
|
|
|
|
|
|
|
|
|
2838 |
#: includes/localization.php:23 includes/localization.php:23
|
2839 |
msgid "Day"
|
2840 |
msgstr ""
|
2866 |
msgid "Current Level"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: includes/profile.php:39 includes/profile.php:37 includes/profile.php:39
|
2870 |
+
msgid "None"
|
2871 |
+
msgstr ""
|
2872 |
+
|
2873 |
#: includes/profile.php:84 includes/profile.php:82 includes/profile.php:84
|
2874 |
msgid "User is not paying."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
+
#: includes/upgradecheck.php:401 includes/upgradecheck.php:401
|
|
|
2878 |
#, php-format
|
2879 |
msgid ""
|
2880 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Register</a>"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: includes/upgradecheck.php:404 includes/upgradecheck.php:404
|
|
|
2884 |
#, php-format
|
2885 |
msgid ""
|
2886 |
"This content is for !!levels!! members only.<br /><a href=\"%s\">Log In</a> "
|
2887 |
"<a href=\"%s\">Register</a>"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: includes/upgradecheck.php:408 includes/upgradecheck.php:408
|
|
|
2891 |
msgid ""
|
2892 |
"This content is for !!levels!! members only. Visit the site and log in/"
|
2893 |
"register to read."
|
3155 |
"been applied to your order.</p>"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: pages/checkout.php:62 services/applydiscountcode.php:75
|
3159 |
#: pages/checkout.php:62 pages/checkout.php:63
|
3160 |
#: services/applydiscountcode.php:74 services/applydiscountcode.php:75
|
|
|
3161 |
msgid "Click here to change your discount code"
|
3162 |
msgstr ""
|
3163 |
|
3313 |
msgid "ending in"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: pages/confirmation.php:97 pages/confirmation.php:95
|
3317 |
+
#: pages/confirmation.php:97
|
3318 |
#, php-format
|
3319 |
msgid ""
|
3320 |
+
"Below are details about your membership account. A welcome email with has "
|
3321 |
+
"been sent to %s."
|
3322 |
msgstr ""
|
3323 |
|
3324 |
#: pages/confirmation.php:105 pages/confirmation.php:103
|
3390 |
msgid "← Return to Home"
|
3391 |
msgstr ""
|
3392 |
|
3393 |
+
#: preheaders/account.php:7 preheaders/levels.php:19 preheaders/account.php:7
|
3394 |
+
#: preheaders/levels.php:19
|
|
|
3395 |
msgid "Your membership status has been updated - Thank you!"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
+
#: preheaders/account.php:11 preheaders/levels.php:23
|
3399 |
+
#: preheaders/account.php:11 preheaders/levels.php:23
|
|
|
3400 |
msgid ""
|
3401 |
"Sorry, your request could not be completed - please try again in a few "
|
3402 |
"moments."
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: preheaders/billing.php:279 preheaders/checkout.php:482
|
3406 |
+
#: preheaders/billing.php:258 preheaders/billing.php:279
|
3407 |
+
#: preheaders/checkout.php:464 preheaders/checkout.php:481
|
|
|
|
|
3408 |
#: preheaders/checkout.php:482
|
3409 |
msgid "Please complete all required fields."
|
3410 |
msgstr ""
|
3411 |
|
3412 |
+
#: preheaders/billing.php:284 preheaders/checkout.php:492
|
3413 |
+
#: preheaders/billing.php:263 preheaders/billing.php:284
|
|
|
|
|
3414 |
#: preheaders/checkout.php:474 preheaders/checkout.php:491
|
3415 |
#: preheaders/checkout.php:492
|
3416 |
msgid "Your email addresses do not match. Please try again."
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: preheaders/billing.php:289 preheaders/checkout.php:498
|
3420 |
+
#: preheaders/billing.php:268 preheaders/billing.php:289
|
|
|
|
|
3421 |
#: preheaders/checkout.php:480 preheaders/checkout.php:497
|
3422 |
#: preheaders/checkout.php:498
|
3423 |
msgid "The email address entered is in an invalid format. Please try again."
|
3424 |
msgstr ""
|
3425 |
|
3426 |
+
#: preheaders/billing.php:295 preheaders/billing.php:274
|
|
|
3427 |
#: preheaders/billing.php:295
|
3428 |
msgid "All good!"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
+
#: preheaders/billing.php:370 preheaders/billing.php:340
|
|
|
3432 |
#: preheaders/billing.php:370
|
3433 |
#, php-format
|
3434 |
msgid "Information updated. <a href=\"%s\">« back to my account</a>"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
+
#: preheaders/billing.php:378 preheaders/billing.php:347
|
3438 |
+
#: preheaders/billing.php:380
|
|
|
3439 |
msgid "Error updating billing information."
|
3440 |
msgstr ""
|
3441 |
|
3442 |
+
#: preheaders/cancel.php:24 preheaders/cancel.php:24
|
3443 |
msgid "Your membership has been cancelled."
|
3444 |
msgstr ""
|
3445 |
|
3446 |
+
#: preheaders/checkout.php:28 preheaders/checkout.php:509
|
3447 |
+
#: preheaders/checkout.php:28 preheaders/checkout.php:491
|
|
|
|
|
3448 |
#: preheaders/checkout.php:508 preheaders/checkout.php:509
|
3449 |
msgid "Invalid gateway."
|
3450 |
msgstr ""
|
3451 |
|
3452 |
+
#: preheaders/checkout.php:96 preheaders/checkout.php:96
|
|
|
3453 |
msgid "Checkout: Payment Information"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
+
#: preheaders/checkout.php:109 preheaders/checkout.php:109
|
|
|
3457 |
msgid "Setup Your Account"
|
3458 |
msgstr ""
|
3459 |
|
3460 |
+
#: preheaders/checkout.php:486 preheaders/checkout.php:468
|
3461 |
+
#: preheaders/checkout.php:485 preheaders/checkout.php:486
|
|
|
|
|
|
|
|
|
|
|
3462 |
msgid "Your passwords do not match. Please try again."
|
3463 |
msgstr ""
|
3464 |
|
3465 |
+
#: preheaders/checkout.php:504 preheaders/checkout.php:486
|
|
|
3466 |
#: preheaders/checkout.php:503 preheaders/checkout.php:504
|
3467 |
#, php-format
|
3468 |
msgid "Please check the box to agree to the %s."
|
3469 |
msgstr ""
|
3470 |
|
3471 |
+
#: preheaders/checkout.php:513 preheaders/checkout.php:495
|
|
|
3472 |
#: preheaders/checkout.php:512 preheaders/checkout.php:513
|
3473 |
msgid "Are you a spammer?"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: preheaders/checkout.php:536 preheaders/checkout.php:518
|
|
|
3477 |
#: preheaders/checkout.php:535 preheaders/checkout.php:536
|
3478 |
msgid "That username is already taken. Please try another."
|
3479 |
msgstr ""
|
3480 |
|
3481 |
+
#: preheaders/checkout.php:542 preheaders/checkout.php:524
|
|
|
3482 |
#: preheaders/checkout.php:541 preheaders/checkout.php:542
|
3483 |
msgid "That email address is already taken. Please try another."
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: preheaders/checkout.php:562 preheaders/checkout.php:544
|
|
|
3487 |
#: preheaders/checkout.php:561 preheaders/checkout.php:562
|
3488 |
#, php-format
|
3489 |
msgid "reCAPTCHA failed. (%s) Please try again."
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: preheaders/checkout.php:702 preheaders/checkout.php:683
|
|
|
3493 |
#: preheaders/checkout.php:701 preheaders/checkout.php:702
|
3494 |
msgid "Payment accepted."
|
3495 |
msgstr ""
|
3496 |
|
3497 |
+
#: preheaders/checkout.php:710 preheaders/checkout.php:691
|
|
|
3498 |
#: preheaders/checkout.php:709 preheaders/checkout.php:710
|
3499 |
msgid ""
|
3500 |
"Unknown error generating account. Please contact us to setup your membership."
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#: preheaders/checkout.php:754 preheaders/checkout.php:823
|
3504 |
+
#: preheaders/checkout.php:735 preheaders/checkout.php:753
|
3505 |
+
#: preheaders/checkout.php:754 preheaders/checkout.php:803
|
|
|
|
|
3506 |
#: preheaders/checkout.php:822 preheaders/checkout.php:823
|
3507 |
msgid "The PayPal Token was lost."
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: preheaders/checkout.php:860 preheaders/checkout.php:825
|
|
|
3511 |
#: preheaders/checkout.php:844 preheaders/checkout.php:859
|
3512 |
#: preheaders/checkout.php:860
|
3513 |
msgid ""
|
3515 |
"Please contact us."
|
3516 |
msgstr ""
|
3517 |
|
3518 |
+
#: preheaders/checkout.php:1046 preheaders/checkout.php:983
|
|
|
3519 |
#: preheaders/checkout.php:1030 preheaders/checkout.php:1045
|
3520 |
#: preheaders/checkout.php:1046
|
3521 |
msgid ""
|
3524 |
"submit this form again. Please contact the site owner to fix this issue."
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: preheaders/checkout.php:1051 preheaders/checkout.php:988
|
|
|
3528 |
#: preheaders/checkout.php:1035 preheaders/checkout.php:1050
|
3529 |
#: preheaders/checkout.php:1051
|
3530 |
msgid ""
|
3533 |
"this form again. Please contact the site owner to fix this issue."
|
3534 |
msgstr ""
|
3535 |
|
3536 |
+
#: preheaders/checkout.php:1064 preheaders/checkout.php:1001
|
|
|
3537 |
#: preheaders/checkout.php:1048 preheaders/checkout.php:1063
|
3538 |
#: preheaders/checkout.php:1064
|
3539 |
#, php-format
|
3542 |
"be processed."
|
3543 |
msgstr ""
|
3544 |
|
3545 |
+
#: preheaders/checkout.php:1066 preheaders/checkout.php:1003
|
|
|
3546 |
#: preheaders/checkout.php:1050 preheaders/checkout.php:1065
|
3547 |
#: preheaders/checkout.php:1066
|
3548 |
msgid "A Payment Gateway must be setup before any payments will be processed."
|
3568 |
msgid "Trial ending email sent to %s. "
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: services/applydiscountcode.php:64 services/applydiscountcode.php:64
|
|
|
3572 |
#, php-format
|
3573 |
msgid "The %s code has been applied to your order. "
|
3574 |
msgstr ""
|
3575 |
|
3576 |
+
#: services/applydiscountcode.php:83 services/applydiscountcode.php:82
|
3577 |
+
#: services/applydiscountcode.php:83
|
3578 |
#, php-format
|
3579 |
msgid "The <strong>%s</strong> code has been applied to your order."
|
3580 |
msgstr ""
|
3587 |
msgstr ""
|
3588 |
|
3589 |
#: services/stripe-webhook.php:194 services/stripe-webhook.php:176
|
|
|
3590 |
#, php-format
|
3591 |
msgid ""
|
3592 |
"%s has had their payment subscription cancelled by Stripe. Please check that "
|
3620 |
"amount."
|
3621 |
msgstr ""
|
3622 |
|
|
|
|
|
|
|
|
|
3623 |
#: adminpages/paymentsettings.php:170
|
3624 |
msgid ""
|
3625 |
"Payflow Pro currently only supports one-time payments. Users will not be "
|
3646 |
"the checkout page."
|
3647 |
msgstr ""
|
3648 |
|
|
|
|
|
|
|
|
|
|
|
3649 |
#: pages/checkout.php:51 pages/checkout.php:52
|
3650 |
#, php-format
|
3651 |
msgid "<p>The <strong>%s</strong> code has been applied to your order.</p>"
|
3657 |
"shortly."
|
3658 |
msgstr ""
|
3659 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3660 |
#: pages/levels.php:15
|
3661 |
msgid "Subscription Information"
|
3662 |
msgstr ""
|
pages/account.php
CHANGED
@@ -15,9 +15,9 @@
|
|
15 |
<?php
|
16 |
$level = $current_user->membership_level;
|
17 |
if($current_user->membership_level->cycle_number > 1) {
|
18 |
-
printf(
|
19 |
} elseif($current_user->membership_level->cycle_number == 1) {
|
20 |
-
printf(
|
21 |
} else {
|
22 |
echo $pmpro_currency_symbol, $current_user->membership_level->billing_amount;
|
23 |
}
|
15 |
<?php
|
16 |
$level = $current_user->membership_level;
|
17 |
if($current_user->membership_level->cycle_number > 1) {
|
18 |
+
printf(_x('%s every %d %s.', 'Recurring payment in cost text generation. E.g., $5 every 2 months.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, $level->cycle_number, pmpro_translate_billing_period($level->cycle_period, $level->cycle_number));
|
19 |
} elseif($current_user->membership_level->cycle_number == 1) {
|
20 |
+
printf(_x('%s per %s.', 'Recurring payment in cost text generation. E.g. $5 every month.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, pmpro_translate_billing_period($level->cycle_period));
|
21 |
} else {
|
22 |
echo $pmpro_currency_symbol, $current_user->membership_level->billing_amount;
|
23 |
}
|
pages/billing.php
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
<?php
|
20 |
$level = $current_user->membership_level;
|
21 |
if($current_user->membership_level->cycle_number > 1) {
|
22 |
-
printf(
|
23 |
} elseif($current_user->membership_level->cycle_number == 1) {
|
24 |
-
printf(
|
25 |
} else {
|
26 |
echo $pmpro_currency_symbol, $current_user->membership_level->billing_amount;
|
27 |
}
|
19 |
<?php
|
20 |
$level = $current_user->membership_level;
|
21 |
if($current_user->membership_level->cycle_number > 1) {
|
22 |
+
printf(_x('%s every %d %s.', 'Recurring payment in cost text generation. E.g., $5 every 2 months.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, $level->cycle_number, pmpro_translate_billing_period($level->cycle_period, $level->cycle_number));
|
23 |
} elseif($current_user->membership_level->cycle_number == 1) {
|
24 |
+
printf(_x('%s per %s.', 'Recurring payment in cost text generation. E.g. $5 every month.', 'pmpro'), $pmpro_currency_symbol . $level->billing_amount, pmpro_translate_billing_period($level->cycle_period));
|
25 |
} else {
|
26 |
echo $pmpro_currency_symbol, $current_user->membership_level->billing_amount;
|
27 |
}
|
pages/checkout.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
$pmpro_stripe_lite = apply_filters("pmpro_stripe_lite", !pmpro_getOption("stripe_billingaddress")); //default is oposite of the stripe_billingaddress setting
|
6 |
?>
|
7 |
-
|
8 |
<form id="pmpro_form" class="pmpro_form" action="<?php if(!empty($_REQUEST['review'])) echo pmpro_url("checkout", "?level=" . $pmpro_level->id); ?>" method="post">
|
9 |
|
10 |
<input type="hidden" id="level" name="level" value="<?php echo esc_attr($pmpro_level->id) ?>" />
|
@@ -462,7 +462,7 @@
|
|
462 |
</table>
|
463 |
<?php } ?>
|
464 |
|
465 |
-
<?php do_action("pmpro_checkout_after_billing_fields"); ?>
|
466 |
|
467 |
<?php
|
468 |
$pmpro_accepted_credit_cards = pmpro_getOption("accepted_credit_cards");
|
@@ -489,7 +489,7 @@
|
|
489 |
}
|
490 |
?>
|
491 |
<?php if(empty($pmpro_stripe_lite) || $gateway != "stripe") { ?>
|
492 |
-
<div
|
493 |
<label for="CardType"><?php _e('Card Type', 'pmpro');?></label>
|
494 |
<select id="CardType" <?php if($gateway != "stripe") { ?>name="CardType"<?php } ?> class=" <?php echo pmpro_getClassForField("CardType");?>">
|
495 |
<?php foreach($pmpro_accepted_credit_cards as $cc) { ?>
|
@@ -499,12 +499,12 @@
|
|
499 |
</div>
|
500 |
<?php } ?>
|
501 |
|
502 |
-
<div
|
503 |
<label for="AccountNumber"><?php _e('Card Number', 'pmpro');?></label>
|
504 |
<input id="AccountNumber" <?php if($gateway != "stripe" && $gateway != "braintree") { ?>name="AccountNumber"<?php } ?> class="input <?php echo pmpro_getClassForField("AccountNumber");?>" type="text" size="25" value="<?php echo esc_attr($AccountNumber)?>" <?php if($gateway == "braintree") { ?>data-encrypted-name="number"<?php } ?> autocomplete="off" />
|
505 |
</div>
|
506 |
|
507 |
-
<div
|
508 |
<label for="ExpirationMonth"><?php _e('Expiration Date', 'pmpro');?></label>
|
509 |
<select id="ExpirationMonth" <?php if($gateway != "stripe") { ?>name="ExpirationMonth"<?php } ?> class=" <?php echo pmpro_getClassForField("ExpirationMonth");?>">
|
510 |
<option value="01" <?php if($ExpirationMonth == "01") { ?>selected="selected"<?php } ?>>01</option>
|
@@ -536,16 +536,16 @@
|
|
536 |
if($pmpro_show_cvv)
|
537 |
{
|
538 |
?>
|
539 |
-
<div
|
540 |
<label for="CVV"><?php _ex('CVV', 'Credit card security code, CVV/CCV/CVV2', 'pmpro');?></label>
|
541 |
-
<input id="CVV" <?php if($gateway != "stripe" && $gateway != "braintree") { ?>name="CVV"<?php } ?> type="text" size="4" value="<?php if(!empty($_REQUEST['CVV'])) { echo esc_attr($_REQUEST['CVV']); }?>" class="
|
542 |
</div>
|
543 |
<?php
|
544 |
}
|
545 |
?>
|
546 |
|
547 |
<?php if($pmpro_show_discount_code) { ?>
|
548 |
-
<div
|
549 |
<label for="discount_code"><?php _e('Discount Code', 'pmpro');?></label>
|
550 |
<input class="input <?php echo pmpro_getClassForField("discount_code");?>" id="discount_code" name="discount_code" type="text" size="20" value="<?php echo esc_attr($discount_code)?>" />
|
551 |
<input type="button" id="discount_code_button" name="discount_code_button" value="<?php _e('Apply', 'pmpro');?>" />
|
@@ -654,7 +654,7 @@
|
|
654 |
<div id="pmpro_license">
|
655 |
<?php echo wpautop($tospage->post_content)?>
|
656 |
</div>
|
657 |
-
<input type="checkbox" name="tos" value="1" id="tos" /> <label
|
658 |
</td>
|
659 |
</tr>
|
660 |
</tbody>
|
@@ -701,7 +701,7 @@
|
|
701 |
</div>
|
702 |
|
703 |
</form>
|
704 |
-
|
705 |
<?php if($gateway == "paypal" || $gateway == "paypalexpress") { ?>
|
706 |
<script>
|
707 |
//choosing payment method
|
@@ -772,7 +772,3 @@
|
|
772 |
});
|
773 |
-->
|
774 |
</script>
|
775 |
-
<script>
|
776 |
-
//add javascriptok hidden field to checkout
|
777 |
-
jQuery("input[name=submit-checkout]").after("<input type=hidden name=javascriptok value=1 />");
|
778 |
-
</script>
|
4 |
|
5 |
$pmpro_stripe_lite = apply_filters("pmpro_stripe_lite", !pmpro_getOption("stripe_billingaddress")); //default is oposite of the stripe_billingaddress setting
|
6 |
?>
|
7 |
+
|
8 |
<form id="pmpro_form" class="pmpro_form" action="<?php if(!empty($_REQUEST['review'])) echo pmpro_url("checkout", "?level=" . $pmpro_level->id); ?>" method="post">
|
9 |
|
10 |
<input type="hidden" id="level" name="level" value="<?php echo esc_attr($pmpro_level->id) ?>" />
|
462 |
</table>
|
463 |
<?php } ?>
|
464 |
|
465 |
+
<?php do_action("pmpro_checkout_after_billing_fields"); ?>
|
466 |
|
467 |
<?php
|
468 |
$pmpro_accepted_credit_cards = pmpro_getOption("accepted_credit_cards");
|
489 |
}
|
490 |
?>
|
491 |
<?php if(empty($pmpro_stripe_lite) || $gateway != "stripe") { ?>
|
492 |
+
<div>
|
493 |
<label for="CardType"><?php _e('Card Type', 'pmpro');?></label>
|
494 |
<select id="CardType" <?php if($gateway != "stripe") { ?>name="CardType"<?php } ?> class=" <?php echo pmpro_getClassForField("CardType");?>">
|
495 |
<?php foreach($pmpro_accepted_credit_cards as $cc) { ?>
|
499 |
</div>
|
500 |
<?php } ?>
|
501 |
|
502 |
+
<div>
|
503 |
<label for="AccountNumber"><?php _e('Card Number', 'pmpro');?></label>
|
504 |
<input id="AccountNumber" <?php if($gateway != "stripe" && $gateway != "braintree") { ?>name="AccountNumber"<?php } ?> class="input <?php echo pmpro_getClassForField("AccountNumber");?>" type="text" size="25" value="<?php echo esc_attr($AccountNumber)?>" <?php if($gateway == "braintree") { ?>data-encrypted-name="number"<?php } ?> autocomplete="off" />
|
505 |
</div>
|
506 |
|
507 |
+
<div>
|
508 |
<label for="ExpirationMonth"><?php _e('Expiration Date', 'pmpro');?></label>
|
509 |
<select id="ExpirationMonth" <?php if($gateway != "stripe") { ?>name="ExpirationMonth"<?php } ?> class=" <?php echo pmpro_getClassForField("ExpirationMonth");?>">
|
510 |
<option value="01" <?php if($ExpirationMonth == "01") { ?>selected="selected"<?php } ?>>01</option>
|
536 |
if($pmpro_show_cvv)
|
537 |
{
|
538 |
?>
|
539 |
+
<div>
|
540 |
<label for="CVV"><?php _ex('CVV', 'Credit card security code, CVV/CCV/CVV2', 'pmpro');?></label>
|
541 |
+
<input class="input" id="CVV" <?php if($gateway != "stripe" && $gateway != "braintree") { ?>name="CVV"<?php } ?> type="text" size="4" value="<?php if(!empty($_REQUEST['CVV'])) { echo esc_attr($_REQUEST['CVV']); }?>" class=" <?php echo pmpro_getClassForField("CVV");?>" <?php if($gateway == "braintree") { ?>data-encrypted-name="cvv"<?php } ?> /> <small>(<a href="javascript:void(0);" onclick="javascript:window.open('<?php echo pmpro_https_filter(PMPRO_URL)?>/pages/popup-cvv.html','cvv','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=600, height=475');"><?php _ex("what's this?", 'link to CVV help', 'pmpro');?></a>)</small>
|
542 |
</div>
|
543 |
<?php
|
544 |
}
|
545 |
?>
|
546 |
|
547 |
<?php if($pmpro_show_discount_code) { ?>
|
548 |
+
<div>
|
549 |
<label for="discount_code"><?php _e('Discount Code', 'pmpro');?></label>
|
550 |
<input class="input <?php echo pmpro_getClassForField("discount_code");?>" id="discount_code" name="discount_code" type="text" size="20" value="<?php echo esc_attr($discount_code)?>" />
|
551 |
<input type="button" id="discount_code_button" name="discount_code_button" value="<?php _e('Apply', 'pmpro');?>" />
|
654 |
<div id="pmpro_license">
|
655 |
<?php echo wpautop($tospage->post_content)?>
|
656 |
</div>
|
657 |
+
<input type="checkbox" name="tos" value="1" id="tos" /> <label for="tos"><?php printf(__('I agree to the %s', 'pmpro'), $tospage->post_title);?></label>
|
658 |
</td>
|
659 |
</tr>
|
660 |
</tbody>
|
701 |
</div>
|
702 |
|
703 |
</form>
|
704 |
+
|
705 |
<?php if($gateway == "paypal" || $gateway == "paypalexpress") { ?>
|
706 |
<script>
|
707 |
//choosing payment method
|
772 |
});
|
773 |
-->
|
774 |
</script>
|
|
|
|
|
|
|
|
pages/confirmation.php
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
|
39 |
|
40 |
<h3>
|
41 |
-
<?php printf(
|
42 |
</h3>
|
43 |
<a class="pmpro_a-print" href="javascript:window.print()"><?php _e('Print', 'pmpro');?></a>
|
44 |
<ul>
|
@@ -79,7 +79,7 @@
|
|
79 |
<?php } ?>
|
80 |
<td>
|
81 |
<?php if($pmpro_invoice->accountnumber) { ?>
|
82 |
-
<?php echo $pmpro_invoice->cardtype?> <?php
|
83 |
<small><?php _e('Expiration', 'pmpro');?>: <?php echo $pmpro_invoice->expirationmonth?>/<?php echo $pmpro_invoice->expirationyear?></small>
|
84 |
<?php } elseif($pmpro_invoice->payment_type) { ?>
|
85 |
<?php echo $pmpro_invoice->payment_type?>
|
@@ -94,7 +94,7 @@
|
|
94 |
}
|
95 |
else
|
96 |
{
|
97 |
-
$confirmation_message .= "<p>" . sprintf(__('Below are details about your membership account. A welcome email has been sent to %s.', 'pmpro'), $current_user->user_email) . "</p>";
|
98 |
|
99 |
$confirmation_message = apply_filters("pmpro_confirmation_message", $confirmation_message, false);
|
100 |
|
38 |
|
39 |
|
40 |
<h3>
|
41 |
+
<?php printf(_x('Invoice #%s on %s', 'Invoice # header. E.g. Invoice #ABCDEF on 2013-01-01.', 'pmpro'), $pmpro_invoice->code, date_i18n(get_option('date_format'), $pmpro_invoice->timestamp));?>
|
42 |
</h3>
|
43 |
<a class="pmpro_a-print" href="javascript:window.print()"><?php _e('Print', 'pmpro');?></a>
|
44 |
<ul>
|
79 |
<?php } ?>
|
80 |
<td>
|
81 |
<?php if($pmpro_invoice->accountnumber) { ?>
|
82 |
+
<?php echo $pmpro_invoice->cardtype?> <?php echo _x('ending in', 'credit card type {ending in} xxxx', 'pmpro');?> <?php echo last4($pmpro_invoice->accountnumber)?><br />
|
83 |
<small><?php _e('Expiration', 'pmpro');?>: <?php echo $pmpro_invoice->expirationmonth?>/<?php echo $pmpro_invoice->expirationyear?></small>
|
84 |
<?php } elseif($pmpro_invoice->payment_type) { ?>
|
85 |
<?php echo $pmpro_invoice->payment_type?>
|
94 |
}
|
95 |
else
|
96 |
{
|
97 |
+
$confirmation_message .= "<p>" . sprintf(__('Below are details about your membership account. A welcome email with has been sent to %s.', 'pmpro'), $current_user->user_email) . "</p>";
|
98 |
|
99 |
$confirmation_message = apply_filters("pmpro_confirmation_message", $confirmation_message, false);
|
100 |
|
pages/invoice.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
?>
|
20 |
|
21 |
<h3>
|
22 |
-
<?php printf(
|
23 |
</h3>
|
24 |
<a class="pmpro_a-print" href="javascript:window.print()">Print</a>
|
25 |
<ul>
|
@@ -66,7 +66,7 @@
|
|
66 |
<?php } ?>
|
67 |
<td>
|
68 |
<?php if($pmpro_invoice->accountnumber) { ?>
|
69 |
-
<?php echo $pmpro_invoice->cardtype?> <?php echo
|
70 |
<small><?php _e('Expiration', 'pmpro');?>: <?php echo $pmpro_invoice->expirationmonth?>/<?php echo $pmpro_invoice->expirationyear?></small>
|
71 |
<?php } elseif($pmpro_invoice->payment_type) { ?>
|
72 |
<?php echo $pmpro_invoice->payment_type?>
|
19 |
?>
|
20 |
|
21 |
<h3>
|
22 |
+
<?php printf(_x('Invoice #%s on %s', 'Invoice # header. E.g. Invoice #ABCDEF on 2013-01-01.', 'pmpro'), $pmpro_invoice->code, date_i18n(get_option('date_format'), $pmpro_invoice->timestamp));?>
|
23 |
</h3>
|
24 |
<a class="pmpro_a-print" href="javascript:window.print()">Print</a>
|
25 |
<ul>
|
66 |
<?php } ?>
|
67 |
<td>
|
68 |
<?php if($pmpro_invoice->accountnumber) { ?>
|
69 |
+
<?php echo $pmpro_invoice->cardtype?> <?php echo _x('ending in', 'credit card type {ending in} xxxx', 'pmpro');?> <?php echo last4($pmpro_invoice->accountnumber)?><br />
|
70 |
<small><?php _e('Expiration', 'pmpro');?>: <?php echo $pmpro_invoice->expirationmonth?>/<?php echo $pmpro_invoice->expirationyear?></small>
|
71 |
<?php } elseif($pmpro_invoice->payment_type) { ?>
|
72 |
<?php echo $pmpro_invoice->payment_type?>
|
pages/levels.php
CHANGED
@@ -39,22 +39,22 @@ if($pmpro_msg)
|
|
39 |
elseif(!empty($cost_text))
|
40 |
echo $cost_text;
|
41 |
elseif(!empty($expiration_text))
|
42 |
-
echo $expiration_text;
|
43 |
?>
|
44 |
</td>
|
45 |
<td>
|
46 |
<?php if(empty($current_user->membership_level->ID)) { ?>
|
47 |
-
<a class="pmpro_btn pmpro_btn-select" href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>"><?php
|
48 |
<?php } elseif ( !$current_level ) { ?>
|
49 |
-
<a class="pmpro_btn pmpro_btn-select" href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>"><?php
|
50 |
<?php } elseif($current_level) { ?>
|
51 |
|
52 |
<?php
|
53 |
//if it's a one-time-payment level, offer a link to renew
|
54 |
-
if(!pmpro_isLevelRecurring($current_user->membership_level)
|
55 |
{
|
56 |
?>
|
57 |
-
<a class="pmpro_btn pmpro_btn-select" href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>"><?php
|
58 |
<?php
|
59 |
}
|
60 |
else
|
39 |
elseif(!empty($cost_text))
|
40 |
echo $cost_text;
|
41 |
elseif(!empty($expiration_text))
|
42 |
+
echo $expiration_text;
|
43 |
?>
|
44 |
</td>
|
45 |
<td>
|
46 |
<?php if(empty($current_user->membership_level->ID)) { ?>
|
47 |
+
<a class="pmpro_btn pmpro_btn-select" href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>"><?php echo _x('Select', 'Choose a level from levels page', 'pmpro');?></a>
|
48 |
<?php } elseif ( !$current_level ) { ?>
|
49 |
+
<a class="pmpro_btn pmpro_btn-select" href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>"><?php echo _x('Select', 'Choose a level from levels page', 'pmpro');?></a>
|
50 |
<?php } elseif($current_level) { ?>
|
51 |
|
52 |
<?php
|
53 |
//if it's a one-time-payment level, offer a link to renew
|
54 |
+
if(!pmpro_isLevelRecurring($current_user->membership_level))
|
55 |
{
|
56 |
?>
|
57 |
+
<a class="pmpro_btn pmpro_btn-select" href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>"><?php echo _x('Renew', 'Clicking to renew from levels page', 'pmpro');?></a>
|
58 |
<?php
|
59 |
}
|
60 |
else
|
paid-memberships-pro.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Paid Memberships Pro
|
4 |
Plugin URI: http://www.paidmembershipspro.com
|
5 |
Description: Plugin to Handle Memberships
|
6 |
-
Version: 1.7.
|
7 |
Author: Stranger Studios
|
8 |
Author URI: http://www.strangerstudios.com
|
9 |
*/
|
@@ -13,7 +13,7 @@ Author URI: http://www.strangerstudios.com
|
|
13 |
*/
|
14 |
|
15 |
//version constant
|
16 |
-
define("PMPRO_VERSION", "1.7.
|
17 |
|
18 |
//if the session has been started yet, start it (ignore if running from command line)
|
19 |
if(defined('STDIN') )
|
@@ -22,15 +22,8 @@ if(defined('STDIN') )
|
|
22 |
}
|
23 |
else
|
24 |
{
|
25 |
-
|
26 |
-
|
27 |
-
session_start();
|
28 |
-
}
|
29 |
-
else {
|
30 |
-
if(!session_id())
|
31 |
-
session_start();
|
32 |
-
}
|
33 |
-
|
34 |
}
|
35 |
|
36 |
/*
|
@@ -106,10 +99,10 @@ $membership_levels = $wpdb->get_results( "SELECT * FROM {$wpdb->pmpro_membership
|
|
106 |
function pmpro_activation()
|
107 |
{
|
108 |
//schedule crons
|
109 |
-
wp_schedule_event(
|
110 |
-
//wp_schedule_event(
|
111 |
-
wp_schedule_event(
|
112 |
-
wp_schedule_event(
|
113 |
|
114 |
//add caps to admin role
|
115 |
$role = get_role( 'administrator' );
|
3 |
Plugin Name: Paid Memberships Pro
|
4 |
Plugin URI: http://www.paidmembershipspro.com
|
5 |
Description: Plugin to Handle Memberships
|
6 |
+
Version: 1.7.9.1
|
7 |
Author: Stranger Studios
|
8 |
Author URI: http://www.strangerstudios.com
|
9 |
*/
|
13 |
*/
|
14 |
|
15 |
//version constant
|
16 |
+
define("PMPRO_VERSION", "1.7.9.1");
|
17 |
|
18 |
//if the session has been started yet, start it (ignore if running from command line)
|
19 |
if(defined('STDIN') )
|
22 |
}
|
23 |
else
|
24 |
{
|
25 |
+
if(!session_id())
|
26 |
+
session_start();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
}
|
28 |
|
29 |
/*
|
99 |
function pmpro_activation()
|
100 |
{
|
101 |
//schedule crons
|
102 |
+
wp_schedule_event(time(), 'daily', 'pmpro_cron_expiration_warnings');
|
103 |
+
//wp_schedule_event(time(), 'daily', 'pmpro_cron_trial_ending_warnings'); //this warning has been deprecated since 1.7.2
|
104 |
+
wp_schedule_event(time(), 'daily', 'pmpro_cron_expire_memberships');
|
105 |
+
wp_schedule_event(time(), 'monthly', 'pmpro_cron_credit_card_expiring_warnings');
|
106 |
|
107 |
//add caps to admin role
|
108 |
$role = get_role( 'administrator' );
|
preheaders/account.php
CHANGED
@@ -1,38 +1,43 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
if($
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
if
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
1 |
<?php
|
2 |
+
global $wpdb, $current_user, $pmpro_msg, $pmpro_msgt;
|
3 |
+
if (isset($_REQUEST['msg']))
|
4 |
+
{
|
5 |
+
if ($_REQUEST['msg']==1)
|
6 |
+
{
|
7 |
+
$pmpro_msg = __('Your membership status has been updated - Thank you!', 'pmpro');
|
8 |
+
}
|
9 |
+
else
|
10 |
+
{
|
11 |
+
$pmpro_msg = __('Sorry, your request could not be completed - please try again in a few moments.', 'pmpro');
|
12 |
+
$pmpro_msgt = "pmpro_error";
|
13 |
+
}
|
14 |
+
}
|
15 |
+
else
|
16 |
+
{
|
17 |
+
$pmpro_msg = false;
|
18 |
+
}
|
19 |
+
|
20 |
+
//if no user, redirect to levels page
|
21 |
+
if(empty($current_user->ID))
|
22 |
+
{
|
23 |
+
$redirect = apply_filters("pmpro_account_preheader_no_user_redirect", pmpro_url("levels"));
|
24 |
+
if($redirect)
|
25 |
+
{
|
26 |
+
wp_redirect($redirect);
|
27 |
+
exit;
|
28 |
+
}
|
29 |
+
}
|
30 |
+
|
31 |
+
//if no membership level, redirect to levels page
|
32 |
+
if(empty($current_user->membership_level->ID))
|
33 |
+
{
|
34 |
+
$redirect = apply_filters("pmpro_account_preheader_redirect", pmpro_url("levels"));
|
35 |
+
if($redirect)
|
36 |
+
{
|
37 |
+
wp_redirect($redirect);
|
38 |
+
exit;
|
39 |
+
}
|
40 |
+
}
|
41 |
+
|
42 |
+
global $pmpro_levels;
|
43 |
+
$pmpro_levels = pmpro_getAllLevels();
|
preheaders/billing.php
CHANGED
@@ -1,373 +1,401 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
global $
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
$
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
}
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
jQuery('.pmpro_btn-submit').removeAttr("disabled");
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
global $wpdb, $current_user, $pmpro_msg, $pmpro_msgt;
|
3 |
+
global $bfirstname, $blastname, $baddress1, $baddress2, $bcity, $bstate, $bzipcode, $bcountry, $bphone, $bemail, $bconfirmemail, $CardType, $AccountNumber, $ExpirationMonth, $ExpirationYear;
|
4 |
+
|
5 |
+
$gateway = pmpro_getOption("gateway");
|
6 |
+
|
7 |
+
//need to be secure?
|
8 |
+
global $besecure, $show_paypal_link;
|
9 |
+
$user_order = new MemberOrder();
|
10 |
+
$user_order->getLastMemberOrder();
|
11 |
+
if(empty($user_order->gateway))
|
12 |
+
{
|
13 |
+
//no order
|
14 |
+
$besecure = false;
|
15 |
+
}
|
16 |
+
elseif($user_order->gateway == "paypalexpress")
|
17 |
+
{
|
18 |
+
$besecure = pmpro_getOption("use_ssl");
|
19 |
+
//still they might have website payments pro setup
|
20 |
+
if($gateway == "paypal")
|
21 |
+
{
|
22 |
+
//$besecure = true;
|
23 |
+
}
|
24 |
+
else
|
25 |
+
{
|
26 |
+
//$besecure = false;
|
27 |
+
$show_paypal_link = true;
|
28 |
+
}
|
29 |
+
}
|
30 |
+
else
|
31 |
+
{
|
32 |
+
//$besecure = true;
|
33 |
+
$besecure = pmpro_getOption("use_ssl");
|
34 |
+
}
|
35 |
+
|
36 |
+
//code for stripe
|
37 |
+
if($gateway == "stripe")
|
38 |
+
{
|
39 |
+
//stripe js library
|
40 |
+
wp_enqueue_script("stripe", "https://js.stripe.com/v1/", array(), "");
|
41 |
+
|
42 |
+
//stripe js code for checkout
|
43 |
+
function pmpro_stripe_javascript()
|
44 |
+
{
|
45 |
+
?>
|
46 |
+
<script type="text/javascript">
|
47 |
+
// this identifies your website in the createToken call below
|
48 |
+
Stripe.setPublishableKey('<?php echo pmpro_getOption("stripe_publishablekey"); ?>');
|
49 |
+
jQuery(document).ready(function() {
|
50 |
+
jQuery(".pmpro_form").submit(function(event) {
|
51 |
+
|
52 |
+
Stripe.createToken({
|
53 |
+
number: jQuery('#AccountNumber').val(),
|
54 |
+
cvc: jQuery('#CVV').val(),
|
55 |
+
exp_month: jQuery('#ExpirationMonth').val(),
|
56 |
+
exp_year: jQuery('#ExpirationYear').val(),
|
57 |
+
name: jQuery.trim(jQuery('#bfirstname').val() + ' ' + jQuery('#blastname').val())
|
58 |
+
|
59 |
+
<?php
|
60 |
+
$pmpro_stripe_verify_address = apply_filters("pmpro_stripe_verify_address", true);
|
61 |
+
if(!empty($pmpro_strip_verify_address))
|
62 |
+
{
|
63 |
+
?>
|
64 |
+
,address_line1: jQuery('#baddress1').val(),
|
65 |
+
address_line2: jQuery('#baddress2').val(),
|
66 |
+
address_city: jQuery('#bcity').val(),
|
67 |
+
address_state: jQuery('#bstate').val(),
|
68 |
+
address_zip: jQuery('#bzipcode').val(),
|
69 |
+
address_country: jQuery('#bcountry').val()
|
70 |
+
<?php
|
71 |
+
}
|
72 |
+
?>
|
73 |
+
|
74 |
+
}, stripeResponseHandler);
|
75 |
+
|
76 |
+
// prevent the form from submitting with the default action
|
77 |
+
return false;
|
78 |
+
});
|
79 |
+
});
|
80 |
+
|
81 |
+
function stripeResponseHandler(status, response) {
|
82 |
+
if (response.error) {
|
83 |
+
// re-enable the submit button
|
84 |
jQuery('.pmpro_btn-submit').removeAttr("disabled");
|
85 |
+
|
86 |
+
// show the errors on the form
|
87 |
+
alert(response.error.message);
|
88 |
+
jQuery(".payment-errors").text(response.error.message);
|
89 |
+
} else {
|
90 |
+
var form$ = jQuery(".pmpro_form");
|
91 |
+
// token contains id, last4, and card type
|
92 |
+
var token = response['id'];
|
93 |
+
// insert the token into the form so it gets submitted to the server
|
94 |
+
form$.append("<input type='hidden' name='stripeToken' value='" + token + "'/>");
|
95 |
+
|
96 |
+
//insert fields for other card fields
|
97 |
+
form$.append("<input type='hidden' name='CardType' value='" + response['card']['type'] + "'/>");
|
98 |
+
form$.append("<input type='hidden' name='AccountNumber' value='XXXXXXXXXXXXX" + response['card']['last4'] + "'/>");
|
99 |
+
form$.append("<input type='hidden' name='ExpirationMonth' value='" + response['card']['exp_month'] + "'/>");
|
100 |
+
form$.append("<input type='hidden' name='ExpirationYear' value='" + response['card']['exp_year'] + "'/>");
|
101 |
+
|
102 |
+
// and submit
|
103 |
+
form$.get(0).submit();
|
104 |
+
}
|
105 |
+
}
|
106 |
+
</script>
|
107 |
+
<?php
|
108 |
+
}
|
109 |
+
add_action("wp_head", "pmpro_stripe_javascript");
|
110 |
+
|
111 |
+
//don't require the CVV
|
112 |
+
function pmpro_stripe_dont_require_CVV($fields)
|
113 |
+
{
|
114 |
+
unset($fields['CVV']);
|
115 |
+
return $fields;
|
116 |
+
}
|
117 |
+
add_filter("pmpro_required_billing_fields", "pmpro_stripe_dont_require_CVV");
|
118 |
+
}
|
119 |
+
|
120 |
+
//code for Braintree
|
121 |
+
if($gateway == "braintree")
|
122 |
+
{
|
123 |
+
//don't require the CVV, but look for cvv (lowercase) that braintree sends
|
124 |
+
function pmpro_braintree_dont_require_CVV($fields)
|
125 |
+
{
|
126 |
+
unset($fields['CVV']);
|
127 |
+
$fields['cvv'] = true;
|
128 |
+
return $fields;
|
129 |
+
}
|
130 |
+
add_filter("pmpro_required_billing_fields", "pmpro_braintree_dont_require_CVV");
|
131 |
+
}
|
132 |
+
|
133 |
+
//_x stuff in case they clicked on the image button with their mouse
|
134 |
+
if(isset($_REQUEST['update-billing']))
|
135 |
+
$submit = $_REQUEST['update-billing'];
|
136 |
+
else
|
137 |
+
$submit = false;
|
138 |
+
|
139 |
+
if(!$submit && isset($_REQUEST['update-billing_x']))
|
140 |
+
$submit = $_REQUEST['update-billing_x'];
|
141 |
+
|
142 |
+
if($submit === "0")
|
143 |
+
$submit = true;
|
144 |
+
|
145 |
+
//check their fields if they clicked continue
|
146 |
+
if($submit)
|
147 |
+
{
|
148 |
+
//load em up (other fields)
|
149 |
+
if(isset($_REQUEST['bfirstname']))
|
150 |
+
$bfirstname = trim(stripslashes($_REQUEST['bfirstname']));
|
151 |
+
if(isset($_REQUEST['blastname']))
|
152 |
+
$blastname = trim(stripslashes($_REQUEST['blastname']));
|
153 |
+
if(isset($_REQUEST['fullname']))
|
154 |
+
$fullname = $_REQUEST['fullname']; //honeypot for spammers
|
155 |
+
if(isset($_REQUEST['baddress1']))
|
156 |
+
$baddress1 = trim(stripslashes($_REQUEST['baddress1']));
|
157 |
+
if(isset($_REQUEST['baddress2']))
|
158 |
+
$baddress2 = trim(stripslashes($_REQUEST['baddress2']));
|
159 |
+
if(isset($_REQUEST['bcity']))
|
160 |
+
$bcity = trim(stripslashes($_REQUEST['bcity']));
|
161 |
+
if(isset($_REQUEST['bstate']))
|
162 |
+
$bstate = trim(stripslashes($_REQUEST['bstate']));
|
163 |
+
if(isset($_REQUEST['bzipcode']))
|
164 |
+
$bzipcode = trim(stripslashes($_REQUEST['bzipcode']));
|
165 |
+
if(isset($_REQUEST['bcountry']))
|
166 |
+
$bcountry = trim(stripslashes($_REQUEST['bcountry']));
|
167 |
+
if(isset($_REQUEST['bphone']))
|
168 |
+
$bphone = trim(stripslashes($_REQUEST['bphone']));
|
169 |
+
if(isset($_REQUEST['bemail']))
|
170 |
+
$bemail = trim(stripslashes($_REQUEST['bemail']));
|
171 |
+
if(isset($_REQUEST['bconfirmemail']))
|
172 |
+
$bconfirmemail = trim(stripslashes($_REQUEST['bconfirmemail']));
|
173 |
+
if(isset($_REQUEST['CardType']))
|
174 |
+
$CardType = $_REQUEST['CardType'];
|
175 |
+
if(isset($_REQUEST['AccountNumber']))
|
176 |
+
$AccountNumber = trim($_REQUEST['AccountNumber']);
|
177 |
+
if(isset($_REQUEST['ExpirationMonth']))
|
178 |
+
$ExpirationMonth = $_REQUEST['ExpirationMonth'];
|
179 |
+
if(isset($_REQUEST['ExpirationYear']))
|
180 |
+
$ExpirationYear = $_REQUEST['ExpirationYear'];
|
181 |
+
if(isset($_REQUEST['CVV']))
|
182 |
+
$CVV = trim($_REQUEST['CVV']);
|
183 |
+
|
184 |
+
//for stripe, load up token values
|
185 |
+
if(isset($_REQUEST['stripeToken']))
|
186 |
+
{
|
187 |
+
$stripeToken = $_REQUEST['stripeToken'];
|
188 |
+
}
|
189 |
+
|
190 |
+
//for Braintree, load up values
|
191 |
+
if(isset($_REQUEST['number']) && isset($_REQUEST['expiration_date']) && isset($_REQUEST['cvv']))
|
192 |
+
{
|
193 |
+
$braintree_number = $_REQUEST['number'];
|
194 |
+
$braintree_expiration_date = $_REQUEST['expiration_date'];
|
195 |
+
$braintree_cvv = $_REQUEST['cvv'];
|
196 |
+
}
|
197 |
+
|
198 |
+
//avoid warnings for the required fields
|
199 |
+
if(!isset($bfirstname))
|
200 |
+
$bfirstname = "";
|
201 |
+
if(!isset($blastname))
|
202 |
+
$blastname = "";
|
203 |
+
if(!isset($baddress1))
|
204 |
+
$baddress1 = "";
|
205 |
+
if(!isset($bcity))
|
206 |
+
$bcity = "";
|
207 |
+
if(!isset($bstate))
|
208 |
+
$bstate = "";
|
209 |
+
if(!isset($bzipcode))
|
210 |
+
$bzipcode = "";
|
211 |
+
if(!isset($bphone))
|
212 |
+
$bphone = "";
|
213 |
+
if(!isset($bemail))
|
214 |
+
$bemail = "";
|
215 |
+
if(!isset($bcountry))
|
216 |
+
$bcountry = "";
|
217 |
+
if(!isset($CardType))
|
218 |
+
$CardType = "";
|
219 |
+
if(!isset($AccountNumber))
|
220 |
+
$AccountNumber = "";
|
221 |
+
if(!isset($ExpirationMonth))
|
222 |
+
$ExpirationMonth = "";
|
223 |
+
if(!isset($ExpirationYear))
|
224 |
+
$ExpirationYear = "";
|
225 |
+
if(!isset($CVV))
|
226 |
+
$CVV = "";
|
227 |
+
|
228 |
+
$pmpro_required_billing_fields = array(
|
229 |
+
"bfirstname" => $bfirstname,
|
230 |
+
"blastname" => $blastname,
|
231 |
+
"baddress1" => $baddress1,
|
232 |
+
"bcity" => $bcity,
|
233 |
+
"bstate" => $bstate,
|
234 |
+
"bzipcode" => $bzipcode,
|
235 |
+
"bphone" => $bphone,
|
236 |
+
"bemail" => $bemail,
|
237 |
+
"bcountry" => $bcountry,
|
238 |
+
"CardType" => $CardType,
|
239 |
+
"AccountNumber" => $AccountNumber,
|
240 |
+
"ExpirationMonth" => $ExpirationMonth,
|
241 |
+
"ExpirationYear" => $ExpirationYear,
|
242 |
+
"CVV" => $CVV
|
243 |
+
);
|
244 |
+
|
245 |
+
//if using stripe lite, remove some fields from the required array
|
246 |
+
$pmpro_stripe_lite = apply_filters("pmpro_stripe_lite", false);
|
247 |
+
if($pmpro_stripe_lite && $gateway == "stripe")
|
248 |
+
{
|
249 |
+
//some fields to remove
|
250 |
+
$remove = array('bfirstname', 'blastname', 'baddress1', 'bcity', 'bstate', 'bzipcode', 'bphone', 'bcountry', 'CardType');
|
251 |
+
|
252 |
+
//if a user is logged in, don't require bemail either
|
253 |
+
if(!empty($current_user->user_email))
|
254 |
+
{
|
255 |
+
$remove[] = 'bemail';
|
256 |
+
$bemail = $current_user->user_email;
|
257 |
+
$bconfirmemail = $bemail;
|
258 |
+
}
|
259 |
+
|
260 |
+
//remove the fields
|
261 |
+
foreach($remove as $field)
|
262 |
+
unset($pmpro_required_billing_fields[$field]);
|
263 |
+
}
|
264 |
+
|
265 |
+
//filter
|
266 |
+
$pmpro_required_billing_fields = apply_filters("pmpro_required_billing_fields", $pmpro_required_billing_fields);
|
267 |
+
|
268 |
+
foreach($pmpro_required_billing_fields as $key => $field)
|
269 |
+
{
|
270 |
+
if(!$field)
|
271 |
+
{
|
272 |
+
$missing_billing_field = true;
|
273 |
+
break;
|
274 |
+
}
|
275 |
+
}
|
276 |
+
|
277 |
+
if(!empty($missing_billing_field))
|
278 |
+
{
|
279 |
+
$pmpro_msg = __("Please complete all required fields.", 'pmpro');
|
280 |
+
$pmpro_msgt = "pmpro_error";
|
281 |
+
}
|
282 |
+
elseif($bemail != $bconfirmemail)
|
283 |
+
{
|
284 |
+
$pmpro_msg = __("Your email addresses do not match. Please try again.", 'pmpro');
|
285 |
+
$pmpro_msgt = "pmpro_error";
|
286 |
+
}
|
287 |
+
elseif(!is_email($bemail))
|
288 |
+
{
|
289 |
+
$pmpro_msg = __("The email address entered is in an invalid format. Please try again.", 'pmpro');
|
290 |
+
$pmpro_msgt = "pmpro_error";
|
291 |
+
}
|
292 |
+
else
|
293 |
+
{
|
294 |
+
//all good. update billing info.
|
295 |
+
$pmpro_msg = __("All good!", 'pmpro');
|
296 |
+
|
297 |
+
//change this
|
298 |
+
$order_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_membership_orders WHERE user_id = '" . $current_user->ID . "' AND membership_id = '" . $current_user->membership_level->ID . "' AND status = 'success' ORDER BY id DESC LIMIT 1");
|
299 |
+
if($order_id)
|
300 |
+
{
|
301 |
+
$morder = new MemberOrder($order_id);
|
302 |
+
|
303 |
+
$morder->cardtype = $CardType;
|
304 |
+
$morder->accountnumber = $AccountNumber;
|
305 |
+
$morder->expirationmonth = $ExpirationMonth;
|
306 |
+
$morder->expirationyear = $ExpirationYear;
|
307 |
+
$morder->ExpirationDate = $ExpirationMonth . $ExpirationYear;
|
308 |
+
$morder->ExpirationDate_YdashM = $ExpirationYear . "-" . $ExpirationMonth;
|
309 |
+
$morder->CVV2 = $CVV;
|
310 |
+
|
311 |
+
//stripeToken
|
312 |
+
if(isset($stripeToken))
|
313 |
+
$morder->stripeToken = $stripeToken;
|
314 |
+
|
315 |
+
//Braintree values
|
316 |
+
if(isset($braintree_number))
|
317 |
+
{
|
318 |
+
$morder->braintree = new stdClass();
|
319 |
+
$morder->braintree->number = $braintree_number;
|
320 |
+
$morder->braintree->expiration_date = $braintree_expiration_date;
|
321 |
+
$morder->braintree->cvv = $braintree_cvv;
|
322 |
+
}
|
323 |
+
|
324 |
+
//not saving email in order table, but the sites need it
|
325 |
+
$morder->Email = $bemail;
|
326 |
+
|
327 |
+
//sometimes we need these split up
|
328 |
+
$morder->FirstName = $bfirstname;
|
329 |
+
$morder->LastName = $blastname;
|
330 |
+
$morder->Address1 = $baddress1;
|
331 |
+
$morder->Address2 = $baddress2;
|
332 |
+
|
333 |
+
//other values
|
334 |
+
$morder->billing->name = $bfirstname . " " . $blastname;
|
335 |
+
$morder->billing->street = trim($baddress1 . " " . $baddress2);
|
336 |
+
$morder->billing->city = $bcity;
|
337 |
+
$morder->billing->state = $bstate;
|
338 |
+
$morder->billing->country = $bcountry;
|
339 |
+
$morder->billing->zip = $bzipcode;
|
340 |
+
$morder->billing->phone = $bphone;
|
341 |
+
|
342 |
+
//$gateway = pmpro_getOption("gateway");
|
343 |
+
$morder->gateway = $gateway;
|
344 |
+
$morder->setGateway();
|
345 |
+
|
346 |
+
$worked = $morder->updateBilling();
|
347 |
+
|
348 |
+
if($worked)
|
349 |
+
{
|
350 |
+
//send email to member
|
351 |
+
$pmproemail = new PMProEmail();
|
352 |
+
$pmproemail->sendBillingEmail($current_user, $morder);
|
353 |
+
|
354 |
+
//send email to admin
|
355 |
+
$pmproemail = new PMProEmail();
|
356 |
+
$pmproemail->sendBillingAdminEmail($current_user, $morder);
|
357 |
+
}
|
358 |
+
}
|
359 |
+
else
|
360 |
+
$worked = true;
|
361 |
+
|
362 |
+
if($worked)
|
363 |
+
{
|
364 |
+
//update the user meta too
|
365 |
+
$meta_keys = array("pmpro_bfirstname", "pmpro_blastname", "pmpro_baddress1", "pmpro_baddress2", "pmpro_bcity", "pmpro_bstate", "pmpro_bzipcode", "pmpro_bphone", "pmpro_bemail", "pmpro_CardType", "pmpro_AccountNumber", "pmpro_ExpirationMonth", "pmpro_ExpirationYear");
|
366 |
+
$meta_values = array($bfirstname, $blastname, $baddress1, $baddress2, $bcity, $bstate, $bzipcode, $bphone, $bemail, $CardType, hideCardNumber($AccountNumber), $ExpirationMonth, $ExpirationYear);
|
367 |
+
pmpro_replaceUserMeta($current_user->ID, $meta_keys, $meta_values);
|
368 |
+
|
369 |
+
//message
|
370 |
+
$pmpro_msg = sprintf(__('Information updated. <a href="%s">« back to my account</a>', 'pmpro'), pmpro_url("account"));
|
371 |
+
$pmpro_msgt = "pmpro_success";
|
372 |
+
}
|
373 |
+
else
|
374 |
+
{
|
375 |
+
$pmpro_msg = $morder->error;
|
376 |
+
|
377 |
+
if(!$pmpro_msg)
|
378 |
+
$pmpro_msg = __("Error updating billing information.", 'pmpro');
|
379 |
+
$pmpro_msgt = "pmpro_error";
|
380 |
+
}
|
381 |
+
}
|
382 |
+
}
|
383 |
+
else
|
384 |
+
{
|
385 |
+
//default values from DB
|
386 |
+
$bfirstname = get_user_meta($current_user->ID, "pmpro_bfirstname", true);
|
387 |
+
$blastname = get_user_meta($current_user->ID, "pmpro_blastname", true);
|
388 |
+
$baddress1 = get_user_meta($current_user->ID, "pmpro_baddress1", true);
|
389 |
+
$baddress2 = get_user_meta($current_user->ID, "pmpro_baddress2", true);
|
390 |
+
$bcity = get_user_meta($current_user->ID, "pmpro_bcity", true);
|
391 |
+
$bstate = get_user_meta($current_user->ID, "pmpro_bstate", true);
|
392 |
+
$bzipcode = get_user_meta($current_user->ID, "pmpro_bzipcode", true);
|
393 |
+
$bcountry = get_user_meta($current_user->ID, "pmpro_bcountry", true);
|
394 |
+
$bphone = get_user_meta($current_user->ID, "pmpro_bphone", true);
|
395 |
+
$bemail = get_user_meta($current_user->ID, "pmpro_bemail", true);
|
396 |
+
$bconfirmemail = get_user_meta($current_user->ID, "pmpro_bconfirmemail", true);
|
397 |
+
$CardType = get_user_meta($current_user->ID, "pmpro_CardType", true);
|
398 |
+
//$AccountNumber = hideCardNumber(get_user_meta($current_user->ID, "pmpro_AccountNumber", true), false);
|
399 |
+
$ExpirationMonth = get_user_meta($current_user->ID, "pmpro_ExpirationMonth", true);
|
400 |
+
$ExpirationYear = get_user_meta($current_user->ID, "pmpro_ExpirationYear", true);
|
401 |
+
}
|
preheaders/cancel.php
CHANGED
@@ -1,40 +1,41 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
if($current_user->ID)
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
}
|
|
1 |
<?php
|
2 |
+
global $besecure;
|
3 |
+
$besecure = false;
|
4 |
+
|
5 |
+
global $current_user, $pmpro_msg, $pmpro_msgt, $pmpro_confirm, $pmpro_error;
|
6 |
+
|
7 |
+
//if they don't have a membership, send them back to the subscription page
|
8 |
+
if(empty($current_user->membership_level->ID))
|
9 |
+
{
|
10 |
+
wp_redirect(pmpro_url("levels"));
|
11 |
+
}
|
12 |
+
|
13 |
+
if(isset($_REQUEST['confirm']))
|
14 |
+
$pmpro_confirm = $_REQUEST['confirm'];
|
15 |
+
else
|
16 |
+
$pmpro_confirm = false;
|
17 |
+
|
18 |
+
if($pmpro_confirm)
|
19 |
+
{
|
20 |
+
$old_level_id = $current_user->membership_level->id;
|
21 |
+
$worked = pmpro_changeMembershipLevel(false, $current_user->ID);
|
22 |
+
if($worked === true && empty($pmpro_error))
|
23 |
+
{
|
24 |
+
$pmpro_msg = __("Your membership has been cancelled.", 'pmpro');
|
25 |
+
$pmpro_msgt = "pmpro_success";
|
26 |
+
|
27 |
+
//send an email to the member
|
28 |
+
$myemail = new PMProEmail();
|
29 |
+
$myemail->sendCancelEmail();
|
30 |
+
|
31 |
+
//send an email to the admin
|
32 |
+
$myemail = new PMProEmail();
|
33 |
+
$myemail->sendCancelAdminEmail($current_user, $old_level_id);
|
34 |
+
}
|
35 |
+
else
|
36 |
+
{
|
37 |
+
global $pmpro_error;
|
38 |
+
$pmpro_msg = $pmpro_error;
|
39 |
+
$pmpro_msgt = "pmpro_error";
|
40 |
+
}
|
41 |
+
}
|
preheaders/checkout.php
CHANGED
@@ -1,1002 +1,1093 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
$
|
10 |
-
|
11 |
-
//
|
12 |
-
$
|
13 |
-
$
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
}
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
$pmpro_level =
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
jQuery('.pmpro_btn-submit-checkout').removeAttr("disabled");
|
169 |
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
$tospage
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
if
|
299 |
-
|
300 |
-
else
|
301 |
-
|
302 |
-
if
|
303 |
-
|
304 |
-
else
|
305 |
-
|
306 |
-
if
|
307 |
-
|
308 |
-
else
|
309 |
-
|
310 |
-
if
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
if
|
322 |
-
|
323 |
-
else
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
if
|
331 |
-
|
332 |
-
else
|
333 |
-
|
334 |
-
if
|
335 |
-
|
336 |
-
else
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
if
|
344 |
-
|
345 |
-
else
|
346 |
-
|
347 |
-
if
|
348 |
-
|
349 |
-
else
|
350 |
-
|
351 |
-
if
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
else
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
$
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
//
|
970 |
-
if
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php
|
2 |
+
global $post, $gateway, $wpdb, $besecure, $discount_code, $pmpro_level, $pmpro_levels, $pmpro_msg, $pmpro_msgt, $pmpro_review, $skip_account_fields, $pmpro_paypal_token, $pmpro_show_discount_code, $pmpro_error_fields, $pmpro_required_billing_fields, $pmpro_required_user_fields, $wp_version;
|
3 |
+
|
4 |
+
//this var stores fields with errors so we can make them red on the frontend
|
5 |
+
$pmpro_error_fields = array();
|
6 |
+
|
7 |
+
//blank array for required fields, set below
|
8 |
+
$pmpro_required_billing_fields = array();
|
9 |
+
$pmpro_required_user_fields = array();
|
10 |
+
|
11 |
+
//was a gateway passed?
|
12 |
+
if(!empty($_REQUEST['gateway']))
|
13 |
+
$gateway = $_REQUEST['gateway'];
|
14 |
+
elseif(!empty($_REQUEST['review']))
|
15 |
+
$gateway = "paypalexpress";
|
16 |
+
else
|
17 |
+
$gateway = pmpro_getOption("gateway");
|
18 |
+
|
19 |
+
//set valid gateways - the active gateway in the settings and any gateway added through the filter will be allowed
|
20 |
+
if(pmpro_getOption("gateway", true) == "paypal")
|
21 |
+
$valid_gateways = apply_filters("pmpro_valid_gateways", array("paypal", "paypalexpress"));
|
22 |
+
else
|
23 |
+
$valid_gateways = apply_filters("pmpro_valid_gateways", array(pmpro_getOption("gateway", true)));
|
24 |
+
|
25 |
+
//let's add an error now, if an invalid gateway is set
|
26 |
+
if(!in_array($gateway, $valid_gateways))
|
27 |
+
{
|
28 |
+
$pmpro_msg = __("Invalid gateway.", 'pmpro');
|
29 |
+
$pmpro_msgt = "pmpro_error";
|
30 |
+
}
|
31 |
+
|
32 |
+
//what level are they purchasing? (discount code passed)
|
33 |
+
if(!empty($_REQUEST['level']) && !empty($_REQUEST['discount_code']))
|
34 |
+
{
|
35 |
+
$discount_code = preg_replace("/[^A-Za-z0-9\-]/", "", $_REQUEST['discount_code']);
|
36 |
+
$discount_code_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes WHERE code = '" . $discount_code . "' LIMIT 1");
|
37 |
+
|
38 |
+
//check code
|
39 |
+
$code_check = pmpro_checkDiscountCode($discount_code, (int)$_REQUEST['level'], true);
|
40 |
+
if($code_check[0] == false)
|
41 |
+
{
|
42 |
+
//error
|
43 |
+
$pmpro_msg = $code_check[1];
|
44 |
+
$pmpro_msgt = "pmpro_error";
|
45 |
+
|
46 |
+
//don't use this code
|
47 |
+
$use_discount_code = false;
|
48 |
+
}
|
49 |
+
else
|
50 |
+
{
|
51 |
+
$sqlQuery = "SELECT l.id, cl.*, l.name, l.description, l.allow_signups FROM $wpdb->pmpro_discount_codes_levels cl LEFT JOIN $wpdb->pmpro_membership_levels l ON cl.level_id = l.id LEFT JOIN $wpdb->pmpro_discount_codes dc ON dc.id = cl.code_id WHERE dc.code = '" . $discount_code . "' AND cl.level_id = '" . (int)$_REQUEST['level'] . "' LIMIT 1";
|
52 |
+
$pmpro_level = $wpdb->get_row($sqlQuery);
|
53 |
+
|
54 |
+
//if the discount code doesn't adjust the level, let's just get the straight level
|
55 |
+
if(empty($pmpro_level))
|
56 |
+
$pmpro_level = $wpdb->get_row("SELECT * FROM $wpdb->pmpro_membership_levels WHERE id = '" . (int)$_REQUEST['level'] . "' LIMIT 1");
|
57 |
+
|
58 |
+
//filter adjustments to the level
|
59 |
+
$pmpro_level->code_id = $discount_code_id;
|
60 |
+
$pmpro_level = apply_filters("pmpro_discount_code_level", $pmpro_level, $discount_code_id);
|
61 |
+
|
62 |
+
$use_discount_code = true;
|
63 |
+
}
|
64 |
+
}
|
65 |
+
|
66 |
+
//what level are they purchasing? (no discount code)
|
67 |
+
if(empty($pmpro_level) && !empty($_REQUEST['level']))
|
68 |
+
{
|
69 |
+
$pmpro_level = $wpdb->get_row("SELECT * FROM $wpdb->pmpro_membership_levels WHERE id = '" . esc_sql($_REQUEST['level']) . "' AND allow_signups = 1 LIMIT 1");
|
70 |
+
}
|
71 |
+
elseif(empty($pmpro_level))
|
72 |
+
{
|
73 |
+
//check if a level is defined in custom fields
|
74 |
+
$default_level = get_post_meta($post->ID, "pmpro_default_level", true);
|
75 |
+
if(!empty($default_level))
|
76 |
+
{
|
77 |
+
$pmpro_level = $wpdb->get_row("SELECT * FROM $wpdb->pmpro_membership_levels WHERE id = '" . esc_sql($default_level) . "' AND allow_signups = 1 LIMIT 1");
|
78 |
+
}
|
79 |
+
}
|
80 |
+
|
81 |
+
//filter the level (for upgrades, etc)
|
82 |
+
$pmpro_level = apply_filters("pmpro_checkout_level", $pmpro_level);
|
83 |
+
|
84 |
+
if(empty($pmpro_level->id))
|
85 |
+
{
|
86 |
+
wp_redirect(pmpro_url("levels"));
|
87 |
+
exit(0);
|
88 |
+
}
|
89 |
+
|
90 |
+
global $wpdb, $current_user, $pmpro_requirebilling;
|
91 |
+
//unless we're submitting a form, let's try to figure out if https should be used
|
92 |
+
|
93 |
+
if(!pmpro_isLevelFree($pmpro_level) && $gateway != "check")
|
94 |
+
{
|
95 |
+
//require billing and ssl
|
96 |
+
$pagetitle = __("Checkout: Payment Information", 'pmpro');
|
97 |
+
$pmpro_requirebilling = true;
|
98 |
+
$besecure = pmpro_getOption("use_ssl");
|
99 |
+
/*
|
100 |
+
if($gateway != "paypalexpress" || (!empty($_REQUEST['gateway']) && $_REQUEST['gateway'] != "paypalexpress"))
|
101 |
+
$besecure = true;
|
102 |
+
else
|
103 |
+
$besecure = false;
|
104 |
+
*/
|
105 |
+
}
|
106 |
+
else
|
107 |
+
{
|
108 |
+
//no payment so we don't need ssl
|
109 |
+
$pagetitle = __("Setup Your Account", 'pmpro');
|
110 |
+
$pmpro_requirebilling = false;
|
111 |
+
$besecure = false;
|
112 |
+
}
|
113 |
+
|
114 |
+
//in case a discount code was used or something else made the level free, but we're already over ssl
|
115 |
+
if(!$besecure && !empty($_REQUEST['submit-checkout']) && is_ssl())
|
116 |
+
$besecure = true; //be secure anyway since we're already checking out
|
117 |
+
|
118 |
+
//code for stripe (unless the level is free)
|
119 |
+
if($gateway == "stripe" && !pmpro_isLevelFree($pmpro_level))
|
120 |
+
{
|
121 |
+
//stripe js library
|
122 |
+
wp_enqueue_script("stripe", "https://js.stripe.com/v1/", array(), NULL);
|
123 |
+
|
124 |
+
//stripe js code for checkout
|
125 |
+
function pmpro_stripe_javascript()
|
126 |
+
{
|
127 |
+
global $pmpro_gateway, $pmpro_level;
|
128 |
+
?>
|
129 |
+
<script type="text/javascript">
|
130 |
+
// this identifies your website in the createToken call below
|
131 |
+
Stripe.setPublishableKey('<?php echo pmpro_getOption("stripe_publishablekey"); ?>');
|
132 |
+
|
133 |
+
var pmpro_require_billing = true;
|
134 |
+
|
135 |
+
jQuery(document).ready(function() {
|
136 |
+
jQuery("#pmpro_form, .pmpro_form").submit(function(event) {
|
137 |
+
|
138 |
+
//double check in case a discount code made the level free
|
139 |
+
if(pmpro_require_billing)
|
140 |
+
{
|
141 |
+
Stripe.createToken({
|
142 |
+
number: jQuery('#AccountNumber').val(),
|
143 |
+
cvc: jQuery('#CVV').val(),
|
144 |
+
exp_month: jQuery('#ExpirationMonth').val(),
|
145 |
+
exp_year: jQuery('#ExpirationYear').val(),
|
146 |
+
name: jQuery.trim(jQuery('#bfirstname').val() + ' ' + jQuery('#blastname').val())
|
147 |
+
<?php
|
148 |
+
$pmpro_stripe_verify_address = apply_filters("pmpro_stripe_verify_address", true);
|
149 |
+
if(!empty($pmpro_stripe_verify_address))
|
150 |
+
{
|
151 |
+
?>
|
152 |
+
,address_line1: jQuery('#baddress1').val(),
|
153 |
+
address_line2: jQuery('#baddress2').val(),
|
154 |
+
address_city: jQuery('#bcity').val(),
|
155 |
+
address_state: jQuery('#bstate').val(),
|
156 |
+
address_zip: jQuery('#bzipcode').val(),
|
157 |
+
address_country: jQuery('#bcountry').val()
|
158 |
+
<?php
|
159 |
+
}
|
160 |
+
?>
|
161 |
+
}, stripeResponseHandler);
|
162 |
+
|
163 |
+
// prevent the form from submitting with the default action
|
164 |
+
return false;
|
165 |
+
}
|
166 |
+
else
|
167 |
+
return true; //not using Stripe anymore
|
168 |
+
});
|
169 |
+
});
|
170 |
+
|
171 |
+
function stripeResponseHandler(status, response) {
|
172 |
+
if (response.error) {
|
173 |
+
// re-enable the submit button
|
174 |
jQuery('.pmpro_btn-submit-checkout').removeAttr("disabled");
|
175 |
|
176 |
+
//hide processing message
|
177 |
+
jQuery('#pmpro_processing_message').css('visibility', 'hidden');
|
178 |
+
|
179 |
+
// show the errors on the form
|
180 |
+
alert(response.error.message);
|
181 |
+
jQuery(".payment-errors").text(response.error.message);
|
182 |
+
} else {
|
183 |
+
var form$ = jQuery("#pmpro_form, .pmpro_form");
|
184 |
+
// token contains id, last4, and card type
|
185 |
+
var token = response['id'];
|
186 |
+
// insert the token into the form so it gets submitted to the server
|
187 |
+
form$.append("<input type='hidden' name='stripeToken' value='" + token + "'/>");
|
188 |
+
|
189 |
+
//insert fields for other card fields
|
190 |
+
form$.append("<input type='hidden' name='CardType' value='" + response['card']['type'] + "'/>");
|
191 |
+
form$.append("<input type='hidden' name='AccountNumber' value='XXXXXXXXXXXXX" + response['card']['last4'] + "'/>");
|
192 |
+
form$.append("<input type='hidden' name='ExpirationMonth' value='" + ("0" + response['card']['exp_month']).slice(-2) + "'/>");
|
193 |
+
form$.append("<input type='hidden' name='ExpirationYear' value='" + response['card']['exp_year'] + "'/>");
|
194 |
+
|
195 |
+
// and submit
|
196 |
+
form$.get(0).submit();
|
197 |
+
}
|
198 |
+
}
|
199 |
+
</script>
|
200 |
+
<?php
|
201 |
+
}
|
202 |
+
add_action("wp_head", "pmpro_stripe_javascript");
|
203 |
+
|
204 |
+
//don't require the CVV
|
205 |
+
function pmpro_stripe_dont_require_CVV($fields)
|
206 |
+
{
|
207 |
+
unset($fields['CVV']);
|
208 |
+
return $fields;
|
209 |
+
}
|
210 |
+
add_filter("pmpro_required_billing_fields", "pmpro_stripe_dont_require_CVV");
|
211 |
+
}
|
212 |
+
|
213 |
+
//code for Braintree
|
214 |
+
if($gateway == "braintree")
|
215 |
+
{
|
216 |
+
//don't require the CVV, but look for cvv (lowercase) that braintree sends
|
217 |
+
function pmpro_braintree_dont_require_CVV($fields)
|
218 |
+
{
|
219 |
+
unset($fields['CVV']);
|
220 |
+
$fields['cvv'] = true;
|
221 |
+
return $fields;
|
222 |
+
}
|
223 |
+
add_filter("pmpro_required_billing_fields", "pmpro_braintree_dont_require_CVV");
|
224 |
+
}
|
225 |
+
|
226 |
+
//get all levels in case we need them
|
227 |
+
global $pmpro_levels;
|
228 |
+
$pmpro_levels = pmpro_getAllLevels();
|
229 |
+
|
230 |
+
//should we show the discount code field?
|
231 |
+
if($wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes LIMIT 1"))
|
232 |
+
$pmpro_show_discount_code = true;
|
233 |
+
else
|
234 |
+
$pmpro_show_discount_code = false;
|
235 |
+
$pmpro_show_discount_code = apply_filters("pmpro_show_discount_code", $pmpro_show_discount_code);
|
236 |
+
|
237 |
+
//by default we show the account fields if the user isn't logged in
|
238 |
+
if($current_user->ID)
|
239 |
+
{
|
240 |
+
$skip_account_fields = true;
|
241 |
+
}
|
242 |
+
else
|
243 |
+
{
|
244 |
+
$skip_account_fields = false;
|
245 |
+
}
|
246 |
+
//in case people want to have an account created automatically
|
247 |
+
$skip_account_fields = apply_filters("pmpro_skip_account_fields", $skip_account_fields, $current_user);
|
248 |
+
|
249 |
+
//some options
|
250 |
+
global $tospage;
|
251 |
+
$tospage = pmpro_getOption("tospage");
|
252 |
+
if($tospage)
|
253 |
+
$tospage = get_post($tospage);
|
254 |
+
|
255 |
+
//load em up (other fields)
|
256 |
+
global $username, $password, $password2, $bfirstname, $blastname, $baddress1, $baddress2, $bcity, $bstate, $bzipcode, $bcountry, $bphone, $bemail, $bconfirmemail, $CardType, $AccountNumber, $ExpirationMonth, $ExpirationYear;
|
257 |
+
|
258 |
+
if(isset($_REQUEST['order_id']))
|
259 |
+
$order_id = $_REQUEST['order_id'];
|
260 |
+
else
|
261 |
+
$order_id = "";
|
262 |
+
if(isset($_REQUEST['bfirstname']))
|
263 |
+
$bfirstname = trim(stripslashes($_REQUEST['bfirstname']));
|
264 |
+
else
|
265 |
+
$bfirstname = "";
|
266 |
+
if(isset($_REQUEST['blastname']))
|
267 |
+
$blastname = trim(stripslashes($_REQUEST['blastname']));
|
268 |
+
else
|
269 |
+
$blastname = "";
|
270 |
+
if(isset($_REQUEST['fullname']))
|
271 |
+
$fullname = $_REQUEST['fullname']; //honeypot for spammers
|
272 |
+
if(isset($_REQUEST['baddress1']))
|
273 |
+
$baddress1 = trim(stripslashes($_REQUEST['baddress1']));
|
274 |
+
else
|
275 |
+
$baddress1 = "";
|
276 |
+
if(isset($_REQUEST['baddress2']))
|
277 |
+
$baddress2 = trim(stripslashes($_REQUEST['baddress2']));
|
278 |
+
else
|
279 |
+
$baddress2 = "";
|
280 |
+
if(isset($_REQUEST['bcity']))
|
281 |
+
$bcity = trim(stripslashes($_REQUEST['bcity']));
|
282 |
+
else
|
283 |
+
$bcity = "";
|
284 |
+
|
285 |
+
if(isset($_REQUEST['bstate']))
|
286 |
+
$bstate = trim(stripslashes($_REQUEST['bstate']));
|
287 |
+
else
|
288 |
+
$bstate = "";
|
289 |
+
|
290 |
+
//convert long state names to abbreviations
|
291 |
+
if(!empty($bstate))
|
292 |
+
{
|
293 |
+
global $pmpro_states;
|
294 |
+
foreach($pmpro_states as $abbr => $state)
|
295 |
+
{
|
296 |
+
if($bstate == $state)
|
297 |
+
{
|
298 |
+
$bstate = $abbr;
|
299 |
+
break;
|
300 |
+
}
|
301 |
+
}
|
302 |
+
}
|
303 |
+
|
304 |
+
if(isset($_REQUEST['bzipcode']))
|
305 |
+
$bzipcode = trim(stripslashes($_REQUEST['bzipcode']));
|
306 |
+
else
|
307 |
+
$bzipcode = "";
|
308 |
+
if(isset($_REQUEST['bcountry']))
|
309 |
+
$bcountry = trim(stripslashes($_REQUEST['bcountry']));
|
310 |
+
else
|
311 |
+
$bcountry = "";
|
312 |
+
if(isset($_REQUEST['bphone']))
|
313 |
+
$bphone = trim(stripslashes($_REQUEST['bphone']));
|
314 |
+
else
|
315 |
+
$bphone = "";
|
316 |
+
if(isset($_REQUEST['bemail']))
|
317 |
+
$bemail = trim(stripslashes($_REQUEST['bemail']));
|
318 |
+
else
|
319 |
+
$bemail = "";
|
320 |
+
if(isset($_REQUEST['bconfirmemail_copy']))
|
321 |
+
$bconfirmemail = $bemail;
|
322 |
+
elseif(isset($_REQUEST['bconfirmemail']))
|
323 |
+
$bconfirmemail = trim(stripslashes($_REQUEST['bconfirmemail']));
|
324 |
+
else
|
325 |
+
$bconfirmemail = "";
|
326 |
+
|
327 |
+
if(isset($_REQUEST['CardType']) && !empty($_REQUEST['AccountNumber']))
|
328 |
+
$CardType = $_REQUEST['CardType'];
|
329 |
+
else
|
330 |
+
$CardType = "";
|
331 |
+
if(isset($_REQUEST['AccountNumber']))
|
332 |
+
$AccountNumber = trim($_REQUEST['AccountNumber']);
|
333 |
+
else
|
334 |
+
$AccountNumber = "";
|
335 |
+
|
336 |
+
if(isset($_REQUEST['ExpirationMonth']))
|
337 |
+
$ExpirationMonth = $_REQUEST['ExpirationMonth'];
|
338 |
+
else
|
339 |
+
$ExpirationMonth = "";
|
340 |
+
if(isset($_REQUEST['ExpirationYear']))
|
341 |
+
$ExpirationYear = $_REQUEST['ExpirationYear'];
|
342 |
+
else
|
343 |
+
$ExpirationYear = "";
|
344 |
+
if(isset($_REQUEST['CVV']))
|
345 |
+
$CVV = trim($_REQUEST['CVV']);
|
346 |
+
else
|
347 |
+
$CVV = "";
|
348 |
+
|
349 |
+
if(isset($_REQUEST['discount_code']))
|
350 |
+
$discount_code = trim($_REQUEST['discount_code']);
|
351 |
+
else
|
352 |
+
$discount_code = "";
|
353 |
+
if(isset($_REQUEST['username']))
|
354 |
+
$username = trim($_REQUEST['username']);
|
355 |
+
else
|
356 |
+
$username = "";
|
357 |
+
if(isset($_REQUEST['password']))
|
358 |
+
$password = $_REQUEST['password'];
|
359 |
+
else
|
360 |
+
$password = "";
|
361 |
+
if(isset($_REQUEST['password2_copy']))
|
362 |
+
$password2 = $password;
|
363 |
+
elseif(isset($_REQUEST['password2']))
|
364 |
+
$password2 = $_REQUEST['password2'];
|
365 |
+
else
|
366 |
+
$password2 = "";
|
367 |
+
if(isset($_REQUEST['tos']))
|
368 |
+
$tos = $_REQUEST['tos'];
|
369 |
+
else
|
370 |
+
$tos = "";
|
371 |
+
|
372 |
+
//for stripe, load up token values
|
373 |
+
if(isset($_REQUEST['stripeToken']))
|
374 |
+
{
|
375 |
+
$stripeToken = $_REQUEST['stripeToken'];
|
376 |
+
}
|
377 |
+
|
378 |
+
//for Braintree, load up values
|
379 |
+
if(isset($_REQUEST['number']) && isset($_REQUEST['expiration_date']) && isset($_REQUEST['cvv']))
|
380 |
+
{
|
381 |
+
$braintree_number = $_REQUEST['number'];
|
382 |
+
$braintree_expiration_date = $_REQUEST['expiration_date'];
|
383 |
+
$braintree_cvv = $_REQUEST['cvv'];
|
384 |
+
}
|
385 |
+
|
386 |
+
//_x stuff in case they clicked on the image button with their mouse
|
387 |
+
if(isset($_REQUEST['submit-checkout']))
|
388 |
+
$submit = $_REQUEST['submit-checkout'];
|
389 |
+
if(empty($submit) && isset($_REQUEST['submit-checkout_x']) )
|
390 |
+
$submit = $_REQUEST['submit-checkout_x'];
|
391 |
+
if(isset($submit) && $submit === "0")
|
392 |
+
$submit = true;
|
393 |
+
elseif(!isset($submit))
|
394 |
+
$submit = false;
|
395 |
+
|
396 |
+
//require fields
|
397 |
+
$pmpro_required_billing_fields = array(
|
398 |
+
"bfirstname" => $bfirstname,
|
399 |
+
"blastname" => $blastname,
|
400 |
+
"baddress1" => $baddress1,
|
401 |
+
"bcity" => $bcity,
|
402 |
+
"bstate" => $bstate,
|
403 |
+
"bzipcode" => $bzipcode,
|
404 |
+
"bphone" => $bphone,
|
405 |
+
"bemail" => $bemail,
|
406 |
+
"bcountry" => $bcountry,
|
407 |
+
"CardType" => $CardType,
|
408 |
+
"AccountNumber" => $AccountNumber,
|
409 |
+
"ExpirationMonth" => $ExpirationMonth,
|
410 |
+
"ExpirationYear" => $ExpirationYear,
|
411 |
+
"CVV" => $CVV
|
412 |
+
);
|
413 |
+
$pmpro_required_billing_fields = apply_filters("pmpro_required_billing_fields", $pmpro_required_billing_fields);
|
414 |
+
$pmpro_required_user_fields = array(
|
415 |
+
"username" => $username,
|
416 |
+
"password" => $password,
|
417 |
+
"password2" => $password2,
|
418 |
+
"bemail" => $bemail,
|
419 |
+
"bconfirmemail" => $bconfirmemail
|
420 |
+
);
|
421 |
+
$pmpro_required_user_fields = apply_filters("pmpro_required_user_fields", $pmpro_required_user_fields);
|
422 |
+
|
423 |
+
//check their fields if they clicked continue
|
424 |
+
if($submit && $pmpro_msgt != "pmpro_error")
|
425 |
+
{
|
426 |
+
//if we're skipping the account fields and there is no user, we need to create a username and password
|
427 |
+
if($skip_account_fields && !$current_user->ID)
|
428 |
+
{
|
429 |
+
$username = pmpro_generateUsername($bfirstname, $blastname, $bemail);
|
430 |
+
if(empty($username))
|
431 |
+
$username = pmpro_getDiscountCode();
|
432 |
+
$password = pmpro_getDiscountCode() . pmpro_getDiscountCode(); //using two random discount codes
|
433 |
+
$password2 = $password;
|
434 |
+
}
|
435 |
+
|
436 |
+
if($pmpro_requirebilling && $gateway != "paypalexpress" && $gateway != "paypalstandard" && $gateway != "twocheckout")
|
437 |
+
{
|
438 |
+
//if using stripe lite, remove some fields from the required array
|
439 |
+
$pmpro_stripe_lite = apply_filters("pmpro_stripe_lite", false);
|
440 |
+
if($pmpro_stripe_lite && $gateway == "stripe")
|
441 |
+
{
|
442 |
+
//some fields to remove
|
443 |
+
$remove = array('bfirstname', 'blastname', 'baddress1', 'bcity', 'bstate', 'bzipcode', 'bphone', 'bcountry', 'CardType');
|
444 |
+
|
445 |
+
//if a user is logged in, don't require bemail either
|
446 |
+
if(!empty($current_user->user_email))
|
447 |
+
{
|
448 |
+
$remove[] = 'bemail';
|
449 |
+
$bemail = $current_user->user_email;
|
450 |
+
$bconfirmemail = $bemail;
|
451 |
+
}
|
452 |
+
|
453 |
+
//remove the fields
|
454 |
+
foreach($remove as $field)
|
455 |
+
unset($pmpro_required_billing_fields[$field]);
|
456 |
+
}
|
457 |
+
|
458 |
+
//filter
|
459 |
+
foreach($pmpro_required_billing_fields as $key => $field)
|
460 |
+
{
|
461 |
+
if(!$field)
|
462 |
+
{
|
463 |
+
$pmpro_error_fields[] = $key;
|
464 |
+
}
|
465 |
+
}
|
466 |
+
}
|
467 |
+
|
468 |
+
//check user fields
|
469 |
+
if(empty($current_user->ID))
|
470 |
+
{
|
471 |
+
foreach($pmpro_required_user_fields as $key => $field)
|
472 |
+
{
|
473 |
+
if(!$field)
|
474 |
+
{
|
475 |
+
$pmpro_error_fields[] = $key;
|
476 |
+
}
|
477 |
+
}
|
478 |
+
}
|
479 |
+
|
480 |
+
if(!empty($pmpro_error_fields))
|
481 |
+
{
|
482 |
+
pmpro_setMessage(__("Please complete all required fields.", "pmpro"), "pmpro_error");
|
483 |
+
}
|
484 |
+
if(!empty($password) && $password != $password2)
|
485 |
+
{
|
486 |
+
pmpro_setMessage(__("Your passwords do not match. Please try again.", "pmpro"), "pmpro_error");
|
487 |
+
$pmpro_error_fields[] = "password";
|
488 |
+
$pmpro_error_fields[] = "password2";
|
489 |
+
}
|
490 |
+
if(!empty($bemail) && $bemail != $bconfirmemail)
|
491 |
+
{
|
492 |
+
pmpro_setMessage(__("Your email addresses do not match. Please try again.", "pmpro"), "pmpro_error");
|
493 |
+
$pmpro_error_fields[] = "bemail";
|
494 |
+
$pmpro_error_fields[] = "bconfirmemail";
|
495 |
+
}
|
496 |
+
if(!empty($bemail) && !is_email($bemail))
|
497 |
+
{
|
498 |
+
pmpro_setMessage(__("The email address entered is in an invalid format. Please try again.", "pmpro"), "pmpro_error");
|
499 |
+
$pmpro_error_fields[] = "bemail";
|
500 |
+
$pmpro_error_fields[] = "bconfirmemail";
|
501 |
+
}
|
502 |
+
if(!empty($tospage) && empty($tos))
|
503 |
+
{
|
504 |
+
pmpro_setMessage(sprintf(__("Please check the box to agree to the %s.", "pmpro"), $tospage->post_title), "pmpro_error");
|
505 |
+
$pmpro_error_fields[] = "tospage";
|
506 |
+
}
|
507 |
+
if(!in_array($gateway, $valid_gateways))
|
508 |
+
{
|
509 |
+
pmpro_setMessage(__("Invalid gateway.", "pmpro"), "pmpro_error");
|
510 |
+
}
|
511 |
+
if(!empty($fullname))
|
512 |
+
{
|
513 |
+
pmpro_setMessage(__("Are you a spammer?", "pmpro"), "pmpro_error");
|
514 |
+
}
|
515 |
+
|
516 |
+
if($pmpro_msgt == "pmpro_error")
|
517 |
+
$pmpro_continue_registration = false;
|
518 |
+
else
|
519 |
+
$pmpro_continue_registration = true;
|
520 |
+
$pmpro_continue_registration = apply_filters("pmpro_registration_checks", $pmpro_continue_registration);
|
521 |
+
|
522 |
+
if($pmpro_continue_registration)
|
523 |
+
{
|
524 |
+
//if creating a new user, check that the email and username are available
|
525 |
+
if(empty($current_user->ID))
|
526 |
+
{
|
527 |
+
$oldusername = $wpdb->get_var("SELECT user_login FROM $wpdb->users WHERE user_login = '" . esc_sql($username) . "' LIMIT 1");
|
528 |
+
$oldemail = $wpdb->get_var("SELECT user_email FROM $wpdb->users WHERE user_email = '" . esc_sql($bemail) . "' LIMIT 1");
|
529 |
+
|
530 |
+
//this hook can be used to allow multiple accounts with the same email address
|
531 |
+
$oldemail = apply_filters("pmpro_checkout_oldemail", $oldemail);
|
532 |
+
}
|
533 |
+
|
534 |
+
if(!empty($oldusername))
|
535 |
+
{
|
536 |
+
pmpro_setMessage(__("That username is already taken. Please try another.", "pmpro"), "pmpro_error");
|
537 |
+
$pmpro_error_fields[] = "username";
|
538 |
+
}
|
539 |
+
|
540 |
+
if(!empty($oldemail))
|
541 |
+
{
|
542 |
+
pmpro_setMessage(__("That email address is already taken. Please try another.", "pmpro"), "pmpro_error");
|
543 |
+
$pmpro_error_fields[] = "bemail";
|
544 |
+
$pmpro_error_fields[] = "bconfirmemail";
|
545 |
+
}
|
546 |
+
|
547 |
+
//only continue if there are no other errors yet
|
548 |
+
if($pmpro_msgt != "pmpro_error")
|
549 |
+
{
|
550 |
+
//check recaptcha first
|
551 |
+
global $recaptcha;
|
552 |
+
if(!$skip_account_fields && ($recaptcha == 2 || ($recaptcha == 1 && pmpro_isLevelFree($pmpro_level))))
|
553 |
+
{
|
554 |
+
global $recaptcha_privatekey;
|
555 |
+
$resp = recaptcha_check_answer($recaptcha_privatekey,
|
556 |
+
$_SERVER["REMOTE_ADDR"],
|
557 |
+
$_POST["recaptcha_challenge_field"],
|
558 |
+
$_POST["recaptcha_response_field"]);
|
559 |
+
|
560 |
+
if(!$resp->is_valid)
|
561 |
+
{
|
562 |
+
$pmpro_msg = sprintf(__("reCAPTCHA failed. (%s) Please try again.", "pmpro"), $resp->error);
|
563 |
+
$pmpro_msgt = "pmpro_error";
|
564 |
+
}
|
565 |
+
else
|
566 |
+
{
|
567 |
+
// Your code here to handle a successful verification
|
568 |
+
if($pmpro_msgt != "pmpro_error")
|
569 |
+
$pmpro_msg = "All good!";
|
570 |
+
}
|
571 |
+
}
|
572 |
+
else
|
573 |
+
{
|
574 |
+
if($pmpro_msgt != "pmpro_error")
|
575 |
+
$pmpro_msg = "All good!";
|
576 |
+
}
|
577 |
+
|
578 |
+
//no errors yet
|
579 |
+
if($pmpro_msgt != "pmpro_error")
|
580 |
+
{
|
581 |
+
//save user fields for PayPal Express
|
582 |
+
if($gateway == "paypalexpress")
|
583 |
+
{
|
584 |
+
if(!$current_user->ID)
|
585 |
+
{
|
586 |
+
$_SESSION['pmpro_signup_username'] = $username;
|
587 |
+
$_SESSION['pmpro_signup_password'] = $password;
|
588 |
+
$_SESSION['pmpro_signup_email'] = $bemail;
|
589 |
+
}
|
590 |
+
|
591 |
+
//can use this hook to save some other variables to the session
|
592 |
+
do_action("pmpro_paypalexpress_session_vars");
|
593 |
+
}
|
594 |
+
|
595 |
+
//special check here now for the "check" gateway
|
596 |
+
if($pmpro_requirebilling || ($gateway == "check" && !pmpro_isLevelFree($pmpro_level)))
|
597 |
+
{
|
598 |
+
$morder = new MemberOrder();
|
599 |
+
$morder->membership_id = $pmpro_level->id;
|
600 |
+
$morder->membership_name = $pmpro_level->name;
|
601 |
+
$morder->discount_code = $discount_code;
|
602 |
+
$morder->InitialPayment = $pmpro_level->initial_payment;
|
603 |
+
$morder->PaymentAmount = $pmpro_level->billing_amount;
|
604 |
+
$morder->ProfileStartDate = date("Y-m-d") . "T0:0:0";
|
605 |
+
$morder->BillingPeriod = $pmpro_level->cycle_period;
|
606 |
+
$morder->BillingFrequency = $pmpro_level->cycle_number;
|
607 |
+
|
608 |
+
if($pmpro_level->billing_limit)
|
609 |
+
$morder->TotalBillingCycles = $pmpro_level->billing_limit;
|
610 |
+
|
611 |
+
if(pmpro_isLevelTrial($pmpro_level))
|
612 |
+
{
|
613 |
+
$morder->TrialBillingPeriod = $pmpro_level->cycle_period;
|
614 |
+
$morder->TrialBillingFrequency = $pmpro_level->cycle_number;
|
615 |
+
$morder->TrialBillingCycles = $pmpro_level->trial_limit;
|
616 |
+
$morder->TrialAmount = $pmpro_level->trial_amount;
|
617 |
+
}
|
618 |
+
|
619 |
+
//credit card values
|
620 |
+
$morder->cardtype = $CardType;
|
621 |
+
$morder->accountnumber = $AccountNumber;
|
622 |
+
$morder->expirationmonth = $ExpirationMonth;
|
623 |
+
$morder->expirationyear = $ExpirationYear;
|
624 |
+
$morder->ExpirationDate = $ExpirationMonth . $ExpirationYear;
|
625 |
+
$morder->ExpirationDate_YdashM = $ExpirationYear . "-" . $ExpirationMonth;
|
626 |
+
$morder->CVV2 = $CVV;
|
627 |
+
|
628 |
+
//stripeToken
|
629 |
+
if(isset($stripeToken))
|
630 |
+
$morder->stripeToken = $stripeToken;
|
631 |
+
|
632 |
+
//Braintree values
|
633 |
+
if(isset($braintree_number))
|
634 |
+
{
|
635 |
+
$morder->braintree = new stdClass();
|
636 |
+
$morder->braintree->number = $braintree_number;
|
637 |
+
$morder->braintree->expiration_date = $braintree_expiration_date;
|
638 |
+
$morder->braintree->cvv = $braintree_cvv;
|
639 |
+
}
|
640 |
+
|
641 |
+
//not saving email in order table, but the sites need it
|
642 |
+
$morder->Email = $bemail;
|
643 |
+
|
644 |
+
//sometimes we need these split up
|
645 |
+
$morder->FirstName = $bfirstname;
|
646 |
+
$morder->LastName = $blastname;
|
647 |
+
$morder->Address1 = $baddress1;
|
648 |
+
$morder->Address2 = $baddress2;
|
649 |
+
|
650 |
+
//stripe lite code to get name from other sources if available
|
651 |
+
if(!empty($pmpro_stripe_lite) && empty($morder->FirstName) && empty($morder->LastName))
|
652 |
+
{
|
653 |
+
if(!empty($current_user->ID))
|
654 |
+
{
|
655 |
+
$morder->FirstName = get_user_meta($current_user->ID, "first_name", true);
|
656 |
+
$morder->LastName = get_user_meta($current_user->ID, "last_name", true);
|
657 |
+
}
|
658 |
+
elseif(!empty($_REQUEST['first_name']) && !empty($_REQUEST['last_name']))
|
659 |
+
{
|
660 |
+
$morder->FirstName = $_REQUEST['first_name'];
|
661 |
+
$morder->LastName = $_REQUEST['last_name'];
|
662 |
+
}
|
663 |
+
}
|
664 |
+
|
665 |
+
//other values
|
666 |
+
$morder->billing = new stdClass();
|
667 |
+
$morder->billing->name = $bfirstname . " " . $blastname;
|
668 |
+
$morder->billing->street = trim($baddress1 . " " . $baddress2);
|
669 |
+
$morder->billing->city = $bcity;
|
670 |
+
$morder->billing->state = $bstate;
|
671 |
+
$morder->billing->country = $bcountry;
|
672 |
+
$morder->billing->zip = $bzipcode;
|
673 |
+
$morder->billing->phone = $bphone;
|
674 |
+
|
675 |
+
//$gateway = pmpro_getOption("gateway");
|
676 |
+
$morder->gateway = $gateway;
|
677 |
+
$morder->setGateway();
|
678 |
+
|
679 |
+
//setup level var
|
680 |
+
$morder->getMembershipLevel();
|
681 |
+
$morder->membership_level = apply_filters("pmpro_checkout_level", $morder->membership_level);
|
682 |
+
|
683 |
+
//tax
|
684 |
+
$morder->subtotal = $morder->InitialPayment;
|
685 |
+
$morder->getTax();
|
686 |
+
|
687 |
+
if($gateway == "paypalexpress")
|
688 |
+
{
|
689 |
+
$morder->payment_type = "PayPal Express";
|
690 |
+
$morder->cardtype = "";
|
691 |
+
$morder->ProfileStartDate = date("Y-m-d", strtotime("+ " . $morder->BillingFrequency . " " . $morder->BillingPeriod)) . "T0:0:0";
|
692 |
+
$morder->ProfileStartDate = apply_filters("pmpro_profile_start_date", $morder->ProfileStartDate, $morder);
|
693 |
+
$pmpro_processed = $morder->Gateway->setExpressCheckout($morder);
|
694 |
+
}
|
695 |
+
else
|
696 |
+
{
|
697 |
+
$pmpro_processed = $morder->process();
|
698 |
+
}
|
699 |
+
|
700 |
+
if(!empty($pmpro_processed))
|
701 |
+
{
|
702 |
+
$pmpro_msg = __("Payment accepted.", "pmpro");
|
703 |
+
$pmpro_msgt = "pmpro_success";
|
704 |
+
$pmpro_confirmed = true;
|
705 |
+
}
|
706 |
+
else
|
707 |
+
{
|
708 |
+
$pmpro_msg = $morder->error;
|
709 |
+
if(empty($pmpro_msg))
|
710 |
+
$pmpro_msg = __("Unknown error generating account. Please contact us to setup your membership.", "pmpro");
|
711 |
+
$pmpro_msgt = "pmpro_error";
|
712 |
+
}
|
713 |
+
|
714 |
+
}
|
715 |
+
else // !$pmpro_requirebilling
|
716 |
+
{
|
717 |
+
//must have been a free membership, continue
|
718 |
+
$pmpro_confirmed = true;
|
719 |
+
}
|
720 |
+
}
|
721 |
+
}
|
722 |
+
} //endif($pmpro_continue_registration)
|
723 |
+
}
|
724 |
+
|
725 |
+
//PayPal Express Call Backs
|
726 |
+
if(!empty($_REQUEST['review']))
|
727 |
+
{
|
728 |
+
if(!empty($_REQUEST['PayerID']))
|
729 |
+
$_SESSION['payer_id'] = $_REQUEST['PayerID'];
|
730 |
+
if(!empty($_REQUEST['paymentAmount']))
|
731 |
+
$_SESSION['paymentAmount'] = $_REQUEST['paymentAmount'];
|
732 |
+
if(!empty($_REQUEST['currencyCodeType']))
|
733 |
+
$_SESSION['currCodeType'] = $_REQUEST['currencyCodeType'];
|
734 |
+
if(!empty($_REQUEST['paymentType']))
|
735 |
+
$_SESSION['paymentType'] = $_REQUEST['paymentType'];
|
736 |
+
|
737 |
+
$morder = new MemberOrder();
|
738 |
+
$morder->getMemberOrderByPayPalToken($_REQUEST['token']);
|
739 |
+
$morder->Token = $morder->paypal_token; $pmpro_paypal_token = $morder->paypal_token;
|
740 |
+
if($morder->Token)
|
741 |
+
{
|
742 |
+
if($morder->Gateway->getExpressCheckoutDetails($morder))
|
743 |
+
{
|
744 |
+
$pmpro_review = true;
|
745 |
+
}
|
746 |
+
else
|
747 |
+
{
|
748 |
+
$pmpro_msg = $morder->error;
|
749 |
+
$pmpro_msgt = "pmpro_error";
|
750 |
+
}
|
751 |
+
}
|
752 |
+
else
|
753 |
+
{
|
754 |
+
$pmpro_msg = __("The PayPal Token was lost.", "pmpro");
|
755 |
+
$pmpro_msgt = "pmpro_error";
|
756 |
+
}
|
757 |
+
}
|
758 |
+
elseif(!empty($_REQUEST['confirm']))
|
759 |
+
{
|
760 |
+
$morder = new MemberOrder();
|
761 |
+
$morder->getMemberOrderByPayPalToken($_REQUEST['token']);
|
762 |
+
$morder->Token = $morder->paypal_token; $pmpro_paypal_token = $morder->paypal_token;
|
763 |
+
if($morder->Token)
|
764 |
+
{
|
765 |
+
//setup values
|
766 |
+
$morder->membership_id = $pmpro_level->id;
|
767 |
+
$morder->membership_name = $pmpro_level->name;
|
768 |
+
$morder->discount_code = $discount_code;
|
769 |
+
$morder->InitialPayment = $pmpro_level->initial_payment;
|
770 |
+
$morder->PaymentAmount = $pmpro_level->billing_amount;
|
771 |
+
$morder->ProfileStartDate = date("Y-m-d") . "T0:0:0";
|
772 |
+
$morder->BillingPeriod = $pmpro_level->cycle_period;
|
773 |
+
$morder->BillingFrequency = $pmpro_level->cycle_number;
|
774 |
+
$morder->Email = $bemail;
|
775 |
+
|
776 |
+
//$gateway = pmpro_getOption("gateway");
|
777 |
+
|
778 |
+
//setup level var
|
779 |
+
$morder->getMembershipLevel();
|
780 |
+
$morder->membership_level = apply_filters("pmpro_checkout_level", $morder->membership_level);
|
781 |
+
|
782 |
+
//tax
|
783 |
+
$morder->subtotal = $morder->InitialPayment;
|
784 |
+
$morder->getTax();
|
785 |
+
if($pmpro_level->billing_limit)
|
786 |
+
$morder->TotalBillingCycles = $pmpro_level->billing_limit;
|
787 |
+
|
788 |
+
if(pmpro_isLevelTrial($pmpro_level))
|
789 |
+
{
|
790 |
+
$morder->TrialBillingPeriod = $pmpro_level->cycle_period;
|
791 |
+
$morder->TrialBillingFrequency = $pmpro_level->cycle_number;
|
792 |
+
$morder->TrialBillingCycles = $pmpro_level->trial_limit;
|
793 |
+
$morder->TrialAmount = $pmpro_level->trial_amount;
|
794 |
+
}
|
795 |
+
|
796 |
+
if($morder->process())
|
797 |
+
{
|
798 |
+
$submit = true;
|
799 |
+
$pmpro_confirmed = true;
|
800 |
+
|
801 |
+
if(!$current_user->ID)
|
802 |
+
{
|
803 |
+
//reload the user fields
|
804 |
+
$username = $_SESSION['pmpro_signup_username'];
|
805 |
+
$password = $_SESSION['pmpro_signup_password'];
|
806 |
+
$password2 = $password;
|
807 |
+
$bemail = $_SESSION['pmpro_signup_email'];
|
808 |
+
|
809 |
+
//unset the user fields in session
|
810 |
+
unset($_SESSION['pmpro_signup_username']);
|
811 |
+
unset($_SESSION['pmpro_signup_password']);
|
812 |
+
unset($_SESSION['pmpro_signup_email']);
|
813 |
+
}
|
814 |
+
}
|
815 |
+
else
|
816 |
+
{
|
817 |
+
$pmpro_msg = $morder->error;
|
818 |
+
$pmpro_msgt = "pmpro_error";
|
819 |
+
}
|
820 |
+
}
|
821 |
+
else
|
822 |
+
{
|
823 |
+
$pmpro_msg = __("The PayPal Token was lost.", "pmpro");
|
824 |
+
$pmpro_msgt = "pmpro_error";
|
825 |
+
}
|
826 |
+
}
|
827 |
+
|
828 |
+
//if payment was confirmed create/update the user.
|
829 |
+
if(!empty($pmpro_confirmed))
|
830 |
+
{
|
831 |
+
//do we need to create a user account?
|
832 |
+
if(!$current_user->ID)
|
833 |
+
{
|
834 |
+
/*
|
835 |
+
create user
|
836 |
+
*/
|
837 |
+
if(version_compare($wp_version, "3.1") < 0)
|
838 |
+
require_once( ABSPATH . WPINC . '/registration.php'); //need this for WP versions before 3.1
|
839 |
+
|
840 |
+
//first name
|
841 |
+
if(!empty($_REQUEST['first_name']))
|
842 |
+
$first_name = $_REQUEST['first_name'];
|
843 |
+
else
|
844 |
+
$first_name = $bfirstname;
|
845 |
+
//last name
|
846 |
+
if(!empty($_REQUEST['last_name']))
|
847 |
+
$last_name = $_REQUEST['last_name'];
|
848 |
+
else
|
849 |
+
$last_name = $blastname;
|
850 |
+
|
851 |
+
//insert user
|
852 |
+
$user_id = wp_insert_user(array(
|
853 |
+
"user_login" => $username,
|
854 |
+
"user_pass" => $password,
|
855 |
+
"user_email" => $bemail,
|
856 |
+
"first_name" => $first_name,
|
857 |
+
"last_name" => $last_name)
|
858 |
+
);
|
859 |
+
if (!$user_id) {
|
860 |
+
$pmpro_msg = __("Your payment was accepted, but there was an error setting up your account. Please contact us.", "pmpro");
|
861 |
+
$pmpro_msgt = "pmpro_error";
|
862 |
+
} else {
|
863 |
+
|
864 |
+
//check pmpro_wp_new_user_notification filter before sending the default WP email
|
865 |
+
if(apply_filters("pmpro_wp_new_user_notification", true, $user_id, $pmpro_level->id))
|
866 |
+
wp_new_user_notification($user_id, $password);
|
867 |
+
|
868 |
+
$wpuser = new WP_User(0, $username);
|
869 |
+
|
870 |
+
//make the user a subscriber
|
871 |
+
$wpuser->set_role(get_option('default_role', 'subscriber'));
|
872 |
+
|
873 |
+
//okay, log them in to WP
|
874 |
+
$creds = array();
|
875 |
+
$creds['user_login'] = $username;
|
876 |
+
$creds['user_password'] = $password;
|
877 |
+
$creds['remember'] = true;
|
878 |
+
$user = wp_signon( $creds, false );
|
879 |
+
}
|
880 |
+
}
|
881 |
+
else
|
882 |
+
$user_id = $current_user->ID;
|
883 |
+
|
884 |
+
if($user_id)
|
885 |
+
{
|
886 |
+
//save user id and send PayPal standard customers to PayPal now
|
887 |
+
if($gateway == "paypalstandard" && !empty($morder))
|
888 |
+
{
|
889 |
+
$morder->user_id = $user_id;
|
890 |
+
$morder->saveOrder();
|
891 |
+
|
892 |
+
//save discount code use
|
893 |
+
if(!empty($discount_code_id))
|
894 |
+
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . $morder->id . "', now())");
|
895 |
+
|
896 |
+
do_action("pmpro_before_send_to_paypal_standard", $user_id, $morder);
|
897 |
+
|
898 |
+
$morder->Gateway->sendToPayPal($morder);
|
899 |
+
}
|
900 |
+
|
901 |
+
//save user id and send Twocheckout customers to Twocheckout now
|
902 |
+
if($gateway == "twocheckout" && !empty($morder))
|
903 |
+
{
|
904 |
+
$morder->user_id = $user_id;
|
905 |
+
$morder->saveOrder();
|
906 |
+
|
907 |
+
//save discount code use
|
908 |
+
if(!empty($discount_code_id))
|
909 |
+
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . $morder->id . "', now())");
|
910 |
+
|
911 |
+
do_action("pmpro_before_send_to_twocheckout", $user_id, $morder);
|
912 |
+
|
913 |
+
$morder->Gateway->sendToTwocheckout($morder);
|
914 |
+
}
|
915 |
+
|
916 |
+
//calculate the end date
|
917 |
+
if(!empty($pmpro_level->expiration_number))
|
918 |
+
{
|
919 |
+
$enddate = "'" . date("Y-m-d", strtotime("+ " . $pmpro_level->expiration_number . " " . $pmpro_level->expiration_period)) . "'";
|
920 |
+
}
|
921 |
+
else
|
922 |
+
{
|
923 |
+
$enddate = "NULL";
|
924 |
+
}
|
925 |
+
|
926 |
+
//update membership_user table.
|
927 |
+
if(!empty($discount_code) && !empty($use_discount_code))
|
928 |
+
$discount_code_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes WHERE code = '" . $discount_code . "' LIMIT 1");
|
929 |
+
else
|
930 |
+
$discount_code_id = "";
|
931 |
+
|
932 |
+
//set the start date to NOW() but allow filters
|
933 |
+
$startdate = apply_filters("pmpro_checkout_start_date", "NOW()", $user_id, $pmpro_level);
|
934 |
+
|
935 |
+
$custom_level = array(
|
936 |
+
'user_id' => $user_id,
|
937 |
+
'membership_id' => $pmpro_level->id,
|
938 |
+
'code_id' => $discount_code_id,
|
939 |
+
'initial_payment' => $pmpro_level->initial_payment,
|
940 |
+
'billing_amount' => $pmpro_level->billing_amount,
|
941 |
+
'cycle_number' => $pmpro_level->cycle_number,
|
942 |
+
'cycle_period' => $pmpro_level->cycle_period,
|
943 |
+
'billing_limit' => $pmpro_level->billing_limit,
|
944 |
+
'trial_amount' => $pmpro_level->trial_amount,
|
945 |
+
'trial_limit' => $pmpro_level->trial_limit,
|
946 |
+
'startdate' => $startdate,
|
947 |
+
'enddate' => $enddate);
|
948 |
+
|
949 |
+
if(pmpro_changeMembershipLevel($custom_level, $user_id))
|
950 |
+
{
|
951 |
+
//we're good
|
952 |
+
//blank order for free levels
|
953 |
+
if(empty($morder))
|
954 |
+
{
|
955 |
+
$morder = new MemberOrder();
|
956 |
+
$morder->InitialPayment = 0;
|
957 |
+
$morder->Email = $bemail;
|
958 |
+
$morder->gateway = "free";
|
959 |
+
}
|
960 |
+
|
961 |
+
//add an item to the history table, cancel old subscriptions
|
962 |
+
if(!empty($morder))
|
963 |
+
{
|
964 |
+
$morder->user_id = $user_id;
|
965 |
+
$morder->membership_id = $pmpro_level->id;
|
966 |
+
$morder->saveOrder();
|
967 |
+
}
|
968 |
+
|
969 |
+
//update the current user
|
970 |
+
global $current_user;
|
971 |
+
if(!$current_user->ID && $user->ID)
|
972 |
+
$current_user = $user; //in case the user just signed up
|
973 |
+
pmpro_set_current_user();
|
974 |
+
|
975 |
+
//add discount code use
|
976 |
+
if($discount_code && $use_discount_code)
|
977 |
+
{
|
978 |
+
if(!empty($morder->id))
|
979 |
+
$code_order_id = $morder->id;
|
980 |
+
else
|
981 |
+
$code_order_id = "";
|
982 |
+
|
983 |
+
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $user_id . "', '" . intval($code_order_id) . "', now())");
|
984 |
+
}
|
985 |
+
|
986 |
+
//save billing info ect, as user meta
|
987 |
+
$meta_keys = array("pmpro_bfirstname", "pmpro_blastname", "pmpro_baddress1", "pmpro_baddress2", "pmpro_bcity", "pmpro_bstate", "pmpro_bzipcode", "pmpro_bcountry", "pmpro_bphone", "pmpro_bemail", "pmpro_CardType", "pmpro_AccountNumber", "pmpro_ExpirationMonth", "pmpro_ExpirationYear");
|
988 |
+
$meta_values = array($bfirstname, $blastname, $baddress1, $baddress2, $bcity, $bstate, $bzipcode, $bcountry, $bphone, $bemail, $CardType, hideCardNumber($AccountNumber), $ExpirationMonth, $ExpirationYear);
|
989 |
+
pmpro_replaceUserMeta($user_id, $meta_keys, $meta_values);
|
990 |
+
|
991 |
+
//save first and last name fields
|
992 |
+
if(!empty($bfirstname))
|
993 |
+
{
|
994 |
+
$old_firstname = get_user_meta($user_id, "first_name", true);
|
995 |
+
if(empty($old_firstname))
|
996 |
+
update_user_meta($user_id, "first_name", $bfirstname);
|
997 |
+
}
|
998 |
+
if(!empty($blastname))
|
999 |
+
{
|
1000 |
+
$old_lastname = get_user_meta($user_id, "last_name", true);
|
1001 |
+
if(empty($old_lastname))
|
1002 |
+
update_user_meta($user_id, "last_name", $blastname);
|
1003 |
+
}
|
1004 |
+
|
1005 |
+
//show the confirmation
|
1006 |
+
$ordersaved = true;
|
1007 |
+
|
1008 |
+
//for Stripe, let's save the customer id in user meta
|
1009 |
+
if($gateway == "stripe")
|
1010 |
+
{
|
1011 |
+
if(!empty($morder->Gateway->customer->id))
|
1012 |
+
{
|
1013 |
+
update_user_meta($user_id, "pmpro_stripe_customerid", $morder->Gateway->customer->id);
|
1014 |
+
}
|
1015 |
+
}
|
1016 |
+
|
1017 |
+
//hook
|
1018 |
+
do_action("pmpro_after_checkout", $user_id);
|
1019 |
+
|
1020 |
+
//setup some values for the emails
|
1021 |
+
if(!empty($morder))
|
1022 |
+
$invoice = new MemberOrder($morder->id);
|
1023 |
+
else
|
1024 |
+
$invoice = NULL;
|
1025 |
+
$current_user->membership_level = $pmpro_level; //make sure they have the right level info
|
1026 |
+
|
1027 |
+
//send email to member
|
1028 |
+
$pmproemail = new PMProEmail();
|
1029 |
+
$pmproemail->sendCheckoutEmail($current_user, $invoice);
|
1030 |
+
|
1031 |
+
//send email to admin
|
1032 |
+
$pmproemail = new PMProEmail();
|
1033 |
+
$pmproemail->sendCheckoutAdminEmail($current_user, $invoice);
|
1034 |
+
|
1035 |
+
//redirect to confirmation
|
1036 |
+
$rurl = pmpro_url("confirmation", "?level=" . $pmpro_level->id);
|
1037 |
+
$rurl = apply_filters("pmpro_confirmation_url", $rurl, $user_id, $pmpro_level);
|
1038 |
+
wp_redirect($rurl);
|
1039 |
+
exit;
|
1040 |
+
}
|
1041 |
+
else
|
1042 |
+
{
|
1043 |
+
//uh oh. we charged them then the membership creation failed
|
1044 |
+
if(isset($morder) && $morder->cancel())
|
1045 |
+
{
|
1046 |
+
$pmpro_msg = __("IMPORTANT: Something went wrong during membership creation. Your credit card authorized, but we cancelled the order immediately. You should not try to submit this form again. Please contact the site owner to fix this issue.", "pmpro");
|
1047 |
+
$morder = NULL;
|
1048 |
+
}
|
1049 |
+
else
|
1050 |
+
{
|
1051 |
+
$pmpro_msg = __("IMPORTANT: Something went wrong during membership creation. Your credit card was charged, but we couldn't assign your membership. You should not submit this form again. Please contact the site owner to fix this issue.", "pmpro");
|
1052 |
+
}
|
1053 |
+
}
|
1054 |
+
}
|
1055 |
+
}
|
1056 |
+
|
1057 |
+
//default values
|
1058 |
+
if(empty($submit))
|
1059 |
+
{
|
1060 |
+
//show message if the payment gateway is not setup yet
|
1061 |
+
if($pmpro_requirebilling && !pmpro_getOption("gateway", true))
|
1062 |
+
{
|
1063 |
+
if(pmpro_isAdmin())
|
1064 |
+
$pmpro_msg = sprintf(__('You must <a href="%s">setup a Payment Gateway</a> before any payments will be processed.', 'pmpro'), get_admin_url(NULL, '/admin.php?page=pmpro-membershiplevels&view=payment'));
|
1065 |
+
else
|
1066 |
+
$pmpro_msg = __("A Payment Gateway must be setup before any payments will be processed.", "pmpro");
|
1067 |
+
$pmpro_msgt = "";
|
1068 |
+
}
|
1069 |
+
|
1070 |
+
//default values from DB
|
1071 |
+
if(!empty($current_user->ID))
|
1072 |
+
{
|
1073 |
+
$bfirstname = get_user_meta($current_user->ID, "pmpro_bfirstname", true);
|
1074 |
+
$blastname = get_user_meta($current_user->ID, "pmpro_blastname", true);
|
1075 |
+
$baddress1 = get_user_meta($current_user->ID, "pmpro_baddress1", true);
|
1076 |
+
$baddress2 = get_user_meta($current_user->ID, "pmpro_baddress2", true);
|
1077 |
+
$bcity = get_user_meta($current_user->ID, "pmpro_bcity", true);
|
1078 |
+
$bstate = get_user_meta($current_user->ID, "pmpro_bstate", true);
|
1079 |
+
$bzipcode = get_user_meta($current_user->ID, "pmpro_bzipcode", true);
|
1080 |
+
$bcountry = get_user_meta($current_user->ID, "pmpro_bcountry", true);
|
1081 |
+
$bphone = get_user_meta($current_user->ID, "pmpro_bphone", true);
|
1082 |
+
$bemail = get_user_meta($current_user->ID, "pmpro_bemail", true);
|
1083 |
+
$bconfirmemail = $bemail; //as of 1.7.5, just setting to bemail
|
1084 |
+
$CardType = get_user_meta($current_user->ID, "pmpro_CardType", true);
|
1085 |
+
//$AccountNumber = hideCardNumber(get_user_meta($current_user->ID, "pmpro_AccountNumber", true), false);
|
1086 |
+
$ExpirationMonth = get_user_meta($current_user->ID, "pmpro_ExpirationMonth", true);
|
1087 |
+
$ExpirationYear = get_user_meta($current_user->ID, "pmpro_ExpirationYear", true);
|
1088 |
+
}
|
1089 |
+
}
|
1090 |
+
|
1091 |
+
//clear out XXXX numbers (e.g. with Stripe)
|
1092 |
+
if(!empty($AccountNumber) && strpos($AccountNumber, "XXXX") === 0)
|
1093 |
+
$AccountNumber = "";
|
preheaders/confirmation.php
CHANGED
@@ -1,16 +1,13 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
if($current_user->ID)
|
6 |
-
|
7 |
-
|
8 |
-
//
|
9 |
-
if
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
$pmpro_invoice = new MemberOrder();
|
15 |
-
$pmpro_invoice->getLastMemberOrder($current_user->ID, apply_filters("pmpro_confirmation_order_status", array("success", "pending")));
|
16 |
-
}
|
1 |
<?php
|
2 |
+
global $current_user, $pmpro_invoice;
|
3 |
+
|
4 |
+
//must be logged in
|
5 |
+
if(empty($current_user->ID) || (empty($current_user->membership_level->ID) && pmpro_getOption("gateway") != "paypalstandard" && pmpro_getOption("gateway") != "twocheckout"))
|
6 |
+
wp_redirect(home_url());
|
7 |
+
|
8 |
+
//if membership is a paying one, get invoice from DB
|
9 |
+
if(!empty($current_user->membership_level) && !pmpro_isLevelFree($current_user->membership_level))
|
10 |
+
{
|
11 |
+
$pmpro_invoice = new MemberOrder();
|
12 |
+
$pmpro_invoice->getLastMemberOrder($current_user->ID, apply_filters("pmpro_confirmation_order_status", array("success", "pending")));
|
13 |
+
}
|
|
|
|
|
|
preheaders/invoice.php
CHANGED
@@ -1,33 +1,33 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
}
|
1 |
<?php
|
2 |
+
global $current_user, $pmpro_invoice;
|
3 |
+
|
4 |
+
if(!is_user_logged_in())
|
5 |
+
{
|
6 |
+
wp_redirect(pmpro_url("account"));
|
7 |
+
exit;
|
8 |
+
}
|
9 |
+
|
10 |
+
//get invoice from DB
|
11 |
+
if(!empty($_REQUEST['invoice']))
|
12 |
+
$invoice_code = $_REQUEST['invoice'];
|
13 |
+
else
|
14 |
+
$invoice_code = NULL;
|
15 |
+
|
16 |
+
if(!empty($invoice_code))
|
17 |
+
{
|
18 |
+
$pmpro_invoice = new MemberOrder($invoice_code);
|
19 |
+
|
20 |
+
//var_dump($pmpro_invoice);
|
21 |
+
if(!$pmpro_invoice->id)
|
22 |
+
{
|
23 |
+
wp_redirect(pmpro_url("account")); //no match
|
24 |
+
exit;
|
25 |
+
}
|
26 |
+
|
27 |
+
//make sure they have permission to view this
|
28 |
+
if(!current_user_can("administrator") && $current_user->ID != $pmpro_invoice->user_id)
|
29 |
+
{
|
30 |
+
wp_redirect(pmpro_url("account")); //no permission
|
31 |
+
exit;
|
32 |
+
}
|
33 |
+
}
|
preheaders/levels.php
CHANGED
@@ -1,33 +1,34 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
$pmpro_levels
|
33 |
-
$pmpro_levels =
|
|
1 |
<?php
|
2 |
+
//is there a default level to redirect to?
|
3 |
+
if(defined("PMPRO_DEFAULT_LEVEL"))
|
4 |
+
$default_level = intval(PMPRO_DEFAULT_LEVEL);
|
5 |
+
else
|
6 |
+
$default_level = false;
|
7 |
+
|
8 |
+
if($default_level)
|
9 |
+
{
|
10 |
+
wp_redirect(pmpro_url("checkout", "?level=" . $default_level));
|
11 |
+
exit;
|
12 |
+
}
|
13 |
+
|
14 |
+
global $wpdb, $pmpro_msg, $pmpro_msgt;
|
15 |
+
if (isset($_REQUEST['msg']))
|
16 |
+
{
|
17 |
+
if ($_REQUEST['msg']==1)
|
18 |
+
{
|
19 |
+
$pmpro_msg = __('Your membership status has been updated - Thank you!', 'pmpro');
|
20 |
+
}
|
21 |
+
else
|
22 |
+
{
|
23 |
+
$pmpro_msg = __('Sorry, your request could not be completed - please try again in a few moments.', 'pmpro');
|
24 |
+
$pmpro_msgt = "pmpro_error";
|
25 |
+
}
|
26 |
+
}
|
27 |
+
else
|
28 |
+
{
|
29 |
+
$pmpro_msg = false;
|
30 |
+
}
|
31 |
+
|
32 |
+
global $pmpro_levels;
|
33 |
+
$pmpro_levels = pmpro_getAllLevels();
|
34 |
+
$pmpro_levels = apply_filters("pmpro_levels_array", $pmpro_levels);
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: strangerstudios
|
3 |
Tags: memberships, membership, authorize.net, ecommerce, paypal, stripe, braintree, restrict access, restrict content, directory site, payflow
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.7.
|
7 |
|
8 |
The easiest way to GET PAID with your WordPress site. Flexible content control by Membership Level, Reports, Affiliates and Discounts
|
9 |
|
@@ -102,64 +102,6 @@ Not sure? You can find out by doing a bit a research.
|
|
102 |
4. Offer Membership Discounts with specific price rules (restricted by level, unique pricing for each level, # of uses, expiration date.)
|
103 |
|
104 |
== Changelog ==
|
105 |
-
= 1.7.14 =
|
106 |
-
* BUG: Fixed bug where level cost would sometimes have incorrect pluralization of months/weeks/etc. (Thanks, Kevin Ackerman)
|
107 |
-
* BUG/ENHANCEMENT: Now checking the child and parent theme for email_header.html and email_footer.html files to use for emails. The child theme is checked first.
|
108 |
-
* ENHANCEMENT: Added pmpro_getfile_before_readfile hook (passes $filename and $mimetype params) in getfile.php
|
109 |
-
* BUG/ENHANCEMENT: getMembershipLevel method of MemberOrder can now handle when discount_code property is an object. Also, the IPN Handler and 2Checkout handler will now try to get the discount code for the order to correctly update the users pmpro_memberships_users entry.
|
110 |
-
* BUG: Removed extra class attribute from CVV field that interfered with the required * JS code and some other CSS/JS-related things. (Thanks, catapult)
|
111 |
-
* ENHANCEMENT: Added code to redirect to the redirect_url if you pass a redirect_url to the login page and the user is already logged in. Updated the links in email confirmations to use login links with redirects instead of direct links.
|
112 |
-
* EHANCEMENT: Added pmpro_email_attachments filter, which can be used to add attachments to PMPro emails that are sent out. E.g., https://gist.github.com/strangerstudios/c4e771dca8723613bce3
|
113 |
-
|
114 |
-
= 1.7.13.1 =
|
115 |
-
* Fixed bug introduced in 1.7.12 where discount code uses were not being tracked.
|
116 |
-
* Added pmpro_check_discount_code filter so you can do your own checks on discount codes.
|
117 |
-
|
118 |
-
= 1.7.13 =
|
119 |
-
* Added Danish (da_DK) translation. (Thanks, Mikael)
|
120 |
-
* Fixed bugs with timestamps in various places (especially around trial dates) introduced in 1.7.12
|
121 |
-
* Another fix to keep PMPro from sending "undefined undefined" as the name to Stripe when the 'don't show billing fields' option is chosen.
|
122 |
-
* $pmpro_stripe_verify_address flag defaults to same value of Stripe's showbillingaddress option now.
|
123 |
-
* Changed the priority of pmpro_applydiscountcode_init hooking on init to 11 so pmpro_init() will run before and setup pmpro_currency_symbol among other things. (Thanks, semyou on GitHub.)
|
124 |
-
* Explicitly setting $current_user->membership_level in a few places to avoid issues where current_user is overwritten between init and when we try to use it.
|
125 |
-
* Avoiding a warning in pmpro_getMetavalues() function. (Thanks, Scott Sousa)
|
126 |
-
* Added target="_blank" to help links on admin pages. (Thanks, AntonVrba on GitHub)
|
127 |
-
|
128 |
-
= 1.7.12 =
|
129 |
-
* Now including expiration text in text that is updated when a discount code is used. (Thanks, John Zeiger)
|
130 |
-
* Making sure that $myuser->membership_level is set in pmpro_has_membership_access().
|
131 |
-
* Added Norwegian locale files. (Thanks, Maritk)
|
132 |
-
* Added Turkish locale files. (Thanks, yasinkuyu on GitHub.)
|
133 |
-
* Fixed error where "undefined" was being passed to Stripe for the name.
|
134 |
-
* Fixed error with setting enddates on the edit user page for users with multiple "active" memberships.
|
135 |
-
* "Renew" link will show up on levels page only if the user has the level and it is not recurring and has an enddate.
|
136 |
-
* Stripe gateway is using $pmpro_currency global instead of getting value via pmpro_getOption, so it can be overridden via code like https://gist.github.com/strangerstudios/8806443
|
137 |
-
* Payflow Pro gateway is now passing the currency code to the API for non-US currencies. (Thanks
|
138 |
-
|
139 |
-
= 1.7.11 =
|
140 |
-
* Added "Filter searches and archives?" setting to advanced settings tab. If you had "Show excerpts to non-members?" set to No before, then this will be set to Yes after upgrade. But now you can show excerpts on single post pages while still hiding restricted content from searches and archives.
|
141 |
-
|
142 |
-
= 1.7.10.2 =
|
143 |
-
* Fixed MySQL warning/error that was introduced in 1.7.10.1 and showing for some people who had "hide excerpts" enabled.
|
144 |
-
|
145 |
-
= 1.7.10.1 =
|
146 |
-
* Fixed bug where the $pmpro_levels global would sometimes not include all levels on the levels page. (A better fix for this is coming in v2.0.)
|
147 |
-
* Fixed bug in pmpro_getMemberDays that sometimes reported more days than the user had really been a member. (Thanks, surefireweb)
|
148 |
-
* Fixed bug where search results were being incorrectly filtered. The pmpro_search_filter() function in includes/content.php hides member content from non-members if the "show exceprts" setting is set to false.
|
149 |
-
* Now checking specifically for payment_status = 'Failed' in the IPN handler before sending off the payment failed emails. (There may be other statuses we want to consider as "failures" as well, but we want to avoid failing on "pending" statuses/etc.)
|
150 |
-
|
151 |
-
= 1.7.10 =
|
152 |
-
* Added getGatewaySubscriptionStatus() and getGatewayTransactionStatus() methods to the MemberOrder class. These are implemented for PayPalExpress right now and will hit the gateway API to return information on a subscription or transaction.
|
153 |
-
* Added pmpro_memberslist_expires_column filter to members list. $order is passed as second parameter. Use this to filter the date or "Never" shown in the Expires column.
|
154 |
-
* No longer showing "Membership Levels" link in dashboard menu if a user has access to other PMPro settings pages, but not the membership levels page.
|
155 |
-
* Added pmpro_applydiscountcode_return_js hook. http://www.paidmembershipspro.com/hook/pmpro_applydiscountcode_return_js/
|
156 |
-
* Fixed formatting of the level cost when a discount code is applied via AJAX.
|
157 |
-
* Removed extra $ in checkout_check.html email template.
|
158 |
-
* Fixed bug where pmpro_setOption was not working for array values in $_POST, e.g. the hideadlevels setting on the Advanced Settings page.
|
159 |
-
* pmpro_getMembershipCategories($level_id) now returns an array of category IDs instead of an array of arrays.
|
160 |
-
* Swapped all _x function calls to use __ or _e so they are translated.
|
161 |
-
* Initial Czech Republic (cs_CZ) translation files. (Thanks, Petr Hlaváček)
|
162 |
-
|
163 |
= 1.7.9.1 =
|
164 |
* Firing activation hook on upgrade so menu doesn't disappear.
|
165 |
|
2 |
Contributors: strangerstudios
|
3 |
Tags: memberships, membership, authorize.net, ecommerce, paypal, stripe, braintree, restrict access, restrict content, directory site, payflow
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 3.8.1
|
6 |
+
Stable tag: 1.7.9.1
|
7 |
|
8 |
The easiest way to GET PAID with your WordPress site. Flexible content control by Membership Level, Reports, Affiliates and Discounts
|
9 |
|
102 |
4. Offer Membership Discounts with specific price rules (restricted by level, unique pricing for each level, # of uses, expiration date.)
|
103 |
|
104 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
= 1.7.9.1 =
|
106 |
* Firing activation hook on upgrade so menu doesn't disappear.
|
107 |
|
scheduled/crons.php
CHANGED
@@ -87,7 +87,7 @@
|
|
87 |
{
|
88 |
global $wpdb;
|
89 |
|
90 |
-
$next_month_date = date("Y-m-01", strtotime("+2 months"
|
91 |
|
92 |
$sqlQuery = "SELECT mu.user_id
|
93 |
FROM $wpdb->pmpro_memberships_users mu
|
@@ -133,12 +133,12 @@
|
|
133 |
continue;
|
134 |
|
135 |
//okay send them an email
|
136 |
-
$send_email = apply_filters("pmpro_send_credit_card_expiring_email", true, $
|
137 |
if($send_email)
|
138 |
{
|
139 |
//send an email
|
140 |
$pmproemail = new PMProEmail();
|
141 |
-
$pmproemail->sendCreditCardExpiringEmail($euser
|
142 |
|
143 |
printf(__("Credit card expiring email sent to %s. ", "pmpro"), $euser->user_email);
|
144 |
}
|
87 |
{
|
88 |
global $wpdb;
|
89 |
|
90 |
+
$next_month_date = date("Y-m-01", strtotime("+2 months"));
|
91 |
|
92 |
$sqlQuery = "SELECT mu.user_id
|
93 |
FROM $wpdb->pmpro_memberships_users mu
|
133 |
continue;
|
134 |
|
135 |
//okay send them an email
|
136 |
+
$send_email = apply_filters("pmpro_send_credit_card_expiring_email", true, $e->user_id);
|
137 |
if($send_email)
|
138 |
{
|
139 |
//send an email
|
140 |
$pmproemail = new PMProEmail();
|
141 |
+
$pmproemail->sendCreditCardExpiringEmail($euser);
|
142 |
|
143 |
printf(__("Credit card expiring email sent to %s. ", "pmpro"), $euser->user_email);
|
144 |
}
|
services/applydiscountcode.php
CHANGED
@@ -44,9 +44,6 @@
|
|
44 |
jQuery('#<?php echo $msgfield?>').removeClass('pmpro_success');
|
45 |
jQuery('#<?php echo $msgfield?>').addClass('pmpro_error');
|
46 |
jQuery('#<?php echo $msgfield?>').addClass('pmpro_discount_code_msg');
|
47 |
-
|
48 |
-
//filter to insert your own code
|
49 |
-
<?php do_action('pmpro_applydiscountcode_return_js', $discount_code, $discount_code_id, $level_id, false); ?>
|
50 |
</script>
|
51 |
<?php
|
52 |
|
@@ -83,7 +80,7 @@
|
|
83 |
jQuery('#other_discount_code_p').hide();
|
84 |
});
|
85 |
|
86 |
-
jQuery('#pmpro_level_cost').html('
|
87 |
|
88 |
<?php
|
89 |
//tell gateway javascripts whether or not to fire (e.g. no Stripe on free levels)
|
@@ -101,7 +98,7 @@
|
|
101 |
}
|
102 |
|
103 |
//hide/show billing
|
104 |
-
if(pmpro_isLevelFree($code_level) || pmpro_getOption("gateway") == "paypalexpress" || pmpro_getOption("gateway") == "paypalstandard"
|
105 |
{
|
106 |
?>
|
107 |
jQuery('#pmpro_billing_address_fields').hide();
|
@@ -134,8 +131,5 @@
|
|
134 |
<?php
|
135 |
}
|
136 |
}
|
137 |
-
|
138 |
-
//filter to insert your own code
|
139 |
-
do_action('pmpro_applydiscountcode_return_js', $discount_code, $discount_code_id, $level_id, $code_level);
|
140 |
?>
|
141 |
</script>
|
44 |
jQuery('#<?php echo $msgfield?>').removeClass('pmpro_success');
|
45 |
jQuery('#<?php echo $msgfield?>').addClass('pmpro_error');
|
46 |
jQuery('#<?php echo $msgfield?>').addClass('pmpro_discount_code_msg');
|
|
|
|
|
|
|
47 |
</script>
|
48 |
<?php
|
49 |
|
80 |
jQuery('#other_discount_code_p').hide();
|
81 |
});
|
82 |
|
83 |
+
jQuery('#pmpro_level_cost').html('<?php printf(__('The <strong>%s</strong> code has been applied to your order.', 'pmpro'), $discount_code);?><?php echo pmpro_no_quotes(pmpro_getLevelCost($code_level), array('"', "'", "\n", "\r"))?>');
|
84 |
|
85 |
<?php
|
86 |
//tell gateway javascripts whether or not to fire (e.g. no Stripe on free levels)
|
98 |
}
|
99 |
|
100 |
//hide/show billing
|
101 |
+
if(pmpro_isLevelFree($code_level) || pmpro_getOption("gateway") == "paypalexpress" || pmpro_getOption("gateway") == "paypalstandard")
|
102 |
{
|
103 |
?>
|
104 |
jQuery('#pmpro_billing_address_fields').hide();
|
131 |
<?php
|
132 |
}
|
133 |
}
|
|
|
|
|
|
|
134 |
?>
|
135 |
</script>
|
services/getfile.php
CHANGED
@@ -1,12 +1,23 @@
|
|
1 |
<?php
|
2 |
global $isapage;
|
3 |
-
$isapage = true;
|
4 |
-
|
5 |
//in case the file is loaded directly
|
6 |
if(!function_exists("get_userdata"))
|
7 |
{
|
8 |
define('WP_USE_THEMES', false);
|
9 |
require_once(dirname(__FILE__) . '/../../../../wp-load.php');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|
11 |
|
12 |
require_once(dirname(__FILE__) . '/../classes/class.mimetype.php');
|
@@ -17,6 +28,13 @@
|
|
17 |
if($uri[0] == "/")
|
18 |
$uri = substr($uri, 1, strlen($uri) - 1);
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
//if WP is installed in a subdirectory, that directory(s) will be in both the PATH and URI
|
21 |
$home_url_parts = explode("/", str_replace("//", "", home_url()));
|
22 |
if(count($home_url_parts) > 1)
|
@@ -52,6 +70,8 @@
|
|
52 |
{
|
53 |
if(!pmpro_has_membership_access($file_post_parent))
|
54 |
{
|
|
|
|
|
55 |
//nope
|
56 |
header('HTTP/1.1 503 Service Unavailable', true, 503);
|
57 |
echo "HTTP/1.1 503 Service Unavailable";
|
@@ -67,8 +87,40 @@
|
|
67 |
//in case we want to do something else with the file
|
68 |
do_action("pmpro_getfile_before_readfile", $filename, $file_mimetype);
|
69 |
|
70 |
-
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
header("Content-type: " . $file_mimetype);
|
72 |
readfile($filename);
|
73 |
-
exit;
|
74 |
-
?>
|
1 |
<?php
|
2 |
global $isapage;
|
3 |
+
$isapage = true;
|
4 |
+
|
5 |
//in case the file is loaded directly
|
6 |
if(!function_exists("get_userdata"))
|
7 |
{
|
8 |
define('WP_USE_THEMES', false);
|
9 |
require_once(dirname(__FILE__) . '/../../../../wp-load.php');
|
10 |
+
}
|
11 |
+
|
12 |
+
//this script must be enabled to run
|
13 |
+
if(!defined('PMPRO_GETFILE_ENABLED') || !PMPRO_GETFILE_ENABLED)
|
14 |
+
die("The getfile script is not enabled.");
|
15 |
+
|
16 |
+
//prevent loops when redirecting to .php files
|
17 |
+
if(!empty($_REQUEST['noloop']))
|
18 |
+
{
|
19 |
+
status_header( 500 );
|
20 |
+
die("This file cannot be loaded through the get file script.");
|
21 |
}
|
22 |
|
23 |
require_once(dirname(__FILE__) . '/../classes/class.mimetype.php');
|
28 |
if($uri[0] == "/")
|
29 |
$uri = substr($uri, 1, strlen($uri) - 1);
|
30 |
|
31 |
+
/*
|
32 |
+
Remove ../-like strings from the URI.
|
33 |
+
Actually removes any combination of two or more ., /, and \.
|
34 |
+
This will prevent traversal attacks and loading hidden files.
|
35 |
+
*/
|
36 |
+
$uri = preg_replace("/[\.\/\\\\]{2,}/", "", $uri);
|
37 |
+
|
38 |
//if WP is installed in a subdirectory, that directory(s) will be in both the PATH and URI
|
39 |
$home_url_parts = explode("/", str_replace("//", "", home_url()));
|
40 |
if(count($home_url_parts) > 1)
|
70 |
{
|
71 |
if(!pmpro_has_membership_access($file_post_parent))
|
72 |
{
|
73 |
+
do_action("pmpro_getfile_before_error", $filename, $file_post_parent);
|
74 |
+
|
75 |
//nope
|
76 |
header('HTTP/1.1 503 Service Unavailable', true, 503);
|
77 |
echo "HTTP/1.1 503 Service Unavailable";
|
87 |
//in case we want to do something else with the file
|
88 |
do_action("pmpro_getfile_before_readfile", $filename, $file_mimetype);
|
89 |
|
90 |
+
//if file is not found, die
|
91 |
+
if(!file_exists($filename))
|
92 |
+
{
|
93 |
+
status_header( 404 );
|
94 |
+
nocache_headers();
|
95 |
+
die("File not found.");
|
96 |
+
}
|
97 |
+
|
98 |
+
//if blacklistsed file type, redirect to it instead
|
99 |
+
$basename = basename($filename);
|
100 |
+
$parts = explode('.', $basename);
|
101 |
+
$ext = strtolower($parts[count($parts)-1]);
|
102 |
+
|
103 |
+
//build blacklist and allow for filtering
|
104 |
+
$blacklist = array("inc", "php", "php3", "php4", "php5", "phps", "phtml");
|
105 |
+
$blacklist = apply_filters("pmpro_getfile_extension_blacklist", $blacklist);
|
106 |
+
|
107 |
+
//check
|
108 |
+
if(in_array($ext, $blacklist))
|
109 |
+
{
|
110 |
+
//add a noloop param to avoid infinite loops
|
111 |
+
$uri = add_query_arg("noloop", 1, $uri);
|
112 |
+
|
113 |
+
//guess scheme and add host back to uri
|
114 |
+
if(is_ssl())
|
115 |
+
$uri = "https://" . $_SERVER['HTTP_HOST'] . "/" . $uri;
|
116 |
+
else
|
117 |
+
$uri = "http://" . $_SERVER['HTTP_HOST'] . "/" . $uri;
|
118 |
+
|
119 |
+
wp_redirect($uri);
|
120 |
+
exit;
|
121 |
+
}
|
122 |
+
|
123 |
+
//okay show the file
|
124 |
header("Content-type: " . $file_mimetype);
|
125 |
readfile($filename);
|
126 |
+
exit;
|
|
services/ipnhandler.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
//some globals
|
16 |
global $wpdb, $gateway_environment, $logstr;
|
17 |
$logstr = ""; //will put debug info here and write to ipnlog.txt
|
18 |
-
|
19 |
//validate?
|
20 |
if(!pmpro_ipnValidate())
|
21 |
{
|
@@ -31,14 +31,12 @@
|
|
31 |
$item_number = pmpro_getParam("item_number", "POST");
|
32 |
$payment_status = pmpro_getParam("payment_status", "POST");
|
33 |
$payment_amount = pmpro_getParam("payment_amount", "POST");
|
34 |
-
$payment_currency = pmpro_getParam("payment_currency", "POST");
|
|
|
35 |
$receiver_email = pmpro_getParam("receiver_email", "POST");
|
36 |
$business_email = pmpro_getParam("business", "POST");
|
37 |
$payer_email = pmpro_getParam("payer_email", "POST");
|
38 |
$recurring_payment_id = pmpro_getParam("recurring_payment_id", "POST");
|
39 |
-
|
40 |
-
if(empty($subscr_id))
|
41 |
-
$subscr_id = $recurring_payment_id;
|
42 |
|
43 |
//check the receiver_email
|
44 |
if(!pmpro_ipnCheckReceiverEmail(array(strtolower($receiver_email), strtolower($business_email))))
|
@@ -124,10 +122,8 @@
|
|
124 |
//subscription payment, completed or failure?
|
125 |
if($_POST['payment_status'] == "Completed")
|
126 |
pmpro_ipnSaveOrder($txn_id, $last_subscr_order);
|
127 |
-
elseif($_POST['payment_status'] == "Failed")
|
128 |
-
pmpro_ipnFailedPayment($last_subscr_order);
|
129 |
else
|
130 |
-
|
131 |
|
132 |
pmpro_ipnExit();
|
133 |
}
|
@@ -429,30 +425,26 @@
|
|
429 |
{
|
430 |
//filter for level
|
431 |
$morder->membership_level = apply_filters("pmpro_ipnhandler_level", $morder->membership_level, $morder->user_id);
|
432 |
-
|
433 |
//fix expiration date
|
434 |
if(!empty($morder->membership_level->expiration_number))
|
435 |
{
|
436 |
-
$enddate = "'" . date("Y-m-d", strtotime("+ " . $morder->membership_level->expiration_number . " " . $morder->membership_level->expiration_period
|
437 |
}
|
438 |
else
|
439 |
{
|
440 |
$enddate = "NULL";
|
441 |
}
|
442 |
|
443 |
-
//get discount code
|
444 |
-
$
|
445 |
-
if(!empty($
|
446 |
-
|
447 |
-
//update membership level
|
448 |
-
$morder->getMembershipLevel(true);
|
449 |
-
$discount_code_id = $morder->discount_code->id;
|
450 |
-
}
|
451 |
else
|
452 |
$discount_code_id = "";
|
453 |
-
|
454 |
-
//set the start date to
|
455 |
-
$startdate = apply_filters("pmpro_checkout_start_date", "
|
456 |
|
457 |
//custom level to change user to
|
458 |
$custom_level = array(
|
@@ -468,7 +460,7 @@
|
|
468 |
'trial_limit' => $morder->membership_level->trial_limit,
|
469 |
'startdate' => $startdate,
|
470 |
'enddate' => $enddate);
|
471 |
-
|
472 |
global $pmpro_error;
|
473 |
if(!empty($pmpro_error))
|
474 |
{
|
@@ -491,7 +483,7 @@
|
|
491 |
//add discount code use
|
492 |
if(!empty($discount_code) && !empty($use_discount_code))
|
493 |
{
|
494 |
-
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $morder->user_id . "', '" . $morder->id . "',
|
495 |
}
|
496 |
|
497 |
//save first and last name fields
|
15 |
//some globals
|
16 |
global $wpdb, $gateway_environment, $logstr;
|
17 |
$logstr = ""; //will put debug info here and write to ipnlog.txt
|
18 |
+
|
19 |
//validate?
|
20 |
if(!pmpro_ipnValidate())
|
21 |
{
|
31 |
$item_number = pmpro_getParam("item_number", "POST");
|
32 |
$payment_status = pmpro_getParam("payment_status", "POST");
|
33 |
$payment_amount = pmpro_getParam("payment_amount", "POST");
|
34 |
+
$payment_currency = pmpro_getParam("payment_currency", "POST");
|
35 |
+
$txn_id = pmpro_getParam("txn_id", "POST");
|
36 |
$receiver_email = pmpro_getParam("receiver_email", "POST");
|
37 |
$business_email = pmpro_getParam("business", "POST");
|
38 |
$payer_email = pmpro_getParam("payer_email", "POST");
|
39 |
$recurring_payment_id = pmpro_getParam("recurring_payment_id", "POST");
|
|
|
|
|
|
|
40 |
|
41 |
//check the receiver_email
|
42 |
if(!pmpro_ipnCheckReceiverEmail(array(strtolower($receiver_email), strtolower($business_email))))
|
122 |
//subscription payment, completed or failure?
|
123 |
if($_POST['payment_status'] == "Completed")
|
124 |
pmpro_ipnSaveOrder($txn_id, $last_subscr_order);
|
|
|
|
|
125 |
else
|
126 |
+
pmpro_ipnFailedPayment($last_subscr_order);
|
127 |
|
128 |
pmpro_ipnExit();
|
129 |
}
|
425 |
{
|
426 |
//filter for level
|
427 |
$morder->membership_level = apply_filters("pmpro_ipnhandler_level", $morder->membership_level, $morder->user_id);
|
428 |
+
|
429 |
//fix expiration date
|
430 |
if(!empty($morder->membership_level->expiration_number))
|
431 |
{
|
432 |
+
$enddate = "'" . date("Y-m-d", strtotime("+ " . $morder->membership_level->expiration_number . " " . $morder->membership_level->expiration_period)) . "'";
|
433 |
}
|
434 |
else
|
435 |
{
|
436 |
$enddate = "NULL";
|
437 |
}
|
438 |
|
439 |
+
//get discount code (NOTE: but discount_code isn't set here. How to handle discount codes for PayPal Standard?)
|
440 |
+
$use_discount_code = true; //assume yes
|
441 |
+
if(!empty($discount_code) && !empty($use_discount_code))
|
442 |
+
$discount_code_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes WHERE code = '" . $discount_code . "' LIMIT 1");
|
|
|
|
|
|
|
|
|
443 |
else
|
444 |
$discount_code_id = "";
|
445 |
+
|
446 |
+
//set the start date to NOW() but allow filters
|
447 |
+
$startdate = apply_filters("pmpro_checkout_start_date", "NOW()", $morder->user_id, $morder->membership_level);
|
448 |
|
449 |
//custom level to change user to
|
450 |
$custom_level = array(
|
460 |
'trial_limit' => $morder->membership_level->trial_limit,
|
461 |
'startdate' => $startdate,
|
462 |
'enddate' => $enddate);
|
463 |
+
|
464 |
global $pmpro_error;
|
465 |
if(!empty($pmpro_error))
|
466 |
{
|
483 |
//add discount code use
|
484 |
if(!empty($discount_code) && !empty($use_discount_code))
|
485 |
{
|
486 |
+
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $morder->user_id . "', '" . $morder->id . "', now())");
|
487 |
}
|
488 |
|
489 |
//save first and last name fields
|
services/twocheckout-ins.php
CHANGED
@@ -232,26 +232,22 @@
|
|
232 |
//fix expiration date
|
233 |
if(!empty($morder->membership_level->expiration_number))
|
234 |
{
|
235 |
-
$enddate = "'" . date("Y-m-d", strtotime("+ " . $morder->membership_level->expiration_number . " " . $morder->membership_level->expiration_period
|
236 |
}
|
237 |
else
|
238 |
{
|
239 |
$enddate = "NULL";
|
240 |
}
|
241 |
|
242 |
-
//get discount code
|
243 |
-
$
|
244 |
-
if(!empty($
|
245 |
-
|
246 |
-
//update membership level
|
247 |
-
$morder->getMembershipLevel(true);
|
248 |
-
$discount_code_id = $morder->discount_code->id;
|
249 |
-
}
|
250 |
else
|
251 |
$discount_code_id = "";
|
252 |
|
253 |
-
//set the start date to
|
254 |
-
$startdate = apply_filters("pmpro_checkout_start_date", "
|
255 |
|
256 |
//custom level to change user to
|
257 |
$custom_level = array(
|
@@ -288,7 +284,7 @@
|
|
288 |
//add discount code use
|
289 |
if(!empty($discount_code) && !empty($use_discount_code))
|
290 |
{
|
291 |
-
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $morder->user_id . "', '" . $morder->id . "',
|
292 |
}
|
293 |
|
294 |
//save first and last name fields
|
232 |
//fix expiration date
|
233 |
if(!empty($morder->membership_level->expiration_number))
|
234 |
{
|
235 |
+
$enddate = "'" . date("Y-m-d", strtotime("+ " . $morder->membership_level->expiration_number . " " . $morder->membership_level->expiration_period)) . "'";
|
236 |
}
|
237 |
else
|
238 |
{
|
239 |
$enddate = "NULL";
|
240 |
}
|
241 |
|
242 |
+
//get discount code (NOTE: but discount_code isn't set here. How to handle discount codes for 2checkout?)
|
243 |
+
$use_discount_code = true; //assume yes
|
244 |
+
if(!empty($discount_code) && !empty($use_discount_code))
|
245 |
+
$discount_code_id = $wpdb->get_var("SELECT id FROM $wpdb->pmpro_discount_codes WHERE code = '" . $discount_code . "' LIMIT 1");
|
|
|
|
|
|
|
|
|
246 |
else
|
247 |
$discount_code_id = "";
|
248 |
|
249 |
+
//set the start date to NOW() but allow filters
|
250 |
+
$startdate = apply_filters("pmpro_checkout_start_date", "NOW()", $morder->user_id, $morder->membership_level);
|
251 |
|
252 |
//custom level to change user to
|
253 |
$custom_level = array(
|
284 |
//add discount code use
|
285 |
if(!empty($discount_code) && !empty($use_discount_code))
|
286 |
{
|
287 |
+
$wpdb->query("INSERT INTO $wpdb->pmpro_discount_codes_uses (code_id, user_id, order_id, timestamp) VALUES('" . $discount_code_id . "', '" . $morder->user_id . "', '" . $morder->id . "', now())");
|
288 |
}
|
289 |
|
290 |
//save first and last name fields
|
shortcodes/membership.php
CHANGED
@@ -66,7 +66,7 @@ function pmpro_shortcode_membership($atts, $content=null, $code="")
|
|
66 |
else
|
67 |
{
|
68 |
//how many days has this user been a member?
|
69 |
-
$now =
|
70 |
$days = ($now - $startdate)/3600/24;
|
71 |
|
72 |
if($days < intval($delay))
|
@@ -80,4 +80,4 @@ function pmpro_shortcode_membership($atts, $content=null, $code="")
|
|
80 |
else
|
81 |
return ""; //just hide it
|
82 |
}
|
83 |
-
add_shortcode("membership", "pmpro_shortcode_membership");
|
66 |
else
|
67 |
{
|
68 |
//how many days has this user been a member?
|
69 |
+
$now = time();
|
70 |
$days = ($now - $startdate)/3600/24;
|
71 |
|
72 |
if($days < intval($delay))
|
80 |
else
|
81 |
return ""; //just hide it
|
82 |
}
|
83 |
+
add_shortcode("membership", "pmpro_shortcode_membership");
|