Version Description
Gateway Add-on, Multisite and buyCRED Add-on updates.
=
Download this release
Release Info
Developer | designbymerovingi |
Plugin | myCRED |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php +3 -5
- addons/buy-creds/gateways/zombaio.php +3 -3
- lang/mycred-en_US.mo +0 -0
- lang/mycred-en_US.po +103 -103
- lang/mycred-fa_IR.mo +0 -0
- lang/mycred-fa_IR.po +103 -103
- lang/mycred-fr_FR.mo +0 -0
- lang/mycred-fr_FR.po +103 -103
- lang/mycred-sv_SE.mo +0 -0
- lang/mycred-sv_SE.po +103 -103
- lang/mycred.pot +103 -103
- modules/mycred-module-hooks.php +31 -18
- mycred.php +2 -2
- plugins/mycred-hook-buddypress.php +1 -1
- readme.txt +12 -15
addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php
CHANGED
@@ -10,9 +10,9 @@ if ( ! defined( 'myCRED_VERSION' ) ) exit;
|
|
10 |
if ( ! class_exists( 'myCRED_Payment_Gateway' ) ) {
|
11 |
abstract class myCRED_Payment_Gateway {
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
|
17 |
protected $current_user_id = 0;
|
18 |
protected $sandbox_mode = false;
|
@@ -283,7 +283,6 @@ if ( ! class_exists( 'myCRED_Payment_Gateway' ) ) {
|
|
283 |
do_action( 'mycred_buycred_page_top', $title, $reload, $this->id );
|
284 |
}
|
285 |
public function purchase_header( $title = '', $reload = false ) {
|
286 |
-
_deprecated_function( 'myCRED_Payment_Gateway->purchase_header()', '1.4', 'myCRED_Payment_Gateway->get_page_header()' );
|
287 |
$this->get_page_header( $title, $reload );
|
288 |
}
|
289 |
|
@@ -300,7 +299,6 @@ if ( ! class_exists( 'myCRED_Payment_Gateway' ) ) {
|
|
300 |
<?php
|
301 |
}
|
302 |
function purchase_footer() {
|
303 |
-
_deprecated_function( 'myCRED_Payment_Gateway->purchase_footer()', '1.4', 'myCRED_Payment_Gateway->get_page_footer()' );
|
304 |
$this->get_page_footer();
|
305 |
}
|
306 |
|
10 |
if ( ! class_exists( 'myCRED_Payment_Gateway' ) ) {
|
11 |
abstract class myCRED_Payment_Gateway {
|
12 |
|
13 |
+
public $id;
|
14 |
+
public $core;
|
15 |
+
public $prefs = false;
|
16 |
|
17 |
protected $current_user_id = 0;
|
18 |
protected $sandbox_mode = false;
|
283 |
do_action( 'mycred_buycred_page_top', $title, $reload, $this->id );
|
284 |
}
|
285 |
public function purchase_header( $title = '', $reload = false ) {
|
|
|
286 |
$this->get_page_header( $title, $reload );
|
287 |
}
|
288 |
|
299 |
<?php
|
300 |
}
|
301 |
function purchase_footer() {
|
|
|
302 |
$this->get_page_footer();
|
303 |
}
|
304 |
|
addons/buy-creds/gateways/zombaio.php
CHANGED
@@ -268,9 +268,9 @@ if ( ! class_exists( 'myCRED_Zombaio' ) ) {
|
|
268 |
);
|
269 |
|
270 |
// Generate processing page
|
271 |
-
$this->
|
272 |
-
$this->
|
273 |
-
$this->
|
274 |
|
275 |
// Exit
|
276 |
unset( $this );
|
268 |
);
|
269 |
|
270 |
// Generate processing page
|
271 |
+
$this->get_page_header( __( 'Processing payment …', 'mycred' ) );
|
272 |
+
$this->get_page_redirect( $hidden_fields, $location );
|
273 |
+
$this->get_page_footer();
|
274 |
|
275 |
// Exit
|
276 |
unset( $this );
|
lang/mycred-en_US.mo
CHANGED
Binary file
|
lang/mycred-en_US.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: myCRED\n"
|
4 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
5 |
"POT-Creation-Date: 2014-03-20 14:26+0100\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
9 |
"Language: English (USA)\n"
|
@@ -153,7 +153,7 @@ msgstr ""
|
|
153 |
msgid "Once per day (reset at midnight)"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
157 |
msgid "Select"
|
158 |
msgstr ""
|
159 |
|
@@ -318,7 +318,7 @@ msgstr ""
|
|
318 |
msgid "Pay Users"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
322 |
msgid "Amount"
|
323 |
msgstr ""
|
324 |
|
@@ -653,67 +653,67 @@ msgstr ""
|
|
653 |
msgid "Cancel purchase"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
657 |
msgid "required"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
661 |
msgid "optional"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
665 |
msgid "First Name"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
669 |
msgid "Last Name"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
673 |
msgid "Address Line 1"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
677 |
msgid "Address Line 2"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
681 |
msgid "City"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
685 |
msgid "Zip"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
689 |
msgid "State"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
693 |
msgid "Country"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
697 |
msgid "Choose Country"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
701 |
msgid "%s Purchase"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
705 |
msgid "Item"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
709 |
msgid "Cost"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
713 |
msgid "Debug"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
717 |
msgid ""
|
718 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
719 |
"information is only visible for administrators and are intended for "
|
@@ -721,63 +721,63 @@ msgid ""
|
|
721 |
"you want to take this gateway online."
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
725 |
msgid "Section"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
729 |
msgid "Result"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
733 |
msgid "Payment Status"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
737 |
msgid "Request"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
741 |
msgid "Gateway Response"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
745 |
msgid "Continue to %s"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
749 |
msgid "Click here if you are not automatically redirected"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
753 |
msgid "The following information will be sent to the gateway"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
757 |
msgid "Outside US"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
761 |
msgid "Missing required information."
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
765 |
msgid "Validating sale"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
769 |
msgid "Token mismatch"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
773 |
msgid "Price mismatch"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
777 |
msgid "Currency mismatch"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
781 |
msgid "Duplicate transaction"
|
782 |
msgstr ""
|
783 |
|
@@ -2227,41 +2227,41 @@ msgid ""
|
|
2227 |
"zero for no refunds. No refunds are given to \"Rejected\" bookings."
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2231 |
msgid "Notifications"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2235 |
msgid "Styling"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2239 |
msgid "Use the included CSS Styling for notifications."
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2243 |
msgid "Template"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2247 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2251 |
msgid "Transient Lifespan"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2255 |
msgid ""
|
2256 |
"The number of days a users notification is saved before being automatically "
|
2257 |
"deleted."
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2261 |
msgid "Duration"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2265 |
msgid ""
|
2266 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2267 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
@@ -3689,122 +3689,122 @@ msgstr ""
|
|
3689 |
msgid "Row Layout"
|
3690 |
msgstr ""
|
3691 |
|
3692 |
-
#: ../includes/importers/mycred-
|
3693 |
-
msgid "
|
3694 |
msgstr ""
|
3695 |
|
3696 |
-
#: ../includes/importers/mycred-
|
3697 |
-
msgid "
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: ../includes/importers/mycred-
|
|
|
|
|
|
|
|
|
3701 |
msgid ""
|
3702 |
-
"Import complete - A total of <strong>%d</strong>
|
3703 |
"imported. <strong>%d</strong> was skipped."
|
3704 |
msgstr ""
|
3705 |
|
3706 |
-
#: ../includes/importers/mycred-
|
3707 |
msgid "View Log"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: ../includes/importers/mycred-
|
3711 |
msgid "Import More"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
-
#: ../includes/importers/mycred-
|
3715 |
-
msgid "
|
3716 |
-
msgstr ""
|
3717 |
-
|
3718 |
-
#: ../includes/importers/mycred-cubepoints.php:317
|
3719 |
-
msgid "Import CubePoints Log"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: ../includes/importers/mycred-
|
3723 |
-
msgid "
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: ../includes/importers/mycred-
|
3727 |
-
msgid "
|
|
|
|
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: ../includes/importers/mycred-
|
3731 |
-
msgid "
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: ../includes/importers/mycred-
|
3735 |
-
msgid "
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: ../includes/importers/mycred-
|
3739 |
-
msgid "
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: ../includes/importers/mycred-
|
3743 |
-
msgid "
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: ../includes/importers/mycred-
|
3747 |
-
msgid "
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: ../includes/importers/mycred-
|
3751 |
-
msgid "
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: ../includes/importers/mycred-
|
3755 |
-
msgid "
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: ../includes/importers/mycred-
|
3759 |
-
msgid "
|
|
|
|
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: ../includes/importers/mycred-
|
3763 |
-
msgid "
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: ../includes/importers/mycred-
|
3767 |
-
msgid "Import
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: ../includes/importers/mycred-
|
3771 |
-
msgid ""
|
3772 |
-
"Before you can upload your import file, you will need to fix the following "
|
3773 |
-
"error:"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
-
#: ../includes/importers/mycred-
|
3777 |
-
msgid "
|
3778 |
msgstr ""
|
3779 |
|
3780 |
-
#: ../includes/importers/mycred-
|
3781 |
-
msgid "
|
3782 |
msgstr ""
|
3783 |
|
3784 |
-
#: ../includes/importers/mycred-
|
3785 |
-
msgid "
|
3786 |
msgstr ""
|
3787 |
|
3788 |
-
#: ../includes/importers/mycred-
|
3789 |
-
msgid "
|
3790 |
msgstr ""
|
3791 |
|
3792 |
-
#: ../includes/importers/mycred-
|
3793 |
-
msgid "
|
3794 |
msgstr ""
|
3795 |
|
3796 |
-
#: ../includes/importers/mycred-
|
3797 |
-
msgid ""
|
3798 |
-
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3799 |
-
"imported. <strong>%d</strong> was skipped."
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: ../includes/importers/mycred-
|
3803 |
-
msgid "Import
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: ../includes/importers/mycred-
|
3807 |
-
msgid "Import
|
3808 |
msgstr ""
|
3809 |
|
3810 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
3 |
"Project-Id-Version: myCRED\n"
|
4 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
5 |
"POT-Creation-Date: 2014-03-20 14:26+0100\n"
|
6 |
+
"PO-Revision-Date: Thu Apr 17 2014 23:58:37 GMT+0200 (CEST)\n"
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
9 |
"Language: English (USA)\n"
|
153 |
msgid "Once per day (reset at midnight)"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:804 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:827 ../addons/buy-creds/gateways/zombaio.php:375 ../addons/email-notices/myCRED-addon-email-notices.php:179 ../addons/email-notices/myCRED-addon-email-notices.php:745
|
157 |
msgid "Select"
|
158 |
msgstr ""
|
159 |
|
318 |
msgid "Pay Users"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:425 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
|
322 |
msgid "Amount"
|
323 |
msgstr ""
|
324 |
|
653 |
msgid "Cancel purchase"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:360 ../includes/mycred-admin.php:360 ../includes/mycred-admin.php:466
|
657 |
msgid "required"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:361 ../includes/mycred-admin.php:362 ../includes/mycred-admin.php:468
|
661 |
msgid "optional"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:366
|
665 |
msgid "First Name"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:370
|
669 |
msgid "Last Name"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:374
|
673 |
msgid "Address Line 1"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:378
|
677 |
msgid "Address Line 2"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:382
|
681 |
msgid "City"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:386
|
685 |
msgid "Zip"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:390
|
689 |
msgid "State"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:394
|
693 |
msgid "Country"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:397
|
697 |
msgid "Choose Country"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:419
|
701 |
msgid "%s Purchase"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:424 ../addons/gateway/carts/mycred-wpecommerce.php:112
|
705 |
msgid "Item"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426
|
709 |
msgid "Cost"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:447
|
713 |
msgid "Debug"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:448
|
717 |
msgid ""
|
718 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
719 |
"information is only visible for administrators and are intended for "
|
721 |
"you want to take this gateway online."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:452
|
725 |
msgid "Section"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:453
|
729 |
msgid "Result"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:458
|
733 |
msgid "Payment Status"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:462
|
737 |
msgid "Request"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:466
|
741 |
msgid "Gateway Response"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:513
|
745 |
msgid "Continue to %s"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:514 ../addons/buy-creds/gateways/bitpay.php:240
|
749 |
msgid "Click here if you are not automatically redirected"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:519
|
753 |
msgid "The following information will be sent to the gateway"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1154
|
757 |
msgid "Outside US"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1253
|
761 |
msgid "Missing required information."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1273
|
765 |
msgid "Validating sale"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1287
|
769 |
msgid "Token mismatch"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1299
|
773 |
msgid "Price mismatch"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1304
|
777 |
msgid "Currency mismatch"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1316
|
781 |
msgid "Duplicate transaction"
|
782 |
msgstr ""
|
783 |
|
2227 |
"zero for no refunds. No refunds are given to \"Rejected\" bookings."
|
2228 |
msgstr ""
|
2229 |
|
2230 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:164 ../modules/mycred-module-addons.php:201
|
2231 |
msgid "Notifications"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:166
|
2235 |
msgid "Styling"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:170
|
2239 |
msgid "Use the included CSS Styling for notifications."
|
2240 |
msgstr ""
|
2241 |
|
2242 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:173 ../modules/mycred-module-buddypress.php:408
|
2243 |
msgid "Template"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:177
|
2247 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:180
|
2251 |
msgid "Transient Lifespan"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:184
|
2255 |
msgid ""
|
2256 |
"The number of days a users notification is saved before being automatically "
|
2257 |
"deleted."
|
2258 |
msgstr ""
|
2259 |
|
2260 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:187
|
2261 |
msgid "Duration"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:191
|
2265 |
msgid ""
|
2266 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2267 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
3689 |
msgid "Row Layout"
|
3690 |
msgstr ""
|
3691 |
|
3692 |
+
#: ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198 ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180
|
3693 |
+
msgid "Sorry, there has been an error."
|
3694 |
msgstr ""
|
3695 |
|
3696 |
+
#: ../includes/importers/mycred-balances.php:82 ../includes/importers/mycred-log-entries.php:82
|
3697 |
+
msgid "The file does not exist, please try again."
|
3698 |
msgstr ""
|
3699 |
|
3700 |
+
#: ../includes/importers/mycred-balances.php:145 ../includes/importers/mycred-log-entries.php:127
|
3701 |
+
msgid "The CSV is invalid."
|
3702 |
+
msgstr ""
|
3703 |
+
|
3704 |
+
#: ../includes/importers/mycred-balances.php:156
|
3705 |
msgid ""
|
3706 |
+
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3707 |
"imported. <strong>%d</strong> was skipped."
|
3708 |
msgstr ""
|
3709 |
|
3710 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3711 |
msgid "View Log"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3715 |
msgid "Import More"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
+
#: ../includes/importers/mycred-balances.php:212
|
3719 |
+
msgid "Import Balances"
|
|
|
|
|
|
|
|
|
3720 |
msgstr ""
|
3721 |
|
3722 |
+
#: ../includes/importers/mycred-balances.php:229
|
3723 |
+
msgid "Import balances from a CSV file."
|
3724 |
msgstr ""
|
3725 |
|
3726 |
+
#: ../includes/importers/mycred-balances.php:237 ../includes/importers/mycred-log-entries.php:219
|
3727 |
+
msgid ""
|
3728 |
+
"Before you can upload your import file, you will need to fix the following "
|
3729 |
+
"error:"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
+
#: ../includes/importers/mycred-balances.php:246 ../includes/importers/mycred-log-entries.php:228
|
3733 |
+
msgid "Choose a file from your computer:"
|
3734 |
msgstr ""
|
3735 |
|
3736 |
+
#: ../includes/importers/mycred-balances.php:252 ../includes/importers/mycred-log-entries.php:234
|
3737 |
+
msgid "Maximum size: %s"
|
3738 |
msgstr ""
|
3739 |
|
3740 |
+
#: ../includes/importers/mycred-balances.php:257 ../includes/importers/mycred-log-entries.php:239
|
3741 |
+
msgid "OR enter path to file:"
|
3742 |
msgstr ""
|
3743 |
|
3744 |
+
#: ../includes/importers/mycred-balances.php:264 ../includes/importers/mycred-log-entries.php:246
|
3745 |
+
msgid "Delimiter"
|
3746 |
msgstr ""
|
3747 |
|
3748 |
+
#: ../includes/importers/mycred-balances.php:270 ../includes/importers/mycred-log-entries.php:252
|
3749 |
+
msgid "Upload file and import"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3753 |
+
msgid "No balances were imported."
|
3754 |
msgstr ""
|
3755 |
|
3756 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3757 |
+
msgid "No log entries were imported!"
|
3758 |
msgstr ""
|
3759 |
|
3760 |
+
#: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
|
3761 |
+
msgid ""
|
3762 |
+
"Import complete - A total of <strong>%d</strong> entries were successfully "
|
3763 |
+
"imported. <strong>%d</strong> was skipped."
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: ../includes/importers/mycred-cubepoints.php:306
|
3767 |
+
msgid "No CubePoints log."
|
3768 |
msgstr ""
|
3769 |
|
3770 |
+
#: ../includes/importers/mycred-cubepoints.php:317
|
3771 |
+
msgid "Import CubePoints Log"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: ../includes/importers/mycred-cubepoints.php:334
|
3775 |
+
msgid "Select what to import"
|
|
|
|
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: ../includes/importers/mycred-cubepoints.php:335
|
3779 |
+
msgid "Log Entries Only"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: ../includes/importers/mycred-cubepoints.php:336
|
3783 |
+
msgid "CubePoints Balances Only"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: ../includes/importers/mycred-cubepoints.php:337
|
3787 |
+
msgid "Log Entries and Balances"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
+
#: ../includes/importers/mycred-cubepoints.php:351
|
3791 |
+
msgid "Import"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
+
#: ../includes/importers/mycred-cubepoints.php:360
|
3795 |
+
msgid "Warning! Importing CubePoints balances will replace your users myCRED balance!"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
+
#: ../includes/importers/mycred-cubepoints.php:378
|
3799 |
+
msgid "Import Log"
|
|
|
|
|
3800 |
msgstr ""
|
3801 |
|
3802 |
+
#: ../includes/importers/mycred-log-entries.php:194
|
3803 |
+
msgid "Import Log Entries"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
+
#: ../includes/importers/mycred-log-entries.php:211
|
3807 |
+
msgid "Import log entries from a CSV file."
|
3808 |
msgstr ""
|
3809 |
|
3810 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
lang/mycred-fa_IR.mo
CHANGED
Binary file
|
lang/mycred-fa_IR.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: myCRED\n"
|
4 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
5 |
"POT-Creation-Date: 2013-12-18 10:46+0100\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
9 |
"Language: Persian (Iran)\n"
|
@@ -155,7 +155,7 @@ msgstr "یک بار در هر 7 روز"
|
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr "روزی یک بار ( نیمه شب ریست می شود )"
|
157 |
|
158 |
-
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
159 |
msgid "Select"
|
160 |
msgstr "انتخاب"
|
161 |
|
@@ -333,7 +333,7 @@ msgstr "هنوز اجرا نشده است"
|
|
333 |
msgid "Pay Users"
|
334 |
msgstr "پرداخت به کاربران :"
|
335 |
|
336 |
-
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
337 |
msgid "Amount"
|
338 |
msgstr "مقدار"
|
339 |
|
@@ -694,67 +694,67 @@ msgstr "پرداخت"
|
|
694 |
msgid "Cancel purchase"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
698 |
msgid "required"
|
699 |
msgstr "ضروری"
|
700 |
|
701 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
702 |
msgid "optional"
|
703 |
msgstr "اختیاری"
|
704 |
|
705 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
706 |
msgid "First Name"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
710 |
msgid "Last Name"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
714 |
msgid "Address Line 1"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
718 |
msgid "Address Line 2"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
722 |
msgid "City"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
726 |
msgid "Zip"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
730 |
msgid "State"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
734 |
msgid "Country"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
738 |
msgid "Choose Country"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
742 |
msgid "%s Purchase"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
746 |
msgid "Item"
|
747 |
msgstr "محصول"
|
748 |
|
749 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
750 |
msgid "Cost"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
754 |
msgid "Debug"
|
755 |
msgstr "اشکال زدایی ( خطایابی )"
|
756 |
|
757 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
758 |
msgid ""
|
759 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
760 |
"information is only visible for administrators and are intended for "
|
@@ -762,63 +762,63 @@ msgid ""
|
|
762 |
"you want to take this gateway online."
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
766 |
msgid "Section"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
770 |
msgid "Result"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
774 |
msgid "Payment Status"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
778 |
msgid "Request"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
782 |
msgid "Gateway Response"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
786 |
msgid "Continue to %s"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
790 |
msgid "Click here if you are not automatically redirected"
|
791 |
msgstr "اگر به صورت خودکار به آدرس مورد نظر منتقل نشدید ، اینجا را کلیک فرمایید ."
|
792 |
|
793 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
794 |
msgid "The following information will be sent to the gateway"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
798 |
msgid "Outside US"
|
799 |
msgstr "خارج از آمـریکا"
|
800 |
|
801 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
802 |
msgid "Missing required information."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
806 |
msgid "Validating sale"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
810 |
msgid "Token mismatch"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
814 |
msgid "Price mismatch"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
818 |
msgid "Currency mismatch"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
822 |
msgid "Duplicate transaction"
|
823 |
msgstr ""
|
824 |
|
@@ -2371,43 +2371,43 @@ msgstr ""
|
|
2371 |
"گرفته می شود . از عدد صفر برای عدم استفاده از ویژگی استرداد بلیت استفاده کنید . "
|
2372 |
"هیچ وجهی به عنوان استرداد برای بلیت های باطل شده ، پرداخت نمی شود ."
|
2373 |
|
2374 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2375 |
msgid "Notifications"
|
2376 |
msgstr "آگاه سازها"
|
2377 |
|
2378 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2379 |
msgid "Styling"
|
2380 |
msgstr "زیبا سازی ( قالب بندی )"
|
2381 |
|
2382 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2383 |
msgid "Use the included CSS Styling for notifications."
|
2384 |
msgstr "از قالب ها و کدهای CSS موجود ، برای زیباسازی آگاه سازها استفاده کنید ."
|
2385 |
|
2386 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2387 |
msgid "Template"
|
2388 |
msgstr "نمونه ( الگو )"
|
2389 |
|
2390 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2391 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2392 |
msgstr ""
|
2393 |
"از کد %entry% برای نشان دادن داده های لیست گزارش و همچنین %amount% برای مقدار "
|
2394 |
"آن در آگاه ساز استفاده کنید ."
|
2395 |
|
2396 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2397 |
msgid "Transient Lifespan"
|
2398 |
msgstr "عمر موقتی"
|
2399 |
|
2400 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2401 |
msgid ""
|
2402 |
"The number of days a users notification is saved before being automatically "
|
2403 |
"deleted."
|
2404 |
msgstr "تعداد روزهایی که یک آگاه ساز ، ذخیره مانده و بعد پاک می شود ."
|
2405 |
|
2406 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2407 |
msgid "Duration"
|
2408 |
msgstr "مدت"
|
2409 |
|
2410 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2411 |
msgid ""
|
2412 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2413 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
@@ -3921,28 +3921,80 @@ msgstr ""
|
|
3921 |
msgid "Row Layout"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#: ../includes/importers/mycred-
|
3925 |
-
msgid "
|
3926 |
msgstr ""
|
3927 |
|
3928 |
-
#: ../includes/importers/mycred-
|
3929 |
-
msgid "
|
3930 |
msgstr ""
|
3931 |
|
3932 |
-
#: ../includes/importers/mycred-
|
|
|
|
|
|
|
|
|
3933 |
msgid ""
|
3934 |
-
"Import complete - A total of <strong>%d</strong>
|
3935 |
"imported. <strong>%d</strong> was skipped."
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: ../includes/importers/mycred-
|
3939 |
msgid "View Log"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
-
#: ../includes/importers/mycred-
|
3943 |
msgid "Import More"
|
3944 |
msgstr ""
|
3945 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3946 |
#: ../includes/importers/mycred-cubepoints.php:306
|
3947 |
msgid "No CubePoints log."
|
3948 |
msgstr ""
|
@@ -3979,18 +4031,6 @@ msgstr ""
|
|
3979 |
msgid "Import Log"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
-
#: ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180 ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198
|
3983 |
-
msgid "Sorry, there has been an error."
|
3984 |
-
msgstr ""
|
3985 |
-
|
3986 |
-
#: ../includes/importers/mycred-log-entries.php:82 ../includes/importers/mycred-balances.php:82
|
3987 |
-
msgid "The file does not exist, please try again."
|
3988 |
-
msgstr ""
|
3989 |
-
|
3990 |
-
#: ../includes/importers/mycred-log-entries.php:127 ../includes/importers/mycred-balances.php:145
|
3991 |
-
msgid "The CSV is invalid."
|
3992 |
-
msgstr ""
|
3993 |
-
|
3994 |
#: ../includes/importers/mycred-log-entries.php:194
|
3995 |
msgid "Import Log Entries"
|
3996 |
msgstr ""
|
@@ -3999,46 +4039,6 @@ msgstr ""
|
|
3999 |
msgid "Import log entries from a CSV file."
|
4000 |
msgstr ""
|
4001 |
|
4002 |
-
#: ../includes/importers/mycred-log-entries.php:219 ../includes/importers/mycred-balances.php:237
|
4003 |
-
msgid ""
|
4004 |
-
"Before you can upload your import file, you will need to fix the following "
|
4005 |
-
"error:"
|
4006 |
-
msgstr ""
|
4007 |
-
|
4008 |
-
#: ../includes/importers/mycred-log-entries.php:228 ../includes/importers/mycred-balances.php:246
|
4009 |
-
msgid "Choose a file from your computer:"
|
4010 |
-
msgstr ""
|
4011 |
-
|
4012 |
-
#: ../includes/importers/mycred-log-entries.php:234 ../includes/importers/mycred-balances.php:252
|
4013 |
-
msgid "Maximum size: %s"
|
4014 |
-
msgstr ""
|
4015 |
-
|
4016 |
-
#: ../includes/importers/mycred-log-entries.php:239 ../includes/importers/mycred-balances.php:257
|
4017 |
-
msgid "OR enter path to file:"
|
4018 |
-
msgstr ""
|
4019 |
-
|
4020 |
-
#: ../includes/importers/mycred-log-entries.php:246 ../includes/importers/mycred-balances.php:264
|
4021 |
-
msgid "Delimiter"
|
4022 |
-
msgstr ""
|
4023 |
-
|
4024 |
-
#: ../includes/importers/mycred-log-entries.php:252 ../includes/importers/mycred-balances.php:270
|
4025 |
-
msgid "Upload file and import"
|
4026 |
-
msgstr ""
|
4027 |
-
|
4028 |
-
#: ../includes/importers/mycred-balances.php:156
|
4029 |
-
msgid ""
|
4030 |
-
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
4031 |
-
"imported. <strong>%d</strong> was skipped."
|
4032 |
-
msgstr ""
|
4033 |
-
|
4034 |
-
#: ../includes/importers/mycred-balances.php:212
|
4035 |
-
msgid "Import Balances"
|
4036 |
-
msgstr ""
|
4037 |
-
|
4038 |
-
#: ../includes/importers/mycred-balances.php:229
|
4039 |
-
msgid "Import balances from a CSV file."
|
4040 |
-
msgstr ""
|
4041 |
-
|
4042 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
4043 |
msgid "Add-ons"
|
4044 |
msgstr "افزونه های جانبی"
|
3 |
"Project-Id-Version: myCRED\n"
|
4 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
5 |
"POT-Creation-Date: 2013-12-18 10:46+0100\n"
|
6 |
+
"PO-Revision-Date: Thu Apr 17 2014 23:59:21 GMT+0200 (CEST)\n"
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
9 |
"Language: Persian (Iran)\n"
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr "روزی یک بار ( نیمه شب ریست می شود )"
|
157 |
|
158 |
+
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:804 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:827 ../addons/buy-creds/gateways/zombaio.php:375 ../addons/email-notices/myCRED-addon-email-notices.php:179 ../addons/email-notices/myCRED-addon-email-notices.php:745
|
159 |
msgid "Select"
|
160 |
msgstr "انتخاب"
|
161 |
|
333 |
msgid "Pay Users"
|
334 |
msgstr "پرداخت به کاربران :"
|
335 |
|
336 |
+
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:425 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
|
337 |
msgid "Amount"
|
338 |
msgstr "مقدار"
|
339 |
|
694 |
msgid "Cancel purchase"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:360 ../includes/mycred-admin.php:360 ../includes/mycred-admin.php:466
|
698 |
msgid "required"
|
699 |
msgstr "ضروری"
|
700 |
|
701 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:361 ../includes/mycred-admin.php:362 ../includes/mycred-admin.php:468
|
702 |
msgid "optional"
|
703 |
msgstr "اختیاری"
|
704 |
|
705 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:366
|
706 |
msgid "First Name"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:370
|
710 |
msgid "Last Name"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:374
|
714 |
msgid "Address Line 1"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:378
|
718 |
msgid "Address Line 2"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:382
|
722 |
msgid "City"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:386
|
726 |
msgid "Zip"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:390
|
730 |
msgid "State"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:394
|
734 |
msgid "Country"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:397
|
738 |
msgid "Choose Country"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:419
|
742 |
msgid "%s Purchase"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:424 ../addons/gateway/carts/mycred-wpecommerce.php:112
|
746 |
msgid "Item"
|
747 |
msgstr "محصول"
|
748 |
|
749 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426
|
750 |
msgid "Cost"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:447
|
754 |
msgid "Debug"
|
755 |
msgstr "اشکال زدایی ( خطایابی )"
|
756 |
|
757 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:448
|
758 |
msgid ""
|
759 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
760 |
"information is only visible for administrators and are intended for "
|
762 |
"you want to take this gateway online."
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:452
|
766 |
msgid "Section"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:453
|
770 |
msgid "Result"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:458
|
774 |
msgid "Payment Status"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:462
|
778 |
msgid "Request"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:466
|
782 |
msgid "Gateway Response"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:513
|
786 |
msgid "Continue to %s"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:514 ../addons/buy-creds/gateways/bitpay.php:240
|
790 |
msgid "Click here if you are not automatically redirected"
|
791 |
msgstr "اگر به صورت خودکار به آدرس مورد نظر منتقل نشدید ، اینجا را کلیک فرمایید ."
|
792 |
|
793 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:519
|
794 |
msgid "The following information will be sent to the gateway"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1154
|
798 |
msgid "Outside US"
|
799 |
msgstr "خارج از آمـریکا"
|
800 |
|
801 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1253
|
802 |
msgid "Missing required information."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1273
|
806 |
msgid "Validating sale"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1287
|
810 |
msgid "Token mismatch"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1299
|
814 |
msgid "Price mismatch"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1304
|
818 |
msgid "Currency mismatch"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1316
|
822 |
msgid "Duplicate transaction"
|
823 |
msgstr ""
|
824 |
|
2371 |
"گرفته می شود . از عدد صفر برای عدم استفاده از ویژگی استرداد بلیت استفاده کنید . "
|
2372 |
"هیچ وجهی به عنوان استرداد برای بلیت های باطل شده ، پرداخت نمی شود ."
|
2373 |
|
2374 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:164 ../modules/mycred-module-addons.php:201
|
2375 |
msgid "Notifications"
|
2376 |
msgstr "آگاه سازها"
|
2377 |
|
2378 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:166
|
2379 |
msgid "Styling"
|
2380 |
msgstr "زیبا سازی ( قالب بندی )"
|
2381 |
|
2382 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:170
|
2383 |
msgid "Use the included CSS Styling for notifications."
|
2384 |
msgstr "از قالب ها و کدهای CSS موجود ، برای زیباسازی آگاه سازها استفاده کنید ."
|
2385 |
|
2386 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:173 ../modules/mycred-module-buddypress.php:408
|
2387 |
msgid "Template"
|
2388 |
msgstr "نمونه ( الگو )"
|
2389 |
|
2390 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:177
|
2391 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2392 |
msgstr ""
|
2393 |
"از کد %entry% برای نشان دادن داده های لیست گزارش و همچنین %amount% برای مقدار "
|
2394 |
"آن در آگاه ساز استفاده کنید ."
|
2395 |
|
2396 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:180
|
2397 |
msgid "Transient Lifespan"
|
2398 |
msgstr "عمر موقتی"
|
2399 |
|
2400 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:184
|
2401 |
msgid ""
|
2402 |
"The number of days a users notification is saved before being automatically "
|
2403 |
"deleted."
|
2404 |
msgstr "تعداد روزهایی که یک آگاه ساز ، ذخیره مانده و بعد پاک می شود ."
|
2405 |
|
2406 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:187
|
2407 |
msgid "Duration"
|
2408 |
msgstr "مدت"
|
2409 |
|
2410 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:191
|
2411 |
msgid ""
|
2412 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2413 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
3921 |
msgid "Row Layout"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
+
#: ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198 ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180
|
3925 |
+
msgid "Sorry, there has been an error."
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: ../includes/importers/mycred-balances.php:82 ../includes/importers/mycred-log-entries.php:82
|
3929 |
+
msgid "The file does not exist, please try again."
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: ../includes/importers/mycred-balances.php:145 ../includes/importers/mycred-log-entries.php:127
|
3933 |
+
msgid "The CSV is invalid."
|
3934 |
+
msgstr ""
|
3935 |
+
|
3936 |
+
#: ../includes/importers/mycred-balances.php:156
|
3937 |
msgid ""
|
3938 |
+
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3939 |
"imported. <strong>%d</strong> was skipped."
|
3940 |
msgstr ""
|
3941 |
|
3942 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3943 |
msgid "View Log"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3947 |
msgid "Import More"
|
3948 |
msgstr ""
|
3949 |
|
3950 |
+
#: ../includes/importers/mycred-balances.php:212
|
3951 |
+
msgid "Import Balances"
|
3952 |
+
msgstr ""
|
3953 |
+
|
3954 |
+
#: ../includes/importers/mycred-balances.php:229
|
3955 |
+
msgid "Import balances from a CSV file."
|
3956 |
+
msgstr ""
|
3957 |
+
|
3958 |
+
#: ../includes/importers/mycred-balances.php:237 ../includes/importers/mycred-log-entries.php:219
|
3959 |
+
msgid ""
|
3960 |
+
"Before you can upload your import file, you will need to fix the following "
|
3961 |
+
"error:"
|
3962 |
+
msgstr ""
|
3963 |
+
|
3964 |
+
#: ../includes/importers/mycred-balances.php:246 ../includes/importers/mycred-log-entries.php:228
|
3965 |
+
msgid "Choose a file from your computer:"
|
3966 |
+
msgstr ""
|
3967 |
+
|
3968 |
+
#: ../includes/importers/mycred-balances.php:252 ../includes/importers/mycred-log-entries.php:234
|
3969 |
+
msgid "Maximum size: %s"
|
3970 |
+
msgstr ""
|
3971 |
+
|
3972 |
+
#: ../includes/importers/mycred-balances.php:257 ../includes/importers/mycred-log-entries.php:239
|
3973 |
+
msgid "OR enter path to file:"
|
3974 |
+
msgstr ""
|
3975 |
+
|
3976 |
+
#: ../includes/importers/mycred-balances.php:264 ../includes/importers/mycred-log-entries.php:246
|
3977 |
+
msgid "Delimiter"
|
3978 |
+
msgstr ""
|
3979 |
+
|
3980 |
+
#: ../includes/importers/mycred-balances.php:270 ../includes/importers/mycred-log-entries.php:252
|
3981 |
+
msgid "Upload file and import"
|
3982 |
+
msgstr ""
|
3983 |
+
|
3984 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3985 |
+
msgid "No balances were imported."
|
3986 |
+
msgstr ""
|
3987 |
+
|
3988 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3989 |
+
msgid "No log entries were imported!"
|
3990 |
+
msgstr ""
|
3991 |
+
|
3992 |
+
#: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
|
3993 |
+
msgid ""
|
3994 |
+
"Import complete - A total of <strong>%d</strong> entries were successfully "
|
3995 |
+
"imported. <strong>%d</strong> was skipped."
|
3996 |
+
msgstr ""
|
3997 |
+
|
3998 |
#: ../includes/importers/mycred-cubepoints.php:306
|
3999 |
msgid "No CubePoints log."
|
4000 |
msgstr ""
|
4031 |
msgid "Import Log"
|
4032 |
msgstr ""
|
4033 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4034 |
#: ../includes/importers/mycred-log-entries.php:194
|
4035 |
msgid "Import Log Entries"
|
4036 |
msgstr ""
|
4039 |
msgid "Import log entries from a CSV file."
|
4040 |
msgstr ""
|
4041 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4042 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
4043 |
msgid "Add-ons"
|
4044 |
msgstr "افزونه های جانبی"
|
lang/mycred-fr_FR.mo
CHANGED
Binary file
|
lang/mycred-fr_FR.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: myCRED 1.2.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2013-08-14 22:26+0100\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: Dan <danco38@gmail.com>\n"
|
9 |
"Language: French\n"
|
@@ -155,7 +155,7 @@ msgstr "Une fois tous les 7 jours"
|
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr "Une fois par jour (remise à zéro à minuit)"
|
157 |
|
158 |
-
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
159 |
msgid "Select"
|
160 |
msgstr "sélectionnez"
|
161 |
|
@@ -328,7 +328,7 @@ msgstr "N'est pas en service"
|
|
328 |
msgid "Pay Users"
|
329 |
msgstr "Payer les Utilisateurs"
|
330 |
|
331 |
-
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
332 |
msgid "Amount"
|
333 |
msgstr "Montant"
|
334 |
|
@@ -683,67 +683,67 @@ msgstr "Paiement"
|
|
683 |
msgid "Cancel purchase"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
687 |
msgid "required"
|
688 |
msgstr "obligatoire"
|
689 |
|
690 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
691 |
msgid "optional"
|
692 |
msgstr "optionnel"
|
693 |
|
694 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
695 |
msgid "First Name"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
699 |
msgid "Last Name"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
703 |
msgid "Address Line 1"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
707 |
msgid "Address Line 2"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
711 |
msgid "City"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
715 |
msgid "Zip"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
719 |
msgid "State"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
723 |
msgid "Country"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
727 |
msgid "Choose Country"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
731 |
msgid "%s Purchase"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
735 |
msgid "Item"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
739 |
msgid "Cost"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
743 |
msgid "Debug"
|
744 |
msgstr "Déboguage"
|
745 |
|
746 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
747 |
msgid ""
|
748 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
749 |
"information is only visible for administrators and are intended for "
|
@@ -751,63 +751,63 @@ msgid ""
|
|
751 |
"you want to take this gateway online."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
755 |
msgid "Section"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
759 |
msgid "Result"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
763 |
msgid "Payment Status"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
767 |
msgid "Request"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
771 |
msgid "Gateway Response"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
775 |
msgid "Continue to %s"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
779 |
msgid "Click here if you are not automatically redirected"
|
780 |
msgstr "Cliquez ici si vous n'êtes pas automatiquement redirigé"
|
781 |
|
782 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
783 |
msgid "The following information will be sent to the gateway"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
787 |
msgid "Outside US"
|
788 |
msgstr "Hors Etats-Unis"
|
789 |
|
790 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
791 |
msgid "Missing required information."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
795 |
msgid "Validating sale"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
799 |
msgid "Token mismatch"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
803 |
msgid "Price mismatch"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
807 |
msgid "Currency mismatch"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
811 |
msgid "Duplicate transaction"
|
812 |
msgstr ""
|
813 |
|
@@ -2336,41 +2336,41 @@ msgstr ""
|
|
2336 |
"zéro pour ne rien rembourser. Aucun remboursement n'est attribué aux commandes "
|
2337 |
"\"Rejetées\"."
|
2338 |
|
2339 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2340 |
msgid "Notifications"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2344 |
msgid "Styling"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2348 |
msgid "Use the included CSS Styling for notifications."
|
2349 |
msgstr ""
|
2350 |
|
2351 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2352 |
msgid "Template"
|
2353 |
msgstr "Texte à afficher"
|
2354 |
|
2355 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2356 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2357 |
msgstr ""
|
2358 |
|
2359 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2360 |
msgid "Transient Lifespan"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2364 |
msgid ""
|
2365 |
"The number of days a users notification is saved before being automatically "
|
2366 |
"deleted."
|
2367 |
msgstr ""
|
2368 |
|
2369 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2370 |
msgid "Duration"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2374 |
msgid ""
|
2375 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2376 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
@@ -3852,28 +3852,80 @@ msgstr ""
|
|
3852 |
msgid "Row Layout"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
-
#: ../includes/importers/mycred-
|
3856 |
-
msgid "
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: ../includes/importers/mycred-
|
3860 |
-
msgid "
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: ../includes/importers/mycred-
|
|
|
|
|
|
|
|
|
3864 |
msgid ""
|
3865 |
-
"Import complete - A total of <strong>%d</strong>
|
3866 |
"imported. <strong>%d</strong> was skipped."
|
3867 |
msgstr ""
|
3868 |
|
3869 |
-
#: ../includes/importers/mycred-
|
3870 |
msgid "View Log"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
-
#: ../includes/importers/mycred-
|
3874 |
msgid "Import More"
|
3875 |
msgstr ""
|
3876 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3877 |
#: ../includes/importers/mycred-cubepoints.php:306
|
3878 |
msgid "No CubePoints log."
|
3879 |
msgstr ""
|
@@ -3910,18 +3962,6 @@ msgstr ""
|
|
3910 |
msgid "Import Log"
|
3911 |
msgstr ""
|
3912 |
|
3913 |
-
#: ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180 ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198
|
3914 |
-
msgid "Sorry, there has been an error."
|
3915 |
-
msgstr ""
|
3916 |
-
|
3917 |
-
#: ../includes/importers/mycred-log-entries.php:82 ../includes/importers/mycred-balances.php:82
|
3918 |
-
msgid "The file does not exist, please try again."
|
3919 |
-
msgstr ""
|
3920 |
-
|
3921 |
-
#: ../includes/importers/mycred-log-entries.php:127 ../includes/importers/mycred-balances.php:145
|
3922 |
-
msgid "The CSV is invalid."
|
3923 |
-
msgstr ""
|
3924 |
-
|
3925 |
#: ../includes/importers/mycred-log-entries.php:194
|
3926 |
msgid "Import Log Entries"
|
3927 |
msgstr ""
|
@@ -3930,46 +3970,6 @@ msgstr ""
|
|
3930 |
msgid "Import log entries from a CSV file."
|
3931 |
msgstr ""
|
3932 |
|
3933 |
-
#: ../includes/importers/mycred-log-entries.php:219 ../includes/importers/mycred-balances.php:237
|
3934 |
-
msgid ""
|
3935 |
-
"Before you can upload your import file, you will need to fix the following "
|
3936 |
-
"error:"
|
3937 |
-
msgstr ""
|
3938 |
-
|
3939 |
-
#: ../includes/importers/mycred-log-entries.php:228 ../includes/importers/mycred-balances.php:246
|
3940 |
-
msgid "Choose a file from your computer:"
|
3941 |
-
msgstr ""
|
3942 |
-
|
3943 |
-
#: ../includes/importers/mycred-log-entries.php:234 ../includes/importers/mycred-balances.php:252
|
3944 |
-
msgid "Maximum size: %s"
|
3945 |
-
msgstr ""
|
3946 |
-
|
3947 |
-
#: ../includes/importers/mycred-log-entries.php:239 ../includes/importers/mycred-balances.php:257
|
3948 |
-
msgid "OR enter path to file:"
|
3949 |
-
msgstr ""
|
3950 |
-
|
3951 |
-
#: ../includes/importers/mycred-log-entries.php:246 ../includes/importers/mycred-balances.php:264
|
3952 |
-
msgid "Delimiter"
|
3953 |
-
msgstr ""
|
3954 |
-
|
3955 |
-
#: ../includes/importers/mycred-log-entries.php:252 ../includes/importers/mycred-balances.php:270
|
3956 |
-
msgid "Upload file and import"
|
3957 |
-
msgstr ""
|
3958 |
-
|
3959 |
-
#: ../includes/importers/mycred-balances.php:156
|
3960 |
-
msgid ""
|
3961 |
-
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3962 |
-
"imported. <strong>%d</strong> was skipped."
|
3963 |
-
msgstr ""
|
3964 |
-
|
3965 |
-
#: ../includes/importers/mycred-balances.php:212
|
3966 |
-
msgid "Import Balances"
|
3967 |
-
msgstr ""
|
3968 |
-
|
3969 |
-
#: ../includes/importers/mycred-balances.php:229
|
3970 |
-
msgid "Import balances from a CSV file."
|
3971 |
-
msgstr ""
|
3972 |
-
|
3973 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
3974 |
msgid "Add-ons"
|
3975 |
msgstr "Modules"
|
3 |
"Project-Id-Version: myCRED 1.2.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2013-08-14 22:26+0100\n"
|
6 |
+
"PO-Revision-Date: Thu Apr 17 2014 23:59:56 GMT+0200 (CEST)\n"
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: Dan <danco38@gmail.com>\n"
|
9 |
"Language: French\n"
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr "Une fois par jour (remise à zéro à minuit)"
|
157 |
|
158 |
+
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:804 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:827 ../addons/buy-creds/gateways/zombaio.php:375 ../addons/email-notices/myCRED-addon-email-notices.php:179 ../addons/email-notices/myCRED-addon-email-notices.php:745
|
159 |
msgid "Select"
|
160 |
msgstr "sélectionnez"
|
161 |
|
328 |
msgid "Pay Users"
|
329 |
msgstr "Payer les Utilisateurs"
|
330 |
|
331 |
+
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:425 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
|
332 |
msgid "Amount"
|
333 |
msgstr "Montant"
|
334 |
|
683 |
msgid "Cancel purchase"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:360 ../includes/mycred-admin.php:360 ../includes/mycred-admin.php:466
|
687 |
msgid "required"
|
688 |
msgstr "obligatoire"
|
689 |
|
690 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:361 ../includes/mycred-admin.php:362 ../includes/mycred-admin.php:468
|
691 |
msgid "optional"
|
692 |
msgstr "optionnel"
|
693 |
|
694 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:366
|
695 |
msgid "First Name"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:370
|
699 |
msgid "Last Name"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:374
|
703 |
msgid "Address Line 1"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:378
|
707 |
msgid "Address Line 2"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:382
|
711 |
msgid "City"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:386
|
715 |
msgid "Zip"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:390
|
719 |
msgid "State"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:394
|
723 |
msgid "Country"
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:397
|
727 |
msgid "Choose Country"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:419
|
731 |
msgid "%s Purchase"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:424 ../addons/gateway/carts/mycred-wpecommerce.php:112
|
735 |
msgid "Item"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426
|
739 |
msgid "Cost"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:447
|
743 |
msgid "Debug"
|
744 |
msgstr "Déboguage"
|
745 |
|
746 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:448
|
747 |
msgid ""
|
748 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
749 |
"information is only visible for administrators and are intended for "
|
751 |
"you want to take this gateway online."
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:452
|
755 |
msgid "Section"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:453
|
759 |
msgid "Result"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:458
|
763 |
msgid "Payment Status"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:462
|
767 |
msgid "Request"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:466
|
771 |
msgid "Gateway Response"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:513
|
775 |
msgid "Continue to %s"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:514 ../addons/buy-creds/gateways/bitpay.php:240
|
779 |
msgid "Click here if you are not automatically redirected"
|
780 |
msgstr "Cliquez ici si vous n'êtes pas automatiquement redirigé"
|
781 |
|
782 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:519
|
783 |
msgid "The following information will be sent to the gateway"
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1154
|
787 |
msgid "Outside US"
|
788 |
msgstr "Hors Etats-Unis"
|
789 |
|
790 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1253
|
791 |
msgid "Missing required information."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1273
|
795 |
msgid "Validating sale"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1287
|
799 |
msgid "Token mismatch"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1299
|
803 |
msgid "Price mismatch"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1304
|
807 |
msgid "Currency mismatch"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1316
|
811 |
msgid "Duplicate transaction"
|
812 |
msgstr ""
|
813 |
|
2336 |
"zéro pour ne rien rembourser. Aucun remboursement n'est attribué aux commandes "
|
2337 |
"\"Rejetées\"."
|
2338 |
|
2339 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:164 ../modules/mycred-module-addons.php:201
|
2340 |
msgid "Notifications"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:166
|
2344 |
msgid "Styling"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:170
|
2348 |
msgid "Use the included CSS Styling for notifications."
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:173 ../modules/mycred-module-buddypress.php:408
|
2352 |
msgid "Template"
|
2353 |
msgstr "Texte à afficher"
|
2354 |
|
2355 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:177
|
2356 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2357 |
msgstr ""
|
2358 |
|
2359 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:180
|
2360 |
msgid "Transient Lifespan"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:184
|
2364 |
msgid ""
|
2365 |
"The number of days a users notification is saved before being automatically "
|
2366 |
"deleted."
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:187
|
2370 |
msgid "Duration"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:191
|
2374 |
msgid ""
|
2375 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2376 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
3852 |
msgid "Row Layout"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
+
#: ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198 ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180
|
3856 |
+
msgid "Sorry, there has been an error."
|
3857 |
msgstr ""
|
3858 |
|
3859 |
+
#: ../includes/importers/mycred-balances.php:82 ../includes/importers/mycred-log-entries.php:82
|
3860 |
+
msgid "The file does not exist, please try again."
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: ../includes/importers/mycred-balances.php:145 ../includes/importers/mycred-log-entries.php:127
|
3864 |
+
msgid "The CSV is invalid."
|
3865 |
+
msgstr ""
|
3866 |
+
|
3867 |
+
#: ../includes/importers/mycred-balances.php:156
|
3868 |
msgid ""
|
3869 |
+
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3870 |
"imported. <strong>%d</strong> was skipped."
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3874 |
msgid "View Log"
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3878 |
msgid "Import More"
|
3879 |
msgstr ""
|
3880 |
|
3881 |
+
#: ../includes/importers/mycred-balances.php:212
|
3882 |
+
msgid "Import Balances"
|
3883 |
+
msgstr ""
|
3884 |
+
|
3885 |
+
#: ../includes/importers/mycred-balances.php:229
|
3886 |
+
msgid "Import balances from a CSV file."
|
3887 |
+
msgstr ""
|
3888 |
+
|
3889 |
+
#: ../includes/importers/mycred-balances.php:237 ../includes/importers/mycred-log-entries.php:219
|
3890 |
+
msgid ""
|
3891 |
+
"Before you can upload your import file, you will need to fix the following "
|
3892 |
+
"error:"
|
3893 |
+
msgstr ""
|
3894 |
+
|
3895 |
+
#: ../includes/importers/mycred-balances.php:246 ../includes/importers/mycred-log-entries.php:228
|
3896 |
+
msgid "Choose a file from your computer:"
|
3897 |
+
msgstr ""
|
3898 |
+
|
3899 |
+
#: ../includes/importers/mycred-balances.php:252 ../includes/importers/mycred-log-entries.php:234
|
3900 |
+
msgid "Maximum size: %s"
|
3901 |
+
msgstr ""
|
3902 |
+
|
3903 |
+
#: ../includes/importers/mycred-balances.php:257 ../includes/importers/mycred-log-entries.php:239
|
3904 |
+
msgid "OR enter path to file:"
|
3905 |
+
msgstr ""
|
3906 |
+
|
3907 |
+
#: ../includes/importers/mycred-balances.php:264 ../includes/importers/mycred-log-entries.php:246
|
3908 |
+
msgid "Delimiter"
|
3909 |
+
msgstr ""
|
3910 |
+
|
3911 |
+
#: ../includes/importers/mycred-balances.php:270 ../includes/importers/mycred-log-entries.php:252
|
3912 |
+
msgid "Upload file and import"
|
3913 |
+
msgstr ""
|
3914 |
+
|
3915 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3916 |
+
msgid "No balances were imported."
|
3917 |
+
msgstr ""
|
3918 |
+
|
3919 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3920 |
+
msgid "No log entries were imported!"
|
3921 |
+
msgstr ""
|
3922 |
+
|
3923 |
+
#: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
|
3924 |
+
msgid ""
|
3925 |
+
"Import complete - A total of <strong>%d</strong> entries were successfully "
|
3926 |
+
"imported. <strong>%d</strong> was skipped."
|
3927 |
+
msgstr ""
|
3928 |
+
|
3929 |
#: ../includes/importers/mycred-cubepoints.php:306
|
3930 |
msgid "No CubePoints log."
|
3931 |
msgstr ""
|
3962 |
msgid "Import Log"
|
3963 |
msgstr ""
|
3964 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3965 |
#: ../includes/importers/mycred-log-entries.php:194
|
3966 |
msgid "Import Log Entries"
|
3967 |
msgstr ""
|
3970 |
msgid "Import log entries from a CSV file."
|
3971 |
msgstr ""
|
3972 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3973 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
3974 |
msgid "Add-ons"
|
3975 |
msgstr "Modules"
|
lang/mycred-sv_SE.mo
CHANGED
Binary file
|
lang/mycred-sv_SE.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: myCRED\n"
|
4 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
5 |
"POT-Creation-Date: 2014-03-20 14:26+0100\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
9 |
"Language: Swedish\n"
|
@@ -155,7 +155,7 @@ msgstr "En gång i veckan"
|
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr "En gång om dagen (börjar om efter midnatt)"
|
157 |
|
158 |
-
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
159 |
msgid "Select"
|
160 |
msgstr "Välj"
|
161 |
|
@@ -331,7 +331,7 @@ msgstr "Har inte kört än"
|
|
331 |
msgid "Pay Users"
|
332 |
msgstr "Betala Användare"
|
333 |
|
334 |
-
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
335 |
msgid "Amount"
|
336 |
msgstr "Summa"
|
337 |
|
@@ -675,67 +675,67 @@ msgstr "Köp"
|
|
675 |
msgid "Cancel purchase"
|
676 |
msgstr "Cancellara köp"
|
677 |
|
678 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
679 |
msgid "required"
|
680 |
msgstr "obligatoriskt"
|
681 |
|
682 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
683 |
msgid "optional"
|
684 |
msgstr "valfritt"
|
685 |
|
686 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
687 |
msgid "First Name"
|
688 |
msgstr "Förnamn"
|
689 |
|
690 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
691 |
msgid "Last Name"
|
692 |
msgstr "Efternamn"
|
693 |
|
694 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
695 |
msgid "Address Line 1"
|
696 |
msgstr "Address"
|
697 |
|
698 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
699 |
msgid "Address Line 2"
|
700 |
msgstr "Address"
|
701 |
|
702 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
703 |
msgid "City"
|
704 |
msgstr "Stad"
|
705 |
|
706 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
707 |
msgid "Zip"
|
708 |
msgstr "Postkod"
|
709 |
|
710 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
711 |
msgid "State"
|
712 |
msgstr "Län"
|
713 |
|
714 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
715 |
msgid "Country"
|
716 |
msgstr "Land"
|
717 |
|
718 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
719 |
msgid "Choose Country"
|
720 |
msgstr "Välj Land"
|
721 |
|
722 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
723 |
msgid "%s Purchase"
|
724 |
msgstr "%s Köp"
|
725 |
|
726 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
727 |
msgid "Item"
|
728 |
msgstr "Vara"
|
729 |
|
730 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
731 |
msgid "Cost"
|
732 |
msgstr "Kostnad"
|
733 |
|
734 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
735 |
msgid "Debug"
|
736 |
msgstr "Felsök"
|
737 |
|
738 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
739 |
msgid ""
|
740 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
741 |
"information is only visible for administrators and are intended for "
|
@@ -745,63 +745,63 @@ msgstr ""
|
|
745 |
"Här kan du se informationen som skickas till betalnings operatören. Du kan "
|
746 |
"använda denna information när du felsöker problem."
|
747 |
|
748 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
749 |
msgid "Section"
|
750 |
msgstr "Del"
|
751 |
|
752 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
753 |
msgid "Result"
|
754 |
msgstr "Resultat"
|
755 |
|
756 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
757 |
msgid "Payment Status"
|
758 |
msgstr "Betalnings status"
|
759 |
|
760 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
761 |
msgid "Request"
|
762 |
msgstr "Köp"
|
763 |
|
764 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
765 |
msgid "Gateway Response"
|
766 |
msgstr "Operatören svar"
|
767 |
|
768 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
769 |
msgid "Continue to %s"
|
770 |
msgstr "Forsätt till %s"
|
771 |
|
772 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
773 |
msgid "Click here if you are not automatically redirected"
|
774 |
msgstr "Klicka här om du inte kommer vidare automatiskt"
|
775 |
|
776 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
777 |
msgid "The following information will be sent to the gateway"
|
778 |
msgstr "Följande information kommer att skickas till betalnings operatören"
|
779 |
|
780 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
781 |
msgid "Outside US"
|
782 |
msgstr "Utanför US"
|
783 |
|
784 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
785 |
msgid "Missing required information."
|
786 |
msgstr "Obligatoriska fält är inte igenfyllda."
|
787 |
|
788 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
789 |
msgid "Validating sale"
|
790 |
msgstr "Bekräftar Köp"
|
791 |
|
792 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
793 |
msgid "Token mismatch"
|
794 |
msgstr "Token stämmer inte"
|
795 |
|
796 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
797 |
msgid "Price mismatch"
|
798 |
msgstr "Priset stämmer inte"
|
799 |
|
800 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
801 |
msgid "Currency mismatch"
|
802 |
msgstr "Valutan stämmer inte"
|
803 |
|
804 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
805 |
msgid "Duplicate transaction"
|
806 |
msgstr "Duplikat transaktion"
|
807 |
|
@@ -2320,41 +2320,41 @@ msgstr ""
|
|
2320 |
"Sätt till noll om du inte vill använda denna funktion. Avvisade köp återbetalas "
|
2321 |
"inte!"
|
2322 |
|
2323 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2324 |
msgid "Notifications"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2328 |
msgid "Styling"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2332 |
msgid "Use the included CSS Styling for notifications."
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2336 |
msgid "Template"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2340 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2344 |
msgid "Transient Lifespan"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2348 |
msgid ""
|
2349 |
"The number of days a users notification is saved before being automatically "
|
2350 |
"deleted."
|
2351 |
msgstr ""
|
2352 |
|
2353 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2354 |
msgid "Duration"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2358 |
msgid ""
|
2359 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2360 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
@@ -3780,122 +3780,122 @@ msgstr ""
|
|
3780 |
msgid "Row Layout"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
-
#: ../includes/importers/mycred-
|
3784 |
-
msgid "
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: ../includes/importers/mycred-
|
3788 |
-
msgid "
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: ../includes/importers/mycred-
|
|
|
|
|
|
|
|
|
3792 |
msgid ""
|
3793 |
-
"Import complete - A total of <strong>%d</strong>
|
3794 |
"imported. <strong>%d</strong> was skipped."
|
3795 |
msgstr ""
|
3796 |
|
3797 |
-
#: ../includes/importers/mycred-
|
3798 |
msgid "View Log"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
-
#: ../includes/importers/mycred-
|
3802 |
msgid "Import More"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
-
#: ../includes/importers/mycred-
|
3806 |
-
msgid "
|
3807 |
-
msgstr ""
|
3808 |
-
|
3809 |
-
#: ../includes/importers/mycred-cubepoints.php:317
|
3810 |
-
msgid "Import CubePoints Log"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
-
#: ../includes/importers/mycred-
|
3814 |
-
msgid "
|
3815 |
msgstr ""
|
3816 |
|
3817 |
-
#: ../includes/importers/mycred-
|
3818 |
-
msgid "
|
|
|
|
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: ../includes/importers/mycred-
|
3822 |
-
msgid "
|
3823 |
msgstr ""
|
3824 |
|
3825 |
-
#: ../includes/importers/mycred-
|
3826 |
-
msgid "
|
3827 |
msgstr ""
|
3828 |
|
3829 |
-
#: ../includes/importers/mycred-
|
3830 |
-
msgid "
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#: ../includes/importers/mycred-
|
3834 |
-
msgid "
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: ../includes/importers/mycred-
|
3838 |
-
msgid "
|
3839 |
msgstr ""
|
3840 |
|
3841 |
-
#: ../includes/importers/mycred-
|
3842 |
-
msgid "
|
3843 |
msgstr ""
|
3844 |
|
3845 |
-
#: ../includes/importers/mycred-
|
3846 |
-
msgid "
|
3847 |
msgstr ""
|
3848 |
|
3849 |
-
#: ../includes/importers/mycred-
|
3850 |
-
msgid "
|
|
|
|
|
3851 |
msgstr ""
|
3852 |
|
3853 |
-
#: ../includes/importers/mycred-
|
3854 |
-
msgid "
|
3855 |
msgstr ""
|
3856 |
|
3857 |
-
#: ../includes/importers/mycred-
|
3858 |
-
msgid "Import
|
3859 |
msgstr ""
|
3860 |
|
3861 |
-
#: ../includes/importers/mycred-
|
3862 |
-
msgid ""
|
3863 |
-
"Before you can upload your import file, you will need to fix the following "
|
3864 |
-
"error:"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
-
#: ../includes/importers/mycred-
|
3868 |
-
msgid "
|
3869 |
msgstr ""
|
3870 |
|
3871 |
-
#: ../includes/importers/mycred-
|
3872 |
-
msgid "
|
3873 |
msgstr ""
|
3874 |
|
3875 |
-
#: ../includes/importers/mycred-
|
3876 |
-
msgid "
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: ../includes/importers/mycred-
|
3880 |
-
msgid "
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: ../includes/importers/mycred-
|
3884 |
-
msgid "
|
3885 |
msgstr ""
|
3886 |
|
3887 |
-
#: ../includes/importers/mycred-
|
3888 |
-
msgid ""
|
3889 |
-
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3890 |
-
"imported. <strong>%d</strong> was skipped."
|
3891 |
msgstr ""
|
3892 |
|
3893 |
-
#: ../includes/importers/mycred-
|
3894 |
-
msgid "Import
|
3895 |
msgstr ""
|
3896 |
|
3897 |
-
#: ../includes/importers/mycred-
|
3898 |
-
msgid "Import
|
3899 |
msgstr ""
|
3900 |
|
3901 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
3 |
"Project-Id-Version: myCRED\n"
|
4 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
5 |
"POT-Creation-Date: 2014-03-20 14:26+0100\n"
|
6 |
+
"PO-Revision-Date: Fri Apr 18 2014 00:00:44 GMT+0200 (CEST)\n"
|
7 |
"Last-Translator: unimatrix0 <gabrieldk@merovingi.com>\n"
|
8 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
9 |
"Language: Swedish\n"
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr "En gång om dagen (börjar om efter midnatt)"
|
157 |
|
158 |
+
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:804 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:827 ../addons/buy-creds/gateways/zombaio.php:375 ../addons/email-notices/myCRED-addon-email-notices.php:179 ../addons/email-notices/myCRED-addon-email-notices.php:745
|
159 |
msgid "Select"
|
160 |
msgstr "Välj"
|
161 |
|
331 |
msgid "Pay Users"
|
332 |
msgstr "Betala Användare"
|
333 |
|
334 |
+
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:425 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
|
335 |
msgid "Amount"
|
336 |
msgstr "Summa"
|
337 |
|
675 |
msgid "Cancel purchase"
|
676 |
msgstr "Cancellara köp"
|
677 |
|
678 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:360 ../includes/mycred-admin.php:360 ../includes/mycred-admin.php:466
|
679 |
msgid "required"
|
680 |
msgstr "obligatoriskt"
|
681 |
|
682 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:361 ../includes/mycred-admin.php:362 ../includes/mycred-admin.php:468
|
683 |
msgid "optional"
|
684 |
msgstr "valfritt"
|
685 |
|
686 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:366
|
687 |
msgid "First Name"
|
688 |
msgstr "Förnamn"
|
689 |
|
690 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:370
|
691 |
msgid "Last Name"
|
692 |
msgstr "Efternamn"
|
693 |
|
694 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:374
|
695 |
msgid "Address Line 1"
|
696 |
msgstr "Address"
|
697 |
|
698 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:378
|
699 |
msgid "Address Line 2"
|
700 |
msgstr "Address"
|
701 |
|
702 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:382
|
703 |
msgid "City"
|
704 |
msgstr "Stad"
|
705 |
|
706 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:386
|
707 |
msgid "Zip"
|
708 |
msgstr "Postkod"
|
709 |
|
710 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:390
|
711 |
msgid "State"
|
712 |
msgstr "Län"
|
713 |
|
714 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:394
|
715 |
msgid "Country"
|
716 |
msgstr "Land"
|
717 |
|
718 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:397
|
719 |
msgid "Choose Country"
|
720 |
msgstr "Välj Land"
|
721 |
|
722 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:419
|
723 |
msgid "%s Purchase"
|
724 |
msgstr "%s Köp"
|
725 |
|
726 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:424 ../addons/gateway/carts/mycred-wpecommerce.php:112
|
727 |
msgid "Item"
|
728 |
msgstr "Vara"
|
729 |
|
730 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426
|
731 |
msgid "Cost"
|
732 |
msgstr "Kostnad"
|
733 |
|
734 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:447
|
735 |
msgid "Debug"
|
736 |
msgstr "Felsök"
|
737 |
|
738 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:448
|
739 |
msgid ""
|
740 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
741 |
"information is only visible for administrators and are intended for "
|
745 |
"Här kan du se informationen som skickas till betalnings operatören. Du kan "
|
746 |
"använda denna information när du felsöker problem."
|
747 |
|
748 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:452
|
749 |
msgid "Section"
|
750 |
msgstr "Del"
|
751 |
|
752 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:453
|
753 |
msgid "Result"
|
754 |
msgstr "Resultat"
|
755 |
|
756 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:458
|
757 |
msgid "Payment Status"
|
758 |
msgstr "Betalnings status"
|
759 |
|
760 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:462
|
761 |
msgid "Request"
|
762 |
msgstr "Köp"
|
763 |
|
764 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:466
|
765 |
msgid "Gateway Response"
|
766 |
msgstr "Operatören svar"
|
767 |
|
768 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:513
|
769 |
msgid "Continue to %s"
|
770 |
msgstr "Forsätt till %s"
|
771 |
|
772 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:514 ../addons/buy-creds/gateways/bitpay.php:240
|
773 |
msgid "Click here if you are not automatically redirected"
|
774 |
msgstr "Klicka här om du inte kommer vidare automatiskt"
|
775 |
|
776 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:519
|
777 |
msgid "The following information will be sent to the gateway"
|
778 |
msgstr "Följande information kommer att skickas till betalnings operatören"
|
779 |
|
780 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1154
|
781 |
msgid "Outside US"
|
782 |
msgstr "Utanför US"
|
783 |
|
784 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1253
|
785 |
msgid "Missing required information."
|
786 |
msgstr "Obligatoriska fält är inte igenfyllda."
|
787 |
|
788 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1273
|
789 |
msgid "Validating sale"
|
790 |
msgstr "Bekräftar Köp"
|
791 |
|
792 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1287
|
793 |
msgid "Token mismatch"
|
794 |
msgstr "Token stämmer inte"
|
795 |
|
796 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1299
|
797 |
msgid "Price mismatch"
|
798 |
msgstr "Priset stämmer inte"
|
799 |
|
800 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1304
|
801 |
msgid "Currency mismatch"
|
802 |
msgstr "Valutan stämmer inte"
|
803 |
|
804 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1316
|
805 |
msgid "Duplicate transaction"
|
806 |
msgstr "Duplikat transaktion"
|
807 |
|
2320 |
"Sätt till noll om du inte vill använda denna funktion. Avvisade köp återbetalas "
|
2321 |
"inte!"
|
2322 |
|
2323 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:164 ../modules/mycred-module-addons.php:201
|
2324 |
msgid "Notifications"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:166
|
2328 |
msgid "Styling"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:170
|
2332 |
msgid "Use the included CSS Styling for notifications."
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:173 ../modules/mycred-module-buddypress.php:408
|
2336 |
msgid "Template"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:177
|
2340 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:180
|
2344 |
msgid "Transient Lifespan"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:184
|
2348 |
msgid ""
|
2349 |
"The number of days a users notification is saved before being automatically "
|
2350 |
"deleted."
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:187
|
2354 |
msgid "Duration"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:191
|
2358 |
msgid ""
|
2359 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2360 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
3780 |
msgid "Row Layout"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
+
#: ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198 ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180
|
3784 |
+
msgid "Sorry, there has been an error."
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: ../includes/importers/mycred-balances.php:82 ../includes/importers/mycred-log-entries.php:82
|
3788 |
+
msgid "The file does not exist, please try again."
|
3789 |
msgstr ""
|
3790 |
|
3791 |
+
#: ../includes/importers/mycred-balances.php:145 ../includes/importers/mycred-log-entries.php:127
|
3792 |
+
msgid "The CSV is invalid."
|
3793 |
+
msgstr ""
|
3794 |
+
|
3795 |
+
#: ../includes/importers/mycred-balances.php:156
|
3796 |
msgid ""
|
3797 |
+
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3798 |
"imported. <strong>%d</strong> was skipped."
|
3799 |
msgstr ""
|
3800 |
|
3801 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3802 |
msgid "View Log"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3806 |
msgid "Import More"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
+
#: ../includes/importers/mycred-balances.php:212
|
3810 |
+
msgid "Import Balances"
|
|
|
|
|
|
|
|
|
3811 |
msgstr ""
|
3812 |
|
3813 |
+
#: ../includes/importers/mycred-balances.php:229
|
3814 |
+
msgid "Import balances from a CSV file."
|
3815 |
msgstr ""
|
3816 |
|
3817 |
+
#: ../includes/importers/mycred-balances.php:237 ../includes/importers/mycred-log-entries.php:219
|
3818 |
+
msgid ""
|
3819 |
+
"Before you can upload your import file, you will need to fix the following "
|
3820 |
+
"error:"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
+
#: ../includes/importers/mycred-balances.php:246 ../includes/importers/mycred-log-entries.php:228
|
3824 |
+
msgid "Choose a file from your computer:"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: ../includes/importers/mycred-balances.php:252 ../includes/importers/mycred-log-entries.php:234
|
3828 |
+
msgid "Maximum size: %s"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
+
#: ../includes/importers/mycred-balances.php:257 ../includes/importers/mycred-log-entries.php:239
|
3832 |
+
msgid "OR enter path to file:"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: ../includes/importers/mycred-balances.php:264 ../includes/importers/mycred-log-entries.php:246
|
3836 |
+
msgid "Delimiter"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: ../includes/importers/mycred-balances.php:270 ../includes/importers/mycred-log-entries.php:252
|
3840 |
+
msgid "Upload file and import"
|
3841 |
msgstr ""
|
3842 |
|
3843 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3844 |
+
msgid "No balances were imported."
|
3845 |
msgstr ""
|
3846 |
|
3847 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3848 |
+
msgid "No log entries were imported!"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
+
#: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
|
3852 |
+
msgid ""
|
3853 |
+
"Import complete - A total of <strong>%d</strong> entries were successfully "
|
3854 |
+
"imported. <strong>%d</strong> was skipped."
|
3855 |
msgstr ""
|
3856 |
|
3857 |
+
#: ../includes/importers/mycred-cubepoints.php:306
|
3858 |
+
msgid "No CubePoints log."
|
3859 |
msgstr ""
|
3860 |
|
3861 |
+
#: ../includes/importers/mycred-cubepoints.php:317
|
3862 |
+
msgid "Import CubePoints Log"
|
3863 |
msgstr ""
|
3864 |
|
3865 |
+
#: ../includes/importers/mycred-cubepoints.php:334
|
3866 |
+
msgid "Select what to import"
|
|
|
|
|
3867 |
msgstr ""
|
3868 |
|
3869 |
+
#: ../includes/importers/mycred-cubepoints.php:335
|
3870 |
+
msgid "Log Entries Only"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: ../includes/importers/mycred-cubepoints.php:336
|
3874 |
+
msgid "CubePoints Balances Only"
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: ../includes/importers/mycred-cubepoints.php:337
|
3878 |
+
msgid "Log Entries and Balances"
|
3879 |
msgstr ""
|
3880 |
|
3881 |
+
#: ../includes/importers/mycred-cubepoints.php:351
|
3882 |
+
msgid "Import"
|
3883 |
msgstr ""
|
3884 |
|
3885 |
+
#: ../includes/importers/mycred-cubepoints.php:360
|
3886 |
+
msgid "Warning! Importing CubePoints balances will replace your users myCRED balance!"
|
3887 |
msgstr ""
|
3888 |
|
3889 |
+
#: ../includes/importers/mycred-cubepoints.php:378
|
3890 |
+
msgid "Import Log"
|
|
|
|
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: ../includes/importers/mycred-log-entries.php:194
|
3894 |
+
msgid "Import Log Entries"
|
3895 |
msgstr ""
|
3896 |
|
3897 |
+
#: ../includes/importers/mycred-log-entries.php:211
|
3898 |
+
msgid "Import log entries from a CSV file."
|
3899 |
msgstr ""
|
3900 |
|
3901 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
lang/mycred.pot
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: myCRED\n"
|
6 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
7 |
"POT-Creation-Date: 2014-03-20 14:26+0100\n"
|
8 |
-
"POT-Revision-Date:
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: Gabriel Sebastian Merovingi <support@mycred.me>\n"
|
11 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
@@ -155,7 +155,7 @@ msgstr ""
|
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
159 |
msgid "Select"
|
160 |
msgstr ""
|
161 |
|
@@ -320,7 +320,7 @@ msgstr ""
|
|
320 |
msgid "Pay Users"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
324 |
msgid "Amount"
|
325 |
msgstr ""
|
326 |
|
@@ -655,67 +655,67 @@ msgstr ""
|
|
655 |
msgid "Cancel purchase"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
659 |
msgid "required"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
663 |
msgid "optional"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
667 |
msgid "First Name"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
671 |
msgid "Last Name"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
675 |
msgid "Address Line 1"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
679 |
msgid "Address Line 2"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
683 |
msgid "City"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
687 |
msgid "Zip"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
691 |
msgid "State"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
695 |
msgid "Country"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
699 |
msgid "Choose Country"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
703 |
msgid "%s Purchase"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
707 |
msgid "Item"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
711 |
msgid "Cost"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
715 |
msgid "Debug"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
719 |
msgid ""
|
720 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
721 |
"information is only visible for administrators and are intended for "
|
@@ -723,63 +723,63 @@ msgid ""
|
|
723 |
"you want to take this gateway online."
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
727 |
msgid "Section"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
731 |
msgid "Result"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
735 |
msgid "Payment Status"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
739 |
msgid "Request"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
743 |
msgid "Gateway Response"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
747 |
msgid "Continue to %s"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
751 |
msgid "Click here if you are not automatically redirected"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
755 |
msgid "The following information will be sent to the gateway"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
759 |
msgid "Outside US"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
763 |
msgid "Missing required information."
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
767 |
msgid "Validating sale"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
771 |
msgid "Token mismatch"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
775 |
msgid "Price mismatch"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
779 |
msgid "Currency mismatch"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:
|
783 |
msgid "Duplicate transaction"
|
784 |
msgstr ""
|
785 |
|
@@ -2229,41 +2229,41 @@ msgid ""
|
|
2229 |
"zero for no refunds. No refunds are given to \"Rejected\" bookings."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2233 |
msgid "Notifications"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2237 |
msgid "Styling"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2241 |
msgid "Use the included CSS Styling for notifications."
|
2242 |
msgstr ""
|
2243 |
|
2244 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2245 |
msgid "Template"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2249 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2250 |
msgstr ""
|
2251 |
|
2252 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2253 |
msgid "Transient Lifespan"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2257 |
msgid ""
|
2258 |
"The number of days a users notification is saved before being automatically "
|
2259 |
"deleted."
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2263 |
msgid "Duration"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: ../addons/notifications/myCRED-addon-notifications.php:
|
2267 |
msgid ""
|
2268 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2269 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
@@ -3689,122 +3689,122 @@ msgstr ""
|
|
3689 |
msgid "Row Layout"
|
3690 |
msgstr ""
|
3691 |
|
3692 |
-
#: ../includes/importers/mycred-
|
3693 |
-
msgid "
|
3694 |
msgstr ""
|
3695 |
|
3696 |
-
#: ../includes/importers/mycred-
|
3697 |
-
msgid "
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: ../includes/importers/mycred-
|
|
|
|
|
|
|
|
|
3701 |
msgid ""
|
3702 |
-
"Import complete - A total of <strong>%d</strong>
|
3703 |
"imported. <strong>%d</strong> was skipped."
|
3704 |
msgstr ""
|
3705 |
|
3706 |
-
#: ../includes/importers/mycred-
|
3707 |
msgid "View Log"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: ../includes/importers/mycred-
|
3711 |
msgid "Import More"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
-
#: ../includes/importers/mycred-
|
3715 |
-
msgid "
|
3716 |
-
msgstr ""
|
3717 |
-
|
3718 |
-
#: ../includes/importers/mycred-cubepoints.php:317
|
3719 |
-
msgid "Import CubePoints Log"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: ../includes/importers/mycred-
|
3723 |
-
msgid "
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: ../includes/importers/mycred-
|
3727 |
-
msgid "
|
|
|
|
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: ../includes/importers/mycred-
|
3731 |
-
msgid "
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: ../includes/importers/mycred-
|
3735 |
-
msgid "
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: ../includes/importers/mycred-
|
3739 |
-
msgid "
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: ../includes/importers/mycred-
|
3743 |
-
msgid "
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: ../includes/importers/mycred-
|
3747 |
-
msgid "
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: ../includes/importers/mycred-
|
3751 |
-
msgid "
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: ../includes/importers/mycred-
|
3755 |
-
msgid "
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: ../includes/importers/mycred-
|
3759 |
-
msgid "
|
|
|
|
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: ../includes/importers/mycred-
|
3763 |
-
msgid "
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: ../includes/importers/mycred-
|
3767 |
-
msgid "Import
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: ../includes/importers/mycred-
|
3771 |
-
msgid ""
|
3772 |
-
"Before you can upload your import file, you will need to fix the following "
|
3773 |
-
"error:"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
-
#: ../includes/importers/mycred-
|
3777 |
-
msgid "
|
3778 |
msgstr ""
|
3779 |
|
3780 |
-
#: ../includes/importers/mycred-
|
3781 |
-
msgid "
|
3782 |
msgstr ""
|
3783 |
|
3784 |
-
#: ../includes/importers/mycred-
|
3785 |
-
msgid "
|
3786 |
msgstr ""
|
3787 |
|
3788 |
-
#: ../includes/importers/mycred-
|
3789 |
-
msgid "
|
3790 |
msgstr ""
|
3791 |
|
3792 |
-
#: ../includes/importers/mycred-
|
3793 |
-
msgid "
|
3794 |
msgstr ""
|
3795 |
|
3796 |
-
#: ../includes/importers/mycred-
|
3797 |
-
msgid ""
|
3798 |
-
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3799 |
-
"imported. <strong>%d</strong> was skipped."
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: ../includes/importers/mycred-
|
3803 |
-
msgid "Import
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: ../includes/importers/mycred-
|
3807 |
-
msgid "Import
|
3808 |
msgstr ""
|
3809 |
|
3810 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
5 |
"Project-Id-Version: myCRED\n"
|
6 |
"Report-Msgid-Bugs-To: http://mycred.me\n"
|
7 |
"POT-Creation-Date: 2014-03-20 14:26+0100\n"
|
8 |
+
"POT-Revision-Date: Thu Apr 17 2014 23:56:37 GMT+0200 (CEST)\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: Gabriel Sebastian Merovingi <support@mycred.me>\n"
|
11 |
"Language-Team: LANGUAGE <support@mycred.me>\n"
|
155 |
msgid "Once per day (reset at midnight)"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../abstracts/mycred-abstract-hook.php:168 ../addons/banking/abstracts/mycred-abstract-service.php:342 ../addons/buy-creds/myCRED-addon-buy-creds.php:390 ../addons/buy-creds/myCRED-addon-buy-creds.php:411 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:804 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:827 ../addons/buy-creds/gateways/zombaio.php:375 ../addons/email-notices/myCRED-addon-email-notices.php:179 ../addons/email-notices/myCRED-addon-email-notices.php:745
|
159 |
msgid "Select"
|
160 |
msgstr ""
|
161 |
|
320 |
msgid "Pay Users"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: ../addons/banking/services/mycred-bank-service-payouts.php:222 ../addons/buy-creds/myCRED-addon-buy-creds.php:653 ../addons/buy-creds/myCRED-addon-buy-creds.php:1156 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:425 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
|
324 |
msgid "Amount"
|
325 |
msgstr ""
|
326 |
|
655 |
msgid "Cancel purchase"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:360 ../includes/mycred-admin.php:360 ../includes/mycred-admin.php:466
|
659 |
msgid "required"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:361 ../includes/mycred-admin.php:362 ../includes/mycred-admin.php:468
|
663 |
msgid "optional"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:366
|
667 |
msgid "First Name"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:370
|
671 |
msgid "Last Name"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:374
|
675 |
msgid "Address Line 1"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:378
|
679 |
msgid "Address Line 2"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:382
|
683 |
msgid "City"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:386
|
687 |
msgid "Zip"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:390
|
691 |
msgid "State"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:394
|
695 |
msgid "Country"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:397
|
699 |
msgid "Choose Country"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:419
|
703 |
msgid "%s Purchase"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:424 ../addons/gateway/carts/mycred-wpecommerce.php:112
|
707 |
msgid "Item"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426
|
711 |
msgid "Cost"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:447
|
715 |
msgid "Debug"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:448
|
719 |
msgid ""
|
720 |
"Here you can see information that are collected and sent to this gateway. Debug "
|
721 |
"information is only visible for administrators and are intended for "
|
723 |
"you want to take this gateway online."
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:452
|
727 |
msgid "Section"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:453
|
731 |
msgid "Result"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:458
|
735 |
msgid "Payment Status"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:462
|
739 |
msgid "Request"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:466
|
743 |
msgid "Gateway Response"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:513
|
747 |
msgid "Continue to %s"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:514 ../addons/buy-creds/gateways/bitpay.php:240
|
751 |
msgid "Click here if you are not automatically redirected"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:519
|
755 |
msgid "The following information will be sent to the gateway"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1154
|
759 |
msgid "Outside US"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1253
|
763 |
msgid "Missing required information."
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1273
|
767 |
msgid "Validating sale"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1287
|
771 |
msgid "Token mismatch"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1299
|
775 |
msgid "Price mismatch"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1304
|
779 |
msgid "Currency mismatch"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1316
|
783 |
msgid "Duplicate transaction"
|
784 |
msgstr ""
|
785 |
|
2229 |
"zero for no refunds. No refunds are given to \"Rejected\" bookings."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:164 ../modules/mycred-module-addons.php:201
|
2233 |
msgid "Notifications"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:166
|
2237 |
msgid "Styling"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:170
|
2241 |
msgid "Use the included CSS Styling for notifications."
|
2242 |
msgstr ""
|
2243 |
|
2244 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:173 ../modules/mycred-module-buddypress.php:408
|
2245 |
msgid "Template"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:177
|
2249 |
msgid "Use %entry% to show the log entry in the notice and %amount% for the amount."
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:180
|
2253 |
msgid "Transient Lifespan"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:184
|
2257 |
msgid ""
|
2258 |
"The number of days a users notification is saved before being automatically "
|
2259 |
"deleted."
|
2260 |
msgstr ""
|
2261 |
|
2262 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:187
|
2263 |
msgid "Duration"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
+
#: ../addons/notifications/myCRED-addon-notifications.php:191
|
2267 |
msgid ""
|
2268 |
"The number of milliseconds a notice should be visible.<br />Use zero to require "
|
2269 |
"that the user closes the notice manually. 1000 milliseconds = 1 second."
|
3689 |
msgid "Row Layout"
|
3690 |
msgstr ""
|
3691 |
|
3692 |
+
#: ../includes/importers/mycred-balances.php:81 ../includes/importers/mycred-balances.php:144 ../includes/importers/mycred-balances.php:183 ../includes/importers/mycred-balances.php:198 ../includes/importers/mycred-log-entries.php:81 ../includes/importers/mycred-log-entries.php:126 ../includes/importers/mycred-log-entries.php:165 ../includes/importers/mycred-log-entries.php:180
|
3693 |
+
msgid "Sorry, there has been an error."
|
3694 |
msgstr ""
|
3695 |
|
3696 |
+
#: ../includes/importers/mycred-balances.php:82 ../includes/importers/mycred-log-entries.php:82
|
3697 |
+
msgid "The file does not exist, please try again."
|
3698 |
msgstr ""
|
3699 |
|
3700 |
+
#: ../includes/importers/mycred-balances.php:145 ../includes/importers/mycred-log-entries.php:127
|
3701 |
+
msgid "The CSV is invalid."
|
3702 |
+
msgstr ""
|
3703 |
+
|
3704 |
+
#: ../includes/importers/mycred-balances.php:156
|
3705 |
msgid ""
|
3706 |
+
"Import complete - A total of <strong>%d</strong> balances were successfully "
|
3707 |
"imported. <strong>%d</strong> was skipped."
|
3708 |
msgstr ""
|
3709 |
|
3710 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3711 |
msgid "View Log"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
+
#: ../includes/importers/mycred-balances.php:166 ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148
|
3715 |
msgid "Import More"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
+
#: ../includes/importers/mycred-balances.php:212
|
3719 |
+
msgid "Import Balances"
|
|
|
|
|
|
|
|
|
3720 |
msgstr ""
|
3721 |
|
3722 |
+
#: ../includes/importers/mycred-balances.php:229
|
3723 |
+
msgid "Import balances from a CSV file."
|
3724 |
msgstr ""
|
3725 |
|
3726 |
+
#: ../includes/importers/mycred-balances.php:237 ../includes/importers/mycred-log-entries.php:219
|
3727 |
+
msgid ""
|
3728 |
+
"Before you can upload your import file, you will need to fix the following "
|
3729 |
+
"error:"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
+
#: ../includes/importers/mycred-balances.php:246 ../includes/importers/mycred-log-entries.php:228
|
3733 |
+
msgid "Choose a file from your computer:"
|
3734 |
msgstr ""
|
3735 |
|
3736 |
+
#: ../includes/importers/mycred-balances.php:252 ../includes/importers/mycred-log-entries.php:234
|
3737 |
+
msgid "Maximum size: %s"
|
3738 |
msgstr ""
|
3739 |
|
3740 |
+
#: ../includes/importers/mycred-balances.php:257 ../includes/importers/mycred-log-entries.php:239
|
3741 |
+
msgid "OR enter path to file:"
|
3742 |
msgstr ""
|
3743 |
|
3744 |
+
#: ../includes/importers/mycred-balances.php:264 ../includes/importers/mycred-log-entries.php:246
|
3745 |
+
msgid "Delimiter"
|
3746 |
msgstr ""
|
3747 |
|
3748 |
+
#: ../includes/importers/mycred-balances.php:270 ../includes/importers/mycred-log-entries.php:252
|
3749 |
+
msgid "Upload file and import"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3753 |
+
msgid "No balances were imported."
|
3754 |
msgstr ""
|
3755 |
|
3756 |
+
#: ../includes/importers/mycred-cubepoints.php:276
|
3757 |
+
msgid "No log entries were imported!"
|
3758 |
msgstr ""
|
3759 |
|
3760 |
+
#: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
|
3761 |
+
msgid ""
|
3762 |
+
"Import complete - A total of <strong>%d</strong> entries were successfully "
|
3763 |
+
"imported. <strong>%d</strong> was skipped."
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: ../includes/importers/mycred-cubepoints.php:306
|
3767 |
+
msgid "No CubePoints log."
|
3768 |
msgstr ""
|
3769 |
|
3770 |
+
#: ../includes/importers/mycred-cubepoints.php:317
|
3771 |
+
msgid "Import CubePoints Log"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: ../includes/importers/mycred-cubepoints.php:334
|
3775 |
+
msgid "Select what to import"
|
|
|
|
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: ../includes/importers/mycred-cubepoints.php:335
|
3779 |
+
msgid "Log Entries Only"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: ../includes/importers/mycred-cubepoints.php:336
|
3783 |
+
msgid "CubePoints Balances Only"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: ../includes/importers/mycred-cubepoints.php:337
|
3787 |
+
msgid "Log Entries and Balances"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
+
#: ../includes/importers/mycred-cubepoints.php:351
|
3791 |
+
msgid "Import"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
+
#: ../includes/importers/mycred-cubepoints.php:360
|
3795 |
+
msgid "Warning! Importing CubePoints balances will replace your users myCRED balance!"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
+
#: ../includes/importers/mycred-cubepoints.php:378
|
3799 |
+
msgid "Import Log"
|
|
|
|
|
3800 |
msgstr ""
|
3801 |
|
3802 |
+
#: ../includes/importers/mycred-log-entries.php:194
|
3803 |
+
msgid "Import Log Entries"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
+
#: ../includes/importers/mycred-log-entries.php:211
|
3807 |
+
msgid "Import log entries from a CSV file."
|
3808 |
msgstr ""
|
3809 |
|
3810 |
#: ../modules/mycred-module-addons.php:24 ../modules/mycred-module-addons.php:25
|
modules/mycred-module-hooks.php
CHANGED
@@ -1954,28 +1954,29 @@ if ( ! class_exists( 'myCRED_Hook_Affiliate' ) ) {
|
|
1954 |
/**
|
1955 |
* Visits
|
1956 |
* @since 1.4
|
1957 |
-
* @version 1.
|
1958 |
*/
|
1959 |
public function site_visits() {
|
1960 |
// Required
|
1961 |
-
if ( ! isset( $_GET[ $this->ref_key ] ) || empty( $_GET[ $this->ref_key ] ) ) return;
|
1962 |
|
1963 |
// Attempt to get the user id based on the referral id
|
1964 |
$user_id = $this->get_user_id_from_ref_id( $_GET[ $this->ref_key ] );
|
1965 |
-
if ( $user_id !== NULL ) {
|
1966 |
|
1967 |
// Attempt to get the users IP
|
1968 |
$IP = apply_filters( 'mycred_affiliate_IP', $_SERVER['REMOTE_ADDR'] );
|
1969 |
if ( ! empty( $IP ) && $IP != '0.0.0.0' ) {
|
1970 |
|
1971 |
// If points are awarded for visitor referrals
|
1972 |
-
|
|
|
1973 |
$this->core->add_creds(
|
1974 |
'visitor_referral',
|
1975 |
$user_id,
|
1976 |
$this->prefs['visit']['creds'],
|
1977 |
$this->prefs['visit']['log'],
|
1978 |
-
|
1979 |
$IP,
|
1980 |
$this->mycred_type
|
1981 |
);
|
@@ -1988,6 +1989,8 @@ if ( ! class_exists( 'myCRED_Hook_Affiliate' ) ) {
|
|
1988 |
|
1989 |
}
|
1990 |
|
|
|
|
|
1991 |
// Let others play
|
1992 |
do_action( 'mycred_affiliate_visit', $user_id, $IP, $this );
|
1993 |
|
@@ -2126,14 +2129,19 @@ if ( ! class_exists( 'myCRED_Hook_Affiliate' ) ) {
|
|
2126 |
* Ref Counts
|
2127 |
* Checks to see if this referral counts.
|
2128 |
* @since 1.4
|
2129 |
-
* @version 1.
|
2130 |
*/
|
2131 |
-
public function ref_counts( $user_id, $IP, $instance = 'visit' ) {
|
2132 |
global $wpdb;
|
2133 |
|
2134 |
// Prep
|
2135 |
$reply = true;
|
2136 |
|
|
|
|
|
|
|
|
|
|
|
2137 |
// We start by enforcing the global IP rule
|
2138 |
if ( $this->prefs['setup']['IP'] > 0 ) {
|
2139 |
|
@@ -2141,9 +2149,9 @@ if ( ! class_exists( 'myCRED_Hook_Affiliate' ) ) {
|
|
2141 |
$count = $wpdb->get_var( $wpdb->prepare( "
|
2142 |
SELECT COUNT(*)
|
2143 |
FROM {$this->core->log_table}
|
2144 |
-
WHERE ref
|
2145 |
AND data = %s
|
2146 |
-
AND ctype = %s;",
|
2147 |
|
2148 |
if ( $count === false || $count >= $this->prefs['setup']['IP'] )
|
2149 |
$reply = false;
|
@@ -2156,25 +2164,30 @@ if ( ! class_exists( 'myCRED_Hook_Affiliate' ) ) {
|
|
2156 |
// Prep limit
|
2157 |
$limit = absint( $this->prefs[ $instance ]['limit'] );
|
2158 |
|
2159 |
-
// Ref to look for
|
2160 |
-
if ( $instance == 'signup' )
|
2161 |
-
$ref = 'signup_referral';
|
2162 |
-
else
|
2163 |
-
$ref = 'visitor_referral';
|
2164 |
-
|
2165 |
// Limit by total
|
2166 |
if ( $this->prefs[ $instance ]['limit_by'] == 'total' )
|
2167 |
-
$
|
|
|
|
|
|
|
|
|
|
|
2168 |
|
2169 |
// Limit by day
|
2170 |
elseif ( $this->prefs[ $instance ]['limit_by'] == 'daily' ) {
|
2171 |
$today = date_i18n( 'U', strtotime( 'today midnight' ) );
|
2172 |
$now = date_i18n( 'U' );
|
2173 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
2174 |
}
|
2175 |
|
2176 |
// Check if we surpassed or reached the limit
|
2177 |
-
if ( $
|
2178 |
$reply = false;
|
2179 |
|
2180 |
}
|
1954 |
/**
|
1955 |
* Visits
|
1956 |
* @since 1.4
|
1957 |
+
* @version 1.1
|
1958 |
*/
|
1959 |
public function site_visits() {
|
1960 |
// Required
|
1961 |
+
if ( ! isset( $_GET[ $this->ref_key ] ) || empty( $_GET[ $this->ref_key ] ) || isset( $_COOKIE['mycred_ref'] ) ) return;
|
1962 |
|
1963 |
// Attempt to get the user id based on the referral id
|
1964 |
$user_id = $this->get_user_id_from_ref_id( $_GET[ $this->ref_key ] );
|
1965 |
+
if ( $user_id !== NULL && ! is_user_logged_in() ) {
|
1966 |
|
1967 |
// Attempt to get the users IP
|
1968 |
$IP = apply_filters( 'mycred_affiliate_IP', $_SERVER['REMOTE_ADDR'] );
|
1969 |
if ( ! empty( $IP ) && $IP != '0.0.0.0' ) {
|
1970 |
|
1971 |
// If points are awarded for visitor referrals
|
1972 |
+
$time = time();
|
1973 |
+
if ( $this->ref_counts( $user_id, $IP ) && ! $this->core->has_entry( 'visitor_referral', $time, $user_id ) )
|
1974 |
$this->core->add_creds(
|
1975 |
'visitor_referral',
|
1976 |
$user_id,
|
1977 |
$this->prefs['visit']['creds'],
|
1978 |
$this->prefs['visit']['log'],
|
1979 |
+
$time,
|
1980 |
$IP,
|
1981 |
$this->mycred_type
|
1982 |
);
|
1989 |
|
1990 |
}
|
1991 |
|
1992 |
+
setcookie( 'mycred_ref', $_GET[ $this->ref_key ], ( time()+3600*24 ) );
|
1993 |
+
|
1994 |
// Let others play
|
1995 |
do_action( 'mycred_affiliate_visit', $user_id, $IP, $this );
|
1996 |
|
2129 |
* Ref Counts
|
2130 |
* Checks to see if this referral counts.
|
2131 |
* @since 1.4
|
2132 |
+
* @version 1.1
|
2133 |
*/
|
2134 |
+
public function ref_counts( $user_id, $IP = '', $instance = 'visit' ) {
|
2135 |
global $wpdb;
|
2136 |
|
2137 |
// Prep
|
2138 |
$reply = true;
|
2139 |
|
2140 |
+
if ( $instance == 'signup' )
|
2141 |
+
$ref = 'signup_referral';
|
2142 |
+
else
|
2143 |
+
$ref = 'visitor_referral';
|
2144 |
+
|
2145 |
// We start by enforcing the global IP rule
|
2146 |
if ( $this->prefs['setup']['IP'] > 0 ) {
|
2147 |
|
2149 |
$count = $wpdb->get_var( $wpdb->prepare( "
|
2150 |
SELECT COUNT(*)
|
2151 |
FROM {$this->core->log_table}
|
2152 |
+
WHERE ref = %s
|
2153 |
AND data = %s
|
2154 |
+
AND ctype = %s;", $ref, $IP, $this->mycred_type ) );
|
2155 |
|
2156 |
if ( $count === false || $count >= $this->prefs['setup']['IP'] )
|
2157 |
$reply = false;
|
2164 |
// Prep limit
|
2165 |
$limit = absint( $this->prefs[ $instance ]['limit'] );
|
2166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2167 |
// Limit by total
|
2168 |
if ( $this->prefs[ $instance ]['limit_by'] == 'total' )
|
2169 |
+
$count = $wpdb->get_var( $wpdb->prepare( "
|
2170 |
+
SELECT COUNT(*)
|
2171 |
+
FROM {$this->core->log_table}
|
2172 |
+
WHERE ref = %s
|
2173 |
+
AND user_id = %d
|
2174 |
+
AND ctype = %s;", $ref, $user_id, $this->mycred_type ) );
|
2175 |
|
2176 |
// Limit by day
|
2177 |
elseif ( $this->prefs[ $instance ]['limit_by'] == 'daily' ) {
|
2178 |
$today = date_i18n( 'U', strtotime( 'today midnight' ) );
|
2179 |
$now = date_i18n( 'U' );
|
2180 |
+
$count = $wpdb->get_var( $wpdb->prepare( "
|
2181 |
+
SELECT COUNT(*)
|
2182 |
+
FROM {$this->core->log_table}
|
2183 |
+
WHERE ref = %s
|
2184 |
+
AND user_id = %d
|
2185 |
+
AND ctype = %s
|
2186 |
+
AND time BETWEEN %d AND %d;", $ref, $user_id, $this->mycred_type, $today, $now ) );
|
2187 |
}
|
2188 |
|
2189 |
// Check if we surpassed or reached the limit
|
2190 |
+
if ( $count === false || $count >= $limit )
|
2191 |
$reply = false;
|
2192 |
|
2193 |
}
|
mycred.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: myCRED
|
4 |
* Plugin URI: http://mycred.me
|
5 |
* Description: <strong>my</strong>CRED is an adaptive points management system for WordPress powered websites, giving you full control on how points are gained, used, traded, managed, logged or presented.
|
6 |
-
* Version: 1.4.
|
7 |
* Tags: points, tokens, credit, management, reward, charge, buddypress, bbpress, jetpack, woocommerce, marketpress, wp e-commerce, gravity forms, simplepress
|
8 |
* Author: Gabriel S Merovingi
|
9 |
* Author URI: http://www.merovingi.com
|
@@ -20,7 +20,7 @@
|
|
20 |
* BuddyPress Compatible: yes
|
21 |
* Forum URI: http://mycred.me/support/forums/
|
22 |
*/
|
23 |
-
define( 'myCRED_VERSION', '1.4.
|
24 |
define( 'myCRED_SLUG', 'mycred' );
|
25 |
define( 'myCRED_NAME', '<strong>my</strong>CRED' );
|
26 |
|
3 |
* Plugin Name: myCRED
|
4 |
* Plugin URI: http://mycred.me
|
5 |
* Description: <strong>my</strong>CRED is an adaptive points management system for WordPress powered websites, giving you full control on how points are gained, used, traded, managed, logged or presented.
|
6 |
+
* Version: 1.4.2
|
7 |
* Tags: points, tokens, credit, management, reward, charge, buddypress, bbpress, jetpack, woocommerce, marketpress, wp e-commerce, gravity forms, simplepress
|
8 |
* Author: Gabriel S Merovingi
|
9 |
* Author URI: http://www.merovingi.com
|
20 |
* BuddyPress Compatible: yes
|
21 |
* Forum URI: http://mycred.me/support/forums/
|
22 |
*/
|
23 |
+
define( 'myCRED_VERSION', '1.4.2' );
|
24 |
define( 'myCRED_SLUG', 'mycred' );
|
25 |
define( 'myCRED_NAME', '<strong>my</strong>CRED' );
|
26 |
|
plugins/mycred-hook-buddypress.php
CHANGED
@@ -104,7 +104,7 @@ if ( defined( 'myCRED_VERSION' ) ) {
|
|
104 |
add_action( 'friends_friendship_accepted', array( $this, 'friendship_join' ), 20, 3 );
|
105 |
|
106 |
if ( $this->prefs['leave_friend']['creds'] != 0 )
|
107 |
-
add_action( 'friends_friendship_deleted', array( $this, 'friendship_leave' )
|
108 |
|
109 |
if ( $this->prefs['new_comment']['creds'] != 0 )
|
110 |
add_action( 'bp_activity_comment_posted', array( $this, 'new_comment' ), 20, 2 );
|
104 |
add_action( 'friends_friendship_accepted', array( $this, 'friendship_join' ), 20, 3 );
|
105 |
|
106 |
if ( $this->prefs['leave_friend']['creds'] != 0 )
|
107 |
+
add_action( 'friends_friendship_deleted', array( $this, 'friendship_leave' ), 20, 3 );
|
108 |
|
109 |
if ( $this->prefs['new_comment']['creds'] != 0 )
|
110 |
add_action( 'bp_activity_comment_posted', array( $this, 'new_comment' ), 20, 2 );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: designbymerovingi
|
3 |
Tags:points, tokens, credit, management, reward, charge, community, contest, BuddyPress, Jetpack, bbPress, woocommerce, marketpress, wp e-commerce, gravity forms
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -95,8 +95,8 @@ myCRED supports importing, exporting, inline editing and manual deletion of log
|
|
95 |
|
96 |
== Upgrade Notice ==
|
97 |
|
98 |
-
= 1.4.
|
99 |
-
|
100 |
|
101 |
== Other Notes ==
|
102 |
|
@@ -114,18 +114,15 @@ Resolving issues with 1.4
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
= 1.4.1 =
|
118 |
-
|
119 |
-
FIX - Multiple Point Type history in toolbar links are incorrect.
|
120 |
-
FIX - Multiple Point Type history page is not sorting by type.
|
121 |
-
FIX - MU Network settings display messages incorrectly.
|
122 |
-
FIX - MU Network icons not showing in pre 3.8.
|
123 |
-
FIX - Points for referral hook IDs are not saved, constantly regenerated.
|
124 |
-
FIX - The word mycred_default is shown when inserting users point balance in bbPress.
|
125 |
-
FIX - Transfer add-on and multiple point types does not work as intended.
|
126 |
-
FIX - Ranks are not fully locked to one point type.
|
127 |
-
FIX - Dashboard Widget visible to all who can see the Dashboard.
|
128 |
-
QUICK FIX - myCRED Abstract Module uses a function that PHP 5.2.17 does not support.
|
129 |
|
130 |
= 1.4 =
|
131 |
http://mycred.me/support/changelog/
|
2 |
Contributors: designbymerovingi
|
3 |
Tags:points, tokens, credit, management, reward, charge, community, contest, BuddyPress, Jetpack, bbPress, woocommerce, marketpress, wp e-commerce, gravity forms
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 3.9
|
6 |
+
Stable tag: 1.4.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
95 |
|
96 |
== Upgrade Notice ==
|
97 |
|
98 |
+
= 1.4.2 =
|
99 |
+
Gateway Add-on, Multisite and buyCRED Add-on updates.
|
100 |
|
101 |
== Other Notes ==
|
102 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 1.4.2 =
|
118 |
+
FIX - Stuck notifications can not be removed without reloading page.
|
119 |
+
FIX - Exchange Rate issue with WooCommerce (thank you Profsdk)
|
120 |
+
UPDATE - Improved the usage of mycred_buycred_valid_sale filter.
|
121 |
+
FIX - Added missing Balance importer.
|
122 |
+
FIX - Custom post types not getting points.
|
123 |
+
|
124 |
= 1.4.1 =
|
125 |
+
http://mycred.me/support/changelog/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
= 1.4 =
|
128 |
http://mycred.me/support/changelog/
|