myCRED - Version 1.4.2

Version Description

Gateway Add-on, Multisite and buyCRED Add-on updates.

=

Download this release

Release Info

Developer designbymerovingi
Plugin Icon 128x128 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 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
- protected $id;
14
- protected $core;
15
- protected $prefs = false;
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->purchase_header( __( 'Processing payment &hellip;', 'mycred' ) );
272
- $this->form_with_redirect( $hidden_fields, $location );
273
- $this->purchase_footer();
274
 
275
  // Exit
276
  unset( $this );
268
  );
269
 
270
  // Generate processing page
271
+ $this->get_page_header( __( 'Processing payment &hellip;', '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: Wed Apr 16 2014 13:04:38 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,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:806 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:829 ../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,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:427 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
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:362 ../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:363 ../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:368
665
  msgid "First Name"
666
  msgstr ""
667
 
668
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:372
669
  msgid "Last Name"
670
  msgstr ""
671
 
672
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:376
673
  msgid "Address Line 1"
674
  msgstr ""
675
 
676
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:380
677
  msgid "Address Line 2"
678
  msgstr ""
679
 
680
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:384
681
  msgid "City"
682
  msgstr ""
683
 
684
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:388
685
  msgid "Zip"
686
  msgstr ""
687
 
688
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:392
689
  msgid "State"
690
  msgstr ""
691
 
692
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:396
693
  msgid "Country"
694
  msgstr ""
695
 
696
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:399
697
  msgid "Choose Country"
698
  msgstr ""
699
 
700
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:421
701
  msgid "%s Purchase"
702
  msgstr ""
703
 
704
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426 ../addons/gateway/carts/mycred-wpecommerce.php:112
705
  msgid "Item"
706
  msgstr ""
707
 
708
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:428
709
  msgid "Cost"
710
  msgstr ""
711
 
712
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:449
713
  msgid "Debug"
714
  msgstr ""
715
 
716
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:450
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:454
725
  msgid "Section"
726
  msgstr ""
727
 
728
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:455
729
  msgid "Result"
730
  msgstr ""
731
 
732
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:460
733
  msgid "Payment Status"
734
  msgstr ""
735
 
736
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:464
737
  msgid "Request"
738
  msgstr ""
739
 
740
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:468
741
  msgid "Gateway Response"
742
  msgstr ""
743
 
744
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:515
745
  msgid "Continue to %s"
746
  msgstr ""
747
 
748
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:516 ../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:521
753
  msgid "The following information will be sent to the gateway"
754
  msgstr ""
755
 
756
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1156
757
  msgid "Outside US"
758
  msgstr ""
759
 
760
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1255
761
  msgid "Missing required information."
762
  msgstr ""
763
 
764
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1275
765
  msgid "Validating sale"
766
  msgstr ""
767
 
768
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1289
769
  msgid "Token mismatch"
770
  msgstr ""
771
 
772
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1301
773
  msgid "Price mismatch"
774
  msgstr ""
775
 
776
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1306
777
  msgid "Currency mismatch"
778
  msgstr ""
779
 
780
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1318
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:165 ../modules/mycred-module-addons.php:201
2231
  msgid "Notifications"
2232
  msgstr ""
2233
 
2234
- #: ../addons/notifications/myCRED-addon-notifications.php:167
2235
  msgid "Styling"
2236
  msgstr ""
2237
 
2238
- #: ../addons/notifications/myCRED-addon-notifications.php:171
2239
  msgid "Use the included CSS Styling for notifications."
2240
  msgstr ""
2241
 
2242
- #: ../addons/notifications/myCRED-addon-notifications.php:174 ../modules/mycred-module-buddypress.php:408
2243
  msgid "Template"
2244
  msgstr ""
2245
 
2246
- #: ../addons/notifications/myCRED-addon-notifications.php:178
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:181
2251
  msgid "Transient Lifespan"
2252
  msgstr ""
2253
 
2254
- #: ../addons/notifications/myCRED-addon-notifications.php:185
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:188
2261
  msgid "Duration"
2262
  msgstr ""
2263
 
2264
- #: ../addons/notifications/myCRED-addon-notifications.php:192
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-cubepoints.php:276
3693
- msgid "No balances were imported."
3694
  msgstr ""
3695
 
3696
- #: ../includes/importers/mycred-cubepoints.php:276
3697
- msgid "No log entries were imported!"
3698
  msgstr ""
3699
 
3700
- #: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
 
 
 
 
3701
  msgid ""
3702
- "Import complete - A total of <strong>%d</strong> entries were successfully "
3703
  "imported. <strong>%d</strong> was skipped."
3704
  msgstr ""
3705
 
3706
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3707
  msgid "View Log"
3708
  msgstr ""
3709
 
3710
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3711
  msgid "Import More"
3712
  msgstr ""
3713
 
3714
- #: ../includes/importers/mycred-cubepoints.php:306
3715
- msgid "No CubePoints log."
3716
- msgstr ""
3717
-
3718
- #: ../includes/importers/mycred-cubepoints.php:317
3719
- msgid "Import CubePoints Log"
3720
  msgstr ""
3721
 
3722
- #: ../includes/importers/mycred-cubepoints.php:334
3723
- msgid "Select what to import"
3724
  msgstr ""
3725
 
3726
- #: ../includes/importers/mycred-cubepoints.php:335
3727
- msgid "Log Entries Only"
 
 
3728
  msgstr ""
3729
 
3730
- #: ../includes/importers/mycred-cubepoints.php:336
3731
- msgid "CubePoints Balances Only"
3732
  msgstr ""
3733
 
3734
- #: ../includes/importers/mycred-cubepoints.php:337
3735
- msgid "Log Entries and Balances"
3736
  msgstr ""
3737
 
3738
- #: ../includes/importers/mycred-cubepoints.php:351
3739
- msgid "Import"
3740
  msgstr ""
3741
 
3742
- #: ../includes/importers/mycred-cubepoints.php:360
3743
- msgid "Warning! Importing CubePoints balances will replace your users myCRED balance!"
3744
  msgstr ""
3745
 
3746
- #: ../includes/importers/mycred-cubepoints.php:378
3747
- msgid "Import Log"
3748
  msgstr ""
3749
 
3750
- #: ../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
3751
- msgid "Sorry, there has been an error."
3752
  msgstr ""
3753
 
3754
- #: ../includes/importers/mycred-log-entries.php:82 ../includes/importers/mycred-balances.php:82
3755
- msgid "The file does not exist, please try again."
3756
  msgstr ""
3757
 
3758
- #: ../includes/importers/mycred-log-entries.php:127 ../includes/importers/mycred-balances.php:145
3759
- msgid "The CSV is invalid."
 
 
3760
  msgstr ""
3761
 
3762
- #: ../includes/importers/mycred-log-entries.php:194
3763
- msgid "Import Log Entries"
3764
  msgstr ""
3765
 
3766
- #: ../includes/importers/mycred-log-entries.php:211
3767
- msgid "Import log entries from a CSV file."
3768
  msgstr ""
3769
 
3770
- #: ../includes/importers/mycred-log-entries.php:219 ../includes/importers/mycred-balances.php:237
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-log-entries.php:228 ../includes/importers/mycred-balances.php:246
3777
- msgid "Choose a file from your computer:"
3778
  msgstr ""
3779
 
3780
- #: ../includes/importers/mycred-log-entries.php:234 ../includes/importers/mycred-balances.php:252
3781
- msgid "Maximum size: %s"
3782
  msgstr ""
3783
 
3784
- #: ../includes/importers/mycred-log-entries.php:239 ../includes/importers/mycred-balances.php:257
3785
- msgid "OR enter path to file:"
3786
  msgstr ""
3787
 
3788
- #: ../includes/importers/mycred-log-entries.php:246 ../includes/importers/mycred-balances.php:264
3789
- msgid "Delimiter"
3790
  msgstr ""
3791
 
3792
- #: ../includes/importers/mycred-log-entries.php:252 ../includes/importers/mycred-balances.php:270
3793
- msgid "Upload file and import"
3794
  msgstr ""
3795
 
3796
- #: ../includes/importers/mycred-balances.php:156
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-balances.php:212
3803
- msgid "Import Balances"
3804
  msgstr ""
3805
 
3806
- #: ../includes/importers/mycred-balances.php:229
3807
- msgid "Import balances from a CSV file."
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: Wed Apr 16 2014 13:05:49 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,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:806 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:829 ../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,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:427 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
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:362 ../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:363 ../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:368
706
  msgid "First Name"
707
  msgstr ""
708
 
709
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:372
710
  msgid "Last Name"
711
  msgstr ""
712
 
713
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:376
714
  msgid "Address Line 1"
715
  msgstr ""
716
 
717
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:380
718
  msgid "Address Line 2"
719
  msgstr ""
720
 
721
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:384
722
  msgid "City"
723
  msgstr ""
724
 
725
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:388
726
  msgid "Zip"
727
  msgstr ""
728
 
729
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:392
730
  msgid "State"
731
  msgstr ""
732
 
733
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:396
734
  msgid "Country"
735
  msgstr ""
736
 
737
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:399
738
  msgid "Choose Country"
739
  msgstr ""
740
 
741
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:421
742
  msgid "%s Purchase"
743
  msgstr ""
744
 
745
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426 ../addons/gateway/carts/mycred-wpecommerce.php:112
746
  msgid "Item"
747
  msgstr "محصول"
748
 
749
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:428
750
  msgid "Cost"
751
  msgstr ""
752
 
753
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:449
754
  msgid "Debug"
755
  msgstr "اشکال زدایی ( خطایابی )"
756
 
757
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:450
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:454
766
  msgid "Section"
767
  msgstr ""
768
 
769
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:455
770
  msgid "Result"
771
  msgstr ""
772
 
773
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:460
774
  msgid "Payment Status"
775
  msgstr ""
776
 
777
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:464
778
  msgid "Request"
779
  msgstr ""
780
 
781
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:468
782
  msgid "Gateway Response"
783
  msgstr ""
784
 
785
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:515
786
  msgid "Continue to %s"
787
  msgstr ""
788
 
789
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:516 ../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:521
794
  msgid "The following information will be sent to the gateway"
795
  msgstr ""
796
 
797
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1156
798
  msgid "Outside US"
799
  msgstr "خارج از آمـریکا"
800
 
801
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1255
802
  msgid "Missing required information."
803
  msgstr ""
804
 
805
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1275
806
  msgid "Validating sale"
807
  msgstr ""
808
 
809
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1289
810
  msgid "Token mismatch"
811
  msgstr ""
812
 
813
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1301
814
  msgid "Price mismatch"
815
  msgstr ""
816
 
817
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1306
818
  msgid "Currency mismatch"
819
  msgstr ""
820
 
821
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1318
822
  msgid "Duplicate transaction"
823
  msgstr ""
824
 
@@ -2371,43 +2371,43 @@ msgstr ""
2371
  "گرفته می شود . از عدد صفر برای عدم استفاده از ویژگی استرداد بلیت استفاده کنید . "
2372
  "هیچ وجهی به عنوان استرداد برای بلیت های باطل شده ، پرداخت نمی شود ."
2373
 
2374
- #: ../addons/notifications/myCRED-addon-notifications.php:165 ../modules/mycred-module-addons.php:201
2375
  msgid "Notifications"
2376
  msgstr "آگاه سازها"
2377
 
2378
- #: ../addons/notifications/myCRED-addon-notifications.php:167
2379
  msgid "Styling"
2380
  msgstr "زیبا سازی ( قالب بندی )"
2381
 
2382
- #: ../addons/notifications/myCRED-addon-notifications.php:171
2383
  msgid "Use the included CSS Styling for notifications."
2384
  msgstr "از قالب ها و کدهای CSS موجود ، برای زیباسازی آگاه سازها استفاده کنید ."
2385
 
2386
- #: ../addons/notifications/myCRED-addon-notifications.php:174 ../modules/mycred-module-buddypress.php:408
2387
  msgid "Template"
2388
  msgstr "نمونه ( الگو )"
2389
 
2390
- #: ../addons/notifications/myCRED-addon-notifications.php:178
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:181
2397
  msgid "Transient Lifespan"
2398
  msgstr "عمر موقتی"
2399
 
2400
- #: ../addons/notifications/myCRED-addon-notifications.php:185
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:188
2407
  msgid "Duration"
2408
  msgstr "مدت"
2409
 
2410
- #: ../addons/notifications/myCRED-addon-notifications.php:192
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-cubepoints.php:276
3925
- msgid "No balances were imported."
3926
  msgstr ""
3927
 
3928
- #: ../includes/importers/mycred-cubepoints.php:276
3929
- msgid "No log entries were imported!"
3930
  msgstr ""
3931
 
3932
- #: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
 
 
 
 
3933
  msgid ""
3934
- "Import complete - A total of <strong>%d</strong> entries were successfully "
3935
  "imported. <strong>%d</strong> was skipped."
3936
  msgstr ""
3937
 
3938
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3939
  msgid "View Log"
3940
  msgstr ""
3941
 
3942
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
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: Wed Apr 16 2014 13:05:14 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,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:806 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:829 ../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,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:427 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
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:362 ../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:363 ../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:368
695
  msgid "First Name"
696
  msgstr ""
697
 
698
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:372
699
  msgid "Last Name"
700
  msgstr ""
701
 
702
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:376
703
  msgid "Address Line 1"
704
  msgstr ""
705
 
706
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:380
707
  msgid "Address Line 2"
708
  msgstr ""
709
 
710
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:384
711
  msgid "City"
712
  msgstr ""
713
 
714
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:388
715
  msgid "Zip"
716
  msgstr ""
717
 
718
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:392
719
  msgid "State"
720
  msgstr ""
721
 
722
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:396
723
  msgid "Country"
724
  msgstr ""
725
 
726
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:399
727
  msgid "Choose Country"
728
  msgstr ""
729
 
730
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:421
731
  msgid "%s Purchase"
732
  msgstr ""
733
 
734
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426 ../addons/gateway/carts/mycred-wpecommerce.php:112
735
  msgid "Item"
736
  msgstr ""
737
 
738
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:428
739
  msgid "Cost"
740
  msgstr ""
741
 
742
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:449
743
  msgid "Debug"
744
  msgstr "Déboguage"
745
 
746
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:450
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:454
755
  msgid "Section"
756
  msgstr ""
757
 
758
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:455
759
  msgid "Result"
760
  msgstr ""
761
 
762
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:460
763
  msgid "Payment Status"
764
  msgstr ""
765
 
766
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:464
767
  msgid "Request"
768
  msgstr ""
769
 
770
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:468
771
  msgid "Gateway Response"
772
  msgstr ""
773
 
774
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:515
775
  msgid "Continue to %s"
776
  msgstr ""
777
 
778
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:516 ../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:521
783
  msgid "The following information will be sent to the gateway"
784
  msgstr ""
785
 
786
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1156
787
  msgid "Outside US"
788
  msgstr "Hors Etats-Unis"
789
 
790
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1255
791
  msgid "Missing required information."
792
  msgstr ""
793
 
794
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1275
795
  msgid "Validating sale"
796
  msgstr ""
797
 
798
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1289
799
  msgid "Token mismatch"
800
  msgstr ""
801
 
802
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1301
803
  msgid "Price mismatch"
804
  msgstr ""
805
 
806
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1306
807
  msgid "Currency mismatch"
808
  msgstr ""
809
 
810
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1318
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:165 ../modules/mycred-module-addons.php:201
2340
  msgid "Notifications"
2341
  msgstr ""
2342
 
2343
- #: ../addons/notifications/myCRED-addon-notifications.php:167
2344
  msgid "Styling"
2345
  msgstr ""
2346
 
2347
- #: ../addons/notifications/myCRED-addon-notifications.php:171
2348
  msgid "Use the included CSS Styling for notifications."
2349
  msgstr ""
2350
 
2351
- #: ../addons/notifications/myCRED-addon-notifications.php:174 ../modules/mycred-module-buddypress.php:408
2352
  msgid "Template"
2353
  msgstr "Texte à afficher"
2354
 
2355
- #: ../addons/notifications/myCRED-addon-notifications.php:178
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:181
2360
  msgid "Transient Lifespan"
2361
  msgstr ""
2362
 
2363
- #: ../addons/notifications/myCRED-addon-notifications.php:185
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:188
2370
  msgid "Duration"
2371
  msgstr ""
2372
 
2373
- #: ../addons/notifications/myCRED-addon-notifications.php:192
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-cubepoints.php:276
3856
- msgid "No balances were imported."
3857
  msgstr ""
3858
 
3859
- #: ../includes/importers/mycred-cubepoints.php:276
3860
- msgid "No log entries were imported!"
3861
  msgstr ""
3862
 
3863
- #: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
 
 
 
 
3864
  msgid ""
3865
- "Import complete - A total of <strong>%d</strong> entries were successfully "
3866
  "imported. <strong>%d</strong> was skipped."
3867
  msgstr ""
3868
 
3869
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3870
  msgid "View Log"
3871
  msgstr ""
3872
 
3873
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
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: Wed Apr 16 2014 13:05:28 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,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:806 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:829 ../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,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:427 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
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:362 ../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:363 ../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:368
687
  msgid "First Name"
688
  msgstr "Förnamn"
689
 
690
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:372
691
  msgid "Last Name"
692
  msgstr "Efternamn"
693
 
694
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:376
695
  msgid "Address Line 1"
696
  msgstr "Address"
697
 
698
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:380
699
  msgid "Address Line 2"
700
  msgstr "Address"
701
 
702
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:384
703
  msgid "City"
704
  msgstr "Stad"
705
 
706
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:388
707
  msgid "Zip"
708
  msgstr "Postkod"
709
 
710
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:392
711
  msgid "State"
712
  msgstr "Län"
713
 
714
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:396
715
  msgid "Country"
716
  msgstr "Land"
717
 
718
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:399
719
  msgid "Choose Country"
720
  msgstr "Välj Land"
721
 
722
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:421
723
  msgid "%s Purchase"
724
  msgstr "%s Köp"
725
 
726
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426 ../addons/gateway/carts/mycred-wpecommerce.php:112
727
  msgid "Item"
728
  msgstr "Vara"
729
 
730
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:428
731
  msgid "Cost"
732
  msgstr "Kostnad"
733
 
734
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:449
735
  msgid "Debug"
736
  msgstr "Felsök"
737
 
738
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:450
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:454
749
  msgid "Section"
750
  msgstr "Del"
751
 
752
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:455
753
  msgid "Result"
754
  msgstr "Resultat"
755
 
756
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:460
757
  msgid "Payment Status"
758
  msgstr "Betalnings status"
759
 
760
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:464
761
  msgid "Request"
762
  msgstr "Köp"
763
 
764
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:468
765
  msgid "Gateway Response"
766
  msgstr "Operatören svar"
767
 
768
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:515
769
  msgid "Continue to %s"
770
  msgstr "Forsätt till %s"
771
 
772
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:516 ../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:521
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:1156
781
  msgid "Outside US"
782
  msgstr "Utanför US"
783
 
784
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1255
785
  msgid "Missing required information."
786
  msgstr "Obligatoriska fält är inte igenfyllda."
787
 
788
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1275
789
  msgid "Validating sale"
790
  msgstr "Bekräftar Köp"
791
 
792
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1289
793
  msgid "Token mismatch"
794
  msgstr "Token stämmer inte"
795
 
796
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1301
797
  msgid "Price mismatch"
798
  msgstr "Priset stämmer inte"
799
 
800
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1306
801
  msgid "Currency mismatch"
802
  msgstr "Valutan stämmer inte"
803
 
804
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1318
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:165 ../modules/mycred-module-addons.php:201
2324
  msgid "Notifications"
2325
  msgstr ""
2326
 
2327
- #: ../addons/notifications/myCRED-addon-notifications.php:167
2328
  msgid "Styling"
2329
  msgstr ""
2330
 
2331
- #: ../addons/notifications/myCRED-addon-notifications.php:171
2332
  msgid "Use the included CSS Styling for notifications."
2333
  msgstr ""
2334
 
2335
- #: ../addons/notifications/myCRED-addon-notifications.php:174 ../modules/mycred-module-buddypress.php:408
2336
  msgid "Template"
2337
  msgstr ""
2338
 
2339
- #: ../addons/notifications/myCRED-addon-notifications.php:178
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:181
2344
  msgid "Transient Lifespan"
2345
  msgstr ""
2346
 
2347
- #: ../addons/notifications/myCRED-addon-notifications.php:185
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:188
2354
  msgid "Duration"
2355
  msgstr ""
2356
 
2357
- #: ../addons/notifications/myCRED-addon-notifications.php:192
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-cubepoints.php:276
3784
- msgid "No balances were imported."
3785
  msgstr ""
3786
 
3787
- #: ../includes/importers/mycred-cubepoints.php:276
3788
- msgid "No log entries were imported!"
3789
  msgstr ""
3790
 
3791
- #: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
 
 
 
 
3792
  msgid ""
3793
- "Import complete - A total of <strong>%d</strong> entries were successfully "
3794
  "imported. <strong>%d</strong> was skipped."
3795
  msgstr ""
3796
 
3797
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3798
  msgid "View Log"
3799
  msgstr ""
3800
 
3801
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3802
  msgid "Import More"
3803
  msgstr ""
3804
 
3805
- #: ../includes/importers/mycred-cubepoints.php:306
3806
- msgid "No CubePoints log."
3807
- msgstr ""
3808
-
3809
- #: ../includes/importers/mycred-cubepoints.php:317
3810
- msgid "Import CubePoints Log"
3811
  msgstr ""
3812
 
3813
- #: ../includes/importers/mycred-cubepoints.php:334
3814
- msgid "Select what to import"
3815
  msgstr ""
3816
 
3817
- #: ../includes/importers/mycred-cubepoints.php:335
3818
- msgid "Log Entries Only"
 
 
3819
  msgstr ""
3820
 
3821
- #: ../includes/importers/mycred-cubepoints.php:336
3822
- msgid "CubePoints Balances Only"
3823
  msgstr ""
3824
 
3825
- #: ../includes/importers/mycred-cubepoints.php:337
3826
- msgid "Log Entries and Balances"
3827
  msgstr ""
3828
 
3829
- #: ../includes/importers/mycred-cubepoints.php:351
3830
- msgid "Import"
3831
  msgstr ""
3832
 
3833
- #: ../includes/importers/mycred-cubepoints.php:360
3834
- msgid "Warning! Importing CubePoints balances will replace your users myCRED balance!"
3835
  msgstr ""
3836
 
3837
- #: ../includes/importers/mycred-cubepoints.php:378
3838
- msgid "Import Log"
3839
  msgstr ""
3840
 
3841
- #: ../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
3842
- msgid "Sorry, there has been an error."
3843
  msgstr ""
3844
 
3845
- #: ../includes/importers/mycred-log-entries.php:82 ../includes/importers/mycred-balances.php:82
3846
- msgid "The file does not exist, please try again."
3847
  msgstr ""
3848
 
3849
- #: ../includes/importers/mycred-log-entries.php:127 ../includes/importers/mycred-balances.php:145
3850
- msgid "The CSV is invalid."
 
 
3851
  msgstr ""
3852
 
3853
- #: ../includes/importers/mycred-log-entries.php:194
3854
- msgid "Import Log Entries"
3855
  msgstr ""
3856
 
3857
- #: ../includes/importers/mycred-log-entries.php:211
3858
- msgid "Import log entries from a CSV file."
3859
  msgstr ""
3860
 
3861
- #: ../includes/importers/mycred-log-entries.php:219 ../includes/importers/mycred-balances.php:237
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-log-entries.php:228 ../includes/importers/mycred-balances.php:246
3868
- msgid "Choose a file from your computer:"
3869
  msgstr ""
3870
 
3871
- #: ../includes/importers/mycred-log-entries.php:234 ../includes/importers/mycred-balances.php:252
3872
- msgid "Maximum size: %s"
3873
  msgstr ""
3874
 
3875
- #: ../includes/importers/mycred-log-entries.php:239 ../includes/importers/mycred-balances.php:257
3876
- msgid "OR enter path to file:"
3877
  msgstr ""
3878
 
3879
- #: ../includes/importers/mycred-log-entries.php:246 ../includes/importers/mycred-balances.php:264
3880
- msgid "Delimiter"
3881
  msgstr ""
3882
 
3883
- #: ../includes/importers/mycred-log-entries.php:252 ../includes/importers/mycred-balances.php:270
3884
- msgid "Upload file and import"
3885
  msgstr ""
3886
 
3887
- #: ../includes/importers/mycred-balances.php:156
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-balances.php:212
3894
- msgid "Import Balances"
3895
  msgstr ""
3896
 
3897
- #: ../includes/importers/mycred-balances.php:229
3898
- msgid "Import balances from a CSV file."
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: Wed Apr 16 2014 13:04:19 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,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:806 ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:829 ../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,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:427 ../includes/mycred-admin.php:367 ../includes/mycred-admin.php:478
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:362 ../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:363 ../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:368
667
  msgid "First Name"
668
  msgstr ""
669
 
670
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:372
671
  msgid "Last Name"
672
  msgstr ""
673
 
674
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:376
675
  msgid "Address Line 1"
676
  msgstr ""
677
 
678
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:380
679
  msgid "Address Line 2"
680
  msgstr ""
681
 
682
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:384
683
  msgid "City"
684
  msgstr ""
685
 
686
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:388
687
  msgid "Zip"
688
  msgstr ""
689
 
690
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:392
691
  msgid "State"
692
  msgstr ""
693
 
694
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:396
695
  msgid "Country"
696
  msgstr ""
697
 
698
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:399
699
  msgid "Choose Country"
700
  msgstr ""
701
 
702
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:421
703
  msgid "%s Purchase"
704
  msgstr ""
705
 
706
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:426 ../addons/gateway/carts/mycred-wpecommerce.php:112
707
  msgid "Item"
708
  msgstr ""
709
 
710
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:428
711
  msgid "Cost"
712
  msgstr ""
713
 
714
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:449
715
  msgid "Debug"
716
  msgstr ""
717
 
718
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:450
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:454
727
  msgid "Section"
728
  msgstr ""
729
 
730
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:455
731
  msgid "Result"
732
  msgstr ""
733
 
734
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:460
735
  msgid "Payment Status"
736
  msgstr ""
737
 
738
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:464
739
  msgid "Request"
740
  msgstr ""
741
 
742
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:468
743
  msgid "Gateway Response"
744
  msgstr ""
745
 
746
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:515
747
  msgid "Continue to %s"
748
  msgstr ""
749
 
750
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:516 ../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:521
755
  msgid "The following information will be sent to the gateway"
756
  msgstr ""
757
 
758
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1156
759
  msgid "Outside US"
760
  msgstr ""
761
 
762
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1255
763
  msgid "Missing required information."
764
  msgstr ""
765
 
766
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1275
767
  msgid "Validating sale"
768
  msgstr ""
769
 
770
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1289
771
  msgid "Token mismatch"
772
  msgstr ""
773
 
774
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1301
775
  msgid "Price mismatch"
776
  msgstr ""
777
 
778
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1306
779
  msgid "Currency mismatch"
780
  msgstr ""
781
 
782
- #: ../addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:1318
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:165 ../modules/mycred-module-addons.php:201
2233
  msgid "Notifications"
2234
  msgstr ""
2235
 
2236
- #: ../addons/notifications/myCRED-addon-notifications.php:167
2237
  msgid "Styling"
2238
  msgstr ""
2239
 
2240
- #: ../addons/notifications/myCRED-addon-notifications.php:171
2241
  msgid "Use the included CSS Styling for notifications."
2242
  msgstr ""
2243
 
2244
- #: ../addons/notifications/myCRED-addon-notifications.php:174 ../modules/mycred-module-buddypress.php:408
2245
  msgid "Template"
2246
  msgstr ""
2247
 
2248
- #: ../addons/notifications/myCRED-addon-notifications.php:178
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:181
2253
  msgid "Transient Lifespan"
2254
  msgstr ""
2255
 
2256
- #: ../addons/notifications/myCRED-addon-notifications.php:185
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:188
2263
  msgid "Duration"
2264
  msgstr ""
2265
 
2266
- #: ../addons/notifications/myCRED-addon-notifications.php:192
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-cubepoints.php:276
3693
- msgid "No balances were imported."
3694
  msgstr ""
3695
 
3696
- #: ../includes/importers/mycred-cubepoints.php:276
3697
- msgid "No log entries were imported!"
3698
  msgstr ""
3699
 
3700
- #: ../includes/importers/mycred-cubepoints.php:282 ../includes/importers/mycred-log-entries.php:138
 
 
 
 
3701
  msgid ""
3702
- "Import complete - A total of <strong>%d</strong> entries were successfully "
3703
  "imported. <strong>%d</strong> was skipped."
3704
  msgstr ""
3705
 
3706
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3707
  msgid "View Log"
3708
  msgstr ""
3709
 
3710
- #: ../includes/importers/mycred-cubepoints.php:293 ../includes/importers/mycred-log-entries.php:148 ../includes/importers/mycred-balances.php:166
3711
  msgid "Import More"
3712
  msgstr ""
3713
 
3714
- #: ../includes/importers/mycred-cubepoints.php:306
3715
- msgid "No CubePoints log."
3716
- msgstr ""
3717
-
3718
- #: ../includes/importers/mycred-cubepoints.php:317
3719
- msgid "Import CubePoints Log"
3720
  msgstr ""
3721
 
3722
- #: ../includes/importers/mycred-cubepoints.php:334
3723
- msgid "Select what to import"
3724
  msgstr ""
3725
 
3726
- #: ../includes/importers/mycred-cubepoints.php:335
3727
- msgid "Log Entries Only"
 
 
3728
  msgstr ""
3729
 
3730
- #: ../includes/importers/mycred-cubepoints.php:336
3731
- msgid "CubePoints Balances Only"
3732
  msgstr ""
3733
 
3734
- #: ../includes/importers/mycred-cubepoints.php:337
3735
- msgid "Log Entries and Balances"
3736
  msgstr ""
3737
 
3738
- #: ../includes/importers/mycred-cubepoints.php:351
3739
- msgid "Import"
3740
  msgstr ""
3741
 
3742
- #: ../includes/importers/mycred-cubepoints.php:360
3743
- msgid "Warning! Importing CubePoints balances will replace your users myCRED balance!"
3744
  msgstr ""
3745
 
3746
- #: ../includes/importers/mycred-cubepoints.php:378
3747
- msgid "Import Log"
3748
  msgstr ""
3749
 
3750
- #: ../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
3751
- msgid "Sorry, there has been an error."
3752
  msgstr ""
3753
 
3754
- #: ../includes/importers/mycred-log-entries.php:82 ../includes/importers/mycred-balances.php:82
3755
- msgid "The file does not exist, please try again."
3756
  msgstr ""
3757
 
3758
- #: ../includes/importers/mycred-log-entries.php:127 ../includes/importers/mycred-balances.php:145
3759
- msgid "The CSV is invalid."
 
 
3760
  msgstr ""
3761
 
3762
- #: ../includes/importers/mycred-log-entries.php:194
3763
- msgid "Import Log Entries"
3764
  msgstr ""
3765
 
3766
- #: ../includes/importers/mycred-log-entries.php:211
3767
- msgid "Import log entries from a CSV file."
3768
  msgstr ""
3769
 
3770
- #: ../includes/importers/mycred-log-entries.php:219 ../includes/importers/mycred-balances.php:237
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-log-entries.php:228 ../includes/importers/mycred-balances.php:246
3777
- msgid "Choose a file from your computer:"
3778
  msgstr ""
3779
 
3780
- #: ../includes/importers/mycred-log-entries.php:234 ../includes/importers/mycred-balances.php:252
3781
- msgid "Maximum size: %s"
3782
  msgstr ""
3783
 
3784
- #: ../includes/importers/mycred-log-entries.php:239 ../includes/importers/mycred-balances.php:257
3785
- msgid "OR enter path to file:"
3786
  msgstr ""
3787
 
3788
- #: ../includes/importers/mycred-log-entries.php:246 ../includes/importers/mycred-balances.php:264
3789
- msgid "Delimiter"
3790
  msgstr ""
3791
 
3792
- #: ../includes/importers/mycred-log-entries.php:252 ../includes/importers/mycred-balances.php:270
3793
- msgid "Upload file and import"
3794
  msgstr ""
3795
 
3796
- #: ../includes/importers/mycred-balances.php:156
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-balances.php:212
3803
- msgid "Import Balances"
3804
  msgstr ""
3805
 
3806
- #: ../includes/importers/mycred-balances.php:229
3807
- msgid "Import balances from a CSV file."
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.0
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
- if ( $this->ref_counts( $user_id, $IP ) )
 
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.0
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 IN (%s,%s)
2145
  AND data = %s
2146
- AND ctype = %s;", 'visitor_referral', 'signup_referral', $IP, $this->mycred_type ) );
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
- $ref_count = mycred_count_ref_instances( $ref, $user_id );
 
 
 
 
 
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
- $ref_count = mycred_get_total_by_time( $today, $now, $ref, $user_id );
 
 
 
 
 
 
2174
  }
2175
 
2176
  // Check if we surpassed or reached the limit
2177
- if ( $ref_count >= $limit )
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.1
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.1' );
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.8.1
6
- Stable tag: 1.4.1
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.1 =
99
- Resolving issues with 1.4
100
 
101
  == Other Notes ==
102
 
@@ -114,18 +114,15 @@ Resolving issues with 1.4
114
 
115
  == Changelog ==
116
 
 
 
 
 
 
 
 
117
  = 1.4.1 =
118
- FIX - Social Connect not giving points for registrations or logins.
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/