myCRED - Version 1.3.2

Version Description

Bug fixes, rank improvement, transfer improvement and security fixes

=

Download this release

Release Info

Developer designbymerovingi
Plugin Icon 128x128 myCRED
Version 1.3.2
Comparing to
See all releases

Code changes from version 1.3.1 to 1.3.2

addons/buddypress/hooks/bp-galleries.php CHANGED
@@ -72,7 +72,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Gallery' ) ) {
72
  <label for="<?php echo $this->field_id( array( 'new_gallery', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Gallery', 'mycred' ) ); ?></label>
73
  <ol id="">
74
  <li>
75
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_gallery', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_gallery', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['new_gallery']['creds'] ); ?>" size="8" /></div>
76
  </li>
77
  <li class="empty">&nbsp;</li>
78
  <li>
72
  <label for="<?php echo $this->field_id( array( 'new_gallery', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Gallery', 'mycred' ) ); ?></label>
73
  <ol id="">
74
  <li>
75
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_gallery', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_gallery', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['new_gallery']['creds'] ); ?>" size="8" /></div>
76
  </li>
77
  <li class="empty">&nbsp;</li>
78
  <li>
addons/buddypress/hooks/bp-groups.php CHANGED
@@ -419,13 +419,13 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
419
  <label for="<?php echo $this->field_id( array( 'create', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Creating Groups', 'mycred' ) ); ?></label>
420
  <ol id="">
421
  <li>
422
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'create', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'create', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['create']['creds'] ); ?>" size="8" /></div>
423
  <span class="description"><?php echo $this->core->template_tags_general( __( 'If you use a negative value and the user does not have enough %_plural% the "Create Group" button will be disabled.', 'mycred' ) ); ?></span>
424
  </li>
425
  <li class="empty">&nbsp;</li>
426
  <li>
427
  <label for=""><?php echo $this->core->template_tags_general( __( 'Number of members before awarding %_plural%', 'mycred' ) ); ?></label>
428
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'create', 'min' ) ); ?>" id="<?php echo $this->field_id( array( 'create', 'min' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['create']['min'] ); ?>" size="8" /></div>
429
  <span class="description"><?php echo $this->core->template_tags_general( __( 'Use zero to award %_plural% when group is created.', 'mycred' ) ); ?></span>
430
  </li>
431
  <li class="empty">&nbsp;</li>
@@ -439,7 +439,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
439
  <label for="<?php echo $this->field_id( array( 'delete', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Deleting Groups', 'mycred' ) ); ?></label>
440
  <ol id="">
441
  <li>
442
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['delete']['creds'] ); ?>" size="8" /></div>
443
  </li>
444
  <li class="empty">&nbsp;</li>
445
  <li>
@@ -452,7 +452,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
452
  <label for="<?php echo $this->field_id( array( 'new_topic', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Forum Topic', 'mycred' ) ); ?></label>
453
  <ol id="">
454
  <li>
455
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_topic', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_topic', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['new_topic']['creds'] ); ?>" size="8" /></div>
456
  </li>
457
  <li class="empty">&nbsp;</li>
458
  <li>
@@ -465,7 +465,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
465
  <label for="<?php echo $this->field_id( array( 'edit_topic', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Editing Forum Topic', 'mycred' ) ); ?></label>
466
  <ol id="">
467
  <li>
468
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'edit_topic', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'edit_topic', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['edit_topic']['creds'] ); ?>" size="8" /></div>
469
  </li>
470
  <li class="empty">&nbsp;</li>
471
  <li>
@@ -478,7 +478,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
478
  <label for="<?php echo $this->field_id( array( 'new_post', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Forum Post', 'mycred' ) ); ?></label>
479
  <ol id="">
480
  <li>
481
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_post', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_post', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['new_post']['creds'] ); ?>" size="8" /></div>
482
  </li>
483
  <li class="empty">&nbsp;</li>
484
  <li>
@@ -491,7 +491,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
491
  <label for="<?php echo $this->field_id( array( 'edit_post', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Editing Forum Post', 'mycred' ) ); ?></label>
492
  <ol id="">
493
  <li>
494
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'edit_post', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'edit_post', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['edit_post']['creds'] ); ?>" size="8" /></div>
495
  </li>
496
  <li class="empty">&nbsp;</li>
497
  <li>
@@ -504,7 +504,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
504
  <label for="<?php echo $this->field_id( array( 'join', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Joining Groups', 'mycred' ) ); ?></label>
505
  <ol id="">
506
  <li>
507
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'join', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'join', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['join']['creds'] ); ?>" size="8" /></div>
508
  <span class="description"><?php echo $this->core->template_tags_general( __( 'If you use a negative value and the user does not have enough %_plural% the "Join Group" button will be disabled.', 'mycred' ) ); ?></span>
509
  </li>
510
  <li class="empty">&nbsp;</li>
@@ -518,7 +518,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
518
  <label for="<?php echo $this->field_id( array( 'leave', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Leaving Groups', 'mycred' ) ); ?></label>
519
  <ol id="">
520
  <li>
521
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'leave', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'leave', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['leave']['creds'] ); ?>" size="8" /></div>
522
  </li>
523
  <li class="empty">&nbsp;</li>
524
  <li>
@@ -531,7 +531,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
531
  <label for="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Group Avatar', 'mycred' ) ); ?></label>
532
  <ol id="">
533
  <li>
534
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'avatar', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['avatar']['creds'] ); ?>" size="8" /></div>
535
  </li>
536
  <li class="empty">&nbsp;</li>
537
  <li>
@@ -544,7 +544,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Groups' ) ) {
544
  <label for="<?php echo $this->field_id( array( 'comments', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Group Comment', 'mycred' ) ); ?></label>
545
  <ol id="">
546
  <li>
547
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'comments', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'comments', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['comments']['creds'] ); ?>" size="8" /></div>
548
  </li>
549
  <li class="empty">&nbsp;</li>
550
  <li>
419
  <label for="<?php echo $this->field_id( array( 'create', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Creating Groups', 'mycred' ) ); ?></label>
420
  <ol id="">
421
  <li>
422
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'create', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'create', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['create']['creds'] ); ?>" size="8" /></div>
423
  <span class="description"><?php echo $this->core->template_tags_general( __( 'If you use a negative value and the user does not have enough %_plural% the "Create Group" button will be disabled.', 'mycred' ) ); ?></span>
424
  </li>
425
  <li class="empty">&nbsp;</li>
426
  <li>
427
  <label for=""><?php echo $this->core->template_tags_general( __( 'Number of members before awarding %_plural%', 'mycred' ) ); ?></label>
428
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'create', 'min' ) ); ?>" id="<?php echo $this->field_id( array( 'create', 'min' ) ); ?>" value="<?php echo $this->core->number( $prefs['create']['min'] ); ?>" size="8" /></div>
429
  <span class="description"><?php echo $this->core->template_tags_general( __( 'Use zero to award %_plural% when group is created.', 'mycred' ) ); ?></span>
430
  </li>
431
  <li class="empty">&nbsp;</li>
439
  <label for="<?php echo $this->field_id( array( 'delete', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Deleting Groups', 'mycred' ) ); ?></label>
440
  <ol id="">
441
  <li>
442
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['delete']['creds'] ); ?>" size="8" /></div>
443
  </li>
444
  <li class="empty">&nbsp;</li>
445
  <li>
452
  <label for="<?php echo $this->field_id( array( 'new_topic', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Forum Topic', 'mycred' ) ); ?></label>
453
  <ol id="">
454
  <li>
455
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_topic', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_topic', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['new_topic']['creds'] ); ?>" size="8" /></div>
456
  </li>
457
  <li class="empty">&nbsp;</li>
458
  <li>
465
  <label for="<?php echo $this->field_id( array( 'edit_topic', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Editing Forum Topic', 'mycred' ) ); ?></label>
466
  <ol id="">
467
  <li>
468
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'edit_topic', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'edit_topic', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['edit_topic']['creds'] ); ?>" size="8" /></div>
469
  </li>
470
  <li class="empty">&nbsp;</li>
471
  <li>
478
  <label for="<?php echo $this->field_id( array( 'new_post', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Forum Post', 'mycred' ) ); ?></label>
479
  <ol id="">
480
  <li>
481
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_post', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_post', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['new_post']['creds'] ); ?>" size="8" /></div>
482
  </li>
483
  <li class="empty">&nbsp;</li>
484
  <li>
491
  <label for="<?php echo $this->field_id( array( 'edit_post', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Editing Forum Post', 'mycred' ) ); ?></label>
492
  <ol id="">
493
  <li>
494
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'edit_post', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'edit_post', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['edit_post']['creds'] ); ?>" size="8" /></div>
495
  </li>
496
  <li class="empty">&nbsp;</li>
497
  <li>
504
  <label for="<?php echo $this->field_id( array( 'join', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Joining Groups', 'mycred' ) ); ?></label>
505
  <ol id="">
506
  <li>
507
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'join', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'join', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['join']['creds'] ); ?>" size="8" /></div>
508
  <span class="description"><?php echo $this->core->template_tags_general( __( 'If you use a negative value and the user does not have enough %_plural% the "Join Group" button will be disabled.', 'mycred' ) ); ?></span>
509
  </li>
510
  <li class="empty">&nbsp;</li>
518
  <label for="<?php echo $this->field_id( array( 'leave', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Leaving Groups', 'mycred' ) ); ?></label>
519
  <ol id="">
520
  <li>
521
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'leave', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'leave', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['leave']['creds'] ); ?>" size="8" /></div>
522
  </li>
523
  <li class="empty">&nbsp;</li>
524
  <li>
531
  <label for="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Group Avatar', 'mycred' ) ); ?></label>
532
  <ol id="">
533
  <li>
534
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'avatar', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['avatar']['creds'] ); ?>" size="8" /></div>
535
  </li>
536
  <li class="empty">&nbsp;</li>
537
  <li>
544
  <label for="<?php echo $this->field_id( array( 'comments', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Group Comment', 'mycred' ) ); ?></label>
545
  <ol id="">
546
  <li>
547
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'comments', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'comments', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['comments']['creds'] ); ?>" size="8" /></div>
548
  </li>
549
  <li class="empty">&nbsp;</li>
550
  <li>
addons/buddypress/hooks/bp-links.php CHANGED
@@ -166,7 +166,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Links' ) ) {
166
  <label for="<?php echo $this->field_id( array( 'new_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Links', 'mycred' ) ); ?></label>
167
  <ol id="">
168
  <li>
169
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_link', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['new_link']['creds'] ); ?>" size="8" /></div>
170
  </li>
171
  <li class="empty">&nbsp;</li>
172
  <li>
@@ -179,7 +179,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Links' ) ) {
179
  <label for="<?php echo $this->field_id( array( 'vote_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Vote on Link', 'mycred' ) ); ?></label>
180
  <ol id="">
181
  <li>
182
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'vote_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'vote_link', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['vote_link']['creds'] ); ?>" size="8" /></div>
183
  </li>
184
  <li class="empty">&nbsp;</li>
185
  <li>
@@ -192,7 +192,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Links' ) ) {
192
  <label for="<?php echo $this->field_id( array( 'update_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Updating Links', 'mycred' ) ); ?></label>
193
  <ol id="">
194
  <li>
195
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'update_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'update_link', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['update_link']['creds'] ); ?>" size="8" /></div>
196
  </li>
197
  <li class="empty">&nbsp;</li>
198
  <li>
@@ -205,7 +205,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Links' ) ) {
205
  <label for="<?php echo $this->field_id( array( 'delete_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Deleting Links', 'mycred' ) ); ?></label>
206
  <ol id="">
207
  <li>
208
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete_link', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['delete_link']['creds'] ); ?>" size="8" /></div>
209
  </li>
210
  <li class="empty">&nbsp;</li>
211
  <li>
166
  <label for="<?php echo $this->field_id( array( 'new_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Links', 'mycred' ) ); ?></label>
167
  <ol id="">
168
  <li>
169
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_link', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['new_link']['creds'] ); ?>" size="8" /></div>
170
  </li>
171
  <li class="empty">&nbsp;</li>
172
  <li>
179
  <label for="<?php echo $this->field_id( array( 'vote_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Vote on Link', 'mycred' ) ); ?></label>
180
  <ol id="">
181
  <li>
182
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'vote_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'vote_link', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['vote_link']['creds'] ); ?>" size="8" /></div>
183
  </li>
184
  <li class="empty">&nbsp;</li>
185
  <li>
192
  <label for="<?php echo $this->field_id( array( 'update_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Updating Links', 'mycred' ) ); ?></label>
193
  <ol id="">
194
  <li>
195
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'update_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'update_link', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['update_link']['creds'] ); ?>" size="8" /></div>
196
  </li>
197
  <li class="empty">&nbsp;</li>
198
  <li>
205
  <label for="<?php echo $this->field_id( array( 'delete_link', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Deleting Links', 'mycred' ) ); ?></label>
206
  <ol id="">
207
  <li>
208
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete_link', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete_link', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['delete_link']['creds'] ); ?>" size="8" /></div>
209
  </li>
210
  <li class="empty">&nbsp;</li>
211
  <li>
addons/buddypress/hooks/bp-profile.php CHANGED
@@ -324,7 +324,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
324
  <label for="<?php echo $this->field_id( array( 'update', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Profile Updates', 'mycred' ) ); ?></label>
325
  <ol>
326
  <li>
327
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'update', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'update', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['update']['creds'] ); ?>" size="8" /></div>
328
  </li>
329
  <li>
330
  <label for="<?php echo $this->field_id( array( 'update', 'limit' ) ); ?>"><?php _e( 'Daily Limit', 'mycred' ); ?></label>
@@ -342,7 +342,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
342
  <label for="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Avatar', 'mycred' ) ); ?></label>
343
  <ol id="">
344
  <li>
345
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'avatar', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['avatar']['creds'] ); ?>" size="8" /></div>
346
  </li>
347
  <li class="empty">&nbsp;</li>
348
  <li>
@@ -355,7 +355,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
355
  <label for="<?php echo $this->field_id( array( 'new_friend', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Friendships', 'mycred' ) ); ?></label>
356
  <ol id="">
357
  <li>
358
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_friend', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_friend', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['new_friend']['creds'] ); ?>" size="8" /></div>
359
  </li>
360
  <li class="empty">&nbsp;</li>
361
  <li>
@@ -368,7 +368,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
368
  <label for="<?php echo $this->field_id( array( 'leave_friend', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Leaving Friendship', 'mycred' ) ); ?></label>
369
  <ol id="">
370
  <li>
371
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'leave_friend', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'leave_friend', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['leave_friend']['creds'] ); ?>" size="8" /></div>
372
  </li>
373
  <li class="empty">&nbsp;</li>
374
  <li>
@@ -381,7 +381,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
381
  <label for="<?php echo $this->field_id( array( 'new_comment', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Comment', 'mycred' ) ); ?></label>
382
  <ol id="">
383
  <li>
384
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_comment', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_comment', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['new_comment']['creds'] ); ?>" size="8" /></div>
385
  </li>
386
  <li class="empty">&nbsp;</li>
387
  <li>
@@ -394,7 +394,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
394
  <label for="<?php echo $this->field_id( array( 'delete_comment', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Deleting Comment', 'mycred' ) ); ?></label>
395
  <ol id="">
396
  <li>
397
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete_comment', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete_comment', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['delete_comment']['creds'] ); ?>" size="8" /></div>
398
  </li>
399
  <li class="empty">&nbsp;</li>
400
  <li>
@@ -407,7 +407,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
407
  <label for="<?php echo $this->field_id( array( 'message', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Messages', 'mycred' ) ); ?></label>
408
  <ol id="">
409
  <li>
410
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'message', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'message', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['message']['creds'] ); ?>" size="8" /></div>
411
  </li>
412
  <li class="empty">&nbsp;</li>
413
  <li>
@@ -420,7 +420,7 @@ if ( !class_exists( 'myCRED_BuddyPress_Profile' ) ) {
420
  <label for="<?php echo $this->field_id( array( 'send_gift', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Sending Gift', 'mycred' ) ); ?></label>
421
  <ol id="">
422
  <li>
423
- <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'send_gift', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'send_gift', 'creds' ) ); ?>" value="<?php echo $this->core->format_number( $prefs['send_gift']['creds'] ); ?>" size="8" /></div>
424
  </li>
425
  <li class="empty">&nbsp;</li>
426
  <li>
324
  <label for="<?php echo $this->field_id( array( 'update', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Profile Updates', 'mycred' ) ); ?></label>
325
  <ol>
326
  <li>
327
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'update', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'update', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['update']['creds'] ); ?>" size="8" /></div>
328
  </li>
329
  <li>
330
  <label for="<?php echo $this->field_id( array( 'update', 'limit' ) ); ?>"><?php _e( 'Daily Limit', 'mycred' ); ?></label>
342
  <label for="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Avatar', 'mycred' ) ); ?></label>
343
  <ol id="">
344
  <li>
345
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'avatar', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'avatar', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['avatar']['creds'] ); ?>" size="8" /></div>
346
  </li>
347
  <li class="empty">&nbsp;</li>
348
  <li>
355
  <label for="<?php echo $this->field_id( array( 'new_friend', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Friendships', 'mycred' ) ); ?></label>
356
  <ol id="">
357
  <li>
358
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_friend', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_friend', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['new_friend']['creds'] ); ?>" size="8" /></div>
359
  </li>
360
  <li class="empty">&nbsp;</li>
361
  <li>
368
  <label for="<?php echo $this->field_id( array( 'leave_friend', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Leaving Friendship', 'mycred' ) ); ?></label>
369
  <ol id="">
370
  <li>
371
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'leave_friend', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'leave_friend', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['leave_friend']['creds'] ); ?>" size="8" /></div>
372
  </li>
373
  <li class="empty">&nbsp;</li>
374
  <li>
381
  <label for="<?php echo $this->field_id( array( 'new_comment', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Comment', 'mycred' ) ); ?></label>
382
  <ol id="">
383
  <li>
384
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'new_comment', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'new_comment', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['new_comment']['creds'] ); ?>" size="8" /></div>
385
  </li>
386
  <li class="empty">&nbsp;</li>
387
  <li>
394
  <label for="<?php echo $this->field_id( array( 'delete_comment', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Deleting Comment', 'mycred' ) ); ?></label>
395
  <ol id="">
396
  <li>
397
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete_comment', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete_comment', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['delete_comment']['creds'] ); ?>" size="8" /></div>
398
  </li>
399
  <li class="empty">&nbsp;</li>
400
  <li>
407
  <label for="<?php echo $this->field_id( array( 'message', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for New Messages', 'mycred' ) ); ?></label>
408
  <ol id="">
409
  <li>
410
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'message', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'message', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['message']['creds'] ); ?>" size="8" /></div>
411
  </li>
412
  <li class="empty">&nbsp;</li>
413
  <li>
420
  <label for="<?php echo $this->field_id( array( 'send_gift', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Sending Gift', 'mycred' ) ); ?></label>
421
  <ol id="">
422
  <li>
423
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'send_gift', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'send_gift', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['send_gift']['creds'] ); ?>" size="8" /></div>
424
  </li>
425
  <li class="empty">&nbsp;</li>
426
  <li>
addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php CHANGED
@@ -477,6 +477,29 @@ if ( !class_exists( 'myCRED_Payment_Gateway' ) ) {
477
  return $protect->do_decode( $data );
478
  }
479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
  /**
481
  * Currencies Dropdown
482
  * @since 0.1
477
  return $protect->do_decode( $data );
478
  }
479
 
480
+ /**
481
+ * Get Cost
482
+ * @since 1.3.2
483
+ * @version 1.0
484
+ */
485
+ public function get_cost( $amount = 0, $raw = false ) {
486
+ // Apply minimum
487
+ if ( $amount < $this->core->buy_creds['minimum'] )
488
+ $amount = $this->core->buy_creds['minimum'];
489
+
490
+ // Calculate cost here so we can use any exchange rate
491
+ if ( isset( $this->prefs['exchange'] ) && $this->prefs['exchange'] <> 1 )
492
+ $cost = $amount*$this->prefs['exchange'];
493
+ else
494
+ $cost = $amount;
495
+
496
+ // Return a properly formated cost so PayPal is happy
497
+ if ( ! $raw )
498
+ $cost = number_format( $cost, 2, '.', '' );
499
+
500
+ return apply_filters( 'mycred_buycred_get_cost', $cost, $amount, $this->prefs, $this->core->buy_creds );
501
+ }
502
+
503
  /**
504
  * Currencies Dropdown
505
  * @since 0.1
addons/buy-creds/gateways/netbilling.php CHANGED
@@ -411,8 +411,10 @@ if ( !class_exists( 'myCRED_NETbilling' ) ) {
411
 
412
  // Amount & Cost
413
  $amount = $_REQUEST['amount'];
414
- $exchange = $this->prefs['exchange'];
415
- $cost = $amount*$exchange;
 
 
416
 
417
  // Set
418
  $bill_name1 = $bill_name2 = $bill_street = $bill_city = $bill_state = $bill_zip = $bill_country = $cust_phone = $card_number = $card_expire_month = $card_expire_year = $card_cvv2 = $ach_routing = $ach_account = '';
411
 
412
  // Amount & Cost
413
  $amount = $_REQUEST['amount'];
414
+ $amount = abs( $amount );
415
+
416
+ // Get Cost
417
+ $cost = $this->get_cost( $amount );
418
 
419
  // Set
420
  $bill_name1 = $bill_name2 = $bill_street = $bill_city = $bill_state = $bill_zip = $bill_country = $cust_phone = $card_number = $card_expire_month = $card_expire_year = $card_cvv2 = $ach_routing = $ach_account = '';
addons/buy-creds/gateways/paypal-standard.php CHANGED
@@ -232,7 +232,7 @@ if ( !class_exists( 'myCRED_PayPal_Standard' ) ) {
232
  /**
233
  * Buy Handler
234
  * @since 0.1
235
- * @version 1.1
236
  */
237
  public function buy() {
238
  if ( !isset( $this->prefs['account'] ) || empty( $this->prefs['account'] ) )
@@ -248,17 +248,12 @@ if ( !class_exists( 'myCRED_PayPal_Standard' ) ) {
248
  else
249
  $location = 'https://www.paypal.com/cgi-bin/webscr';
250
 
251
- // Finance
252
  $amount = $this->core->number( $_REQUEST['amount'] );
253
- // Enforce minimum
254
- if ( $amount < $this->core->buy_creds['minimum'] )
255
- $amount = $this->core->buy_creds['minimum'];
256
- // No negative amounts please
257
  $amount = abs( $amount );
258
- // Calculate cost here so we can use any exchange rate
259
- $cost = $amount*$this->prefs['exchange'];
260
- // Return a properly formated cost so PayPal is happy
261
- $cost = number_format( $cost, 2, '.', '' );
262
 
263
  // Thank you page
264
  $thankyou_url = $this->get_thankyou();
232
  /**
233
  * Buy Handler
234
  * @since 0.1
235
+ * @version 1.1.1
236
  */
237
  public function buy() {
238
  if ( !isset( $this->prefs['account'] ) || empty( $this->prefs['account'] ) )
248
  else
249
  $location = 'https://www.paypal.com/cgi-bin/webscr';
250
 
251
+ // Amount
252
  $amount = $this->core->number( $_REQUEST['amount'] );
 
 
 
 
253
  $amount = abs( $amount );
254
+
255
+ // Get Cost
256
+ $cost = $this->get_cost( $amount );
 
257
 
258
  // Thank you page
259
  $thankyou_url = $this->get_thankyou();
addons/buy-creds/gateways/skrill.php CHANGED
@@ -218,7 +218,7 @@ if ( !class_exists( 'myCRED_Skrill' ) ) {
218
  /**
219
  * Buy Handler
220
  * @since 0.1
221
- * @version 1.0
222
  */
223
  public function buy() {
224
  if ( !isset( $this->prefs['account'] ) || empty( $this->prefs['account'] ) )
@@ -235,13 +235,13 @@ if ( !class_exists( 'myCRED_Skrill' ) ) {
235
 
236
  // Finance
237
  $currency = $this->prefs['currency'];
238
- $exchange = $this->prefs['exchange'];
239
 
 
240
  $amount = $this->core->number( $amount );
241
  $amount = abs( $amount );
242
 
243
- $cost = $amount*$exchange;
244
- $cost = $this->core->number( $cost );
245
 
246
  // Thank you page
247
  $thankyou_url = $this->get_thankyou();
218
  /**
219
  * Buy Handler
220
  * @since 0.1
221
+ * @version 1.0.1
222
  */
223
  public function buy() {
224
  if ( !isset( $this->prefs['account'] ) || empty( $this->prefs['account'] ) )
235
 
236
  // Finance
237
  $currency = $this->prefs['currency'];
 
238
 
239
+ // Amount
240
  $amount = $this->core->number( $amount );
241
  $amount = abs( $amount );
242
 
243
+ // Get Cost
244
+ $cost = $this->get_cost( $amount );
245
 
246
  // Thank you page
247
  $thankyou_url = $this->get_thankyou();
addons/buy-creds/gateways/zombaio.php CHANGED
@@ -225,7 +225,7 @@ if ( !class_exists( 'myCRED_Zombaio' ) ) {
225
  /**
226
  * Buy Handler
227
  * @since 1.1
228
- * @version 1.0
229
  */
230
  public function buy() {
231
  if ( !isset( $this->prefs['site_id'] ) || empty( $this->prefs['site_id'] ) )
@@ -237,14 +237,6 @@ if ( !class_exists( 'myCRED_Zombaio' ) ) {
237
  // Construct location
238
  $location = 'https://secure.zombaio.com/?' . $this->prefs['site_id'] . '.' . $this->prefs['pricing_id'] . '.' . $this->prefs['lang'];
239
 
240
- // Finance
241
- $amount = $this->core->number( $_REQUEST['amount'] );
242
- // Enforce minimum
243
- if ( $amount < $this->core->buy_creds['minimum'] )
244
- $amount = $this->core->buy_creds['minimum'];
245
- // No negative amounts please
246
- $amount = abs( $amount );
247
-
248
  // Thank you page
249
  $thankyou_url = $this->get_thankyou();
250
 
225
  /**
226
  * Buy Handler
227
  * @since 1.1
228
+ * @version 1.0.1
229
  */
230
  public function buy() {
231
  if ( !isset( $this->prefs['site_id'] ) || empty( $this->prefs['site_id'] ) )
237
  // Construct location
238
  $location = 'https://secure.zombaio.com/?' . $this->prefs['site_id'] . '.' . $this->prefs['pricing_id'] . '.' . $this->prefs['lang'];
239
 
 
 
 
 
 
 
 
 
240
  // Thank you page
241
  $thankyou_url = $this->get_thankyou();
242
 
addons/email-notices/myCRED-addon-email-notices.php CHANGED
@@ -345,27 +345,27 @@ if ( !class_exists( 'myCRED_Email_Notices' ) ) {
345
  /**
346
  * Email Notice Check
347
  * @since 1.1
348
- * @version 1.1
349
  */
350
  public function email_check( $reply, $request, $mycred ) {
351
  // Override - something has already determaned that this should not be executed
352
- if ( $reply === false || $reply === 'done' ) return $reply;
353
 
354
  // Construct events
355
  $event = array( 'all' );
356
  $amount = $request['amount'];
357
 
358
  // Event: Account gains or loses amount
359
- if ( $amount < 0 )
360
  $event[] = 'negative';
361
  else
362
  $event[] = 'positive';
363
 
364
  // Event: Account reaches zero or goes minus
365
  $balance = $mycred->get_users_cred( $request['user_id'] );
366
- if ( $amount < 0 && $balance-$amount < 0 )
367
  $event[] = 'minus';
368
- elseif ( $balance-$amount == 0 )
369
  $event[] = 'zero';
370
 
371
  // Do Ranks first
345
  /**
346
  * Email Notice Check
347
  * @since 1.1
348
+ * @version 1.2.1
349
  */
350
  public function email_check( $reply, $request, $mycred ) {
351
  // Override - something has already determaned that this should not be executed
352
+ if ( $reply === false ) return $reply;
353
 
354
  // Construct events
355
  $event = array( 'all' );
356
  $amount = $request['amount'];
357
 
358
  // Event: Account gains or loses amount
359
+ if ( $amount < $this->core->zero() )
360
  $event[] = 'negative';
361
  else
362
  $event[] = 'positive';
363
 
364
  // Event: Account reaches zero or goes minus
365
  $balance = $mycred->get_users_cred( $request['user_id'] );
366
+ if ( $amount < $mycred->zero() && $balance-$amount < $mycred->zero() )
367
  $event[] = 'minus';
368
+ elseif ( $balance-$amount == $mycred->zero() )
369
  $event[] = 'zero';
370
 
371
  // Do Ranks first
addons/gateway/carts/mycred-marketpress.php CHANGED
@@ -3,24 +3,13 @@ if ( !defined( 'myCRED_VERSION' ) ) exit;
3
  /**
4
  * MarketPress Payment Gateway
5
  * @since 1.1
6
- * @version 1.1.1
7
  */
8
  if ( !function_exists( 'mycred_init_marketpress_gateway' ) ) {
9
- add_action( 'after_setup_theme', 'mycred_init_marketpress_gateway', 5 );
10
  function mycred_init_marketpress_gateway()
11
  {
12
- if ( !function_exists( 'is_plugin_active' ) )
13
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
14
-
15
- $file = '/marketpress-includes/marketpress-gateways.php';
16
- // Pro
17
- if ( is_plugin_active( 'marketpress/marketpress.php' ) )
18
- include_once( WP_PLUGIN_DIR . '/marketpress' . $file );
19
- // Light
20
- elseif ( is_plugin_active( 'wordpress-ecommerce/marketpress.php' ) )
21
- include_once( WP_PLUGIN_DIR . '/wordpress-ecommerce' . $file );
22
- else
23
- return;
24
 
25
  class MP_Gateway_myCRED extends MP_Gateway_API {
26
 
3
  /**
4
  * MarketPress Payment Gateway
5
  * @since 1.1
6
+ * @version 1.2
7
  */
8
  if ( !function_exists( 'mycred_init_marketpress_gateway' ) ) {
9
+ add_action( 'mp_load_gateway_plugins', 'mycred_init_marketpress_gateway' );
10
  function mycred_init_marketpress_gateway()
11
  {
12
+ if ( ! class_exists( 'MP_Gateway_API' ) ) return;
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  class MP_Gateway_myCRED extends MP_Gateway_API {
15
 
addons/ranks/includes/mycred-rank-functions.php CHANGED
@@ -1,31 +1,125 @@
1
  <?php
2
- if ( !defined( 'myCRED_VERSION' ) ) exit;
3
  /**
4
  * Have Ranks
5
- * Checks if there are any registered rank.
6
  * @returns (bool) true or false
7
  * @since 1.1
8
- * @version 1.2
9
  */
10
- if ( !function_exists( 'mycred_have_ranks' ) ) {
11
  function mycred_have_ranks() {
12
- $data = get_transient( 'mycred_ranks' );
13
-
14
- if ( $data == 0 ) {
15
- delete_transient( 'mycred_ranks' );
16
- $data = false;
17
- }
18
 
19
- if ( $data === false ) {
20
- global $wpdb;
21
- $data = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->posts} WHERE post_type = 'mycred_rank';" );
22
- set_transient( 'mycred_ranks', $data, DAY_IN_SECONDS * 7 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
- if ( $data > 0 ) return true;
26
- return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  }
28
  }
 
29
  /**
30
  * Get Ranks
31
  * Retreaves a given rank.
@@ -36,7 +130,7 @@ if ( !function_exists( 'mycred_have_ranks' ) ) {
36
  * @since 1.1
37
  * @version 1.0
38
  */
39
- if ( !function_exists( 'mycred_get_rank' ) ) {
40
  function mycred_get_rank( $rank_title = '', $format = 'OBJECT' ) {
41
  if ( empty( $rank_title ) ) return $rank_title;
42
  return get_page_by_title( $rank_title, $format, 'mycred_rank' );
@@ -52,23 +146,27 @@ if ( !function_exists( 'mycred_get_rank' ) ) {
52
  * @param $attr (array) if $return is set to 'logo', optional logo image attributes
53
  * @uses mycred_find_users_rank()
54
  * @uses get_the_title()
55
- * @returns rank (string) or empty string on fail
56
  * @since 1.1
57
- * @version 1.0
58
  */
59
- if ( !function_exists( 'mycred_get_users_rank' ) ) {
60
  function mycred_get_users_rank( $user_id = NULL, $return = 'post_title', $logo_size = 'post-thumbnail', $attr = NULL ) {
61
  if ( $user_id === NULL ) return '';
62
  $rank_id = get_user_meta( $user_id, 'mycred_rank', true );
63
  if ( empty( $rank ) ) {
64
- mycred_find_users_rank( $user_id, true );
65
- $rank_id = get_user_meta( $user_id, 'mycred_rank', true );
66
  }
67
 
68
  if ( $return == 'logo' )
69
  return mycred_get_rank_logo( $rank_id, $logo_size, $attr );
70
 
71
- return get_post( $rank_id )->$return;
 
 
 
 
72
  }
73
  }
74
  /**
@@ -79,19 +177,19 @@ if ( !function_exists( 'mycred_get_users_rank' ) ) {
79
  * @param $save (bool) option to save the rank to the given users meta data
80
  * @param $amount (int|float) optional amount to add to current balance
81
  * @param $type (string) optional cred type to check
82
- * @uses WP_Query()
83
- * @uses mycred_have_ranks()
84
- * @uses update_user_meta()
85
- * @returns empty (string) on failure or the users rank
86
  * @since 1.1
87
- * @version 1.2
88
  */
89
- if ( !function_exists( 'mycred_find_users_rank' ) ) {
90
  function mycred_find_users_rank( $user_id = NULL, $save = false, $amount = 0, $type = '' ) {
 
 
91
  $mycred = mycred_get_settings();
92
 
93
  // Check for exclusion
94
- if ( $mycred->exclude_user( $user_id ) ) return '';
95
 
96
  // Get users balance
97
  if ( $user_id === NULL )
@@ -100,71 +198,65 @@ if ( !function_exists( 'mycred_find_users_rank' ) ) {
100
  $balance = $mycred->get_users_cred( $user_id, $type );
101
 
102
  // The new balance before it is saved
103
- $balance = $balance+$amount;
104
- // Rank query arguments
105
- $args = array(
106
- 'post_type' => 'mycred_rank', // rank type
107
- 'post_status' => 'publish', // in case we have some draft ranks
108
- 'posts_per_page' => 1, // we should recieve just one match but just in case
109
- 'meta_query' => array(
110
- array(
111
- 'key' => 'mycred_rank_min',
112
- 'value' => $balance,
113
- 'compare' => '<=',
114
- 'type' => 'NUMERIC'
115
- ),
116
- array(
117
- 'key' => 'mycred_rank_max',
118
- 'value' => $balance,
119
- 'compare' => '>=',
120
- 'type' => 'NUMERIC'
121
- )
122
- )
123
- );
124
- $rank = new WP_Query( $args );
125
 
126
- // Found a matching rank
127
- if ( $rank->have_posts() ) {
128
- $rank_title = $rank->post->post_title;
129
- $rank_id = $rank->post->ID;
 
 
 
 
 
 
 
 
 
 
130
  }
131
- // No matching rank found
132
- else {
133
- // Reset
134
- wp_reset_postdata();
135
- // Check if there is any ranks (should be one)
136
- if ( mycred_have_ranks() ) {
137
- // Get this rank
138
- $new_args = array(
139
- 'post_type' => 'mycred_rank', // rank type
140
- 'post_status' => 'publish'
 
141
  );
142
- $default = new WP_Query( $new_args );
143
- if ( $default->have_posts() ) {
144
- $rank_title = $default->post->post_title;
145
- $rank_id = $default->post->ID;
146
- }
147
- else {
148
- $rank_title = __( 'No Rank', 'mycred' );
149
- $rank_id = '';
 
 
 
 
 
 
 
150
  }
151
  }
152
- // No ranks at all
153
- else {
154
- $rank_title = __( 'No Rank', 'mycred' );
155
- $rank_id = '';
156
- }
157
  }
158
 
159
  // Save if requested
160
- if ( $save )
161
  update_user_meta( $user_id, 'mycred_rank', $rank_id );
162
 
163
  // Let others play
164
  do_action( 'mycred_find_users_rank', $user_id, $rank_id );
165
 
166
- // Reset & Return
167
- wp_reset_postdata();
168
  return $rank_title;
169
  }
170
  }
@@ -177,7 +269,7 @@ if ( !function_exists( 'mycred_find_users_rank' ) ) {
177
  * @since 1.1
178
  * @version 1.0
179
  */
180
- if ( !function_exists( 'mycred_get_rank_id_from_title' ) ) {
181
  function mycred_get_rank_id_from_title( $title ) {
182
  $rank = mycred_get_rank( $title );
183
  if ( $rank === NULL || empty( $rank ) ) return '';
@@ -190,7 +282,7 @@ if ( !function_exists( 'mycred_get_rank_id_from_title' ) ) {
190
  * @since 1.1
191
  * @version 1.0
192
  */
193
- if ( !function_exists( 'mycred_get_my_rank' ) ) {
194
  function mycred_get_my_rank() {
195
  return mycred_get_users_rank( get_current_user_id() );
196
  }
@@ -206,7 +298,7 @@ if ( !function_exists( 'mycred_get_my_rank' ) ) {
206
  * @since 1.1
207
  * @version 1.0
208
  */
209
- if ( !function_exists( 'mycred_get_ranks' ) ) {
210
  function mycred_get_ranks( $status = 'publish', $number = '-1', $order = 'DESC' ) {
211
  $args = array(
212
  'post_type' => 'mycred_rank',
@@ -235,46 +327,43 @@ if ( !function_exists( 'mycred_get_ranks' ) ) {
235
  * rank.
236
  * @param $rank (int|string) either a rank id or rank name
237
  * @param $number (int) number of users to return
238
- * @uses mycred_get_rank_id_from_title()
239
- * @uses get_users()
240
  * @returns (array) empty if no users were found or associative array with user ID as key and display name as value
241
  * @since 1.1
242
- * @version 1.0
243
  */
244
- if ( !function_exists( 'mycred_get_users_of_rank' ) ) {
245
- function mycred_get_users_of_rank( $rank, $number = NULL, $order = 'DESC' ) {
246
- if ( !is_numeric( $rank ) )
247
- $rank = mycred_get_rank_id_from_title( $rank );
248
 
249
- if ( $rank === NULL ) return '';
250
 
251
  global $wpdb;
252
- $sql = "SELECT u.ID FROM $wpdb->users u INNER JOIN $wpdb->usermeta m ON (u.ID = m.user_id) INNER JOIN $wpdb->usermeta c ON (u.ID = c.user_id) WHERE 1=1 AND ( m.meta_key = %s AND m.meta_value = %d AND c.meta_key = %s ) ORDER BY c.meta_value+0";
 
 
 
 
 
 
253
 
254
  // Order
255
- if ( $order == 'ASC' || $order == 'DESC' )
256
- $sql .= ' ' . trim( $order );
257
  else
258
  $sql .= ' DESC';
259
 
260
  // Limit
261
  if ( $number !== NULL )
262
- $sql .= ' LIMIT 0,' . abs( $number );
 
 
263
 
264
  // Run query
265
- $users = $wpdb->get_results( $wpdb->prepare( $sql, 'mycred_rank', $rank, 'mycred_default' ) );
266
-
267
- $rank_users = array();
268
- if ( $users ) {
269
- $mycred = mycred_get_settings();
270
- foreach ( $users as $user ) {
271
- // make sure user is not excluded
272
- if ( $mycred->exclude_user( $user->ID ) ) continue;
273
- $rank_users[] = $user->ID;
274
- }
275
- }
276
-
277
- return $rank_users;
278
  }
279
  }
280
  /**
@@ -287,7 +376,7 @@ if ( !function_exists( 'mycred_get_users_of_rank' ) ) {
287
  * @since 1.1
288
  * @version 1.0
289
  */
290
- if ( !function_exists( 'mycred_rank_has_logo' ) ) {
291
  function mycred_rank_has_logo( $rank_id ) {
292
  if ( !is_numeric( $rank_id ) )
293
  $rank_id = mycred_get_rank_id_from_title( $rank_id );
@@ -309,7 +398,7 @@ if ( !function_exists( 'mycred_rank_has_logo' ) ) {
309
  * @since 1.1
310
  * @version 1.0
311
  */
312
- if ( !function_exists( 'mycred_get_rank_logo' ) ) {
313
  function mycred_get_rank_logo( $rank_id, $size = 'post-thumbnail', $attr = NULL ) {
314
  if ( !is_numeric( $rank_id ) )
315
  $rank_id = mycred_get_rank_id_from_title( $rank_id );
1
  <?php
2
+ if ( ! defined( 'myCRED_VERSION' ) ) exit;
3
  /**
4
  * Have Ranks
5
+ * Checks if there are any rank posts.
6
  * @returns (bool) true or false
7
  * @since 1.1
8
+ * @version 1.3
9
  */
10
+ if ( ! function_exists( 'mycred_have_ranks' ) ) {
11
  function mycred_have_ranks() {
12
+ global $mycred_ranks, $wpdb;
13
+ $mycred_ranks = $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->posts} WHERE post_type = 'mycred_rank';" );
 
 
 
 
14
 
15
+ if ( $mycred_ranks > 0 ) return true;
16
+ return false;
17
+ }
18
+ }
19
+
20
+ /**
21
+ * Have Published Ranks
22
+ * Checks if there are any published rank posts.
23
+ * @returns (bool) true or false
24
+ * @since 1.3.2
25
+ * @version 1.0
26
+ */
27
+ if ( ! function_exists( 'mycred_get_published_ranks' ) ) {
28
+ function mycred_get_published_ranks() {
29
+ global $wpdb;
30
+ return $wpdb->get_var( "SELECT COUNT(*) FROM {$wpdb->posts} WHERE post_type = 'mycred_rank' AND post_status = 'publish';" );
31
+ }
32
+ }
33
+
34
+ /**
35
+ * Assign Ranks
36
+ * Runs though all user balances and assigns each users their
37
+ * appropriate ranks.
38
+ * @returns (int) number of users effected by rank change or -1 if all users were effected.
39
+ * @since 1.3.2
40
+ * @version 1.0
41
+ */
42
+ if ( ! function_exists( 'mycred_assign_ranks' ) ) {
43
+ function mycred_assign_ranks() {
44
+ global $mycred_ranks, $wpdb;
45
+
46
+ // Check for published ranks
47
+ $published_ranks = mycred_get_published_ranks();
48
+
49
+ // Only one rank exists
50
+ if ( $published_ranks == 1 ) {
51
+ // Get this single rank
52
+ $rank_id = $wpdb->get_var( "
53
+ SELECT ID FROM {$wpdb->posts}
54
+ WHERE post_type = 'mycred_rank' AND post_status = 'publish';" );
55
+
56
+ // Update all users rank to this single rank
57
+ $wpdb->query( $wpdb->prepare( "
58
+ UPDATE {$wpdb->usermeta}
59
+ SET meta_value = %d
60
+ WHERE meta_key = 'mycred_rank';", $rank_id ) );
61
+
62
+ $wpdb->flush();
63
+ return 0-1;
64
  }
65
+ // Multiple ranks exists
66
+ elseif ( $published_ranks > 1 ) {
67
+ /*
68
+ Get all user balances
69
+ $users = array(
70
+ [0] => array(
71
+ [ID] => user id
72
+ [balance] => current balance
73
+ )
74
+ );
75
+ */
76
+ $users = $wpdb->get_results( "
77
+ SELECT user_id AS ID, meta_value AS balance
78
+ FROM {$wpdb->usermeta}
79
+ WHERE meta_key = 'mycred_default';", 'ARRAY_A' );
80
 
81
+ /*
82
+ Get rank ids with each ranks min and max values
83
+ $ranks = array(
84
+ [0] => array(
85
+ [ID] => rank id
86
+ [min] => mycred_rank_min value
87
+ [max] => mycred_rank_max value
88
+ )
89
+ );
90
+ */
91
+ $ranks = $wpdb->get_results( "
92
+ SELECT rank.ID AS ID, min.meta_value AS min, max.meta_value AS max
93
+ FROM {$wpdb->posts} rank
94
+ INNER JOIN {$wpdb->postmeta} min ON ( min.post_id = rank.ID AND min.meta_key = 'mycred_rank_min' )
95
+ INNER JOIN {$wpdb->postmeta} max ON ( max.post_id = rank.ID AND max.meta_key = 'mycred_rank_max' )
96
+ WHERE rank.post_type = 'mycred_rank' AND rank.post_status = 'publish';", 'ARRAY_A' );
97
+
98
+ $count = 0;
99
+ foreach ( $users as $user ) {
100
+ foreach ( $ranks as $rank ) {
101
+ if ( $rank['min'] <= $user['balance'] && $rank['max'] >= $user['balance'] ) {
102
+ update_user_meta( $user['ID'], 'mycred_rank', $rank['ID'] );
103
+ $count = $count+1;
104
+ break 1;
105
+ }
106
+ }
107
+ }
108
+ $wpdb->flush();
109
+
110
+ unset( $users );
111
+ unset( $ranks );
112
+
113
+ return $count;
114
+ }
115
+ // No ranks exists
116
+ else {
117
+ // nothing to do when there are no ranks
118
+ return 0;
119
+ }
120
  }
121
  }
122
+
123
  /**
124
  * Get Ranks
125
  * Retreaves a given rank.
130
  * @since 1.1
131
  * @version 1.0
132
  */
133
+ if ( ! function_exists( 'mycred_get_rank' ) ) {
134
  function mycred_get_rank( $rank_title = '', $format = 'OBJECT' ) {
135
  if ( empty( $rank_title ) ) return $rank_title;
136
  return get_page_by_title( $rank_title, $format, 'mycred_rank' );
146
  * @param $attr (array) if $return is set to 'logo', optional logo image attributes
147
  * @uses mycred_find_users_rank()
148
  * @uses get_the_title()
149
+ * @returns (string) rank object item requested or - if no ranks exists
150
  * @since 1.1
151
+ * @version 1.0.1
152
  */
153
+ if ( ! function_exists( 'mycred_get_users_rank' ) ) {
154
  function mycred_get_users_rank( $user_id = NULL, $return = 'post_title', $logo_size = 'post-thumbnail', $attr = NULL ) {
155
  if ( $user_id === NULL ) return '';
156
  $rank_id = get_user_meta( $user_id, 'mycred_rank', true );
157
  if ( empty( $rank ) ) {
158
+ $rank = mycred_find_users_rank( $user_id, true );
159
+ $rank_id = mycred_get_rank_id_from_title( $rank );
160
  }
161
 
162
  if ( $return == 'logo' )
163
  return mycred_get_rank_logo( $rank_id, $logo_size, $attr );
164
 
165
+ $rank = get_post( $rank_id );
166
+ if ( $rank === NULL )
167
+ return '-';
168
+ else
169
+ return $rank->$return;
170
  }
171
  }
172
  /**
177
  * @param $save (bool) option to save the rank to the given users meta data
178
  * @param $amount (int|float) optional amount to add to current balance
179
  * @param $type (string) optional cred type to check
180
+ * @uses $wpdb
181
+ * @returns (string) users rank title.
 
 
182
  * @since 1.1
183
+ * @version 1.3
184
  */
185
+ if ( ! function_exists( 'mycred_find_users_rank' ) ) {
186
  function mycred_find_users_rank( $user_id = NULL, $save = false, $amount = 0, $type = '' ) {
187
+ global $mycred_ranks, $wpdb;
188
+
189
  $mycred = mycred_get_settings();
190
 
191
  // Check for exclusion
192
+ if ( $mycred->exclude_user( $user_id ) ) return;
193
 
194
  // Get users balance
195
  if ( $user_id === NULL )
198
  $balance = $mycred->get_users_cred( $user_id, $type );
199
 
200
  // The new balance before it is saved
201
+ $balance = $mycred->number( $balance+$amount );
202
+
203
+ // Get Published ranks
204
+ $mycred_ranks = mycred_get_published_ranks();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
 
206
+ $rank_id = 0;
207
+ $rank_title = __( 'No rank', 'mycred' );
208
+
209
+ // Only one rank exists
210
+ if ( $mycred_ranks == 1 ) {
211
+ // Get this rank
212
+ $rank = $wpdb->get_row( "
213
+ SELECT ID, post_title
214
+ FROM {$wpdb->posts}
215
+ WHERE post_type = 'mycred_rank' AND post_status = 'publish';" );
216
+
217
+ $rank_id = $rank->ID;
218
+ $rank_title = $rank->post_title;
219
+ unset( $rank );
220
  }
221
+ // Multiple ranks exists
222
+ elseif ( $mycred_ranks > 1 ) {
223
+ /*
224
+ Get rank ids with each ranks min and max values
225
+ $ranks = array(
226
+ [0] => array(
227
+ [ID] => rank id
228
+ [title] => rank title
229
+ [min] => mycred_rank_min value
230
+ [max] => mycred_rank_max value
231
+ )
232
  );
233
+ */
234
+ $ranks = $wpdb->get_results( "
235
+ SELECT rank.ID AS ID, rank.post_title AS title, min.meta_value AS min, max.meta_value AS max
236
+ FROM {$wpdb->posts} rank
237
+ INNER JOIN {$wpdb->postmeta} min ON ( min.post_id = rank.ID AND min.meta_key = 'mycred_rank_min' )
238
+ INNER JOIN {$wpdb->postmeta} max ON ( max.post_id = rank.ID AND max.meta_key = 'mycred_rank_max' )
239
+ WHERE post_type = 'mycred_rank' AND post_status = 'publish';", 'ARRAY_A' );
240
+
241
+ // Loop though each rank
242
+ foreach ( $ranks as $rank ) {
243
+ // If balance fits break with this ranks details
244
+ if ( $mycred->number( $rank['min'] ) <= $balance && $mycred->number( $rank['max'] ) >= $balance ) {
245
+ $rank_id = $rank['ID'];
246
+ $rank_title = $rank['title'];
247
+ break;
248
  }
249
  }
250
+ unset( $ranks );
 
 
 
 
251
  }
252
 
253
  // Save if requested
254
+ if ( $save && $rank_id != 0 )
255
  update_user_meta( $user_id, 'mycred_rank', $rank_id );
256
 
257
  // Let others play
258
  do_action( 'mycred_find_users_rank', $user_id, $rank_id );
259
 
 
 
260
  return $rank_title;
261
  }
262
  }
269
  * @since 1.1
270
  * @version 1.0
271
  */
272
+ if ( ! function_exists( 'mycred_get_rank_id_from_title' ) ) {
273
  function mycred_get_rank_id_from_title( $title ) {
274
  $rank = mycred_get_rank( $title );
275
  if ( $rank === NULL || empty( $rank ) ) return '';
282
  * @since 1.1
283
  * @version 1.0
284
  */
285
+ if ( ! function_exists( 'mycred_get_my_rank' ) ) {
286
  function mycred_get_my_rank() {
287
  return mycred_get_users_rank( get_current_user_id() );
288
  }
298
  * @since 1.1
299
  * @version 1.0
300
  */
301
+ if ( ! function_exists( 'mycred_get_ranks' ) ) {
302
  function mycred_get_ranks( $status = 'publish', $number = '-1', $order = 'DESC' ) {
303
  $args = array(
304
  'post_type' => 'mycred_rank',
327
  * rank.
328
  * @param $rank (int|string) either a rank id or rank name
329
  * @param $number (int) number of users to return
 
 
330
  * @returns (array) empty if no users were found or associative array with user ID as key and display name as value
331
  * @since 1.1
332
+ * @version 1.1
333
  */
334
+ if ( ! function_exists( 'mycred_get_users_of_rank' ) ) {
335
+ function mycred_get_users_of_rank( $rank_id, $number = NULL, $order = 'DESC' ) {
336
+ if ( !is_numeric( $rank_id ) )
337
+ $rank_id = mycred_get_rank_id_from_title( $rank_id );
338
 
339
+ if ( $rank_id === NULL ) return '';
340
 
341
  global $wpdb;
342
+
343
+ $sql = "
344
+ SELECT rank.user_id
345
+ FROM {$wpdb->usermeta} rank
346
+ INNER JOIN {$wpdb->usermeta} balance ON ( rank.user_id = balance.user_id AND balance.meta_key = 'mycred_default' )
347
+ WHERE rank.meta_key = 'mycred_rank' AND rank.meta_value = %d
348
+ ORDER BY balance.meta_value+0";
349
 
350
  // Order
351
+ if ( $order == 'ASC' )
352
+ $sql .= ' ASC';
353
  else
354
  $sql .= ' DESC';
355
 
356
  // Limit
357
  if ( $number !== NULL )
358
+ $sql .= ' LIMIT 0,' . abs( $number ) . ';';
359
+ else
360
+ $sql .= ';';
361
 
362
  // Run query
363
+ $users = $wpdb->get_results( $wpdb->prepare( $sql, $rank_id ), 'ARRAY_A' );
364
+ $wpdb->flush();
365
+
366
+ return $users;
 
 
 
 
 
 
 
 
 
367
  }
368
  }
369
  /**
376
  * @since 1.1
377
  * @version 1.0
378
  */
379
+ if ( ! function_exists( 'mycred_rank_has_logo' ) ) {
380
  function mycred_rank_has_logo( $rank_id ) {
381
  if ( !is_numeric( $rank_id ) )
382
  $rank_id = mycred_get_rank_id_from_title( $rank_id );
398
  * @since 1.1
399
  * @version 1.0
400
  */
401
+ if ( ! function_exists( 'mycred_get_rank_logo' ) ) {
402
  function mycred_get_rank_logo( $rank_id, $size = 'post-thumbnail', $attr = NULL ) {
403
  if ( !is_numeric( $rank_id ) )
404
  $rank_id = mycred_get_rank_id_from_title( $rank_id );
addons/ranks/js/index.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+ // Silence is golden.
3
+ ?>
addons/ranks/js/management.js ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * myCRED Management Scripts
3
+ * @since 1.3
4
+ * @version 1.0
5
+ */
6
+ jQuery(function($) {
7
+
8
+ var mycred_action_delete_ranks = function( button ) {
9
+ var label = button.val();
10
+ $.ajax({
11
+ type : "POST",
12
+ data : {
13
+ action : 'mycred-action-delete-ranks',
14
+ token : myCRED_Ranks.token
15
+ },
16
+ dataType : "JSON",
17
+ url : myCRED_Ranks.ajaxurl,
18
+ beforeSend : function() {
19
+ button.attr( 'value', myCRED_Ranks.working );
20
+ button.attr( 'disabled', 'disabled' );
21
+ },
22
+ success : function( data ) {
23
+ console.log( data );
24
+
25
+ if ( data.status == 'OK' ) {
26
+ $( 'input#mycred-ranks-no-of-ranks' ).val( data.rows );
27
+ button.val( myCREDmanage.done );
28
+ button.removeClass( 'button-primary' );
29
+ }
30
+ else {
31
+ button.val( label );
32
+ button.removeAttr( 'disabled' );
33
+ }
34
+ },
35
+ error : function( jqXHR, textStatus, errorThrown ) {
36
+ // Debug
37
+ console.log( textStatus + ':' + errorThrown );
38
+ button.attr( 'value', label );
39
+ button.removeAttr( 'disabled' );
40
+ }
41
+ });
42
+ };
43
+
44
+ $( 'input#mycred-manage-action-reset-ranks' ).click(function(){
45
+ // Confirm action
46
+ if ( confirm( myCRED_Ranks.confirm_del ) ) {
47
+ mycred_action_delete_ranks( $(this) );
48
+ }
49
+ });
50
+
51
+ var mycred_action_assign_ranks = function( button ) {
52
+ var label = button.val();
53
+ $.ajax({
54
+ type : "POST",
55
+ data : {
56
+ action : 'mycred-action-assign-ranks',
57
+ token : myCRED_Ranks.token
58
+ },
59
+ dataType : "JSON",
60
+ url : myCRED_Ranks.ajaxurl,
61
+ beforeSend : function() {
62
+ button.attr( 'value', myCRED_Ranks.working );
63
+ button.attr( 'disabled', 'disabled' );
64
+ },
65
+ success : function( data ) {
66
+ console.log( data );
67
+
68
+ if ( data.status == 'OK' ) {
69
+ button.val( myCREDmanage.done );
70
+ }
71
+ else {
72
+ button.val( label );
73
+ button.removeAttr( 'disabled' );
74
+ }
75
+ },
76
+ error : function( jqXHR, textStatus, errorThrown ) {
77
+ // Debug
78
+ console.log( textStatus + ':' + errorThrown );
79
+ button.attr( 'value', label );
80
+ button.removeAttr( 'disabled' );
81
+ }
82
+ });
83
+ };
84
+
85
+ $( 'input#mycred-manage-action-assign-ranks' ).click(function(){
86
+ // Confirm action
87
+ if ( confirm( myCRED_Ranks.confirm_assign ) ) {
88
+ mycred_action_assign_ranks( $(this) );
89
+ }
90
+ });
91
+ });
addons/ranks/myCRED-addon-ranks.php CHANGED
@@ -67,8 +67,7 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
67
  'page-attributes' => 0,
68
  'custom-fields' => 0
69
  );
70
-
71
- add_action( 'mycred_help', array( $this, 'help' ), 10, 2 );
72
  add_action( 'mycred_parse_tags_user', array( $this, 'parse_rank' ), 10, 3 );
73
  add_action( 'mycred_post_type_excludes', array( $this, 'exclude_ranks' ) );
74
  }
@@ -76,9 +75,11 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
76
  /**
77
  * Hook into Init
78
  * @since 1.1
79
- * @version 1.2
80
  */
81
  public function module_init() {
 
 
82
  $this->register_post_type();
83
  $this->add_default_rank();
84
 
@@ -104,6 +105,8 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
104
  add_shortcode( 'mycred_users_of_rank', 'mycred_render_users_of_rank' );
105
  add_shortcode( 'mycred_users_of_all_ranks', 'mycred_render_users_of_all_ranks' );
106
  add_shortcode( 'mycred_list_ranks', 'mycred_render_rank_list' );
 
 
107
 
108
  add_action( 'wp_ajax_mycred-calc-totals', array( $this, 'calculate_totals' ) );
109
  }
@@ -114,6 +117,7 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
114
  * @version 1.1
115
  */
116
  public function module_admin_init() {
 
117
  add_filter( 'manage_mycred_rank_posts_columns', array( $this, 'adjust_column_headers' ) );
118
  add_action( 'manage_mycred_rank_posts_custom_column', array( $this, 'adjust_column_content' ), 10, 2 );
119
 
@@ -127,6 +131,59 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
127
 
128
  add_action( 'add_meta_boxes_mycred_rank', array( $this, 'add_meta_boxes' ) );
129
  add_action( 'save_post', array( $this, 'save_rank_settings' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  }
131
 
132
  /**
@@ -142,18 +199,51 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
142
  /**
143
  * Enqueue Scripts & Styles
144
  * @since 1.1
145
- * @version 1.0
146
  */
147
  public function enqueue_scripts() {
148
  $screen = get_current_screen();
149
- // Commonly used
 
150
  if ( $screen->id == 'edit-mycred_rank' ) {
151
  wp_enqueue_style( 'mycred-admin' );
 
152
  }
153
- elseif ( $screen->id == 'mycred_rank' ) {
 
 
154
  wp_enqueue_style( 'mycred-admin' );
155
  wp_dequeue_script( 'autosave' );
156
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  }
158
 
159
  /**
@@ -220,16 +310,13 @@ if ( !class_exists( 'myCRED_Ranks' ) ) {
220
 
221
  global $wpdb;
222
 
223
- $sql = "
224
- SELECT
225
- user_id AS ID,
226
- SUM(CASE WHEN creds > 0 THEN creds ELSE 0 END) as positives_sum,
227
- SUM(CASE WHEN creds < 0 THEN creds ELSE 0 END) as negatives_sum
228
- FROM
229
- {$this->core->log_table}
230
- GROUP BY
231
- user_id;";
232
- $users = $wpdb->get_results( $sql );
233
  $count = 0;
234
  if ( $users ) {
235
  foreach ( $users as $user ) {
@@ -284,56 +371,22 @@ GROUP BY
284
  * Publishing Content
285
  * Check if users rank should change.
286
  * @since 1.1
287
- * @version 1.1
288
  */
289
  public function post_status_change( $new_status, $old_status, $post ) {
 
 
290
  // Only ranks please
291
  if ( $post->post_type != 'mycred_rank' ) return;
292
 
293
  // Publishing rank
294
- $status = apply_filters( 'mycred_publish_hook_old', array( 'new', 'auto-draft', 'draft', 'private', 'pending', 'scheduled' ) );
295
- if ( in_array( $old_status, $status ) && $new_status == 'publish' ) {
296
- $this->assign_ranks();
297
  }
298
 
299
  // Trashing of rank
300
- elseif ( $old_status == 'publish' && $new_status == 'trash' ) {
301
- $this->assign_ranks();
302
- }
303
-
304
- // Delete transient
305
- delete_transient( 'mycred_ranks' );
306
- }
307
-
308
- /**
309
- * Assign Ranks
310
- * Runs though all registered members and assigns ranks
311
- * @since 1.1.1
312
- * @version 1.1
313
- */
314
- public function assign_ranks() {
315
- // Run though all users and find their rank
316
- $mycred = mycred_get_settings();
317
- $args = array();
318
-
319
- // In case we have an exclude list
320
- if ( isset( $mycred->exclude['list'] ) && !empty( $mycred->exclude['list'] ) )
321
- $args['exclude'] = explode( ',', $mycred->exclude['list'] );
322
-
323
- $users = get_users( $args );
324
- $rank_users = array();
325
- if ( $users ) {
326
- foreach ( $users as $user ) {
327
- // The above exclude list will not take into account
328
- // if admins are excluded. For this reason we need to run
329
- // this check again to avoid including them in this list.
330
- if ( $mycred->exclude_user( $user->ID ) ) continue;
331
- // Find users rank
332
- if ( $this->rank['base'] == 'total' )
333
- mycred_find_users_rank( $user->ID, true, 0, $this->core->cred_id . '_total' );
334
- else
335
- mycred_find_users_rank( $user->ID, true );
336
- }
337
  }
338
  }
339
 
@@ -433,26 +486,25 @@ GROUP BY
433
  * @version 1.0.1
434
  */
435
  public function add_default_rank() {
436
- if ( mycred_have_ranks() ) return;
437
- $rank = array();
438
- $rank['post_title'] = __( 'Newbie', 'mycred' );
439
- $rank['post_type'] = 'mycred_rank';
440
- $rank['post_status'] = 'publish';
441
 
442
- $rank_id = wp_insert_post( $rank );
 
 
 
 
 
 
443
 
444
- update_post_meta( $rank_id, 'mycred_rank_min', 0 );
445
- update_post_meta( $rank_id, 'mycred_rank_max', 9999999 );
446
 
447
- $args = array();
448
- if ( isset( $this->core->exclude['list'] ) && !empty( $this->core->exclude['list'] ) )
449
- $args['exclude'] = explode( ',', $this->core->exclude['list'] );
450
 
451
- $users = get_users( $args );
452
- if ( $users ) {
453
- foreach ( $users as $user ) {
454
- update_user_meta( $user->ID, 'mycred_rank', $rank_id );
455
- }
456
  }
457
  }
458
 
@@ -684,7 +736,7 @@ GROUP BY
684
  update_post_meta( $post_id, 'mycred_rank_max', $max );
685
 
686
  if ( get_post_status( $post_id ) == 'publish' )
687
- $this->assign_ranks();
688
  }
689
 
690
  /**
@@ -882,28 +934,33 @@ jQuery(function($){
882
  }
883
 
884
  /**
885
- * Help
886
- * @since 1.1
887
  * @version 1.0
888
  */
889
- public function help( $screen_id, $screen ) {
890
- if ( $screen_id == 'mycred_page_myCRED_page_settings' ) {
891
- $screen->add_help_tab( array(
892
- 'id' => 'mycred-rank',
893
- 'title' => __( 'Ranks', 'mycred' ),
894
- 'content' => '
895
- <p>' . __( 'You can create ranks according to the amount of points a user has. By default, ranks are only visible in widgets and shortcodes however it is possible for you to also create archive pages in your theme for all ranks or specific ones.', 'mycred' ) . '</p>
896
- <p><strong>' . __( 'Rank Basis', 'mycred' ) . '</strong></p>
897
- <p>' . $this->core->template_tags_general( __( 'As of version 1.2, you can select to rank users according to their current balance or the total amount of %_plural% they have accumulated. This is recommended if you do not want users to get demoted if they use their %_plural% to pay for items in your store or event tickets.', 'mycred' ) ) . '</p>
898
- <p><strong>' . __( 'Templates', 'mycred' ) . '</strong></p>
899
- <p>' . __( 'Ranks are just another custom post type which means that you can, if you select to make Ranks Public, create custom template files for ranks in your theme folder.', 'mycred' ) . '</p>
900
- <p>' . sprintf( __( 'For more information on Templates for Custom Post Types visit the <a href="%s">WordPress Codex</a>.', 'mycred' ), 'http://codex.wordpress.org/Post_Types#Custom_Post_Types' ) . '</p>
901
- <p><strong>' . __( 'Changing URL Slug', 'mycred' ) . '</strong></p>
902
- <p>' . __( 'You can change the URL slug used for ranks to any URL friendly value.', 'mycred' ) . '</p>
903
- <p>' . __( 'If you are using a custom permalink structure and you make ranks public or change the slug, you will need to visit your permalink settings page and click "Save Changes" to flush your re-write rules! Otherwise you will get a 404 error message when trying to view a rank archive page.', 'mycred' ) . '</span></p>'
904
- ) );
905
- }
906
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
907
  }
908
  }
909
  $rank = new myCRED_Ranks();
67
  'page-attributes' => 0,
68
  'custom-fields' => 0
69
  );
70
+
 
71
  add_action( 'mycred_parse_tags_user', array( $this, 'parse_rank' ), 10, 3 );
72
  add_action( 'mycred_post_type_excludes', array( $this, 'exclude_ranks' ) );
73
  }
75
  /**
76
  * Hook into Init
77
  * @since 1.1
78
+ * @version 1.3
79
  */
80
  public function module_init() {
81
+ global $mycred_ranks;
82
+
83
  $this->register_post_type();
84
  $this->add_default_rank();
85
 
105
  add_shortcode( 'mycred_users_of_rank', 'mycred_render_users_of_rank' );
106
  add_shortcode( 'mycred_users_of_all_ranks', 'mycred_render_users_of_all_ranks' );
107
  add_shortcode( 'mycred_list_ranks', 'mycred_render_rank_list' );
108
+
109
+ add_action( 'mycred_management_prefs', array( $this, 'rank_management' ) );
110
 
111
  add_action( 'wp_ajax_mycred-calc-totals', array( $this, 'calculate_totals' ) );
112
  }
117
  * @version 1.1
118
  */
119
  public function module_admin_init() {
120
+ add_action( 'admin_print_styles-edit-mycred_rank', array( $this, 'ranks_page_header' ) );
121
  add_filter( 'manage_mycred_rank_posts_columns', array( $this, 'adjust_column_headers' ) );
122
  add_action( 'manage_mycred_rank_posts_custom_column', array( $this, 'adjust_column_content' ), 10, 2 );
123
 
131
 
132
  add_action( 'add_meta_boxes_mycred_rank', array( $this, 'add_meta_boxes' ) );
133
  add_action( 'save_post', array( $this, 'save_rank_settings' ) );
134
+
135
+ add_action( 'wp_ajax_mycred-action-delete-ranks', array( $this, 'action_delete_ranks' ) );
136
+ add_action( 'wp_ajax_mycred-action-assign-ranks', array( $this, 'action_assign_ranks' ) );
137
+ }
138
+
139
+ /**
140
+ * Delete Ranks
141
+ * @since 1.3.2
142
+ * @version 1.0
143
+ */
144
+ public function action_delete_ranks() {
145
+ check_ajax_referer( 'mycred-management-actions-roles', 'token' );
146
+
147
+ global $wpdb;
148
+
149
+ // First get the ids of all existing ranks
150
+ $rank_ids = $wpdb->get_col( "
151
+ SELECT ID
152
+ FROM {$wpdb->posts}
153
+ WHERE post_type = 'mycred_rank';" );
154
+
155
+ // Delete all ranks
156
+ $wpdb->query( "
157
+ DELETE FROM {$wpdb->posts}
158
+ WHERE post_type = 'mycred_rank';" );
159
+
160
+ // Delete rank post meta
161
+ if ( $rank_ids ) {
162
+ $ids = implode( ',', $rank_ids );
163
+ $wpdb->query( "
164
+ DELETE FROM {$wpdb->postmeta}
165
+ WHERE post_id IN ({$ids});" );
166
+ }
167
+
168
+ // Confirm that ranks are gone
169
+ $rows = $wpdb->get_var( "
170
+ SELECT COUNT(*)
171
+ FROM {$wpdb->posts}
172
+ WHERE post_type = 'mycred_rank';" );
173
+
174
+ die( json_encode( array( 'status' => 'OK', 'rows' => $rows ) ) );
175
+ }
176
+
177
+ /**
178
+ * Assign Ranks
179
+ * @since 1.3.2
180
+ * @version 1.0
181
+ */
182
+ public function action_assign_ranks() {
183
+ check_ajax_referer( 'mycred-management-actions-roles', 'token' );
184
+
185
+ $adjustments = mycred_assign_ranks();
186
+ die( json_encode( array( 'status' => 'OK', 'rows' => $adjustments ) ) );
187
  }
188
 
189
  /**
199
  /**
200
  * Enqueue Scripts & Styles
201
  * @since 1.1
202
+ * @version 1.1
203
  */
204
  public function enqueue_scripts() {
205
  $screen = get_current_screen();
206
+
207
+ // Ranks List Page
208
  if ( $screen->id == 'edit-mycred_rank' ) {
209
  wp_enqueue_style( 'mycred-admin' );
210
+ wp_enqueue_style( 'mycred-admin' );
211
  }
212
+
213
+ // Edit Rank Page
214
+ if ( $screen->id == 'mycred_rank' ) {
215
  wp_enqueue_style( 'mycred-admin' );
216
  wp_dequeue_script( 'autosave' );
217
  }
218
+
219
+ // Insert management script
220
+ if ( $screen->id == 'mycred_page_myCRED_page_settings' ) {
221
+ wp_register_script(
222
+ 'mycred-rank-management',
223
+ plugins_url( 'js/management.js', myCRED_RANKS ),
224
+ array( 'jquery' ),
225
+ myCRED_VERSION . '.1'
226
+ );
227
+ wp_localize_script(
228
+ 'mycred-rank-management',
229
+ 'myCRED_Ranks',
230
+ array(
231
+ 'ajaxurl' => admin_url( 'admin-ajax.php' ),
232
+ 'token' => wp_create_nonce( 'mycred-management-actions-roles' ),
233
+ 'working' => __( 'Processing...', 'mycred' ),
234
+ 'confirm_del' => __( 'Warning! All ranks will be deleted! This can not be undone!', 'mycred' ),
235
+ 'confirm_assign' => __( 'Are you sure you want to re-assign user ranks?', 'mycred' )
236
+ )
237
+ );
238
+ wp_enqueue_script( 'mycred-rank-management' );
239
+ }
240
+
241
+ if ( in_array( $screen->id, array( 'edit-mycred_rank', 'mycred_rank' ) ) ) { ?>
242
+ <style type="text/css">
243
+ #icon-myCRED, .icon32-posts-mycred_email_notice, .icon32-posts-mycred_rank { background-image: url(<?php echo apply_filters( 'mycred_icon', plugins_url( 'assets/images/cred-icon32.png', myCRED_THIS ) ); ?>); }
244
+ </style>
245
+ <?php
246
+ }
247
  }
248
 
249
  /**
310
 
311
  global $wpdb;
312
 
313
+ $users = $wpdb->get_results( "
314
+ SELECT user_id AS ID,
315
+ SUM(CASE WHEN creds > 0 THEN creds ELSE 0 END) as positives_sum,
316
+ SUM(CASE WHEN creds < 0 THEN creds ELSE 0 END) as negatives_sum
317
+ FROM {$this->core->log_table}
318
+ GROUP BY user_id;" );
319
+
 
 
 
320
  $count = 0;
321
  if ( $users ) {
322
  foreach ( $users as $user ) {
371
  * Publishing Content
372
  * Check if users rank should change.
373
  * @since 1.1
374
+ * @version 1.2.1
375
  */
376
  public function post_status_change( $new_status, $old_status, $post ) {
377
+ global $mycred_ranks;
378
+
379
  // Only ranks please
380
  if ( $post->post_type != 'mycred_rank' ) return;
381
 
382
  // Publishing rank
383
+ if ( $new_status == 'publish' && $old_status != 'publish' ) {
384
+ mycred_assign_ranks();
 
385
  }
386
 
387
  // Trashing of rank
388
+ elseif ( $new_status == 'trash' && $old_status != 'trash' ) {
389
+ mycred_assign_ranks();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
390
  }
391
  }
392
 
486
  * @version 1.0.1
487
  */
488
  public function add_default_rank() {
489
+ global $mycred_ranks;
 
 
 
 
490
 
491
+ // If there are no ranks at all
492
+ if ( ! mycred_have_ranks() ) {
493
+ // Construct a new post
494
+ $rank = array();
495
+ $rank['post_title'] = __( 'Newbie', 'mycred' );
496
+ $rank['post_type'] = 'mycred_rank';
497
+ $rank['post_status'] = 'publish';
498
 
499
+ // Insert new rank post
500
+ $rank_id = wp_insert_post( $rank );
501
 
502
+ // Update min and max values
503
+ update_post_meta( $rank_id, 'mycred_rank_min', 0 );
504
+ update_post_meta( $rank_id, 'mycred_rank_max', 9999999 );
505
 
506
+ $mycred_ranks = 1;
507
+ mycred_assign_ranks();
 
 
 
508
  }
509
  }
510
 
736
  update_post_meta( $post_id, 'mycred_rank_max', $max );
737
 
738
  if ( get_post_status( $post_id ) == 'publish' )
739
+ mycred_assign_ranks();
740
  }
741
 
742
  /**
934
  }
935
 
936
  /**
937
+ * Management
938
+ * @since 1.3.2
939
  * @version 1.0
940
  */
941
+ public function rank_management() {
942
+ $data = mycred_get_published_ranks();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
943
 
944
+ $reset_block = false;
945
+ if ( $data == 0 || $data === false )
946
+ $reset_block = true; ?>
947
+
948
+ <label class="subheader"><?php _e( 'Ranks', 'mycred' ); ?></label>
949
+ <ol id="myCRED-rank-actions" class="inline">
950
+ <li>
951
+ <label><?php _e( 'Rank Post Type', 'mycred' ); ?></label>
952
+ <div class="h2"><input type="text" id="mycred-rank-post-type" disabled="disabled" value="mycred_rank" class="readonly" /></div>
953
+ </li>
954
+ <li>
955
+ <label><?php _e( 'No. of ranks', 'mycred' ); ?></label>
956
+ <div class="h2"><input type="text" id="mycred-ranks-no-of-ranks" disabled="disabled" value="<?php echo $data; ?>" class="readonly short" /></div>
957
+ </li>
958
+ <li>
959
+ <label><?php _e( 'Actions', 'mycred' ); ?></label>
960
+ <div class="h2"><input type="button" id="mycred-manage-action-reset-ranks" value="<?php _e( 'Remove All Ranks', 'mycred' ); ?>" class="button button-large large <?php if ( $reset_block ) echo '" disabled="disabled'; else echo 'button-primary'; ?>" /> <input type="button" id="mycred-manage-action-assign-ranks" value="<?php _e( 'Assign Ranks to Users', 'mycred' ); ?>" class="button button-large large <?php if ( $reset_block ) echo '" disabled="disabled'; ?>" /></div>
961
+ </li>
962
+ </ol>
963
+ <?php
964
  }
965
  }
966
  $rank = new myCRED_Ranks();
addons/transfer/js/transfer.js CHANGED
@@ -6,7 +6,7 @@
6
  * @requires jQuery UI
7
  * @requires jQuery Autocomplete
8
  * @since 0.1
9
- * @version 1.0.21
10
  */
11
  jQuery(function($){
12
  // Transfer function
@@ -74,7 +74,9 @@ jQuery(function($){
74
  // Transfer Completed.
75
  else if ( data == 'ok' ) {
76
  alert( myCRED.completed );
77
- location.reload();
 
 
78
  }
79
  },
80
  // Error (sent to console)
@@ -101,7 +103,6 @@ jQuery(function($){
101
 
102
  var send = {
103
  action : "mycred-autocomplete",
104
- me : myCRED.user_id,
105
  token : myCRED.atoken,
106
  string : request
107
  };
6
  * @requires jQuery UI
7
  * @requires jQuery Autocomplete
8
  * @since 0.1
9
+ * @version 1.1
10
  */
11
  jQuery(function($){
12
  // Transfer function
74
  // Transfer Completed.
75
  else if ( data == 'ok' ) {
76
  alert( myCRED.completed );
77
+
78
+ if ( myCRED.reload == '1' )
79
+ location.reload();
80
  }
81
  },
82
  // Error (sent to console)
103
 
104
  var send = {
105
  action : "mycred-autocomplete",
 
106
  token : myCRED.atoken,
107
  string : request
108
  };
addons/transfer/myCRED-addon-transfer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Addon: Transfer
4
  * Addon URI: http://mycred.me/add-ons/transfer/
5
- * Version: 1.0
6
  * Description: Allow your users to send or "donate" points to other members by either using the mycred_transfer shortcode or the myCRED Transfer widget.
7
  * Author: Gabriel S Merovingi
8
  * Author URI: http://www.merovingi.com
@@ -23,7 +23,7 @@ define( 'myCRED_TRANSFER_VERSION', myCRED_VERSION . '.1' );
23
  * Manages this add-on by hooking into myCRED where needed. Regsiters our custom shortcode and widget
24
  * along with scripts and styles needed. Also adds settings to the myCRED settings page.
25
  * @since 0.1
26
- * @version 1.0
27
  */
28
  if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
29
  class myCRED_Transfer_Creds extends myCRED_Module {
@@ -49,6 +49,8 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
49
  'limit' => 'Your current %limit% transfer limit is %left%',
50
  'button' => __( 'Transfer', 'mycred' )
51
  ),
 
 
52
  'limit' => array(
53
  'amount' => 1000,
54
  'limit' => 'none'
@@ -58,7 +60,6 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
58
  'add_to_core' => true
59
  ) );
60
 
61
- add_action( 'mycred_help', array( $this, 'help' ), 10, 2 );
62
  add_filter( 'mycred_email_before_send', array( $this, 'email_notices' ), 10, 2 );
63
  }
64
 
@@ -120,7 +121,7 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
120
  * Front Footer
121
  * @filter 'mycred_transfer_messages'
122
  * @since 0.1
123
- * @version 1.0
124
  */
125
  public function front_footer() {
126
  global $mycred_load;
@@ -135,7 +136,8 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
135
  'user_id' => get_current_user_id(),
136
  'working' => __( 'Processing...', 'mycred' ),
137
  'token' => wp_create_nonce( 'mycred-transfer-creds' ),
138
- 'atoken' => wp_create_nonce( 'mycred-autocomplete' )
 
139
  );
140
 
141
  // Messages
@@ -162,7 +164,7 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
162
  /**
163
  * Settings Page
164
  * @since 0.1
165
- * @version 1.1
166
  */
167
  public function after_general_settings() {
168
  // Settings
@@ -178,7 +180,15 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
178
  'daily' => __( 'Impose daily limit.', 'mycred' ),
179
  'weekly' => __( 'Impose weekly limit.', 'mycred' )
180
  );
181
- $available_limits = apply_filters( 'mycred_transfer_limits', $limits, $settings ); ?>
 
 
 
 
 
 
 
 
182
 
183
  <h4><div class="icon icon-active"></div><?php echo $this->core->template_tags_general( __( 'Transfer %plural%', 'mycred' ) ); ?></h4>
184
  <div class="body" style="display:none;">
@@ -196,6 +206,24 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
196
  <span class="description"><?php _e( 'Available template tags: General, User', 'mycred' ); ?></span>
197
  </li>
198
  </ol>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  <label class="subheader"><?php _e( 'Limits', 'mycred' ); ?></label>
200
  <ol id="myCRED-transfer-limits">
201
  <?php
@@ -265,13 +293,19 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
265
  /**
266
  * Sanitize & Save Settings
267
  * @since 0.1
268
- * @version 1.0
269
  */
270
  public function sanitize_extra_settings( $new_data, $data, $general ) {
271
  // Log
272
  $new_data['transfers']['logs']['sending'] = sanitize_text_field( $data['transfers']['logs']['sending'] );
273
  $new_data['transfers']['logs']['receiving'] = sanitize_text_field( $data['transfers']['logs']['receiving'] );
274
 
 
 
 
 
 
 
275
  // Form Templates
276
  $new_data['transfers']['templates']['login'] = sanitize_text_field( $data['transfers']['templates']['login'] );
277
  $new_data['transfers']['templates']['balance'] = trim( $data['transfers']['templates']['balance'] );
@@ -296,8 +330,7 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
296
  */
297
  public function ajax_call_transfer() {
298
  // Security
299
- //check_ajax_referer( 'mycred-transfer-creds', 'token' );
300
- if ( !isset( $_POST['token'] ) || ( isset( $_POST['token'] ) && !wp_verify_nonce( $_POST['token'], 'mycred-transfer-creds' ) ) )
301
  die( json_encode( 'error_1' ) );
302
 
303
  // Required
@@ -318,10 +351,9 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
318
  die( json_encode( 'error_6' ) );
319
 
320
  // Get Recipient
321
- $ruser = get_user_by( 'login', $to );
322
- if ( $ruser === false ) die( json_encode( 'error_3' ) );
323
- if ( $this->core->exclude_user( $ruser->ID ) ) die( json_encode( 'error_4' ) );
324
- $recipient_id = $ruser->ID;
325
 
326
  // Prevent transfers to ourselves
327
  if ( $recipient_id == $from )
@@ -433,30 +465,65 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
433
  die( json_encode( 'ok' ) );
434
  }
435
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  /**
437
  * AJAX Autocomplete
438
  * @since 0.1
439
- * @version 1.0.1
440
  */
441
  public function ajax_call_autocomplete() {
 
 
 
 
 
442
  $results = array();
 
 
443
 
444
- // Security
445
- if ( isset( $_REQUEST['token'] ) && wp_verify_nonce( $_REQUEST['token'], 'mycred-autocomplete' ) ) {
446
- global $wpdb;
447
-
448
- // prep query
449
- $sql = "SELECT user_login, ID FROM {$wpdb->users} WHERE ID != %d AND user_login LIKE %s;";
450
- $search = $_REQUEST['string']['term'];
451
- $me = $_REQUEST['me'];
452
-
453
- // Query
454
- $blog_users = $wpdb->get_results( $wpdb->prepare( $sql, $me, $search . '%' ) , 'ARRAY_N' );
455
- if ( $wpdb->num_rows > 0 ) {
456
- foreach ( $blog_users as $hit ) {
457
- if ( $this->core->exclude_user( $hit[1] ) ) continue;
458
- $results[] = $hit[0];
459
- }
 
460
  }
461
  }
462
 
@@ -466,38 +533,18 @@ if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
466
  /**
467
  * Support for Email Notices
468
  * @since 1.1
469
- * @version 1.1
470
  */
471
  public function email_notices( $data ) {
472
  if ( $data['request']['ref'] == 'transfer' ) {
473
  $message = $data['message'];
474
  if ( $data['request']['ref_id'] == get_current_user_id() )
475
- $data['message'] = $this->core->template_tags_user( $message, false, wp_current_user_id() );
476
  else
477
  $data['message'] = $this->core->template_tags_user( $message, $data['request']['ref_id'] );
478
  }
479
  return $data;
480
  }
481
-
482
- /**
483
- * Contextual Help
484
- * @since 0.1
485
- * @version 1.0
486
- */
487
- public function help( $screen_id, $screen ) {
488
- if ( $screen_id != 'mycred_page_myCRED_page_settings' ) return;
489
-
490
- $screen->add_help_tab( array(
491
- 'id' => 'mycred-transfer',
492
- 'title' => __( 'Transfer', 'mycred' ),
493
- 'content' => '
494
- <p>' . $this->core->template_tags_general( __( 'This add-on lets your users transfer %_plural% to each other. Members who are set to be excluded can neither send or receive %_plural%.', 'mycred' ) ) . '</p>
495
- <p><strong>' . __( 'Transfer Limit', 'mycred' ) . '</strong></p>
496
- <p>' . __( 'You can impose a daily-, weekly- or monthly transfer limit for each user. Note, that this transfer limit is imposed on everyone who are not excluded from using myCRED.', 'mycred' ) . '</p>
497
- <p><strong>' . __( 'Usage', 'mycred' ) . '</strong></p>
498
- <p>' . __( 'Transfers can be made by either using the <code>mycred_transfer</code> shortcode or via the myCRED Transfer Widget.<br />For more information on how to use the shortcode, please visit the', 'mycred' ) . ' <a href="http://mycred.me/shortcodes/mycred_transfer/" target="_blank">myCRED Codex</a>.</p>'
499
- ) );
500
- }
501
  }
502
  $transfer = new myCRED_Transfer_Creds();
503
  $transfer->load();
@@ -632,7 +679,7 @@ if ( !class_exists( 'myCRED_Widget_Transfer' ) ) {
632
  * @attribute $show_balance (bool) set to true to show current users balance, defaults to true
633
  * @attribute $show_limit (bool) set to true to show current users limit. If limit is set to 'none' and $show_limit is set to true nothing will be returned
634
  * @since 0.1
635
- * @version 1.0
636
  */
637
  if ( !function_exists( 'mycred_transfer_render' ) ) {
638
  function mycred_transfer_render( $atts, $content = NULL )
@@ -697,16 +744,26 @@ if ( !function_exists( 'mycred_transfer_render' ) ) {
697
  $mycred_load = true;
698
 
699
  // If pay to is set
 
 
 
 
 
 
 
 
 
 
700
  if ( $pay_to !== NULL ) {
701
  $user = get_user_by( 'id', $pay_to );
702
- if ( $user !== false )
703
- $to_input = '<input type="text" name="mycred-transfer-to" value="' . $user->user_login . '" readonly="readonly" />';
704
- else
705
- $to_input = '<input type="text" name="mycred-transfer-to" value="" class="mycred-autofill" />';
706
-
707
- unset( $user );
 
708
  }
709
- else $to_input = '<input type="text" name="mycred-transfer-to" value="" class="mycred-autofill" />';
710
 
711
  // If content is passed on.
712
  if ( $content !== NULL && !empty( $content ) )
2
  /**
3
  * Addon: Transfer
4
  * Addon URI: http://mycred.me/add-ons/transfer/
5
+ * Version: 1.1
6
  * Description: Allow your users to send or "donate" points to other members by either using the mycred_transfer shortcode or the myCRED Transfer widget.
7
  * Author: Gabriel S Merovingi
8
  * Author URI: http://www.merovingi.com
23
  * Manages this add-on by hooking into myCRED where needed. Regsiters our custom shortcode and widget
24
  * along with scripts and styles needed. Also adds settings to the myCRED settings page.
25
  * @since 0.1
26
+ * @version 1.1
27
  */
28
  if ( !class_exists( 'myCRED_Transfer_Creds' ) ) {
29
  class myCRED_Transfer_Creds extends myCRED_Module {
49
  'limit' => 'Your current %limit% transfer limit is %left%',
50
  'button' => __( 'Transfer', 'mycred' )
51
  ),
52
+ 'autofill' => 'user_login',
53
+ 'reload' => 1,
54
  'limit' => array(
55
  'amount' => 1000,
56
  'limit' => 'none'
60
  'add_to_core' => true
61
  ) );
62
 
 
63
  add_filter( 'mycred_email_before_send', array( $this, 'email_notices' ), 10, 2 );
64
  }
65
 
121
  * Front Footer
122
  * @filter 'mycred_transfer_messages'
123
  * @since 0.1
124
+ * @version 1.1
125
  */
126
  public function front_footer() {
127
  global $mycred_load;
136
  'user_id' => get_current_user_id(),
137
  'working' => __( 'Processing...', 'mycred' ),
138
  'token' => wp_create_nonce( 'mycred-transfer-creds' ),
139
+ 'atoken' => wp_create_nonce( 'mycred-autocomplete' ),
140
+ 'reload' => $this->transfers['reload']
141
  );
142
 
143
  // Messages
164
  /**
165
  * Settings Page
166
  * @since 0.1
167
+ * @version 1.2
168
  */
169
  public function after_general_settings() {
170
  // Settings
180
  'daily' => __( 'Impose daily limit.', 'mycred' ),
181
  'weekly' => __( 'Impose weekly limit.', 'mycred' )
182
  );
183
+ $available_limits = apply_filters( 'mycred_transfer_limits', $limits, $settings );
184
+
185
+ // Autofill by
186
+ $autofill = $settings['autofill'];
187
+ $autofills = array(
188
+ 'user_login' => __( 'User Login (user_login)', 'mycred' ),
189
+ 'user_email' => __( 'User Email (user_email)', 'mycred' )
190
+ );
191
+ $available_autofill = apply_filters( 'mycred_transfer_autofill_by', $autofills, $settings ); ?>
192
 
193
  <h4><div class="icon icon-active"></div><?php echo $this->core->template_tags_general( __( 'Transfer %plural%', 'mycred' ) ); ?></h4>
194
  <div class="body" style="display:none;">
206
  <span class="description"><?php _e( 'Available template tags: General, User', 'mycred' ); ?></span>
207
  </li>
208
  </ol>
209
+ <label class="subheader"><?php _e( 'Autofill Recipient', 'mycred' ); ?></label>
210
+ <ol id="myCRED-transfer-autofill-by">
211
+ <li>
212
+ <select name="mycred_pref_core[transfers][autofill]" id="myCRED-transfer-autofill"><?php
213
+ foreach ( $available_autofill as $key => $label ) {
214
+ echo '<option value="' . $key . '"';
215
+ if ( $settings['autofill'] == $key ) echo ' selected="selected"';
216
+ echo '>' . $label . '</option>';
217
+ } ?></select><br />
218
+ <span class="description"><?php _e( 'Select what user details recipients should be autofilled by.', 'mycred' ); ?></span>
219
+ </li>
220
+ </ol>
221
+ <label class="subheader"><?php _e( 'Reload', 'mycred' ); ?></label>
222
+ <ol id="myCRED-transfer-logging-receive">
223
+ <li>
224
+ <input type="checkbox" name="mycred_pref_core[transfers][reload]" id="myCRED-transfer-reload" <?php checked( $settings['reload'], 1 ); ?> value="1" /> <label for="myCRED-transfer-reload"><?php _e( 'Reload page on successful transfers.', 'mycred' ); ?></label>
225
+ </li>
226
+ </ol>
227
  <label class="subheader"><?php _e( 'Limits', 'mycred' ); ?></label>
228
  <ol id="myCRED-transfer-limits">
229
  <?php
293
  /**
294
  * Sanitize & Save Settings
295
  * @since 0.1
296
+ * @version 1.1
297
  */
298
  public function sanitize_extra_settings( $new_data, $data, $general ) {
299
  // Log
300
  $new_data['transfers']['logs']['sending'] = sanitize_text_field( $data['transfers']['logs']['sending'] );
301
  $new_data['transfers']['logs']['receiving'] = sanitize_text_field( $data['transfers']['logs']['receiving'] );
302
 
303
+ // Autofill
304
+ $new_data['transfers']['autofill'] = sanitize_text_field( $data['transfers']['autofill'] );
305
+
306
+ // Reload
307
+ $new_data['transfers']['reload'] = ( isset( $data['transfers']['reload'] ) ) ? 1 : 0;
308
+
309
  // Form Templates
310
  $new_data['transfers']['templates']['login'] = sanitize_text_field( $data['transfers']['templates']['login'] );
311
  $new_data['transfers']['templates']['balance'] = trim( $data['transfers']['templates']['balance'] );
330
  */
331
  public function ajax_call_transfer() {
332
  // Security
333
+ if ( ! check_ajax_referer( 'mycred-transfer-creds', 'token', false ) )
 
334
  die( json_encode( 'error_1' ) );
335
 
336
  // Required
351
  die( json_encode( 'error_6' ) );
352
 
353
  // Get Recipient
354
+ $recipient_id = $this->get_recipient( $to );
355
+ if ( $recipient_id === false ) die( json_encode( 'error_3' ) );
356
+ if ( $this->core->exclude_user( $recipient_id ) ) die( json_encode( 'error_4' ) );
 
357
 
358
  // Prevent transfers to ourselves
359
  if ( $recipient_id == $from )
465
  die( json_encode( 'ok' ) );
466
  }
467
 
468
+ /**
469
+ * Get Recipient
470
+ * @since 1.3.2
471
+ * @version 1.0
472
+ */
473
+ public function get_recipient( $to = '' ) {
474
+ if ( empty( $to ) ) return false;
475
+
476
+ switch ( $this->transfers['autofill'] ) {
477
+ case 'user_login' :
478
+ $user = get_user_by( 'login', $to );
479
+ if ( $user === false ) return false;
480
+ $user_id = $user->ID;
481
+ break;
482
+ case 'user_email' :
483
+ $user = get_user_by( 'email', $to );
484
+ if ( $user === false ) return false;
485
+ $user_id = $user->ID;
486
+ break;
487
+ default :
488
+ $user_id = apply_filters( 'mycred_transfer_autofill_get', false );
489
+ if ( $user === false ) return false;
490
+ break;
491
+ }
492
+ return $user_id;
493
+ }
494
+
495
  /**
496
  * AJAX Autocomplete
497
  * @since 0.1
498
+ * @version 1.1
499
  */
500
  public function ajax_call_autocomplete() {
501
+ // Security
502
+ check_ajax_referer( 'mycred-autocomplete' , 'token' );
503
+
504
+ if ( ! is_user_logged_in() ) die;
505
+
506
  $results = array();
507
+ $user_id = get_current_user_id();
508
+ $prefs = $this->transfers;
509
 
510
+ // Let other play
511
+ do_action( 'mycred_transfer_autofill_find', $prefs, $this->core );
512
+
513
+ global $wpdb;
514
+
515
+ // Query
516
+ $select = $prefs['autofill'];
517
+ $blog_users = $wpdb->get_results( $wpdb->prepare(
518
+ "SELECT {$select}, ID FROM {$wpdb->users} WHERE ID != %d AND {$select} LIKE %s;",
519
+ $user_id,
520
+ '%' . $_REQUEST['string']['term'] . '%'
521
+ ), 'ARRAY_N' );
522
+
523
+ if ( $wpdb->num_rows > 0 ) {
524
+ foreach ( $blog_users as $hit ) {
525
+ if ( $this->core->exclude_user( $hit[1] ) ) continue;
526
+ $results[] = $hit[0];
527
  }
528
  }
529
 
533
  /**
534
  * Support for Email Notices
535
  * @since 1.1
536
+ * @version 1.1.1
537
  */
538
  public function email_notices( $data ) {
539
  if ( $data['request']['ref'] == 'transfer' ) {
540
  $message = $data['message'];
541
  if ( $data['request']['ref_id'] == get_current_user_id() )
542
+ $data['message'] = $this->core->template_tags_user( $message, false, get_current_user_id() );
543
  else
544
  $data['message'] = $this->core->template_tags_user( $message, $data['request']['ref_id'] );
545
  }
546
  return $data;
547
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  }
549
  $transfer = new myCRED_Transfer_Creds();
550
  $transfer->load();
679
  * @attribute $show_balance (bool) set to true to show current users balance, defaults to true
680
  * @attribute $show_limit (bool) set to true to show current users limit. If limit is set to 'none' and $show_limit is set to true nothing will be returned
681
  * @since 0.1
682
+ * @version 1.1
683
  */
684
  if ( !function_exists( 'mycred_transfer_render' ) ) {
685
  function mycred_transfer_render( $atts, $content = NULL )
744
  $mycred_load = true;
745
 
746
  // If pay to is set
747
+ if ( $pref['autofill'] == 'user_login' )
748
+ $pln = __( 'username', 'mycred' );
749
+ elseif ( $pref['autofill'] == 'user_email' )
750
+ $pln = __( 'email', 'mycred' );
751
+ else
752
+ $pln = '';
753
+
754
+ $placeholder = apply_filters( 'mycred_transfer_to_placeholder', __( 'recipients %s', 'mycred' ), $pref, $mycred );
755
+ $placeholder = sprintf( $placeholder, $pln );
756
+ $to_input = '<input type="text" name="mycred-transfer-to" value="" class="mycred-autofill" placeholder="' . $placeholder . '" />';
757
  if ( $pay_to !== NULL ) {
758
  $user = get_user_by( 'id', $pay_to );
759
+ if ( $user !== false ) {
760
+ $value = $user->user_login;
761
+ if ( isset( $user->$pref['autofill'] ) )
762
+ $value = $user->$pref['autofill'];
763
+
764
+ $to_input = '<input type="text" name="mycred-transfer-to" value="' . $value . '" readonly="readonly" />';
765
+ }
766
  }
 
767
 
768
  // If content is passed on.
769
  if ( $content !== NULL && !empty( $content ) )
assets/css/admin.css CHANGED
@@ -105,4 +105,9 @@ body.mp6 #myCRED-wrap #accordion .ui-accordion-content { border-top: 1px solid #
105
  #myCRED-wrap form.setup ul li { padding: 6px 0; margin-bottom: 0; }
106
  #myCRED-wrap form.setup ul li span { font-size: smaller; }
107
  #myCRED-wrap form.setup ul li label { display: inline-block; width: 200px; max-width: 30%; font-weight: bold; }
108
- #myCRED-wrap form.setup ul li input { margin-right: 12px; vertical-align: middle; }
 
 
 
 
 
105
  #myCRED-wrap form.setup ul li { padding: 6px 0; margin-bottom: 0; }
106
  #myCRED-wrap form.setup ul li span { font-size: smaller; }
107
  #myCRED-wrap form.setup ul li label { display: inline-block; width: 200px; max-width: 30%; font-weight: bold; }
108
+ #myCRED-wrap form.setup ul li input { margin-right: 12px; vertical-align: middle; }
109
+
110
+ .mycred-badge { border-radius: 5px; height: 192px; width: 173px; margin: 0 -5px; background: url('../images/about/badge.png') center center no-repeat; }
111
+ .about-wrap .mycred-badge { position: absolute; top: 0; right: 0; }
112
+ body.rtl .about-wrap .mycred-badge { right: auto; left: 0; }
113
+ .mycred-actions { margin-bottom: 2em; }
assets/images/about/badge.png ADDED
Binary file
assets/images/about/failsafe.png ADDED
Binary file
assets/images/about/ranks-management.png ADDED
Binary file
assets/js/links.js CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
  * myCRED Points for Link Clicks jQuery Scripts
3
  * @since 0.1
4
- * @version 1.3.1
5
  */
6
  jQuery(function($) {
7
  var mycred_click = function( href, title, target, skey ) {
@@ -18,7 +18,8 @@ jQuery(function($) {
18
  url : myCREDgive.ajaxurl,
19
  success : function( data ) {
20
  //console.log( data );
21
- window.location.href = href;
 
22
  },
23
  error : function( jqXHR, textStatus, errorThrown ) {
24
  // Debug
1
  /**
2
  * myCRED Points for Link Clicks jQuery Scripts
3
  * @since 0.1
4
+ * @version 1.3.2
5
  */
6
  jQuery(function($) {
7
  var mycred_click = function( href, title, target, skey ) {
18
  url : myCREDgive.ajaxurl,
19
  success : function( data ) {
20
  //console.log( data );
21
+ if ( target == 'self' )
22
+ window.location.href = href;
23
  },
24
  error : function( jqXHR, textStatus, errorThrown ) {
25
  // Debug
includes/mycred-about.php ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( !defined( 'myCRED_VERSION' ) ) exit;
3
+
4
+ /**
5
+ * myCRED About Page Header
6
+ * @since 1.3.2
7
+ * @version 1.0
8
+ */
9
+ function mycred_about_header( $name ) {
10
+ $new = $credit = '';
11
+ if ( isset( $_GET['page'] ) && $_GET['page'] == 'mycred-credit' )
12
+ $credit = ' nav-tab-active';
13
+ else
14
+ $new = ' nav-tab-active';
15
+
16
+ $index_php = admin_url( 'index.php' );
17
+ $about_page = esc_url( add_query_arg( array( 'page' => 'mycred' ), $index_php ) );
18
+ $credit_page = esc_url( add_query_arg( array( 'page' => 'mycred-credit' ), $index_php ) );
19
+
20
+ $admin_php = admin_url( 'admin.php' );
21
+ $log_url = esc_url( add_query_arg( array( 'page' => 'myCRED' ), $admin_php ) );
22
+ $hook_url = esc_url( add_query_arg( array( 'page' => 'myCRED_page_hooks' ), $admin_php ) );
23
+ $addons_url = esc_url( add_query_arg( array( 'page' => 'myCRED_page_addons' ), $admin_php ) );
24
+ $settings_url = esc_url( add_query_arg( array( 'page' => 'myCRED_page_settings' ), $admin_php ) ); ?>
25
+
26
+ <div class="about-text"><?php printf( __( 'Thank you for choosing %s as your points management tool!<br />I hope you have as much fun using it as I had developing it.', 'mycred' ), $name ); ?></div>
27
+ <p class="mycred-actions">
28
+ <a href="<?php echo $log_url; ?>" class="button button-large">Log</a>
29
+ <a href="<?php echo $hook_url; ?>" class="button button-large">Hooks</a>
30
+ <a href="<?php echo $addons_url; ?>" class="button button-large">Add-ons</a>
31
+ <a href="<?php echo $settings_url; ?>" class="button button-large button-primary">Settings</a>
32
+ </p>
33
+ <div class="mycred-badge">&nbsp;</div>
34
+
35
+ <h2 class="nav-tab-wrapper">
36
+ <a class="nav-tab<?php echo $new; ?>" href="<?php echo $about_page; ?>">
37
+ <?php _e( 'What&#8217;s New', 'mycred' ); ?>
38
+ </a><a class="nav-tab<?php echo $credit; ?>" href="<?php echo $credit_page; ?>">
39
+ <?php _e( 'Credits', 'mycred' ); ?>
40
+ </a>
41
+ </h2>
42
+ <?php
43
+ }
44
+
45
+ /**
46
+ * myCRED About Page Footer
47
+ * @since 1.3.2
48
+ * @version 1.0
49
+ */
50
+ function mycred_about_footer() { ?>
51
+
52
+ <p>&nbsp;</p>
53
+ <div id="social-media">
54
+ <a href="//plus.google.com/102981932999764129220?prsrc=3" rel="publisher" style="text-decoration:none;float: left; margin-right: 12px;">
55
+ <img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:24px;height:24px;"/></a><div class="fb-like" data-href="https://www.facebook.com/myCRED" data-height="32" data-colorscheme="light" data-layout="standard" data-action="like" data-show-faces="false" data-send="false" style="display:inline;"></div>
56
+ </div>
57
+ <div id="fb-root"></div>
58
+ <script>(function(d, s, id) {
59
+ var js, fjs = d.getElementsByTagName(s)[0];
60
+ if (d.getElementById(id)) return;
61
+ js = d.createElement(s); js.id = id;
62
+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=283161791819752";
63
+ fjs.parentNode.insertBefore(js, fjs);
64
+ }(document, 'script', 'facebook-jssdk'));</script>
65
+ <?php
66
+ }
67
+
68
+ /**
69
+ * About myCRED Page
70
+ * @since 1.3.2
71
+ * @version 1.0
72
+ */
73
+ function mycred_about_page() {
74
+ $name = apply_filters( 'mycred_label', myCRED_NAME );
75
+ $settings_url = esc_url( add_query_arg( array( 'page' => 'myCRED_page_settings' ), admin_url( 'admin.php' ) ) ); ?>
76
+
77
+ <div class="wrap about-wrap" id="mycred-about-wrap">
78
+ <h1><?php printf( __( 'Welcome to %s %s', 'mycred' ), $name, myCRED_VERSION ); ?></h1>
79
+ <?php mycred_about_header( $name ); ?>
80
+
81
+ <div class="changelog">
82
+ <h3><?php _e( 'Ranks Add-on', 'mycred' ); ?></h3>
83
+ <div class="feature-section col two-col">
84
+ <img src="<?php echo plugins_url( 'assets/images/about/ranks-management.png', myCRED_THIS ); ?>" alt="Ranks Management" />
85
+ <div>
86
+ <h4><?php _e( 'Ranks Management', 'mycred' ); ?></h4>
87
+ <p><?php _e( 'You can now select to delete all ranks or if you feel your users have the incorrect rank, re-assign ranks with a click of a button.', 'mycred' ) ?></p>
88
+ </div>
89
+ <div class="last-feature">
90
+ <h4><?php _e( 'Improvements', 'mycred' ); ?></h4>
91
+ <p><?php _e( 'Several rank functions have been re-written to search and assign ranks much faster and at a lower memory cost.', 'mycred' ) ?></p>
92
+ </div>
93
+ </div>
94
+ <h3><?php _e( 'Improved Security', 'mycred' ); ?></h3>
95
+ <div class="feature-section col two-col">
96
+ <div>
97
+ <h4><?php _e( 'Failsafe', 'mycred' ); ?></h4>
98
+ <p><?php _e( 'As of version 1.3.2 you can now set a maximum number that can be given or taken from a user in a single instance. So if someone decides to cheat, this would be the maximum amount they could gain.', 'mycred' ) ?></p>
99
+ <p><?php printf( __( 'You can find this setting on the %s <a href="%s">settings</a> page under "Security" in the "Core" menu.', 'mycred' ), $name, $settings_url ); ?></p>
100
+ </div>
101
+ <div class="last-feature">
102
+ <img src="<?php echo plugins_url( 'assets/images/about/failsafe.png', myCRED_THIS ); ?>" alt="Failsafe" style="width: 100%; height: auto;" />
103
+ </div>
104
+ </div>
105
+ <h3><?php _e( 'Under the hood', 'mycred' ); ?></h3>
106
+ <div class="feature-section col three-col">
107
+ <div>
108
+ <h4><?php _e( 'The myCRED_Query_Log Class', 'mycred' ); ?></h4>
109
+ <p><?php _e( 'Added support for querying multiple references, reference ids or amounts through a comma separated list.', 'mycred' ); ?></p>
110
+ </div>
111
+ <div>
112
+ <h4><?php _e( 'Autofill Transfer Recipient', 'mycred' ); ?></h4>
113
+ <p><?php _e( 'You can now select what user detail users are searched by. By default you can search by username or email but several filters have been added allowing you to customize this further.', 'mycred' ); ?></p>
114
+ </div>
115
+ <div class="last-feature">
116
+ <h4><?php _e( 'Points for clicking on links', 'mycred' ); ?></h4>
117
+ <p><?php _e( 'Fixed a security flaw where users can award themselves any point amount when clicking on a link.', 'mycred' ); ?></p>
118
+ </div>
119
+ </div>
120
+ <div><em><?php _e( 'Oh and as you might have noticed, I have added this new splash page for all future updates!', 'mycred' ); ?></em></div>
121
+ </div>
122
+ <?php mycred_about_footer(); ?>
123
+
124
+ </div>
125
+ <?php
126
+ }
127
+
128
+ /**
129
+ * myCRED Credit Page
130
+ * @since 1.3.2
131
+ * @version 1.0
132
+ */
133
+ function mycred_about_credit_page() {
134
+ $name = apply_filters( 'mycred_label', myCRED_NAME ); ?>
135
+
136
+ <div class="wrap about-wrap" id="mycred-credit-wrap">
137
+ <h1><?php _e( 'Awesome People', 'mycred' ); ?></h1>
138
+ <?php mycred_about_header( $name ); ?>
139
+
140
+ <div class="changelog">
141
+ <h3><?php printf( __( '%s Users', 'mycred' ), $name ); ?></h3>
142
+ <div class="feature-section col two-col">
143
+ <div>
144
+ <h4><?php _e( 'Bug Finders', 'mycred' ); ?></h4>
145
+ <p><?php _e( 'Users who have taken the time to report bugs helping me improve this plugin.', 'mycred' ); ?></p>
146
+ <ul>
147
+ <li><a href="http://mycred.me/members/jaykdoe/">jaykdoe</a></li>
148
+ <li><a href="http://mycred.me/members/enk/">enk</a></li>
149
+ <li><a href="http://mycred.me/members/specopkirbs/">specopkirbs</a></li>
150
+ <li><a href="http://mycred.me/members/Christopher/">Christopher</a></li>
151
+ </ul>
152
+ </div>
153
+ <div class="last-feature">
154
+ <h4><?php _e( 'Plugin Translators', 'mycred' ); ?></h4>
155
+ <p><?php _e( 'Users who have helped with translating this plugin.', 'mycred' ); ?></p>
156
+ <ul>
157
+ <li><a href="http://bp-fr.net/">Dan</a> <em>( French )</em></li>
158
+ </ul>
159
+ </div>
160
+ </div>
161
+ <h3><?php _e( 'Find out more', 'mycred' ); ?></h3>
162
+ <p><?php printf( __( 'You can always find more information about this plugin on the %s <a href="%s">website</a>.', 'mycred' ), $name, 'http://mycred.me' ); ?></p>
163
+ </div>
164
+ <?php mycred_about_footer(); ?>
165
+
166
+ </div>
167
+ <?php
168
+ }
169
+ ?>
includes/mycred-admin.php CHANGED
@@ -144,12 +144,12 @@ if ( !class_exists( 'myCRED_Admin' ) ) {
144
  /**
145
  * Sort by Points
146
  * @since 1.2
147
- * @version 1.2
148
  */
149
  public function sort_by_points( $query ) {
150
- if ( !is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) return;
151
  $screen = get_current_screen();
152
- if ( $screen->id != 'users' ) return;
153
 
154
  if ( isset( $query->query_vars['orderby'] ) && isset( $query->query_vars['order'] ) && $query->query_vars['orderby'] == 'mycred' ) {
155
  global $wpdb;
@@ -289,7 +289,7 @@ if ( !class_exists( 'myCRED_Admin' ) ) {
289
  /**
290
  * Save Manual Adjustments
291
  * @since 0.1
292
- * @version 1.2
293
  */
294
  public function adjust_points_manually( $user_id ) {
295
  global $mycred_errors;
@@ -304,13 +304,16 @@ if ( !class_exists( 'myCRED_Admin' ) ) {
304
  // meta to avoid them showing up in the leaderboard or other db queries.
305
  $balance = get_user_meta( $user_id, 'mycred_default', true );
306
  if ( !empty( $balance ) )
307
- delete_user_meta( $user_id, 'mycred_balance' );
308
 
309
  return false;
310
  }
311
 
312
  // Add new creds
313
  $cred = $_POST['myCRED-manual-add-points'];
 
 
 
314
  $entry = $_POST['myCRED-manual-add-description'];
315
  $data = apply_filters( 'mycred_manual_change', array( 'ref_type' => 'user' ), $this );
316
 
144
  /**
145
  * Sort by Points
146
  * @since 1.2
147
+ * @version 1.2.1
148
  */
149
  public function sort_by_points( $query ) {
150
+ if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) return;
151
  $screen = get_current_screen();
152
+ if ( $screen === NULL || $screen->id != 'users' ) return;
153
 
154
  if ( isset( $query->query_vars['orderby'] ) && isset( $query->query_vars['order'] ) && $query->query_vars['orderby'] == 'mycred' ) {
155
  global $wpdb;
289
  /**
290
  * Save Manual Adjustments
291
  * @since 0.1
292
+ * @version 1.2.1
293
  */
294
  public function adjust_points_manually( $user_id ) {
295
  global $mycred_errors;
304
  // meta to avoid them showing up in the leaderboard or other db queries.
305
  $balance = get_user_meta( $user_id, 'mycred_default', true );
306
  if ( !empty( $balance ) )
307
+ delete_user_meta( $user_id, 'mycred_default' );
308
 
309
  return false;
310
  }
311
 
312
  // Add new creds
313
  $cred = $_POST['myCRED-manual-add-points'];
314
+ $cred = $this->core->number( $cred );
315
+ if ( $cred == $this->core->zero() ) return;
316
+
317
  $entry = $_POST['myCRED-manual-add-description'];
318
  $data = apply_filters( 'mycred_manual_change', array( 'ref_type' => 'user' ), $this );
319
 
includes/mycred-functions.php CHANGED
@@ -43,6 +43,8 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
43
  else
44
  $this->log_table = $wpdb->prefix . 'myCRED_log';
45
  }
 
 
46
  }
47
 
48
  /**
@@ -71,6 +73,7 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
71
  'plugin' => 'manage_options',
72
  'creds' => 'export'
73
  ),
 
74
  'exclude' => array(
75
  'plugin_editors' => 0,
76
  'cred_editors' => 0,
@@ -747,6 +750,18 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
747
  return $this->cred_id;
748
  }
749
 
 
 
 
 
 
 
 
 
 
 
 
 
750
  /**
751
  * Get users creds
752
  * Returns the users creds unformated.
@@ -781,12 +796,19 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
781
  * @param $amount (int|float), amount to add/deduct from users balance. This value must be pre-formated.
782
  * @returns the new balance.
783
  * @since 0.1
784
- * @version 1.1
785
  */
786
  public function update_users_balance( $user_id = NULL, $amount = NULL ) {
787
  if ( $user_id === NULL || $amount === NULL ) return $amount;
788
  if ( empty( $this->cred_id ) ) $this->cred_id = $this->get_cred_id();
789
 
 
 
 
 
 
 
 
790
  // Adjust creds
791
  $current_balance = $this->get_users_cred( $user_id );
792
  $new_balance = $current_balance+$amount;
@@ -818,7 +840,7 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
818
  * @param $type (string), optional point name, defaults to 'mycred_default'
819
  * @returns boolean true on success or false on fail
820
  * @since 0.1
821
- * @version 1.2
822
  */
823
  public function add_creds( $ref = '', $user_id = '', $amount = '', $entry = '', $ref_id = '', $data = '', $type = 'mycred_default' ) {
824
  // All the reasons we would fail
@@ -828,6 +850,14 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
828
 
829
  // Format creds
830
  $amount = $this->number( $amount );
 
 
 
 
 
 
 
 
831
 
832
  // Execution Override
833
  // Let others play before awarding points.
@@ -894,13 +924,18 @@ if ( !class_exists( 'myCRED_Settings' ) ) {
894
  // All the reasons we would fail
895
  if ( empty( $ref ) || empty( $user_id ) || empty( $amount ) ) return false;
896
  if ( !preg_match( '/mycred_/', $type ) ) return false;
897
- if ( $this->number( $amount ) == $this->zero() ) return false;
898
 
899
  global $wpdb;
900
 
901
  // Strip HTML from log entry
902
  $entry = $this->allowed_tags( $entry );
903
 
 
 
 
 
 
904
  // Type
905
  if ( empty( $type ) ) $type = $this->get_cred_id();
906
 
@@ -1400,18 +1435,17 @@ if ( !function_exists( 'mycred_get_users_total' ) ) {
1400
  * @param $mycred (myCRED_Settings object), required myCRED settings object
1401
  * @returns zero if user id is not set or if no total were found, else returns total
1402
  * @since 1.2
1403
- * @version 1.0
1404
  */
1405
  if ( !function_exists( 'mycred_update_users_total' ) ) {
1406
  function mycred_update_users_total( $type = '', $request = NULL, $mycred = NULL ) {
1407
  if ( $request === NULL || !is_object( $mycred ) || !isset( $request['user_id'] ) || !isset( $request['amount'] ) ) return false;
1408
- if ( $request['amount'])
1409
  if ( empty( $type ) ) $type = $mycred->get_cred_id();
1410
 
1411
  do_action( 'mycred_update_users_total', $request, $type, $mycred );
1412
 
1413
  $amount = $mycred->number( $request['amount'] );
1414
- if ( $amount < 0 || $amount == 0 ) return;
1415
 
1416
  $user_id = $request['user_id'];
1417
  $users_total = mycred_get_users_total( $user_id, $type );
@@ -1506,7 +1540,7 @@ function is_mycred_ready()
1506
  * Installs the log for a site.
1507
  * Requires Multisite
1508
  * @since 1.3
1509
- * @version 1.1
1510
  */
1511
  function mycred_install_log( $decimals = 0, $table = NULL )
1512
  {
@@ -1530,6 +1564,16 @@ function mycred_install_log( $decimals = 0, $table = NULL )
1530
  $cred_format = 'bigint(22)';
1531
  }
1532
 
 
 
 
 
 
 
 
 
 
 
1533
  // Log structure
1534
  $sql = "id int(11) NOT NULL AUTO_INCREMENT,
1535
  ref VARCHAR(256) NOT NULL,
@@ -1545,7 +1589,7 @@ function mycred_install_log( $decimals = 0, $table = NULL )
1545
 
1546
  // Insert table
1547
  require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
1548
- dbDelta( "CREATE TABLE IF NOT EXISTS {$table} ( " . $sql . " );" );
1549
  if ( is_multisite() )
1550
  add_blog_option( $GLOBALS['blog_id'], 'mycred_version_db', '1.0' );
1551
  else
43
  else
44
  $this->log_table = $wpdb->prefix . 'myCRED_log';
45
  }
46
+
47
+ do_action_ref_array( 'mycred_settings', array( &$this ) );
48
  }
49
 
50
  /**
73
  'plugin' => 'manage_options',
74
  'creds' => 'export'
75
  ),
76
+ 'max' => 0,
77
  'exclude' => array(
78
  'plugin_editors' => 0,
79
  'cred_editors' => 0,
750
  return $this->cred_id;
751
  }
752
 
753
+ /**
754
+ * Get Max
755
+ * @since 1.3
756
+ * @version 1.0
757
+ */
758
+ public function max() {
759
+ if ( ! isset( $this->max ) )
760
+ $this->max = 0;
761
+
762
+ return $this->max;
763
+ }
764
+
765
  /**
766
  * Get users creds
767
  * Returns the users creds unformated.
796
  * @param $amount (int|float), amount to add/deduct from users balance. This value must be pre-formated.
797
  * @returns the new balance.
798
  * @since 0.1
799
+ * @version 1.2
800
  */
801
  public function update_users_balance( $user_id = NULL, $amount = NULL ) {
802
  if ( $user_id === NULL || $amount === NULL ) return $amount;
803
  if ( empty( $this->cred_id ) ) $this->cred_id = $this->get_cred_id();
804
 
805
+ // Enforce max
806
+ if ( $this->max() > $this->zero() && $amount > $this->max() ) {
807
+ $amount = $this->number( $this->max() );
808
+
809
+ do_action( 'mycred_max_enforced', $user_id, $_amount, $this->max() );
810
+ }
811
+
812
  // Adjust creds
813
  $current_balance = $this->get_users_cred( $user_id );
814
  $new_balance = $current_balance+$amount;
840
  * @param $type (string), optional point name, defaults to 'mycred_default'
841
  * @returns boolean true on success or false on fail
842
  * @since 0.1
843
+ * @version 1.3
844
  */
845
  public function add_creds( $ref = '', $user_id = '', $amount = '', $entry = '', $ref_id = '', $data = '', $type = 'mycred_default' ) {
846
  // All the reasons we would fail
850
 
851
  // Format creds
852
  $amount = $this->number( $amount );
853
+ if ( $amount == $this->zero() || $amount == 0 ) return false;
854
+
855
+ // Enforce max
856
+ if ( $this->max() > $this->zero() && $amount > $this->max() ) {
857
+ $amount = $this->number( $this->max() );
858
+
859
+ do_action( 'mycred_max_enforced', $user_id, $_amount, $this->max() );
860
+ }
861
 
862
  // Execution Override
863
  // Let others play before awarding points.
924
  // All the reasons we would fail
925
  if ( empty( $ref ) || empty( $user_id ) || empty( $amount ) ) return false;
926
  if ( !preg_match( '/mycred_/', $type ) ) return false;
927
+ if ( $amount == $this->zero() || $amount == 0 ) return false;
928
 
929
  global $wpdb;
930
 
931
  // Strip HTML from log entry
932
  $entry = $this->allowed_tags( $entry );
933
 
934
+ // Enforce max
935
+ if ( $this->max() > $this->zero() && $amount > $this->max() ) {
936
+ $amount = $this->number( $this->max() );
937
+ }
938
+
939
  // Type
940
  if ( empty( $type ) ) $type = $this->get_cred_id();
941
 
1435
  * @param $mycred (myCRED_Settings object), required myCRED settings object
1436
  * @returns zero if user id is not set or if no total were found, else returns total
1437
  * @since 1.2
1438
+ * @version 1.0.1
1439
  */
1440
  if ( !function_exists( 'mycred_update_users_total' ) ) {
1441
  function mycred_update_users_total( $type = '', $request = NULL, $mycred = NULL ) {
1442
  if ( $request === NULL || !is_object( $mycred ) || !isset( $request['user_id'] ) || !isset( $request['amount'] ) ) return false;
 
1443
  if ( empty( $type ) ) $type = $mycred->get_cred_id();
1444
 
1445
  do_action( 'mycred_update_users_total', $request, $type, $mycred );
1446
 
1447
  $amount = $mycred->number( $request['amount'] );
1448
+ if ( $amount < 0 || $amount == 0 ) return 0;
1449
 
1450
  $user_id = $request['user_id'];
1451
  $users_total = mycred_get_users_total( $user_id, $type );
1540
  * Installs the log for a site.
1541
  * Requires Multisite
1542
  * @since 1.3
1543
+ * @version 1.2
1544
  */
1545
  function mycred_install_log( $decimals = 0, $table = NULL )
1546
  {
1564
  $cred_format = 'bigint(22)';
1565
  }
1566
 
1567
+ $wpdb->hide_errors();
1568
+
1569
+ $collate = '';
1570
+ if ( $wpdb->has_cap( 'collation' ) ) {
1571
+ if ( ! empty( $wpdb->charset ) )
1572
+ $collate .= "DEFAULT CHARACTER SET {$wpdb->charset}";
1573
+ if ( ! empty( $wpdb->collate ) )
1574
+ $collate .= " COLLATE {$wpdb->collate}";
1575
+ }
1576
+
1577
  // Log structure
1578
  $sql = "id int(11) NOT NULL AUTO_INCREMENT,
1579
  ref VARCHAR(256) NOT NULL,
1589
 
1590
  // Insert table
1591
  require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
1592
+ dbDelta( "CREATE TABLE IF NOT EXISTS {$table} ( " . $sql . " ) $collate;" );
1593
  if ( is_multisite() )
1594
  add_blog_option( $GLOBALS['blog_id'], 'mycred_version_db', '1.0' );
1595
  else
includes/mycred-install.php CHANGED
@@ -5,7 +5,7 @@ if ( !defined( 'myCRED_VERSION' ) ) exit;
5
  * Used when the plugin is activated/de-activated or deleted. Installs core settings and
6
  * base templates, checks compatibility and uninstalls.
7
  * @since 0.1
8
- * @version 1.1
9
  */
10
  if ( !class_exists( 'myCRED_Install' ) ) {
11
  class myCRED_Install {
@@ -57,7 +57,7 @@ if ( !class_exists( 'myCRED_Install' ) ) {
57
  /**
58
  * First time activation
59
  * @since 0.1
60
- * @version 1.2
61
  */
62
  public function activate() {
63
  // Add general settings
@@ -80,12 +80,19 @@ if ( !class_exists( 'myCRED_Install' ) ) {
80
  add_option( 'mycred_version', myCRED_VERSION );
81
  $key = wp_generate_password( 12, true, true );
82
  add_option( 'mycred_key', $key );
 
 
 
 
 
 
 
83
  }
84
 
85
  /**
86
  * Re-activation
87
  * @since 0.1
88
- * @version 1.1
89
  */
90
  public function reactivate() {
91
  // Update rankings on re-activation
@@ -98,6 +105,11 @@ if ( !class_exists( 'myCRED_Install' ) ) {
98
  unset( $ranking );
99
 
100
  do_action( 'mycred_reactivation' );
 
 
 
 
 
101
  }
102
 
103
  /**
@@ -351,6 +363,7 @@ if ( !class_exists( 'myCRED_Setup' ) ) {
351
  // Capabilities
352
  $settings['caps']['plugin'] = ( isset( $_POST['myCRED-cap-plugin'] ) ) ? trim( $_POST['myCRED-cap-plugin'] ) : 'manage_options';
353
  $settings['caps']['creds'] = ( isset( $_POST['myCRED-cap-creds'] ) ) ? trim( $_POST['myCRED-cap-creds'] ) : 'export';
 
354
 
355
  // Excludes
356
  $settings['exclude']['plugin_editors'] = ( isset( $_POST['myCRED-exclude-plugin-editors'] ) ) ? true : false;
@@ -544,7 +557,7 @@ if ( !class_exists( 'myCRED_Setup' ) ) {
544
  * the website.
545
  *
546
  * @since 0.1
547
- * @version 1.0.1
548
  */
549
  protected function setup_step2() {
550
  if ( !$this->step ) return;
@@ -554,6 +567,9 @@ if ( !class_exists( 'myCRED_Setup' ) ) {
554
  $edit_plugin = ( isset( $_POST['myCRED-cap-plugin'] ) ) ? sanitize_text_field( $_POST['myCRED-cap-plugin'] ) : 'manage_options';
555
  $edit_creds = ( isset( $_POST['myCRED-cap-creds'] ) ) ? sanitize_text_field( $_POST['myCRED-cap-creds'] ) : 'export';
556
 
 
 
 
557
  // Excludes
558
  $exclude_plugin_editors = ( isset( $_POST['myCRED-exclude-plugin-editors'] ) ) ? 1 : 0;
559
  $exclude_cred_editors = ( isset( $_POST['myCRED-exclude-cred-editors'] ) ) ? 1 : 0;
@@ -572,6 +588,11 @@ if ( !class_exists( 'myCRED_Setup' ) ) {
572
  <label for="myCRED-cap-creds"><?php echo $mycred->template_tags_general( __( 'Edit Users %plural% Capability', 'mycred' ) ); ?></label>
573
  <h2><input type="text" name="myCRED-cap-creds" id="myCRED-cap-creds" value="<?php echo $edit_creds; ?>" /></h2>
574
  </li>
 
 
 
 
 
575
  </ol>
576
  <h2><?php _e( 'Excludes', 'mycred' ); ?></h2>
577
  <ol>
5
  * Used when the plugin is activated/de-activated or deleted. Installs core settings and
6
  * base templates, checks compatibility and uninstalls.
7
  * @since 0.1
8
+ * @version 1.1.1
9
  */
10
  if ( !class_exists( 'myCRED_Install' ) ) {
11
  class myCRED_Install {
57
  /**
58
  * First time activation
59
  * @since 0.1
60
+ * @version 1.3
61
  */
62
  public function activate() {
63
  // Add general settings
80
  add_option( 'mycred_version', myCRED_VERSION );
81
  $key = wp_generate_password( 12, true, true );
82
  add_option( 'mycred_key', $key );
83
+
84
+ do_action( 'mycred_activation' );
85
+
86
+ if ( isset( $_GET['activate-multi'] ) )
87
+ return;
88
+
89
+ set_transient( '_mycred_activation_redirect', true, 30 );
90
  }
91
 
92
  /**
93
  * Re-activation
94
  * @since 0.1
95
+ * @version 1.2
96
  */
97
  public function reactivate() {
98
  // Update rankings on re-activation
105
  unset( $ranking );
106
 
107
  do_action( 'mycred_reactivation' );
108
+
109
+ if ( isset( $_GET['activate-multi'] ) )
110
+ return;
111
+
112
+ set_transient( '_mycred_activation_redirect', true, 30 );
113
  }
114
 
115
  /**
363
  // Capabilities
364
  $settings['caps']['plugin'] = ( isset( $_POST['myCRED-cap-plugin'] ) ) ? trim( $_POST['myCRED-cap-plugin'] ) : 'manage_options';
365
  $settings['caps']['creds'] = ( isset( $_POST['myCRED-cap-creds'] ) ) ? trim( $_POST['myCRED-cap-creds'] ) : 'export';
366
+ $settings['max'] = ( isset( $_POST['myCRED-max'] ) ) ? trim( $_POST['myCRED-max'] ) : 0;
367
 
368
  // Excludes
369
  $settings['exclude']['plugin_editors'] = ( isset( $_POST['myCRED-exclude-plugin-editors'] ) ) ? true : false;
557
  * the website.
558
  *
559
  * @since 0.1
560
+ * @version 1.2
561
  */
562
  protected function setup_step2() {
563
  if ( !$this->step ) return;
567
  $edit_plugin = ( isset( $_POST['myCRED-cap-plugin'] ) ) ? sanitize_text_field( $_POST['myCRED-cap-plugin'] ) : 'manage_options';
568
  $edit_creds = ( isset( $_POST['myCRED-cap-creds'] ) ) ? sanitize_text_field( $_POST['myCRED-cap-creds'] ) : 'export';
569
 
570
+ // Max
571
+ $max = ( isset( $_POST['myCRED-max'] ) ) ? $mycred->number( $_POST['myCRED-max'] ) : $mycred->number( 0 );
572
+
573
  // Excludes
574
  $exclude_plugin_editors = ( isset( $_POST['myCRED-exclude-plugin-editors'] ) ) ? 1 : 0;
575
  $exclude_cred_editors = ( isset( $_POST['myCRED-exclude-cred-editors'] ) ) ? 1 : 0;
588
  <label for="myCRED-cap-creds"><?php echo $mycred->template_tags_general( __( 'Edit Users %plural% Capability', 'mycred' ) ); ?></label>
589
  <h2><input type="text" name="myCRED-cap-creds" id="myCRED-cap-creds" value="<?php echo $edit_creds; ?>" /></h2>
590
  </li>
591
+ <li class="block">
592
+ <label for="myCRED-max"><?php echo $mycred->template_tags_general( __( 'Maximum %plural% payouts', 'mycred' ) ); ?></label>
593
+ <div class="h2"><input type="text" name="myCRED-max" id="myCRED-max" value="<?php echo $max; ?>" size="8" /></div>
594
+ <div class="description"><?php _e( 'As an added security, you can set the maximum amount a user can gain or loose in a single instance. If used, make sure this is the maximum amount a user would be able to transfer, buy, or spend in your store. Use zero to disable.', 'mycred' ); ?></div>
595
+ </li>
596
  </ol>
597
  <h2><?php _e( 'Excludes', 'mycred' ); ?></h2>
598
  <ol>
includes/mycred-log.php CHANGED
@@ -5,7 +5,7 @@ if ( !defined( 'myCRED_VERSION' ) ) exit;
5
  * Query Log
6
  * @see http://mycred.me/classes/mycred_query_log/
7
  * @since 0.1
8
- * @version 1.2
9
  */
10
  if ( !class_exists( 'myCRED_Query_Log' ) ) {
11
  class myCRED_Query_Log {
@@ -78,33 +78,66 @@ if ( !class_exists( 'myCRED_Query_Log' ) ) {
78
 
79
  // Reference
80
  if ( $this->args['ref'] !== NULL ) {
81
- $wheres[] = 'ref = %s';
82
- $prep[] = sanitize_text_field( $this->args['ref'] );
 
 
 
 
 
 
 
 
 
 
83
  }
84
 
85
  // Reference ID
86
  if ( $this->args['ref_id'] !== NULL ) {
87
- $wheres[] = 'ref_id = %d';
88
- $prep[] = sanitize_text_field( $this->args['ref_id'] );
 
 
 
 
 
 
 
 
 
 
89
  }
90
 
91
  // Amount
92
  if ( $this->args['amount'] !== NULL ) {
93
- // Range
94
- if ( is_array( $this->args['amount'] ) && array_key_exists( 'start', $this->args['amount'] ) && array_key_exists( 'end', $this->args['amount'] ) ) {
95
- $wheres[] = 'creds BETWEEN ' . $format . ' AND ' . $format;
96
- $prep[] = $this->core->format_number( sanitize_text_field( $this->args['amount']['start'] ) );
97
- $prep[] = $this->core->format_number( sanitize_text_field( $this->args['amount']['end'] ) );
98
- }
99
- // Compare
100
- elseif ( is_array( $this->args['amount'] ) && array_key_exists( 'num', $this->args['amount'] ) && array_key_exists( 'compare', $this->args['amount'] ) ) {
101
- $wheres[] = 'creds' . sanitize_text_field( $this->args['amount']['compare'] ) . ' ' . $format;
102
- $prep[] = $this->core->format_number( sanitize_text_field( $this->args['amount']['num'] ) );
 
 
 
103
  }
104
- // Specific amount
105
  else {
106
- $wheres[] = 'creds = ' . $format;
107
- $prep[] = $this->core->format_number( sanitize_text_field( $this->args['amount'] ) );
 
 
 
 
 
 
 
 
 
 
108
  }
109
  }
110
 
5
  * Query Log
6
  * @see http://mycred.me/classes/mycred_query_log/
7
  * @since 0.1
8
+ * @version 1.3
9
  */
10
  if ( !class_exists( 'myCRED_Query_Log' ) ) {
11
  class myCRED_Query_Log {
78
 
79
  // Reference
80
  if ( $this->args['ref'] !== NULL ) {
81
+ $refs = explode( ',', $this->args['ref'] );
82
+ $ref_count = count( $refs );
83
+ if ( $ref_count > 1 ) {
84
+ $ref_count = $ref_count-1;
85
+ $wheres[] = 'ref IN (%s' . str_repeat( ',%s', $ref_count ) . ')';
86
+ foreach ( $refs as $ref )
87
+ $prep[] = sanitize_text_field( $ref );
88
+ }
89
+ else {
90
+ $wheres[] = 'ref = %s';
91
+ $prep[] = sanitize_text_field( $refs[0] );
92
+ }
93
  }
94
 
95
  // Reference ID
96
  if ( $this->args['ref_id'] !== NULL ) {
97
+ $ref_ids = explode( ',', $this->args['ref_id'] );
98
+ $ref_id_count = count( $ref_ids );
99
+ if ( $ref_id_count > 1 ) {
100
+ $ref_id_count = $ref_id_count-1;
101
+ $wheres[] = 'ref_id IN (%d' . str_repeat( ',%d', $ref_id_count ) . ')';
102
+ foreach ( $ref_ids as $ref_id )
103
+ $prep[] = sanitize_text_field( $ref_id );
104
+ }
105
+ else {
106
+ $wheres[] = 'ref_id = %d';
107
+ $prep[] = sanitize_text_field( $ref_ids[0] );
108
+ }
109
  }
110
 
111
  // Amount
112
  if ( $this->args['amount'] !== NULL ) {
113
+ // Advanced query
114
+ if ( is_array( $this->args['amount'] ) ) {
115
+ // Range
116
+ if ( isset( $this->args['amount']['start'] ) && isset( $this->args['amount']['end'] ) ) {
117
+ $wheres[] = 'creds BETWEEN ' . $format . ' AND ' . $format;
118
+ $prep[] = $this->core->number( sanitize_text_field( $this->args['amount']['start'] ) );
119
+ $prep[] = $this->core->number( sanitize_text_field( $this->args['amount']['end'] ) );
120
+ }
121
+ // Compare
122
+ elseif ( isset( $this->args['amount']['num'] ) && isset( $this->args['amount']['compare'] ) ) {
123
+ $wheres[] = 'creds' . trim( $this->args['amount']['compare'] ) . ' ' . $format;
124
+ $prep[] = $this->core->number( sanitize_text_field( $this->args['amount']['num'] ) );
125
+ }
126
  }
127
+ // Specific amount(s)
128
  else {
129
+ $amounts = explode( ',', $this->args['amount'] );
130
+ $amount_count = count( $amounts );
131
+ if ( $amount_count > 1 ) {
132
+ $amount_count = $amount_count-1;
133
+ $wheres[] = 'amount IN (' . $format . str_repeat( ',' . $format, $ref_id_count ) . ')';
134
+ foreach ( $amount_count as $amount )
135
+ $prep[] = $this->core->number( sanitize_text_field( $amount ) );
136
+ }
137
+ else {
138
+ $wheres[] = 'creds = ' . $format;
139
+ $prep[] = $this->core->number( sanitize_text_field( $amounts[0] ) );
140
+ }
141
  }
142
  }
143
 
lang/mycred-en_US.mo CHANGED
Binary file
lang/mycred.pot CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: myCRED\n"
6
  "Report-Msgid-Bugs-To: http://mycred.me\n"
7
- "POT-Creation-Date: 2013-10-26 16:48+0100\n"
8
- "PO-Revision-Date: 2013-10-26 16:48+0100\n"
9
  "Last-Translator: Gabriel Sebastian Merovingi <support@mycred.me>\n"
10
  "Language-Team: LANGUAGE <support@mycred.me>\n"
11
  "MIME-Version: 1.0\n"
@@ -14,156 +14,171 @@ msgstr ""
14
  "X-Generator: Poedit 1.5.7\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: _n;_e;__\n"
17
- "X-Poedit-SearchPath-0: /Users/gabriel/Repositories/mycred/tags/1.3.1\n"
18
  "X-Poedit-SearchPath-1: .\n"
19
 
20
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:320
21
  msgid "My Balance: %cred_f%"
22
  msgstr ""
23
 
24
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:421
25
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:444
26
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:837
27
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:276
28
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:136
29
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:406
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "Processing..."
31
  msgstr ""
32
 
33
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:422
34
  msgid ""
35
  "Warning! All entries in your log will be permamenly removed! This can not be "
36
  "undone!"
37
  msgstr ""
38
 
39
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:423
40
  msgid "Warning! All user balances will be set to zero! This can not be undone!"
41
  msgstr ""
42
 
43
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:424
44
  msgid "Done!"
45
  msgstr ""
46
 
47
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:425
48
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:443
49
  msgid "Close"
50
  msgstr ""
51
 
52
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:426
53
  msgid "Export users %plural%"
54
  msgstr ""
55
 
56
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:442
57
  #, php-format
58
  msgid "Edit Users %s balance"
59
  msgstr ""
60
 
61
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:500
62
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:624
63
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:444
64
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:509
65
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:408
66
  msgid "Setup"
67
  msgstr ""
68
 
69
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:504
 
 
 
 
70
  msgid "Tutorials"
71
  msgstr ""
72
 
73
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:505
74
  msgid "Codex"
75
  msgstr ""
76
 
77
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/mycred.php:506
78
  msgid "Store"
79
  msgstr ""
80
 
81
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:57
82
  msgid "function myCRED_Hook::run() must be over-ridden in a sub-class."
83
  msgstr ""
84
 
85
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:66
86
  msgid "This Hook has no settings"
87
  msgstr ""
88
 
89
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:133
90
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1051
91
  msgid "No limit"
92
  msgstr ""
93
 
94
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:134
95
  msgid "Once every 24 hours"
96
  msgstr ""
97
 
98
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:135
99
  msgid "Once every 12 hours"
100
  msgstr ""
101
 
102
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:136
103
  msgid "Once every 7 days"
104
  msgstr ""
105
 
106
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:137
107
  msgid "Once per day (reset at midnight)"
108
  msgstr ""
109
 
110
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-hook.php:144
111
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:342
112
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:262
113
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:283
114
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:514
115
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:537
116
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:514
117
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:382
118
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:186
119
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:773
120
  msgid "Select"
121
  msgstr ""
122
 
123
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-module.php:42
124
  msgid "myCRED_Module() Error. A Module ID is required!"
125
  msgstr ""
126
 
127
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-module.php:313
128
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-module.php:321
129
  msgid "Surprise"
130
  msgstr ""
131
 
132
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-module.php:378
133
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:154
134
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:180
135
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:103
136
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:202
137
  msgid "click to close"
138
  msgstr ""
139
 
140
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/abstracts/mycred-abstract-module.php:379
141
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:155
142
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:181
143
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:104
144
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:203
145
  msgid "click to open"
146
  msgstr ""
147
 
148
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:12
149
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:49
150
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:50
151
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:51
152
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:179
153
  msgid "Banking"
154
  msgstr ""
155
 
156
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:13
157
  msgid ""
158
  "This add-on allows you to offer interest on your users points balances or "
159
  "setup recurring payouts."
160
  msgstr ""
161
 
162
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:110
163
  msgid "Compound Interest"
164
  msgstr ""
165
 
166
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:111
167
  msgid ""
168
  "Apply an interest rate on your users %_plural% balances. Interest rate is "
169
  "annual and is compounded daily as long as this service is enabled. Positive "
@@ -171,205 +186,205 @@ msgid ""
171
  "rate will to users loosing %_plural%."
172
  msgstr ""
173
 
174
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:117
175
  msgid "Recurring Payouts"
176
  msgstr ""
177
 
178
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:118
179
  msgid ""
180
  "Give your users %_plural% on a regular basis with the option to set the "
181
  "number of times you want this payout to run (cycles)."
182
  msgstr ""
183
 
184
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:167
185
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:458
186
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:149
187
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:253
188
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:215
189
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:149
190
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:266
191
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:346
192
  msgid "Access Denied"
193
  msgstr ""
194
 
195
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:174
196
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:341
197
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:228
198
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:158
199
  msgid "Settings Updated"
200
  msgstr ""
201
 
202
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:180
203
  msgid ""
204
  "This add-on allows you to setup transaction fees for %_plural% transfers, "
205
  "purchases or payments using the Gateway add-on, along with offering interest "
206
  "on %_plural% balances."
207
  msgstr ""
208
 
209
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:183
210
  msgid "WP-Cron deactivation detected!"
211
  msgstr ""
212
 
213
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:184
214
  msgid "Warning! This add-on requires WP - Cron to work."
215
  msgstr ""
216
 
217
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:197
218
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:370
219
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:172
220
  msgid "Enable"
221
  msgstr ""
222
 
223
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/myCRED-addon-banking.php:210
224
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:185
225
  msgid "Update Changes"
226
  msgstr ""
227
 
228
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:57
229
  msgid "function myCRED_Service::run() must be over-ridden in a sub-class."
230
  msgstr ""
231
 
232
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:66
233
  msgid "This Service has no settings"
234
  msgstr ""
235
 
236
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:143
237
  msgid "Hourly"
238
  msgstr ""
239
 
240
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:147
241
  msgid "Daily"
242
  msgstr ""
243
 
244
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:151
245
  msgid "Weekly"
246
  msgstr ""
247
 
248
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:155
249
  msgid "Monthly"
250
  msgstr ""
251
 
252
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:159
253
  msgid "Quarterly"
254
  msgstr ""
255
 
256
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:163
257
  msgid "Semiannually"
258
  msgstr ""
259
 
260
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/abstracts/mycred-abstract-service.php:167
261
  msgid "Annually"
262
  msgstr ""
263
 
264
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:25
265
  msgid "%plural% interest rate payment"
266
  msgstr ""
267
 
268
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:275
269
  msgid "Interest Rate"
270
  msgstr ""
271
 
272
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:282
273
  msgid "Payed / Charged"
274
  msgstr ""
275
 
276
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:288
277
  msgid ""
278
  "The interest rate can be either positive or negative and is compounded daily."
279
  msgstr ""
280
 
281
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:291
282
  msgid "Minimum Balance"
283
  msgstr ""
284
 
285
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:295
286
  msgid "The minimum requires balance for interest to apply."
287
  msgstr ""
288
 
289
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:298
290
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:251
291
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:240
292
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:295
293
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:371
294
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:404
295
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:87
296
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:135
297
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:337
298
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:440
299
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1220
300
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1490
301
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:110
302
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:112
303
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:121
304
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:146
305
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:159
306
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:105
307
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:118
308
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:130
309
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:143
310
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-polls.php:132
311
  msgid "Log Template"
312
  msgstr ""
313
 
314
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:302
315
  msgid "Available template tags: General, %timeframe%, %rate%, %base%"
316
  msgstr ""
317
 
318
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:305
319
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:258
320
  msgid "Run Time"
321
  msgstr ""
322
 
323
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-interest.php:309
324
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:262
325
  msgid ""
326
  "For large websites, if you are running into time out issues during payouts, "
327
  "you can set the number of seconds a process can run. Use zero for unlimited, "
328
  "but be careful especially if you are on a shared server."
329
  msgstr ""
330
 
331
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:21
332
  msgid "Daily %_plural%"
333
  msgstr ""
334
 
335
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:213
336
  msgid "Not yet run"
337
  msgstr ""
338
 
339
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:218
340
  msgid "Pay Users"
341
  msgstr ""
342
 
343
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:221
344
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:678
345
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:348
346
  msgid "Amount"
347
  msgstr ""
348
 
349
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:223
350
  msgid "Can not be zero."
351
  msgstr ""
352
 
353
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:227
354
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:240
355
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1505
356
  msgid "Interval"
357
  msgstr ""
358
 
359
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:232
360
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:241
361
  msgid "Cycles"
362
  msgstr ""
363
 
364
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:234
365
  msgid "Set to -1 for unlimited"
366
  msgstr ""
367
 
368
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:237
369
  msgid "Last Run / Activated"
370
  msgstr ""
371
 
372
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:240
373
  msgid ""
374
  "Select how often you want to award %_plural%. Note that when this service is "
375
  "enabled, the first payout will be in the beginning of the next period. So "
@@ -377,647 +392,646 @@ msgid ""
377
  "morning."
378
  msgstr ""
379
 
380
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:241
381
  msgid ""
382
  "Cycles let you choose how many intervals this service should run. Each time "
383
  "a cycle runs, the value will decrease until it hits zero, in which case this "
384
  "service will deactivate itself. Use -1 to run unlimited times."
385
  msgstr ""
386
 
387
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:242
388
  msgid "Important"
389
  msgstr ""
390
 
391
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:242
392
  msgid ""
393
  "You can always stop payouts by deactivating this service. Just remember that "
394
  "if you deactivate while there are cycles left, this service will continue on "
395
  "when it gets re-activated. Set cycles to zero to reset."
396
  msgstr ""
397
 
398
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:244
399
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:576
400
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:286
401
  msgid "Excludes"
402
  msgstr ""
403
 
404
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:248
405
  msgid ""
406
  "Comma separated list of user IDs to exclude from this service. No spaces "
407
  "allowed!"
408
  msgstr ""
409
 
410
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/banking/services/mycred-bank-service-payouts.php:255
411
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-galleries.php:81
412
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:435
413
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:448
414
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:461
415
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:474
416
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:487
417
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:500
418
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:514
419
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:527
420
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:540
421
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:553
422
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:175
423
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:188
424
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:201
425
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:214
426
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:338
427
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:351
428
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:390
429
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:403
430
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:416
431
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:429
432
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:450
433
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:444
434
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1494
435
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:109
436
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:122
437
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:144
438
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:165
439
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:499
440
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:512
441
  msgid "Available template tags: General"
442
  msgstr ""
443
 
444
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:13
445
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:403
446
  msgid "BuddyPress"
447
  msgstr ""
448
 
449
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:14
450
  msgid ""
451
  "The BuddyPress add-on extends <strong>my</strong>CRED to work with "
452
  "BuddyPress allowing you to hook into most BuddyPress related actions."
453
  msgstr ""
454
 
455
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:56
456
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:69
457
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:370
458
  msgid "My History"
459
  msgstr ""
460
 
461
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:57
462
  #, php-format
463
  msgid "%s's History"
464
  msgstr ""
465
 
466
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:238
467
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:246
468
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:414
469
  msgid "All"
470
  msgstr ""
471
 
472
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:239
473
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:415
474
  msgid "Today"
475
  msgstr ""
476
 
477
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:240
478
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:416
479
  msgid "Yesterday"
480
  msgstr ""
481
 
482
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:241
483
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:417
484
  msgid "This Week"
485
  msgstr ""
486
 
487
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:242
488
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:418
489
  msgid "This Month"
490
  msgstr ""
491
 
492
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:339
493
  msgid "BuddyPress: Groups"
494
  msgstr ""
495
 
496
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:340
497
  msgid ""
498
  "Awards %_plural% for group related actions. Use minus to deduct %_plural% or "
499
  "zero to disable a specific hook."
500
  msgstr ""
501
 
502
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:347
503
  msgid "BuddyPress: Members"
504
  msgstr ""
505
 
506
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:348
507
  msgid "Awards %_plural% for profile related actions."
508
  msgstr ""
509
 
510
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:355
511
  msgid "BuddyPress: Links"
512
  msgstr ""
513
 
514
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:356
515
  msgid "Awards %_plural% for link related actions."
516
  msgstr ""
517
 
518
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:363
519
  msgid "BuddyPress: Gallery Actions"
520
  msgstr ""
521
 
522
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:364
523
  msgid ""
524
  "Awards %_plural% for creating a new gallery either using BP Album+ or BP "
525
  "Gallery."
526
  msgstr ""
527
 
528
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:384
529
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:391
530
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:776
531
  msgid "Do not show."
532
  msgstr ""
533
 
534
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:385
535
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:777
536
  msgid "Include in Profile Header."
537
  msgstr ""
538
 
539
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:386
540
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:778
541
  msgid "Include under the \"Profile\" tab"
542
  msgstr ""
543
 
544
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:387
545
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:779
546
  msgid "Include under the \"Profile\" tab and Profile Header."
547
  msgstr ""
548
 
549
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:392
550
  msgid "Show in Profile"
551
  msgstr ""
552
 
553
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:405
554
  msgid "%singular% Balance"
555
  msgstr ""
556
 
557
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:421
558
  msgid "Members can view each others %_singular% balance."
559
  msgstr ""
560
 
561
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:426
562
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:176
563
  msgid "Template"
564
  msgstr ""
565
 
566
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:428
567
  msgid "Available template tags are: %creds%, %number%, %rank%"
568
  msgstr ""
569
 
570
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:429
571
  msgid ""
572
  "Note that you can also use %rank_logo% to show the feature image of the rank."
573
  msgstr ""
574
 
575
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:433
576
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:160
577
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:70
578
  msgid "%plural% History"
579
  msgstr ""
580
 
581
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:449
582
  msgid "Members can view each others %_plural% history."
583
  msgstr ""
584
 
585
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:454
586
  msgid "Menu Title"
587
  msgstr ""
588
 
589
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:456
590
  msgid "Title shown to me"
591
  msgstr ""
592
 
593
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:461
594
  #, php-format
595
  msgid "Title shown to others. Use %s to show the first name."
596
  msgstr ""
597
 
598
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:466
599
  msgid "Menu Position"
600
  msgstr ""
601
 
602
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:468
603
  msgid "Current menu positions:"
604
  msgstr ""
605
 
606
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:473
607
  msgid "History URL slug"
608
  msgstr ""
609
 
610
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:475
611
  msgid "Do not use empty spaces!"
612
  msgstr ""
613
 
614
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/myCRED-addon-buddypress.php:480
615
  msgid "Number of history entries to show"
616
  msgstr ""
617
 
618
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-galleries.php:72
619
  msgid "%plural% for New Gallery"
620
  msgstr ""
621
 
622
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-galleries.php:79
623
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:433
624
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:446
625
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:459
626
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:472
627
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:485
628
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:498
629
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:512
630
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:525
631
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:538
632
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:551
633
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:173
634
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:186
635
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:199
636
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:212
637
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:336
638
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:349
639
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:362
640
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:375
641
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:388
642
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:401
643
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:414
644
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:427
645
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:303
646
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:560
647
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:573
648
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:608
649
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:930
650
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:947
651
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:964
652
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:276
653
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:414
654
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:427
655
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:440
656
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:458
657
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:471
658
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:490
659
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-contact-form7.php:136
660
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:142
661
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:163
662
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:497
663
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:510
664
  msgid "Log template"
665
  msgstr ""
666
 
667
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:419
668
  msgid "%plural% for Creating Groups"
669
  msgstr ""
670
 
671
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:423
672
  msgid ""
673
  "If you use a negative value and the user does not have enough %_plural% the "
674
  "\"Create Group\" button will be disabled."
675
  msgstr ""
676
 
677
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:427
678
  msgid "Number of members before awarding %_plural%"
679
  msgstr ""
680
 
681
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:429
682
  msgid "Use zero to award %_plural% when group is created."
683
  msgstr ""
684
 
685
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:439
686
  msgid "%plural% for Deleting Groups"
687
  msgstr ""
688
 
689
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:452
690
  msgid "%plural% for New Forum Topic"
691
  msgstr ""
692
 
693
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:465
694
  msgid "%plural% for Editing Forum Topic"
695
  msgstr ""
696
 
697
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:478
698
  msgid "%plural% for New Forum Post"
699
  msgstr ""
700
 
701
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:491
702
  msgid "%plural% for Editing Forum Post"
703
  msgstr ""
704
 
705
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:504
706
  msgid "%plural% for Joining Groups"
707
  msgstr ""
708
 
709
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:508
710
  msgid ""
711
  "If you use a negative value and the user does not have enough %_plural% the "
712
  "\"Join Group\" button will be disabled."
713
  msgstr ""
714
 
715
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:518
716
  msgid "%plural% for Leaving Groups"
717
  msgstr ""
718
 
719
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:531
720
  msgid "%plural% for New Group Avatar"
721
  msgstr ""
722
 
723
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-groups.php:544
724
  msgid "%plural% for New Group Comment"
725
  msgstr ""
726
 
727
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:166
728
  msgid "%plural% for New Links"
729
  msgstr ""
730
 
731
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:179
732
  msgid "%plural% for Vote on Link"
733
  msgstr ""
734
 
735
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:192
736
  msgid "%plural% for Updating Links"
737
  msgstr ""
738
 
739
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-links.php:205
740
  msgid "%plural% for Deleting Links"
741
  msgstr ""
742
 
743
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:324
744
  msgid "%plural% for Profile Updates"
745
  msgstr ""
746
 
747
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:330
748
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:477
749
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:501
750
  msgid "Daily Limit"
751
  msgstr ""
752
 
753
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:332
754
  msgid "Daily limit. User zero for unlimited."
755
  msgstr ""
756
 
757
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:342
758
  msgid "%plural% for New Avatar"
759
  msgstr ""
760
 
761
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:355
762
  msgid "%plural% for New Friendships"
763
  msgstr ""
764
 
765
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:364
766
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:377
767
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:189
768
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:196
769
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:307
770
  msgid "Available template tags: General, User"
771
  msgstr ""
772
 
773
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:368
774
  msgid "%plural% for Leaving Friendship"
775
  msgstr ""
776
 
777
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:381
778
  msgid "%plural% for New Comment"
779
  msgstr ""
780
 
781
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:394
782
  msgid "%plural% for Deleting Comment"
783
  msgstr ""
784
 
785
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:407
786
  msgid "%plural% for New Messages"
787
  msgstr ""
788
 
789
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buddypress/hooks/bp-profile.php:420
790
  msgid "%plural% for Sending Gift"
791
  msgstr ""
792
 
793
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:12
794
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:224
795
  msgid "buyCRED"
796
  msgstr ""
797
 
798
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:13
799
  msgid ""
800
  "The <strong>buy</strong>CRED Add-on allows your users to buy points using "
801
  "PayPal, Skrill (Moneybookers) or NETbilling. <strong>buy</strong>CRED can "
802
  "also let your users buy points for other members."
803
  msgstr ""
804
 
805
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:55
806
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:56
807
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:57
808
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:346
809
  msgid "Payment Gateways"
810
  msgstr ""
811
 
812
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:141
813
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:784
814
  msgid "PayPal Payments Standard"
815
  msgstr ""
816
 
817
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:145
818
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:423
819
  msgid "NETbilling"
820
  msgstr ""
821
 
822
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:149
823
  msgid "Skrill (Moneybookers)"
824
  msgstr ""
825
 
826
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:153
827
  msgid "Zombaio"
828
  msgstr ""
829
 
830
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:199
831
  msgid "Please login to purchase %_plural%"
832
  msgstr ""
833
 
834
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:213
835
  msgid "Gift purchase from %display_name%."
836
  msgstr ""
837
 
838
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:226
839
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:565
840
  msgid "Minimum %plural%"
841
  msgstr ""
842
 
843
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:230
844
  msgid "Minimum amount of %plural% a user must purchase. Will default to 1."
845
  msgstr ""
846
 
847
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:233
848
  msgid "Login Template"
849
  msgstr ""
850
 
851
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:237
852
  msgid "Content to show when a user is not logged in."
853
  msgstr ""
854
 
855
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:244
856
  msgid ""
857
  "Available template tags: General and %gateway% for the payment gateway used."
858
  msgstr ""
859
 
860
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:247
861
  msgid "Thank You Page"
862
  msgstr ""
863
 
864
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:250
865
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:271
866
  msgid "Custom URL"
867
  msgstr ""
868
 
869
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:255
870
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:276
871
  msgid "Page"
872
  msgstr ""
873
 
874
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:268
875
  msgid "Cancellation Page"
876
  msgstr ""
877
 
878
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:289
879
  msgid "Gifting"
880
  msgstr ""
881
 
882
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:291
883
  msgid "Allow users to buy %_plural% for other users."
884
  msgstr ""
885
 
886
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:292
887
  msgid "Allow users to buy %_plural% for content authors."
888
  msgstr ""
889
 
890
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:297
891
  msgid "Available template tags: %singular%, %plural% and %display_name%"
892
  msgstr ""
893
 
894
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:347
895
  msgid ""
896
  "Select the payment gateways you want to offer your users to buy %plural%."
897
  msgstr ""
898
 
899
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:363
900
  msgid "Test Mode"
901
  msgstr ""
902
 
903
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:365
904
  msgid "Enabled"
905
  msgstr ""
906
 
907
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:368
908
  msgid "Disabled"
909
  msgstr ""
910
 
911
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:388
912
  msgid "Update Gateway Settings"
913
  msgstr ""
914
 
915
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:435
916
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:532
917
  msgid "This Add-on needs to setup before you can use this shortcode."
918
  msgstr ""
919
 
920
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:453
921
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:549
922
  msgid "No gateways installed."
923
  msgstr ""
924
 
925
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:454
926
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:550
927
  msgid "Gateway does not exist."
928
  msgstr ""
929
 
930
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:490
931
  msgid "Yourself"
932
  msgstr ""
933
 
934
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:551
935
  msgid "No active gateways found."
936
  msgstr ""
937
 
938
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:552
939
  msgid "The selected gateway is not active."
940
  msgstr ""
941
 
942
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:592
943
  msgid "Buy with"
944
  msgstr ""
945
 
946
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:596
947
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:49
948
  msgid "Buy Now"
949
  msgstr ""
950
 
951
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:629
952
  msgid "No users found"
953
  msgstr ""
954
 
955
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:639
956
  msgid "To"
957
  msgstr ""
958
 
959
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:656
960
  msgid "Select Amount"
961
  msgstr ""
962
 
963
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:680
964
  msgid "min."
965
  msgstr ""
966
 
967
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:688
968
  msgid "Select Gateway"
969
  msgstr ""
970
 
971
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:768
972
  msgid "Buy %plural%"
973
  msgstr ""
974
 
975
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:770
976
  msgid "This add-on lets your users buy %_plural% using a payment gateway."
977
  msgstr ""
978
 
979
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:771
980
  msgid "Supported Gateways"
981
  msgstr ""
982
 
983
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:772
984
  msgid ""
985
  "myCRED supports purchases through: PayPal Payments Standard, Skrill "
986
  "(Moneybookers) and NETbilling. Let us know if you want to add other payment "
987
  "gateways."
988
  msgstr ""
989
 
990
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:773
991
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1066
992
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:497
993
  msgid "Usage"
994
  msgstr ""
995
 
996
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:774
997
  msgid "Purchases can be made using one of the following shortcodes:"
998
  msgstr ""
999
 
1000
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:776
1001
  msgid ""
1002
  "When you want to sell a pre-set amount, sell to a specific user or use a "
1003
  "specific gateway.<br />For more information on how to use the shortcode, "
1004
  "please visit the"
1005
  msgstr ""
1006
 
1007
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:777
1008
  msgid ""
1009
  "When you want to give your users the option to select an amount, gateway or "
1010
  "recipient.<br />For more information on how to use the shortcode, please "
1011
  "visit the"
1012
  msgstr ""
1013
 
1014
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:786
1015
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:327
1016
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:344
1017
  msgid "Currency"
1018
  msgstr ""
1019
 
1020
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:787
1021
  msgid ""
1022
  "Make sure you select a currency that your PayPal account supports. Otherwise "
1023
  "transactions will not be approved until you login to your PayPal account and "
@@ -1025,12 +1039,12 @@ msgid ""
1025
  "will not be applied to the buyer until you have resolved the issue."
1026
  msgstr ""
1027
 
1028
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:788
1029
  msgid "Instant Payment Notifications"
1030
  msgstr ""
1031
 
1032
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:789
1033
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:358
1034
  msgid ""
1035
  "For this gateway to work, you must login to your PayPal account and under "
1036
  "\"Profile\" > \"Selling Tools\" enable \"Instant Payment Notifications\". "
@@ -1038,1049 +1052,1050 @@ msgid ""
1038
  "have selected \"Receive IPN messages (Enabled)\"."
1039
  msgstr ""
1040
 
1041
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:793
1042
  msgid "Skrill"
1043
  msgstr ""
1044
 
1045
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:795
1046
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:607
1047
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:321
1048
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:338
1049
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:290
1050
  msgid "Sandbox Mode"
1051
  msgstr ""
1052
 
1053
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:796
1054
  msgid ""
1055
  "Transactions made while Sandbox mode is active are real transactions! "
1056
  "Remember to use your \"Test Merchant Account\" when Sandbox mode is active!"
1057
  msgstr ""
1058
 
1059
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:797
1060
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:383
1061
  msgid "Checkout Page"
1062
  msgstr ""
1063
 
1064
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:798
1065
  msgid ""
1066
  "By default all Skrill Merchant account accept payments via Bank Transfers. "
1067
  "When a user selects this option, no points are awarded! You will need to "
1068
  "manually award these once the bank transfer is completed."
1069
  msgstr ""
1070
 
1071
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/myCRED-addon-buy-creds.php:799
1072
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:403
1073
  msgid ""
1074
  "By default purchases made using Skrill will result in users having to signup "
1075
  "for a Skrill account (if they do not have one already). You can contact "
1076
  "Skrill Merchant Services and request to disable this feature."
1077
  msgstr ""
1078
 
1079
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:60
1080
  msgid ""
1081
  "function myCRED_Payment_Gateway::process() must be over-ridden in a sub-"
1082
  "class."
1083
  msgstr ""
1084
 
1085
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:69
1086
  msgid ""
1087
  "function myCRED_Payment_Gateway::buy() must be over-ridden in a sub-class."
1088
  msgstr ""
1089
 
1090
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:85
1091
  msgid "This Payment Gateway has no settings"
1092
  msgstr ""
1093
 
1094
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:234
1095
  msgid "Go to "
1096
  msgstr ""
1097
 
1098
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:255
1099
  msgid "Payment Gateway Logo"
1100
  msgstr ""
1101
 
1102
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:268
1103
  msgid "Click here if you are not automatically redirected"
1104
  msgstr ""
1105
 
1106
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:865
1107
  msgid "Outside US"
1108
  msgstr ""
1109
 
1110
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:26
1111
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:23
1112
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:28
1113
  msgid "Purchase of myCRED %plural%"
1114
  msgstr ""
1115
 
1116
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:55
1117
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:318
1118
  msgid "You have tried too many times. Please contact support."
1119
  msgstr ""
1120
 
1121
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:62
1122
  msgid "This payment gateway has not yet been setup! Exiting."
1123
  msgstr ""
1124
 
1125
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:81
1126
  msgid "First name can not be empty"
1127
  msgstr ""
1128
 
1129
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:87
1130
  msgid "Last name can not be empty"
1131
  msgstr ""
1132
 
1133
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:93
1134
  msgid "Street can not be empty"
1135
  msgstr ""
1136
 
1137
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:99
1138
  msgid "City can not be empty"
1139
  msgstr ""
1140
 
1141
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:105
1142
  msgid "Country can not be empty"
1143
  msgstr ""
1144
 
1145
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:113
1146
  msgid "State can not be empty"
1147
  msgstr ""
1148
 
1149
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:121
1150
  msgid "Zip / Post Code can not be empty"
1151
  msgstr ""
1152
 
1153
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:127
1154
  msgid "Email can not be empty"
1155
  msgstr ""
1156
 
1157
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:143
1158
  msgid "Please enter your credit card number"
1159
  msgstr ""
1160
 
1161
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:149
1162
  msgid "Card Expiration Month must be selected"
1163
  msgstr ""
1164
 
1165
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:155
1166
  msgid "Card Expiration Year must be set"
1167
  msgstr ""
1168
 
1169
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:161
1170
  msgid "Please enter the CVV2 code from the back of your card"
1171
  msgstr ""
1172
 
1173
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:170
1174
  msgid "Account Routing number missing"
1175
  msgstr ""
1176
 
1177
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:176
1178
  msgid "Account Number missing"
1179
  msgstr ""
1180
 
1181
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:184
1182
  msgid "Incorrect Credit Card number"
1183
  msgstr ""
1184
 
1185
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:190
1186
  msgid "The credit card entered is past its expiration date."
1187
  msgstr ""
1188
 
1189
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:196
1190
  msgid "The CVV2 number entered is not valid."
1191
  msgstr ""
1192
 
1193
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:202
1194
  msgid "The bank routing number entered is not valid."
1195
  msgstr ""
1196
 
1197
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:205
1198
  msgid "The bank account number entered is not valid."
1199
  msgstr ""
1200
 
1201
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:312
1202
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:333
1203
  msgid "Invalid Address"
1204
  msgstr ""
1205
 
1206
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:315
1207
  msgid "Invalid CVV2"
1208
  msgstr ""
1209
 
1210
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:321
1211
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:324
1212
  msgid "Please contact support."
1213
  msgstr ""
1214
 
1215
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:327
1216
  msgid "Your email address is invalid."
1217
  msgstr ""
1218
 
1219
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:330
1220
  msgid "Your information is invalid. Please correct"
1221
  msgstr ""
1222
 
1223
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:336
1224
  msgid "Your card was declined. Please try again."
1225
  msgstr ""
1226
 
1227
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:340
1228
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:358
1229
  msgid "Duplicate transaction. Please contact support"
1230
  msgstr ""
1231
 
1232
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:343
1233
  msgid "Your transaction was approved"
1234
  msgstr ""
1235
 
1236
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:350
1237
  msgid " error: "
1238
  msgstr ""
1239
 
1240
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:430
1241
  msgid "Debug"
1242
  msgstr ""
1243
 
1244
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:439
1245
  msgid "Error"
1246
  msgstr ""
1247
 
1248
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:440
1249
  msgid "The following error/s were found: "
1250
  msgstr ""
1251
 
1252
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:448
1253
  msgid "Please update and try again."
1254
  msgstr ""
1255
 
1256
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:454
1257
  msgid "Transaction Approved"
1258
  msgstr ""
1259
 
1260
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:455
1261
  msgid "Your have successfully purchased "
1262
  msgstr ""
1263
 
1264
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:456
1265
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:466
1266
  msgid "Click here to continue"
1267
  msgstr ""
1268
 
1269
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:464
1270
  msgid "Transaction Declined"
1271
  msgstr ""
1272
 
1273
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:465
1274
  msgid ""
1275
  "I am sorry but your transaction could not be completed due to the following "
1276
  msgstr ""
1277
 
1278
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:474
1279
  msgid "Transaction Error"
1280
  msgstr ""
1281
 
1282
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:475
1283
  msgid "NETbilling returned the following error: "
1284
  msgstr ""
1285
 
1286
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:476
1287
  msgid "Please try again."
1288
  msgstr ""
1289
 
1290
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:480
1291
  msgid "Purchase of"
1292
  msgstr ""
1293
 
1294
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:480
1295
  msgid "for"
1296
  msgstr ""
1297
 
1298
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:481
1299
  msgid "Fields marked * are required!"
1300
  msgstr ""
1301
 
1302
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:491
1303
  msgid "Billing Details"
1304
  msgstr ""
1305
 
1306
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:560
1307
  msgid "Month"
1308
  msgstr ""
1309
 
1310
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:566
1311
  msgid "Year"
1312
  msgstr ""
1313
 
1314
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:613
1315
  msgid "Account ID"
1316
  msgstr ""
1317
 
1318
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:619
1319
  msgid "Site Tag"
1320
  msgstr ""
1321
 
1322
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:625
1323
  msgid "Dynamic IP Security Code"
1324
  msgstr ""
1325
 
1326
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:631
1327
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:341
1328
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:364
1329
  msgid "Item Name"
1330
  msgstr ""
1331
 
1332
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:637
1333
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:348
1334
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:371
1335
  msgid "%plural% Exchange Rate"
1336
  msgstr ""
1337
 
1338
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:643
1339
  msgid "Allowed Attempts"
1340
  msgstr ""
1341
 
1342
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:647
1343
  msgid "Maximum number of attempts allowed for purchases."
1344
  msgstr ""
1345
 
1346
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:650
1347
  msgid "Advanced"
1348
  msgstr ""
1349
 
1350
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:654
1351
  msgid "Disable AVS (Address Verification System) for credit card transactions."
1352
  msgstr ""
1353
 
1354
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:658
1355
  msgid "Disable CVV2 (Card Verification Value 2) for credit card transactions."
1356
  msgstr ""
1357
 
1358
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:662
1359
  msgid ""
1360
  "Disable all fraud protection other than AVS/CVV2. (This implies "
1361
  "disable_negative_db)"
1362
  msgstr ""
1363
 
1364
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:666
1365
  msgid ""
1366
  "Disable only the negative database component of the fraud protection system."
1367
  msgstr ""
1368
 
1369
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:670
1370
  msgid "Disable automatic sending of both merchant and customer email receipts."
1371
  msgstr ""
1372
 
1373
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/netbilling.php:674
1374
  msgid "Disable immediate rejection of expired cards."
1375
  msgstr ""
1376
 
1377
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:225
1378
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:211
1379
  msgid "Success"
1380
  msgstr ""
1381
 
1382
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:226
1383
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:212
1384
  msgid "Thank you for your purchase"
1385
  msgstr ""
1386
 
1387
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:239
1388
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:225
1389
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:232
1390
  msgid "Please setup this gateway before attempting to make a purchase!"
1391
  msgstr ""
1392
 
1393
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:299
1394
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:266
1395
  msgid "Return to "
1396
  msgstr ""
1397
 
1398
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:304
1399
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:320
1400
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:271
1401
  msgid "Processing payment &hellip;"
1402
  msgstr ""
1403
 
1404
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:332
1405
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:401
1406
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:433
1407
  msgid "Important!"
1408
  msgstr ""
1409
 
1410
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:332
1411
  msgid ""
1412
  "Make sure you select a currency that your PayPal account supports. Otherwise "
1413
  "transactions will not be approved until you login to your PayPal account and "
1414
  "Accept each transaction!"
1415
  msgstr ""
1416
 
1417
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:335
1418
  msgid "Account Email"
1419
  msgstr ""
1420
 
1421
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:345
1422
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:368
1423
  msgid "Description of the item being purchased by the user."
1424
  msgstr ""
1425
 
1426
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:351
1427
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:374
1428
  msgid "Your selected currency"
1429
  msgstr ""
1430
 
1431
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/paypal-standard.php:354
1432
  msgid "IPN Address"
1433
  msgstr ""
1434
 
1435
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:303
1436
  msgid "Product:"
1437
  msgstr ""
1438
 
1439
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:312
1440
  msgid "Gift to:"
1441
  msgstr ""
1442
 
1443
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:313
1444
  msgid "(author)"
1445
  msgstr ""
1446
 
1447
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:341
1448
  msgid "Remember to use your Test Merchant Account when Sandbox mode is active!"
1449
  msgstr ""
1450
 
1451
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:351
1452
  msgid "Merchant Account Email"
1453
  msgstr ""
1454
 
1455
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:357
1456
  msgid "Secret Word"
1457
  msgstr ""
1458
 
1459
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:361
1460
  msgid ""
1461
  "You can set your secret word under \"Merchant Tools\" in your Skrill Account."
1462
  msgstr ""
1463
 
1464
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:377
1465
  msgid "Confirmation Email"
1466
  msgstr ""
1467
 
1468
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:380
1469
  msgid ""
1470
  "Ask Skrill to send me a confirmation email for each successful purchase."
1471
  msgstr ""
1472
 
1473
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:386
1474
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:75
1475
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:706
1476
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:597
1477
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:186
1478
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:360
1479
  msgid "Title"
1480
  msgstr ""
1481
 
1482
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:388
1483
  msgid ""
1484
  "If left empty, your account email is used as title on the Skill Payment Page."
1485
  msgstr ""
1486
 
1487
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:391
1488
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:314
1489
  msgid "Logo URL"
1490
  msgstr ""
1491
 
1492
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:393
1493
  msgid ""
1494
  "The URL to the image you want to use on the top of the gateway. For best "
1495
  "integration results we recommend you use logos with dimensions up to 200px "
1496
  "in width and 50px in height."
1497
  msgstr ""
1498
 
1499
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:396
1500
  msgid "Confirmation Note"
1501
  msgstr ""
1502
 
1503
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:398
1504
  msgid ""
1505
  "Optional text to show user once a transaction has been successfully "
1506
  "completed. This text is shown by Skrill."
1507
  msgstr ""
1508
 
1509
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/skrill.php:402
1510
  msgid ""
1511
  "By default all Skrill Merchant account accept payments via Bank Transfers. "
1512
  "When a user selects this option, no %_plural% are awarded! You will need to "
1513
  "manually award these once the bank transfer is completed."
1514
  msgstr ""
1515
 
1516
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:296
1517
  msgid "Site ID"
1518
  msgstr ""
1519
 
1520
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:302
1521
  msgid "GW Password"
1522
  msgstr ""
1523
 
1524
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:308
1525
  msgid "Pricing ID"
1526
  msgstr ""
1527
 
1528
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:320
1529
  msgid "IP Verification"
1530
  msgstr ""
1531
 
1532
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:323
1533
  msgid "Do not verify that callbacks are coming from Zombaio."
1534
  msgstr ""
1535
 
1536
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:326
1537
  msgid "Language"
1538
  msgstr ""
1539
 
1540
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:333
1541
  msgid "Postback URL (ZScript)"
1542
  msgstr ""
1543
 
1544
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/buy-creds/gateways/zombaio.php:337
1545
  msgid ""
1546
  "For this gateway to work, login to ZOA and set the Postback URL to the above "
1547
  "address and click validate."
1548
  msgstr ""
1549
 
1550
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:12
1551
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:155
1552
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:161
1553
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:167
1554
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:265
1555
  msgid "Email Notices"
1556
  msgstr ""
1557
 
1558
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:13
1559
  msgid "Create email notices for any type of myCRED instance."
1560
  msgstr ""
1561
 
1562
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:156
1563
  msgid "Email Notice"
1564
  msgstr ""
1565
 
1566
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:157
1567
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:168
1568
  msgid "Add New"
1569
  msgstr ""
1570
 
1571
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:158
1572
  msgid "Add New Notice"
1573
  msgstr ""
1574
 
1575
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:159
1576
  msgid "Edit Notice"
1577
  msgstr ""
1578
 
1579
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:160
1580
  msgid "New Notice"
1581
  msgstr ""
1582
 
1583
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:162
1584
  msgid "View Notice"
1585
  msgstr ""
1586
 
1587
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:163
1588
  msgid "Search Email Notices"
1589
  msgstr ""
1590
 
1591
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:164
1592
  msgid "No email notices found"
1593
  msgstr ""
1594
 
1595
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:165
1596
  msgid "No email notices found in Trash"
1597
  msgstr ""
1598
 
1599
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:188
1600
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:848
1601
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:319
1602
  msgid "General"
1603
  msgstr ""
1604
 
1605
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:189
1606
  msgid "users balance changes"
1607
  msgstr ""
1608
 
1609
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:190
1610
  msgid "user gains %_plural%"
1611
  msgstr ""
1612
 
1613
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:191
1614
  msgid "user lose %_plural%"
1615
  msgstr ""
1616
 
1617
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:192
1618
  msgid "users balance reaches zero"
1619
  msgstr ""
1620
 
1621
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:193
1622
  msgid "users balance goes minus"
1623
  msgstr ""
1624
 
1625
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:199
1626
  msgid "Sell Content Add-on"
1627
  msgstr ""
1628
 
1629
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:200
1630
  msgid "user buys content"
1631
  msgstr ""
1632
 
1633
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:201
1634
  msgid "authors content gets sold"
1635
  msgstr ""
1636
 
1637
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:208
1638
  msgid "buyCREDs Add-on"
1639
  msgstr ""
1640
 
1641
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:209
1642
  msgid "user buys %_plural%"
1643
  msgstr ""
1644
 
1645
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:216
1646
  msgid "Transfer Add-on"
1647
  msgstr ""
1648
 
1649
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:217
1650
  msgid "user sends %_plural%"
1651
  msgstr ""
1652
 
1653
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:218
1654
  msgid "user receives %_plural%"
1655
  msgstr ""
1656
 
1657
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:225
 
1658
  msgid "Ranks Add-on"
1659
  msgstr ""
1660
 
1661
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:226
1662
  msgid "user is demoted"
1663
  msgstr ""
1664
 
1665
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:227
1666
  msgid "user is promoted"
1667
  msgstr ""
1668
 
1669
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:267
1670
  msgid ""
1671
  "Settings that apply to all email notices and can not be overridden for "
1672
  "individual emails."
1673
  msgstr ""
1674
 
1675
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:268
1676
  msgid "Email Format"
1677
  msgstr ""
1678
 
1679
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:272
1680
  msgid "Plain text emails only."
1681
  msgstr ""
1682
 
1683
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:276
1684
  msgid "HTML or Plain text emails."
1685
  msgstr ""
1686
 
1687
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:279
1688
  msgid "Filters"
1689
  msgstr ""
1690
 
1691
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:283
1692
  msgid ""
1693
  "Allow WordPress and Third Party Plugins to filter the email subject before "
1694
  "an email is sent."
1695
  msgstr ""
1696
 
1697
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:287
1698
  msgid ""
1699
  "Allow WordPress and Third Party Plugins to filter the email content before "
1700
  "an email is sent."
1701
  msgstr ""
1702
 
1703
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:290
1704
  msgid ""
1705
  "Default email settings. These settings can be individually overridden when "
1706
  "editing emails."
1707
  msgstr ""
1708
 
1709
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:291
1710
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:687
1711
  msgid "Email Settings"
1712
  msgstr ""
1713
 
1714
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:294
1715
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:804
1716
  msgid "Senders Name:"
1717
  msgstr ""
1718
 
1719
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:298
1720
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:806
1721
  msgid "Senders Email:"
1722
  msgstr ""
1723
 
1724
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:302
1725
  msgid "Reply-To:"
1726
  msgstr ""
1727
 
1728
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:306
1729
  msgid "Default Email Content"
1730
  msgstr ""
1731
 
1732
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:310
1733
  msgid "Default email content."
1734
  msgstr ""
1735
 
1736
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:313
1737
  msgid "Default Email Styling"
1738
  msgstr ""
1739
 
1740
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:317
1741
  msgid "Ignored if HTML is not allowed in emails."
1742
  msgstr ""
1743
 
1744
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:622
1745
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:736
1746
  msgid "Email Subject"
1747
  msgstr ""
1748
 
1749
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:623
1750
  msgid "Status"
1751
  msgstr ""
1752
 
1753
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:643
1754
  msgid "Not Active"
1755
  msgstr ""
1756
 
1757
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:645
1758
  #, php-format
1759
  msgid "Scheduled:<br /><strong>%1$s</strong>"
1760
  msgstr ""
1761
 
1762
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:649
1763
  msgid "Active"
1764
  msgstr ""
1765
 
1766
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:651
1767
  #, php-format
1768
  msgid "Active - Last run:<br /><strong>%1$s</strong>"
1769
  msgstr ""
1770
 
1771
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:660
1772
  msgid "Email is sent when"
1773
  msgstr ""
1774
 
1775
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:662
1776
  msgid "Missing instance for this notice!"
1777
  msgstr ""
1778
 
1779
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:671
1780
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:673
1781
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:675
1782
  msgid "Sent To"
1783
  msgstr ""
1784
 
1785
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:671
1786
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:798
1787
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:344
1788
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:243
1789
  msgid "User"
1790
  msgstr ""
1791
 
1792
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:673
1793
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:799
1794
  msgid "Administrator"
1795
  msgstr ""
1796
 
1797
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:675
1798
  msgid "Both Administrator and User"
1799
  msgstr ""
1800
 
1801
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:696
1802
  msgid "Available Template Tags"
1803
  msgstr ""
1804
 
1805
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:707
1806
  msgid "Email Header"
1807
  msgstr ""
1808
 
1809
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:767
1810
  msgid "Send this email notice when..."
1811
  msgstr ""
1812
 
1813
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:796
1814
  msgid "Recipient:"
1815
  msgstr ""
1816
 
1817
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:800
1818
  msgid "Both"
1819
  msgstr ""
1820
 
1821
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:808
1822
  msgid "Reply-To Email:"
1823
  msgstr ""
1824
 
1825
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:814
1826
  msgid "Save"
1827
  msgstr ""
1828
 
1829
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:826
1830
  msgid "CSS Styling"
1831
  msgstr ""
1832
 
1833
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:841
1834
  msgid "Site Related"
1835
  msgstr ""
1836
 
1837
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:842
1838
  msgid "Your websites title"
1839
  msgstr ""
1840
 
1841
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:843
1842
  msgid "Your websites address"
1843
  msgstr ""
1844
 
1845
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:844
1846
  msgid "Your websites tagline (description)"
1847
  msgstr ""
1848
 
1849
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:845
1850
  msgid "Your websites admin email"
1851
  msgstr ""
1852
 
1853
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:846
1854
  msgid "Total number of blog members"
1855
  msgstr ""
1856
 
1857
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:849
1858
  msgid "Points name in singular format"
1859
  msgstr ""
1860
 
1861
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:850
1862
  msgid "Points name in plural"
1863
  msgstr ""
1864
 
1865
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:851
1866
  msgid "Login URL"
1867
  msgstr ""
1868
 
1869
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:854
1870
  msgid "User Related"
1871
  msgstr ""
1872
 
1873
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:855
1874
  msgid "The users ID"
1875
  msgstr ""
1876
 
1877
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:856
1878
  msgid "The users login name (username)"
1879
  msgstr ""
1880
 
1881
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:857
1882
  msgid "The users display name"
1883
  msgstr ""
1884
 
1885
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:858
1886
  msgid "The users profile address"
1887
  msgstr ""
1888
 
1889
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:859
1890
  msgid "Link to the users profile address with their display name as title"
1891
  msgstr ""
1892
 
1893
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:860
1894
  msgid "The users current balance unformated"
1895
  msgstr ""
1896
 
1897
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:861
1898
  msgid "The users current balance formated"
1899
  msgstr ""
1900
 
1901
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:863
1902
  msgid "Post Related"
1903
  msgstr ""
1904
 
1905
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:864
1906
  msgid "Post Title"
1907
  msgstr ""
1908
 
1909
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:865
1910
  msgid "Post URL address"
1911
  msgstr ""
1912
 
1913
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:866
1914
  msgid "Link to post Post title"
1915
  msgstr ""
1916
 
1917
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:867
1918
  msgid "The post type"
1919
  msgstr ""
1920
 
1921
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:943
1922
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:946
1923
  #, php-format
1924
  msgid "Email Notice Updated. View <a href=\"%1$s\">All Notices</a>."
1925
  msgstr ""
1926
 
1927
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:944
1928
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:470
1929
  msgid "Custom field updated"
1930
  msgstr ""
1931
 
1932
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:945
1933
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:471
1934
  msgid "Custom filed updated"
1935
  msgstr ""
1936
 
1937
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:948
1938
  msgid "Email Notice Activated"
1939
  msgstr ""
1940
 
1941
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:949
1942
  msgid "Email Notice Saved"
1943
  msgstr ""
1944
 
1945
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:950
1946
  #, php-format
1947
  msgid ""
1948
  "Email Notice Submitted for approval. View <a href=\"%1$s\">All Notices</a>."
1949
  msgstr ""
1950
 
1951
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:952
1952
  #, php-format
1953
  msgid "Email Notice scheduled for: <strong>%1$s</strong>."
1954
  msgstr ""
1955
 
1956
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:971
1957
  msgid ""
1958
  "Once a notice is \"published\" it becomes active! Select \"Save Draft\" if "
1959
  "you are not yet ready to use this email notice!"
1960
  msgstr ""
1961
 
1962
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:973
1963
  #, php-format
1964
  msgid "This notice will become active on:<br /><strong>%1$s</strong>"
1965
  msgstr ""
1966
 
1967
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/email-notices/myCRED-addon-email-notices.php:975
1968
  msgid "This email notice is active."
1969
  msgstr ""
1970
 
1971
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/myCRED-addon-gateway.php:12
1972
  msgid "Gateway"
1973
  msgstr ""
1974
 
1975
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/myCRED-addon-gateway.php:13
1976
  msgid ""
1977
  "Let your users pay using their <strong>my</strong>CRED points balance. "
1978
  "Supported Carts: WooCommerce, MarketPress. Supported Event Bookings: Event "
1979
  "Espresso, Events Manager."
1980
  msgstr ""
1981
 
1982
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:143
1983
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:271
1984
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:295
1985
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:390
1986
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:345
1987
  msgid "Current Balance"
1988
  msgstr ""
1989
 
1990
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:147
1991
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:113
1992
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:275
1993
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:299
1994
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:394
1995
  msgid "Total Cost"
1996
  msgstr ""
1997
 
1998
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:151
1999
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:279
2000
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:303
2001
  msgid "Balance After Purchase"
2002
  msgstr ""
2003
 
2004
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:175
2005
  msgid "Payment"
2006
  msgstr ""
2007
 
2008
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:178
2009
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:227
2010
  #, php-format
2011
  msgid "<a href=\"%s\">Go Back</a>"
2012
  msgstr ""
2013
 
2014
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:181
2015
  msgid "will be deducted from your account."
2016
  msgstr ""
2017
 
2018
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:217
2019
  #, php-format
2020
  msgid ""
2021
  "Sorry, but you can not use this gateway as your account is excluded. Please "
2022
  "<a href=\"%s\">select a different payment method</a>."
2023
  msgstr ""
2024
 
2025
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:236
2026
  msgid "Paid"
2027
  msgstr ""
2028
 
2029
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:239
2030
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:34
2031
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:51
2032
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:52
2033
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:76
2034
  msgid "myCRED"
2035
  msgstr ""
2036
 
2037
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:339
2038
  msgid "%_singular% Balance"
2039
  msgstr ""
2040
 
2041
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:341
2042
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:90
2043
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:26
2044
  msgid "Payment for Order: #%order_id%"
2045
  msgstr ""
2046
 
2047
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:344
2048
  msgid "Product Sale: %post_title%"
2049
  msgstr ""
2050
 
2051
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:345
2052
  msgid "Pay using your account balance."
2053
  msgstr ""
2054
 
2055
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:346
2056
  msgid ""
2057
  "TOTAL amount has been deducted from your account. Your current balance is: "
2058
  "%balance_f%"
2059
  msgstr ""
2060
 
2061
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:347
2062
  msgid ""
2063
  "Insufficient funds. Please select another form of payment. Your current "
2064
  "balance is: %balance_f%"
2065
  msgstr ""
2066
 
2067
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:348
2068
  msgid ""
2069
  "You must be logged in to pay with %_plural%. Please <a href=\"%login_url_here"
2070
  "%\">login</a>."
2071
  msgstr ""
2072
 
2073
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:353
2074
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:175
2075
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:19
2076
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:20
2077
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:21
2078
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:224
2079
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:246
2080
  msgid "Settings"
2081
  msgstr ""
2082
 
2083
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:355
2084
  #, php-format
2085
  msgid ""
2086
  "Let your users pay for items in their shopping cart using their %s Account. "
@@ -2088,134 +2103,134 @@ msgid ""
2088
  "purchase!"
2089
  msgstr ""
2090
 
2091
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:358
2092
  msgid "Method Name"
2093
  msgstr ""
2094
 
2095
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:360
2096
  msgid ""
2097
  "Enter a public name for this payment method that is displayed to users - No "
2098
  "HTML"
2099
  msgstr ""
2100
 
2101
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:365
2102
  msgid "Gateway Logo URL"
2103
  msgstr ""
2104
 
2105
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:373
2106
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:89
2107
  msgid ""
2108
  "Log entry template for successful payments. Available template tags: "
2109
  "%order_id%, %order_link%"
2110
  msgstr ""
2111
 
2112
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:380
2113
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:95
2114
  msgid "How much is 1 %_singular% worth in %currency%?"
2115
  msgstr ""
2116
 
2117
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:385
2118
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:100
2119
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:326
2120
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:428
2121
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:471
2122
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:536
2123
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:525
2124
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:594
2125
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:658
2126
  msgid "Exchange Rate"
2127
  msgstr ""
2128
 
2129
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:394
2130
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:128
2131
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:330
2132
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:440
2133
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:462
2134
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:527
2135
  msgid "Profit Sharing"
2136
  msgstr ""
2137
 
2138
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:397
2139
  msgid "Percentage"
2140
  msgstr ""
2141
 
2142
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:399
2143
  msgid "Option to share sales with the product owner. User zero to disable"
2144
  msgstr ""
2145
 
2146
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:406
2147
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:338
2148
  msgid ""
2149
  "Log entry template for profit sharing. Available template tags: General and "
2150
  "Post related"
2151
  msgstr ""
2152
 
2153
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:411
2154
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:341
2155
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:531
2156
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:596
2157
  msgid "Messages"
2158
  msgstr ""
2159
 
2160
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:414
2161
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:352
2162
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:541
2163
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:606
2164
  msgid "Insufficient Funds"
2165
  msgstr ""
2166
 
2167
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:416
2168
  msgid "Message to show when the user can not use this gateway."
2169
  msgstr ""
2170
 
2171
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:418
2172
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:426
2173
  msgid "Available template tags are: General."
2174
  msgstr ""
2175
 
2176
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:422
2177
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:348
2178
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:468
2179
  msgid "Visitors"
2180
  msgstr ""
2181
 
2182
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:424
2183
  msgid "Message to show to buyers that are not logged in."
2184
  msgstr ""
2185
 
2186
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:430
2187
  msgid "User Instructions"
2188
  msgstr ""
2189
 
2190
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:432
2191
  msgid "Information to show users before payment."
2192
  msgstr ""
2193
 
2194
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:434
2195
  msgid ""
2196
  "Available template tags are: %balance% and %balance_f% for users current "
2197
  "balance."
2198
  msgstr ""
2199
 
2200
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:438
2201
  msgid "Confirmation Information"
2202
  msgstr ""
2203
 
2204
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:440
2205
  msgid "Information to display on the order confirmation page. - HTML allowed"
2206
  msgstr ""
2207
 
2208
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:442
2209
  msgid ""
2210
  "Available template tags: TOTAL - total cart cost, %balance% and %balance_f% "
2211
  "- users current balance."
2212
  msgstr ""
2213
 
2214
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:446
2215
  msgid "Order Confirmation Email"
2216
  msgstr ""
2217
 
2218
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:448
2219
  #, php-format
2220
  msgid ""
2221
  "This is the email text to send to those who have made %s checkouts. It "
@@ -2224,773 +2239,772 @@ msgid ""
2224
  "PAYMENTINFO, TOTAL, TRACKINGURL. No HTML allowed."
2225
  msgstr ""
2226
 
2227
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-marketpress.php:450
2228
  #, php-format
2229
  msgid "Available template tags: %balance% or %balance_f% for users balance."
2230
  msgstr ""
2231
 
2232
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:35
2233
  msgid "Let users pay using their myCRED balance."
2234
  msgstr ""
2235
 
2236
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:68
2237
  msgid "Enable/Disable"
2238
  msgstr ""
2239
 
2240
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:70
2241
  msgid "Enable myCRED Payment"
2242
  msgstr ""
2243
 
2244
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:72
2245
  msgid ""
2246
  "Users who are not logged in or excluded from using myCRED will not have "
2247
  "access to this gateway!"
2248
  msgstr ""
2249
 
2250
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:77
2251
  msgid "Title to show for this payment option."
2252
  msgstr ""
2253
 
2254
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:78
2255
  msgid "Pay with myCRED"
2256
  msgstr ""
2257
 
2258
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:82
2259
  msgid "Customer Message"
2260
  msgstr ""
2261
 
2262
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:84
2263
  msgid "Deduct the amount from your %_plural% balance."
2264
  msgstr ""
2265
 
2266
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:107
2267
  msgid "Show Total"
2268
  msgstr ""
2269
 
2270
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:109
2271
  msgid "Show the final price in %_plural% ."
2272
  msgstr ""
2273
 
2274
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:111
2275
  msgid "Do not show"
2276
  msgstr ""
2277
 
2278
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:112
2279
  msgid "Show in Cart"
2280
  msgstr ""
2281
 
2282
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:113
2283
  msgid "Show on Checkout Page"
2284
  msgstr ""
2285
 
2286
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:114
2287
  msgid "Show in Cart and on Checkout Page"
2288
  msgstr ""
2289
 
2290
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:119
2291
  msgid "Label"
2292
  msgstr ""
2293
 
2294
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:121
2295
  msgid "Order Total in %_plural%"
2296
  msgstr ""
2297
 
2298
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:130
2299
  msgid "Option to share a percentage of the sale with the product owner."
2300
  msgstr ""
2301
 
2302
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:137
2303
  msgid ""
2304
  "Log entry template for profit sharing. Available template tags: General and "
2305
  "Post related."
2306
  msgstr ""
2307
 
2308
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:138
2309
  msgid "Sale of %post_title%"
2310
  msgstr ""
2311
 
2312
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:163
2313
  msgid "myCRED Payment"
2314
  msgstr ""
2315
 
2316
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:164
2317
  msgid ""
2318
  "Allows users to pay using their myCRED %_singular% balance. Please note that "
2319
  "users with insufficient funds and users who are not logged in will not see "
2320
  "this payment gateway on the checkout page."
2321
  msgstr ""
2322
 
2323
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:185
2324
  msgid "You must be logged in to pay with %_plural%"
2325
  msgstr ""
2326
 
2327
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:191
2328
  msgid "You can not use this gateway. Please try a different payment option."
2329
  msgstr ""
2330
 
2331
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:203
2332
  msgid "Insufficient funds. Please try a different payment option."
2333
  msgstr ""
2334
 
2335
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:267
2336
  msgid "Your account has successfully been charged."
2337
  msgstr ""
2338
 
2339
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-woocommerce.php:477
2340
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:121
2341
  msgid "Your current balance"
2342
  msgstr ""
2343
 
2344
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:28
2345
  msgid "Store sale"
2346
  msgstr ""
2347
 
2348
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:30
2349
  msgid "You must be logged in to use this gateway"
2350
  msgstr ""
2351
 
2352
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:31
2353
  msgid "Insufficient Funds."
2354
  msgstr ""
2355
 
2356
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:32
2357
  msgid "Deduct the amount from your balance."
2358
  msgstr ""
2359
 
2360
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:102
2361
  msgid "Item"
2362
  msgstr ""
2363
 
2364
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:188
2365
  msgid "You can not use this gateway."
2366
  msgstr ""
2367
 
2368
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:322
2369
  msgid "Log Template for Payments"
2370
  msgstr ""
2371
 
2372
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:323
2373
  msgid ""
2374
  "Log entry template for successful payments. Available template tags: "
2375
  "General, %order_id%"
2376
  msgstr ""
2377
 
2378
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:327
2379
  #, php-format
2380
  msgid "How much is 1 %s worth in %s"
2381
  msgstr ""
2382
 
2383
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:333
2384
  msgid "Payout"
2385
  msgstr ""
2386
 
2387
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:334
2388
  msgid ""
2389
  "Option to share a percentage of the sale with the product owner (post "
2390
  "author). User zero to disable."
2391
  msgstr ""
2392
 
2393
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:344
2394
  msgid "Instructions"
2395
  msgstr ""
2396
 
2397
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:345
2398
  msgid ""
2399
  "Optional instructions to show users when selecting this gateway. Leave empty "
2400
  "to hide."
2401
  msgstr ""
2402
 
2403
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:349
2404
  msgid "Message to show visitors who are not logged in."
2405
  msgstr ""
2406
 
2407
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/carts/mycred-wpecommerce.php:353
2408
  msgid ""
2409
  "Message to show when users does not have enough %plural% to pay using this "
2410
  "gateway."
2411
  msgstr ""
2412
 
2413
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:24
2414
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:447
2415
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:512
2416
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:313
2417
  msgid "Payments"
2418
  msgstr ""
2419
 
2420
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:25
2421
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:36
2422
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:32
2423
  msgid "Pay Now"
2424
  msgstr ""
2425
 
2426
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:29
2427
  msgid "Payment for Event Registration"
2428
  msgstr ""
2429
 
2430
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:337
2431
  #, php-format
2432
  msgid "Activate %s"
2433
  msgstr ""
2434
 
2435
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:345
2436
  #, php-format
2437
  msgid "Deactivate %s"
2438
  msgstr ""
2439
 
2440
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:361
2441
  msgid "Gateway Settings"
2442
  msgstr ""
2443
 
2444
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:393
2445
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:437
2446
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:499
2447
  #, php-format
2448
  msgid "How many %s is 1 %s worth?"
2449
  msgstr ""
2450
 
2451
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:399
2452
  msgid "Gateways Settings Successfully Updated"
2453
  msgstr ""
2454
 
2455
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:407
2456
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:507
2457
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:572
2458
  msgid "Labels"
2459
  msgstr ""
2460
 
2461
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:410
2462
  msgid "Gateway Title"
2463
  msgstr ""
2464
 
2465
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:412
2466
  msgid "Title to show on Payment page"
2467
  msgstr ""
2468
 
2469
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:415
2470
  msgid "Payment Type"
2471
  msgstr ""
2472
 
2473
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:417
2474
  msgid "Title to show on receipts and logs"
2475
  msgstr ""
2476
 
2477
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:420
2478
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:524
2479
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:589
2480
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:349
2481
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:541
2482
  msgid "Button Label"
2483
  msgstr ""
2484
 
2485
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:422
2486
  msgid "Pay Button"
2487
  msgstr ""
2488
 
2489
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:425
2490
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:132
2491
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:135
2492
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:322
2493
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:325
2494
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:340
2495
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:537
2496
  msgid "Price"
2497
  msgstr ""
2498
 
2499
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:435
2500
  msgid ""
2501
  "You can disable purchases using this gateway by adding a custom Event Meta: "
2502
  "<code>mycred_no_sale</code>"
2503
  msgstr ""
2504
 
2505
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:436
2506
  msgid "Users must be logged in to use this gateway!"
2507
  msgstr ""
2508
 
2509
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:442
2510
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:465
2511
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:530
2512
  msgid ""
2513
  "Option to share sales with the event owner (post author). Use zero to "
2514
  "disable."
2515
  msgstr ""
2516
 
2517
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:445
2518
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:22
2519
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:23
2520
  msgid "Log"
2521
  msgstr ""
2522
 
2523
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:448
2524
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:549
2525
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:623
2526
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:681
2527
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:349
2528
  msgid "Log Entry"
2529
  msgstr ""
2530
 
2531
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:455
2532
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:898
2533
  msgid "Templates"
2534
  msgstr ""
2535
 
2536
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:458
2537
  msgid "Solvent users"
2538
  msgstr ""
2539
 
2540
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:460
2541
  msgid ""
2542
  "Message to show users on the payment page before they are charged. Leave "
2543
  "empty to hide.<br />Available template tags: General"
2544
  msgstr ""
2545
 
2546
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:463
2547
  msgid "Insolvent users"
2548
  msgstr ""
2549
 
2550
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:465
2551
  msgid ""
2552
  "Message to show users who do not have enough points to pay.<br />Available "
2553
  "template tags: General"
2554
  msgstr ""
2555
 
2556
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:470
2557
  msgid ""
2558
  "Message to show visitors (users not logged in) on the payment page.<br /"
2559
  ">Available template tags: General"
2560
  msgstr ""
2561
 
2562
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventespresso3.php:480
2563
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:379
2564
  msgid "Update Settings"
2565
  msgstr ""
2566
 
2567
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:30
2568
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:26
2569
  msgid "Payment for tickets to %link_with_title%"
2570
  msgstr ""
2571
 
2572
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:31
2573
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:27
2574
  msgid "Ticket refund for %link_with_title%"
2575
  msgstr ""
2576
 
2577
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:35
2578
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:31
2579
  msgid "Pay using your %_plural% balance"
2580
  msgstr ""
2581
 
2582
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:37
2583
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:33
2584
  msgid "Pay"
2585
  msgstr ""
2586
 
2587
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:40
2588
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:36
2589
  msgid "Thank you for your payment!"
2590
  msgstr ""
2591
 
2592
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:41
2593
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:37
2594
  msgid "I'm sorry but you can not pay for these tickets using %_plural%"
2595
  msgstr ""
2596
 
2597
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:129
2598
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:319
2599
  msgid "Ticket Type"
2600
  msgstr ""
2601
 
2602
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:138
2603
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:328
2604
  msgid "Spaces"
2605
  msgstr ""
2606
 
2607
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:220
2608
  msgid "You can not pay using this gateway."
2609
  msgstr ""
2610
 
2611
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:359
2612
  msgid "Reject"
2613
  msgstr ""
2614
 
2615
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:363
2616
  msgid "Delete"
2617
  msgstr ""
2618
 
2619
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:368
2620
  msgid "Edit/View"
2621
  msgstr ""
2622
 
2623
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:449
2624
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:514
2625
  msgid "Disabled - Users CAN NOT pay for tickets using %plural%."
2626
  msgstr ""
2627
 
2628
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:450
2629
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:515
2630
  msgid "Single - Users can ONLY pay for tickets using %plural%."
2631
  msgstr ""
2632
 
2633
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:451
2634
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:516
2635
  msgid "Multi - Users can pay for tickets using other gateways or %plural%."
2636
  msgstr ""
2637
 
2638
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:455
2639
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:488
2640
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:520
2641
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:553
2642
  msgid "Refunds"
2643
  msgstr ""
2644
 
2645
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:458
2646
  msgid ""
2647
  "The percentage of the paid amount to refund if a user cancells their "
2648
  "booking. Use zero for no refunds. No refunds are given to \"Rejected\" "
2649
  "bookings!"
2650
  msgstr ""
2651
 
2652
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:478
2653
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:543
2654
  msgid "Log Templates"
2655
  msgstr ""
2656
 
2657
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:481
2658
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:546
2659
  msgid "Purchases"
2660
  msgstr ""
2661
 
2662
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:484
2663
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:491
2664
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:549
2665
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:556
2666
  msgid "Available template tags: General and Post related."
2667
  msgstr ""
2668
 
2669
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:510
2670
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:575
2671
  msgid "Payment Link Label"
2672
  msgstr ""
2673
 
2674
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:513
2675
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:578
2676
  msgid ""
2677
  "The payment link shows / hides the payment form under \"My Bookings\". No "
2678
  "HTML allowed."
2679
  msgstr ""
2680
 
2681
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:517
2682
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:582
2683
  msgid "Payment Header"
2684
  msgstr ""
2685
 
2686
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:520
2687
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:585
2688
  msgid "Shown on top of the payment form. No HTML allowed."
2689
  msgstr ""
2690
 
2691
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:527
2692
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:592
2693
  msgid "The button label for payments. No HTML allowed!"
2694
  msgstr ""
2695
 
2696
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:534
2697
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:599
2698
  msgid "Successful Payments"
2699
  msgstr ""
2700
 
2701
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:537
2702
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager-pro.php:544
2703
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:602
2704
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:609
2705
  msgid "No HTML allowed! Available template tags: General"
2706
  msgstr ""
2707
 
2708
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:398
2709
  msgid "Balance After Payment"
2710
  msgstr ""
2711
 
2712
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:505
2713
  msgid "Click to toggle"
2714
  msgstr ""
2715
 
2716
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:505
2717
  #, php-format
2718
  msgid "%s Payments"
2719
  msgstr ""
2720
 
2721
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/gateway/event-booking/mycred-eventsmanager.php:523
2722
  msgid ""
2723
  "The percentage of the paid amount to refund if a booking gets cancelled. Use "
2724
  "zero for no refunds. No refunds are given to \"Rejected\" bookings."
2725
  msgstr ""
2726
 
2727
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:12
2728
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:40
2729
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:41
2730
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:42
2731
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:466
2732
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:743
2733
  msgid "Import"
2734
  msgstr ""
2735
 
2736
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:13
2737
  msgid ""
2738
  "With the Import add-on you can import CSV files, CubePoints or existing "
2739
  "points under any custom user meta values."
2740
  msgstr ""
2741
 
2742
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:91
2743
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:749
2744
  msgid "CSV File"
2745
  msgstr ""
2746
 
2747
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:92
2748
  msgid "Import %_plural% from a comma-separated values (CSV) file."
2749
  msgstr ""
2750
 
2751
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:95
2752
  msgid "CubePoints"
2753
  msgstr ""
2754
 
2755
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:96
2756
  msgid "Import CubePoints"
2757
  msgstr ""
2758
 
2759
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:99
2760
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:769
2761
  msgid "Custom User Meta"
2762
  msgstr ""
2763
 
2764
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:100
2765
  msgid "Import %_plural% from pre-existing custom user meta."
2766
  msgstr ""
2767
 
2768
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:217
2769
  msgid "No file selected. Please select your CSV file and try again."
2770
  msgstr ""
2771
 
2772
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:232
2773
  msgid "Failed to load file."
2774
  msgstr ""
2775
 
2776
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:253
2777
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:423
2778
  #, php-format
2779
  msgid ""
2780
  "Zero rows imported! Skipped %d entries. Import completed in %.2f seconds."
2781
  msgstr ""
2782
 
2783
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:262
2784
  msgid ""
2785
  "No valid records found in file. Make sure you have selected the correct way "
2786
  "to identify users in the mycred_user column!"
2787
  msgstr ""
2788
 
2789
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:268
2790
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:351
2791
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:438
2792
  #, php-format
2793
  msgid ""
2794
  "Import successfully completed. A total of %d users were effected and %d "
2795
  "entires were skipped. Import completed in %.2f seconds."
2796
  msgstr ""
2797
 
2798
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:302
2799
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:587
2800
  msgid "No CubePoints found."
2801
  msgstr ""
2802
 
2803
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:336
2804
  #, php-format
2805
  msgid ""
2806
  "Zero CubePoints imported! Skipped %d entries. Import completed in %.2f "
2807
  "seconds."
2808
  msgstr ""
2809
 
2810
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:345
2811
  msgid "No valid CubePoints founds."
2812
  msgstr ""
2813
 
2814
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:371
2815
  msgid "Missing meta key. Not sure what I should be looking for."
2816
  msgstr ""
2817
 
2818
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:390
2819
  #, php-format
2820
  msgid "No rows found for the <strong>%s</strong> meta key."
2821
  msgstr ""
2822
 
2823
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:432
2824
  msgid "No valid records founds."
2825
  msgstr ""
2826
 
2827
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:478
2828
  msgid "Remember to de-activate this add-on once you are done importing!"
2829
  msgstr ""
2830
 
2831
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:510
2832
  msgid "File"
2833
  msgstr ""
2834
 
2835
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:514
2836
  msgid "Maximum allowed upload size is "
2837
  msgstr ""
2838
 
2839
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:514
2840
  msgid ""
2841
  "Required columns: <code>mycred_user</code> and <code>mycred_amount</code>. "
2842
  "Optional columns: <code>mycred_log</code>."
2843
  msgstr ""
2844
 
2845
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:517
2846
  msgid "Identify Users By"
2847
  msgstr ""
2848
 
2849
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:520
2850
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:343
2851
  msgid "ID"
2852
  msgstr ""
2853
 
2854
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:521
2855
  msgid "Username"
2856
  msgstr ""
2857
 
2858
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:522
2859
  msgid "Email"
2860
  msgstr ""
2861
 
2862
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:529
2863
  msgid "How much is 1 imported value worth?"
2864
  msgstr ""
2865
 
2866
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:534
2867
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:602
2868
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:666
2869
  msgid "Round"
2870
  msgstr ""
2871
 
2872
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:535
2873
  msgid "None"
2874
  msgstr ""
2875
 
2876
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:536
2877
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:604
2878
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:668
2879
  msgid "Round Up"
2880
  msgstr ""
2881
 
2882
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:537
2883
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:605
2884
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:669
2885
  msgid "Round Down"
2886
  msgstr ""
2887
 
2888
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:542
2889
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:610
2890
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:674
2891
  msgid "Precision"
2892
  msgstr ""
2893
 
2894
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:544
2895
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:612
2896
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:676
2897
  msgid ""
2898
  "The optional number of decimal digits to round to. Use zero to round the "
2899
  "nearest whole number."
2900
  msgstr ""
2901
 
2902
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:553
2903
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:627
2904
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:685
2905
  msgid "See the help tab for available template tags. Leave blank to disable."
2906
  msgstr ""
2907
 
2908
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:558
2909
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:632
2910
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:696
2911
  msgid "Run Import"
2912
  msgstr ""
2913
 
2914
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:585
2915
  #, php-format
2916
  msgid "Found %d users with CubePoints."
2917
  msgstr ""
2918
 
2919
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:588
2920
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:652
2921
  msgid "Meta Key"
2922
  msgstr ""
2923
 
2924
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:603
2925
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:667
2926
  msgid "Do not round"
2927
  msgstr ""
2928
 
2929
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:617
2930
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:688
2931
  msgid "After Import"
2932
  msgstr ""
2933
 
2934
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:620
2935
  msgid "Delete users CubePoints balance."
2936
  msgstr ""
2937
 
2938
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:691
2939
  msgid "Delete the old value."
2940
  msgstr ""
2941
 
2942
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:720
2943
  msgid "Failed to get file contents."
2944
  msgstr ""
2945
 
2946
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:725
2947
  msgid "Failed to put file contents."
2948
  msgstr ""
2949
 
2950
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:745
2951
  msgid ""
2952
  "This add-on lets you import %_plural% either though a CSV-file or from your "
2953
  "database. Remember that the import can take time depending on your file size "
2954
  "or the number of users being imported."
2955
  msgstr ""
2956
 
2957
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:751
2958
  msgid "CSV Import"
2959
  msgstr ""
2960
 
2961
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:752
2962
  msgid ""
2963
  "Imports using a comma-separated values file requires the following columns:"
2964
  msgstr ""
2965
 
2966
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:753
2967
  msgid ""
2968
  "Column identifing the user. All rows must identify the user the same way, "
2969
  "either using an ID, Username (user_login) or email. Users that can not be "
2970
  "found will be ignored."
2971
  msgstr ""
2972
 
2973
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:754
2974
  msgid ""
2975
  "Column with the amount to be imported. If set, an exchange rate is applied "
2976
  "to this value before import."
2977
  msgstr ""
2978
 
2979
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:755
2980
  msgid ""
2981
  "Optionally you can also use the <code>mycred_log</code> column to pre-define "
2982
  "the log entry for each import."
2983
  msgstr ""
2984
 
2985
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:759
2986
  msgid "Cubepoints"
2987
  msgstr ""
2988
 
2989
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:761
2990
  msgid "Cubepoints Import"
2991
  msgstr ""
2992
 
2993
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:762
2994
  msgid ""
2995
  "When this page loads, the importer will automatically check if you have been "
2996
  "using Cubepoints. If you have, you can import these with the option to "
@@ -2998,1807 +3012,1946 @@ msgid ""
2998
  "clean."
2999
  msgstr ""
3000
 
3001
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:763
3002
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:773
3003
  msgid ""
3004
  "Before a value is imported, you can apply an exchange rate. To import "
3005
  "without changing the value, use 1 as the exchange rate."
3006
  msgstr ""
3007
 
3008
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:764
3009
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:774
3010
  msgid ""
3011
  "You can select to add a log entry for each import or leave the template "
3012
  "empty to skip."
3013
  msgstr ""
3014
 
3015
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:765
3016
  msgid ""
3017
  "The Cubepoints importer will automatically disable itself if no Cubepoints "
3018
  "installation exists."
3019
  msgstr ""
3020
 
3021
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:771
3022
  msgid "Custom User Meta Import"
3023
  msgstr ""
3024
 
3025
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:772
3026
  msgid ""
3027
  "You can import any type of points that have previously been saved in your "
3028
  "database. All you need is the meta key under which it has been saved."
3029
  msgstr ""
3030
 
3031
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/import/myCRED-addon-import.php:775
3032
  msgid ""
3033
  "Please note that the meta key is case sensitive and can not contain "
3034
  "whitespaces!"
3035
  msgstr ""
3036
 
3037
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:12
3038
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:167
3039
  msgid "Notifications"
3040
  msgstr ""
3041
 
3042
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:13
3043
  msgid "Notify your users when their balances changes."
3044
  msgstr ""
3045
 
3046
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:169
3047
  msgid "Styling"
3048
  msgstr ""
3049
 
3050
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:173
3051
  msgid "Use the included CSS Styling for notifications."
3052
  msgstr ""
3053
 
3054
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:180
3055
  msgid ""
3056
  "Use %entry% to show the log entry in the notice and %amount% for the amount."
3057
  msgstr ""
3058
 
3059
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:183
3060
  msgid "Transient Lifespan"
3061
  msgstr ""
3062
 
3063
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:187
3064
  msgid ""
3065
  "The number of days a users notification is saved before being automatically "
3066
  "deleted."
3067
  msgstr ""
3068
 
3069
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:190
3070
  msgid "Duration"
3071
  msgstr ""
3072
 
3073
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/notifications/myCRED-addon-notifications.php:194
3074
  msgid ""
3075
  "The number of milliseconds a notice should be visible.<br />Use zero to "
3076
  "require that the user closes the notice manually. 1000 milliseconds = 1 "
3077
  "second."
3078
  msgstr ""
3079
 
3080
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:12
3081
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:166
3082
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:172
3083
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:178
3084
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:701
3085
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:893
3086
  msgid "Ranks"
3087
  msgstr ""
3088
 
3089
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:13
3090
  msgid ""
3091
  "Create ranks for users reaching a certain number of points with the option "
3092
  "to add logos for each rank."
3093
  msgstr ""
3094
 
3095
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:167
3096
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:396
3097
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:413
3098
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:509
 
 
 
 
 
 
 
 
3099
  msgid "Rank"
3100
  msgstr ""
3101
 
3102
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:169
3103
  msgid "Add New Rank"
3104
  msgstr ""
3105
 
3106
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:170
3107
  msgid "Edit Rank"
3108
  msgstr ""
3109
 
3110
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:171
3111
  msgid "New Rank"
3112
  msgstr ""
3113
 
3114
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:173
3115
  msgid "View Rank"
3116
  msgstr ""
3117
 
3118
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:174
3119
  msgid "Search Ranks"
3120
  msgstr ""
3121
 
3122
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:175
3123
  msgid "No ranks found"
3124
  msgstr ""
3125
 
3126
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:176
3127
  msgid "No ranks found in Trash"
3128
  msgstr ""
3129
 
3130
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:242
3131
  #, php-format
3132
  msgid "Completed - Total of %d users effected"
3133
  msgstr ""
3134
 
3135
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:244
3136
  msgid "Log is Empty"
3137
  msgstr ""
3138
 
3139
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:438
3140
  msgid "Newbie"
3141
  msgstr ""
3142
 
3143
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:469
3144
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:472
3145
  #, php-format
3146
  msgid "Rank Updated. View <a href=\"%1$s\">All Ranks</a>."
3147
  msgstr ""
3148
 
3149
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:474
3150
  msgid "Rank Activated"
3151
  msgstr ""
3152
 
3153
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:475
3154
  msgid "Rank Saved"
3155
  msgstr ""
3156
 
3157
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:476
3158
  #, php-format
3159
  msgid "Rank Submitted for approval. View <a href=\"%1$s\">All Ranks</a>."
3160
  msgstr ""
3161
 
3162
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:478
3163
  #, php-format
3164
  msgid "Rank scheduled for: <strong>%1$s</strong>."
3165
  msgstr ""
3166
 
3167
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:535
3168
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:590
3169
  msgid "Rank Title"
3170
  msgstr ""
3171
 
3172
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:536
3173
  msgid "Logo"
3174
  msgstr ""
3175
 
3176
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:537
3177
  msgid "Requirement"
3178
  msgstr ""
3179
 
3180
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:538
3181
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:364
3182
  msgid "Users"
3183
  msgstr ""
3184
 
3185
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:554
3186
  msgid "No Logo Set"
3187
  msgstr ""
3188
 
3189
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:563
3190
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:568
3191
  msgid "Any Value"
3192
  msgstr ""
3193
 
3194
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:570
3195
  msgid "Maximum %plural%"
3196
  msgstr ""
3197
 
3198
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:603
3199
  msgid "Rank Settings"
3200
  msgstr ""
3201
 
3202
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:625
3203
  msgid "Minimum %plural% to reach this rank"
3204
  msgstr ""
3205
 
3206
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:629
3207
  msgid "Maximum %plural% to be included in this rank"
3208
  msgstr ""
3209
 
3210
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:634
3211
  msgid "All Published Ranks"
3212
  msgstr ""
3213
 
3214
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:641
3215
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:643
3216
  msgid "Not Set"
3217
  msgstr ""
3218
 
3219
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:648
3220
  msgid "No Ranks found"
3221
  msgstr ""
3222
 
3223
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:703
3224
  msgid "Rank Features"
3225
  msgstr ""
3226
 
3227
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:707
3228
  msgid "%plural% requirement"
3229
  msgstr ""
3230
 
3231
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:708
3232
  msgid "Featured Image (Logo)"
3233
  msgstr ""
3234
 
3235
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:709
3236
  msgid "Content"
3237
  msgstr ""
3238
 
3239
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:710
3240
  msgid "Excerpt"
3241
  msgstr ""
3242
 
3243
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:711
3244
  msgid "Comments"
3245
  msgstr ""
3246
 
3247
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:712
3248
  msgid "Page Attributes"
3249
  msgstr ""
3250
 
3251
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:713
3252
  msgid "Custom Fields"
3253
  msgstr ""
3254
 
3255
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:716
3256
  msgid "Public"
3257
  msgstr ""
3258
 
3259
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:720
3260
  msgid ""
3261
  "If you want to create a template archive for each rank, you must select to "
3262
  "have ranks public. Defaults to disabled."
3263
  msgstr ""
3264
 
3265
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:723
3266
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:896
3267
  msgid "Rank Basis"
3268
  msgstr ""
3269
 
3270
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:726
3271
  msgid "Users are ranked according to their current balance."
3272
  msgstr ""
3273
 
3274
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:729
3275
  msgid ""
3276
  "Users are ranked according to the total amount of %_plural% they have "
3277
  "accumulated."
3278
  msgstr ""
3279
 
3280
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:733
3281
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:738
3282
  msgid "Calculate Totals"
3283
  msgstr ""
3284
 
3285
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:736
3286
  msgid ""
3287
  "Use this button to calculate or re-calcualte your users totals. If not used, "
3288
  "the users current balance will be used as a starting point."
3289
  msgstr ""
3290
 
3291
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:736
3292
  msgid ""
3293
  "Once a users total has been calculated, they will be assigned to their "
3294
  "appropriate roles. For this reason, it is highly recommended that you first "
3295
  "setup your ranks!"
3296
  msgstr ""
3297
 
3298
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:737
3299
  msgid ""
3300
  "Depending on your log size and number of users this process may take a "
3301
  "while. Please do not leave, click \"Update Settings\" or re-fresh this page "
3302
  "until this is completed!"
3303
  msgstr ""
3304
 
3305
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:742
3306
  msgid "Archive URL"
3307
  msgstr ""
3308
 
3309
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:746
3310
  msgid "Ignored if Ranks are not public"
3311
  msgstr ""
3312
 
3313
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:749
3314
  msgid "Display Order"
3315
  msgstr ""
3316
 
3317
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:756
3318
  msgid "Ascending - Lowest rank to highest"
3319
  msgstr ""
3320
 
3321
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:757
3322
  msgid "Descending - Highest rank to lowest"
3323
  msgstr ""
3324
 
3325
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:766
3326
  msgid ""
3327
  "Select in what order ranks should be displayed in your admin area and/or "
3328
  "front if ranks are \"Public\""
3329
  msgstr ""
3330
 
3331
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:782
3332
  msgid "Rank in BuddyPress"
3333
  msgstr ""
3334
 
3335
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:850
3336
  msgid "Script Communication Error"
3337
  msgstr ""
3338
 
3339
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:895
3340
- msgid ""
3341
- "You can create ranks according to the amount of points a user has. By "
3342
- "default, ranks are only visible in widgets and shortcodes however it is "
3343
- "possible for you to also create archive pages in your theme for all ranks or "
3344
- "specific ones."
3345
- msgstr ""
3346
-
3347
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:897
3348
- msgid ""
3349
- "As of version 1.2, you can select to rank users according to their current "
3350
- "balance or the total amount of %_plural% they have accumulated. This is "
3351
- "recommended if you do not want users to get demoted if they use their "
3352
- "%_plural% to pay for items in your store or event tickets."
3353
  msgstr ""
3354
 
3355
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:899
3356
- msgid ""
3357
- "Ranks are just another custom post type which means that you can, if you "
3358
- "select to make Ranks Public, create custom template files for ranks in your "
3359
- "theme folder."
3360
  msgstr ""
3361
 
3362
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:900
3363
- #, php-format
3364
- msgid ""
3365
- "For more information on Templates for Custom Post Types visit the <a href="
3366
- "\"%s\">WordPress Codex</a>."
3367
- msgstr ""
3368
-
3369
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:901
3370
- msgid "Changing URL Slug"
3371
  msgstr ""
3372
 
3373
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:902
3374
- msgid "You can change the URL slug used for ranks to any URL friendly value."
3375
  msgstr ""
3376
 
3377
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/myCRED-addon-ranks.php:903
3378
- msgid ""
3379
- "If you are using a custom permalink structure and you make ranks public or "
3380
- "change the slug, you will need to visit your permalink settings page and "
3381
- "click \"Save Changes\" to flush your re-write rules! Otherwise you will get "
3382
- "a 404 error message when trying to view a rank archive page."
3383
  msgstr ""
3384
 
3385
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/includes/mycred-rank-functions.php:148
3386
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/includes/mycred-rank-functions.php:154
3387
- msgid "No Rank"
3388
  msgstr ""
3389
 
3390
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/includes/mycred-rank-shortcodes.php:57
3391
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/includes/mycred-rank-shortcodes.php:132
3392
  msgid "No users found with this rank"
3393
  msgstr ""
3394
 
3395
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/includes/mycred-rank-shortcodes.php:62
3396
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:224
3397
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:227
3398
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:288
3399
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:349
3400
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:353
3401
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:357
3402
  msgid "error"
3403
  msgstr ""
3404
 
3405
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/ranks/includes/mycred-rank-shortcodes.php:62
3406
  msgid "Rank ID is required!"
3407
  msgstr ""
3408
 
3409
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:12
3410
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:304
3411
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1061
3412
  msgid "Sell Content"
3413
  msgstr ""
3414
 
3415
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:13
3416
  msgid ""
3417
  "This add-on allows you to sell posts, pages or any public post types on your "
3418
  "website. You can either sell the entire content or using our shortcode, sell "
3419
  "parts of your content allowing you to offer \"teasers\"."
3420
  msgstr ""
3421
 
3422
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:42
3423
  msgid "<p>Buy this %post_type% for only %price% %buy_button%</p>"
3424
  msgstr ""
3425
 
3426
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:43
3427
  msgid ""
3428
  "<p><a href=\"%login_url_here%\">Login</a> to buy access to this %post_type%."
3429
  "</p>"
3430
  msgstr ""
3431
 
3432
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:44
3433
  msgid ""
3434
  "<p>You do not have enough %plural% to buy access to this %post_type%.</p>\n"
3435
  "<p><strong>Price</strong>: %price%</p>"
3436
  msgstr ""
3437
 
3438
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:54
3439
  msgid "Purchase of %link_with_title%"
3440
  msgstr ""
3441
 
3442
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:55
3443
  msgid "Sale of %link_with_title%"
3444
  msgstr ""
3445
 
3446
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:72
3447
  msgid "Hours"
3448
  msgstr ""
3449
 
3450
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:214
3451
  msgid "You can not buy this content."
3452
  msgstr ""
3453
 
3454
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:277
3455
  msgid "Error. Try Again"
3456
  msgstr ""
3457
 
3458
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:299
3459
  msgid "No Payout. Just charge."
3460
  msgstr ""
3461
 
3462
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:300
3463
  msgid "Pay Content Author."
3464
  msgstr ""
3465
 
3466
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:306
3467
  msgid "Post Types"
3468
  msgstr ""
3469
 
3470
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:310
3471
  msgid "Comma separated list of post types that can be sold."
3472
  msgstr ""
3473
 
3474
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:327
3475
  msgid "Percentage to pay Author"
3476
  msgstr ""
3477
 
3478
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:329
3479
  msgid ""
3480
  "Percentage of the price to pay the author. Can not be zero and is ignored if "
3481
  "authors are not paid."
3482
  msgstr ""
3483
 
3484
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:337
3485
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1064
3486
  msgid "Defaults"
3487
  msgstr ""
3488
 
3489
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:345
3490
  msgid "Allow authors to change price."
3491
  msgstr ""
3492
 
3493
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:354
3494
  msgid "Allow authors to change button label."
3495
  msgstr ""
3496
 
3497
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:358
3498
  msgid "Purchases expire after"
3499
  msgstr ""
3500
 
3501
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:360
3502
  msgid "Use zero for permanent sales."
3503
  msgstr ""
3504
 
3505
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:363
3506
  msgid "Sale Template for non members"
3507
  msgstr ""
3508
 
3509
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:367
3510
  msgid ""
3511
  "Do <strong>not</strong> use the %buy_button% in this template as a user must "
3512
  "be logged in to buy content!"
3513
  msgstr ""
3514
 
3515
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:368
3516
  msgid ""
3517
  "Available template tags are: %singular%, %plural%, %post_title%, %post_url%, "
3518
  "%link_with_title%, %price%"
3519
  msgstr ""
3520
 
3521
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:371
3522
  msgid "Sale Template for members"
3523
  msgstr ""
3524
 
3525
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:375
3526
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:383
3527
  msgid "Your template must contain the %buy_button% tag for purchases to work!"
3528
  msgstr ""
3529
 
3530
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:376
3531
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:384
3532
  msgid ""
3533
  "Available template tags are: %singular%, %plural%, %post_title%, %post_url%, "
3534
  "%link_with_title%, %buy_button%, %price%"
3535
  msgstr ""
3536
 
3537
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:379
3538
  msgid "Insufficient funds template"
3539
  msgstr ""
3540
 
3541
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:387
3542
  msgid "Log template for Purchases"
3543
  msgstr ""
3544
 
3545
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:391
3546
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:398
3547
  msgid ""
3548
  "Available template tags are: %singular%, %plural%, %post_title%, %post_url% "
3549
  "or %link_with_title%"
3550
  msgstr ""
3551
 
3552
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:394
3553
  msgid "Log template for Sales"
3554
  msgstr ""
3555
 
3556
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:450
3557
  msgid "Sell This"
3558
  msgstr ""
3559
 
3560
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:499
3561
  msgid " Sell Content needs to be setup before you can use this feature."
3562
  msgstr ""
3563
 
3564
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:502
3565
  msgid "Setup add-on"
3566
  msgstr ""
3567
 
3568
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:502
3569
  msgid "Lets do it"
3570
  msgstr ""
3571
 
3572
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:531
3573
  msgid "Enable sale of this "
3574
  msgstr ""
3575
 
3576
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:545
3577
  msgid "Purchase expires after"
3578
  msgstr ""
3579
 
3580
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:794
3581
  msgid "Thank you for your purchase!"
3582
  msgstr ""
3583
 
3584
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:878
3585
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:961
3586
  msgid "The following content is set for sale:"
3587
  msgstr ""
3588
 
3589
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:979
3590
  msgid "No purchases found"
3591
  msgstr ""
3592
 
3593
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1016
3594
  msgid "Purchased"
3595
  msgstr ""
3596
 
3597
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1063
3598
  msgid ""
3599
  "This add-on lets you sell either entire contents or parts of it. You can "
3600
  "select if you want to just charge users or share a percentage of the sale "
3601
  "with the post author."
3602
  msgstr ""
3603
 
3604
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1065
3605
  msgid ""
3606
  "The default price and button label is applied to all content that is set for "
3607
  "sale. You can select if you want to enforce these settings or let the "
3608
  "content authors set their own."
3609
  msgstr ""
3610
 
3611
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/sell-content/myCRED-addon-sell-content.php:1067
3612
  msgid ""
3613
  "You can either sell entire posts via the Sell Content Meta Box or by using "
3614
  "the <code>mycred_sell_this</code> shortcode.<br />For more information on "
3615
  "how to use the shortcode, please visit the"
3616
  msgstr ""
3617
 
3618
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:12
3619
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:50
3620
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:492
3621
  msgid "Transfer"
3622
  msgstr ""
3623
 
3624
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:13
3625
  msgid ""
3626
  "Allow your users to send or \"donate\" points to other members by either "
3627
  "using the mycred_transfer shortcode or the myCRED Transfer widget."
3628
  msgstr ""
3629
 
3630
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:43
3631
  msgid "You do not have enough %plural% to send."
3632
  msgstr ""
3633
 
3634
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:44
3635
  msgid "You have exceeded your %limit% transfer limit."
3636
  msgstr ""
3637
 
3638
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:143
3639
  msgid "Transaction completed."
3640
  msgstr ""
3641
 
3642
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:144
3643
  msgid ""
3644
  "Security token could not be verified. Please contact your site administrator!"
3645
  msgstr ""
3646
 
3647
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:145
3648
  msgid "Communications error. Please try again later."
3649
  msgstr ""
3650
 
3651
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:146
3652
  msgid "Recipient not found. Please try again."
3653
  msgstr ""
3654
 
3655
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:147
3656
  msgid "Transaction declined by recipient."
3657
  msgstr ""
3658
 
3659
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:148
3660
  msgid "Incorrect amount. Please try again."
3661
  msgstr ""
3662
 
3663
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:149
3664
  msgid ""
3665
  "This myCRED Add-on has not yet been setup! No transfers are allowed until "
3666
  "this has been done!"
3667
  msgstr ""
3668
 
3669
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:150
3670
  msgid "Insufficient funds. Please enter a lower amount."
3671
  msgstr ""
3672
 
3673
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:151
3674
  msgid "Transfer Limit exceeded."
3675
  msgstr ""
3676
 
3677
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:152
3678
  msgid ""
3679
  "The request amount will exceed your transfer limit. Please try again with a "
3680
  "lower amount!"
3681
  msgstr ""
3682
 
3683
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:177
3684
  msgid "No limits."
3685
  msgstr ""
3686
 
3687
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:178
3688
  msgid "Impose daily limit."
3689
  msgstr ""
3690
 
3691
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:179
3692
  msgid "Impose weekly limit."
3693
  msgstr ""
3694
 
3695
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:183
3696
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:591
 
 
 
 
 
 
 
 
3697
  msgid "Transfer %plural%"
3698
  msgstr ""
3699
 
3700
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:185
3701
  msgid "Log template for sending"
3702
  msgstr ""
3703
 
3704
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:192
3705
  msgid "Log template for receiving"
3706
  msgstr ""
3707
 
3708
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:199
3709
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:969
3710
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1227
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3711
  msgid "Limits"
3712
  msgstr ""
3713
 
3714
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:216
3715
  msgid "Maximum Amount"
3716
  msgstr ""
3717
 
3718
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:218
3719
  msgid "This amount is ignored if no limits are imposed."
3720
  msgstr ""
3721
 
3722
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:221
3723
  msgid "Form Templates"
3724
  msgstr ""
3725
 
3726
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:224
3727
  msgid "Not logged in Template"
3728
  msgstr ""
3729
 
3730
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:226
3731
  msgid ""
3732
  "Text to show when users are not logged in. Leave empty to hide. No HTML "
3733
  "elements allowed!"
3734
  msgstr ""
3735
 
3736
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:230
3737
  msgid "Balance Template"
3738
  msgstr ""
3739
 
3740
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:232
3741
  msgid ""
3742
  "Template to use when displaying the users balance (if included). No HTML "
3743
  "elements allowed!"
3744
  msgstr ""
3745
 
3746
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:236
3747
  msgid "Limit Template"
3748
  msgstr ""
3749
 
3750
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:238
3751
  msgid ""
3752
  "Template to use when displaying limits (if used). No HTML elements allowed!"
3753
  msgstr ""
3754
 
3755
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:242
3756
  msgid "Button Template"
3757
  msgstr ""
3758
 
3759
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:244
3760
  msgid "Send Transfer button template. No HTML elements allowed!"
3761
  msgstr ""
3762
 
3763
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:247
3764
  msgid "Error Messages"
3765
  msgstr ""
3766
 
3767
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:250
3768
  msgid "Balance to low to send."
3769
  msgstr ""
3770
 
3771
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:252
3772
  msgid ""
3773
  "Text to show when a users balance is to low for transfers. Leave empty to "
3774
  "hide. No HTML elements allowed!"
3775
  msgstr ""
3776
 
3777
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:256
3778
  msgid "Transfer Limit Reached."
3779
  msgstr ""
3780
 
3781
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:258
3782
  msgid ""
3783
  "Text to show when a user has reached their transfer limit (if used). Leave "
3784
  "empty to hide. No HTML elements allowed!"
3785
  msgstr ""
3786
 
3787
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:494
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3788
  msgid ""
3789
- "This add-on lets your users transfer %_plural% to each other. Members who "
3790
- "are set to be excluded can neither send or receive %_plural%."
 
 
 
 
 
 
 
 
 
 
 
 
 
3791
  msgstr ""
3792
 
3793
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:495
3794
- msgid "Transfer Limit"
3795
  msgstr ""
3796
 
3797
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:496
3798
  msgid ""
3799
- "You can impose a daily-, weekly- or monthly transfer limit for each user. "
3800
- "Note, that this transfer limit is imposed on everyone who are not excluded "
3801
- "from using myCRED."
 
 
 
3802
  msgstr ""
3803
 
3804
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:498
3805
  msgid ""
3806
- "Transfers can be made by either using the <code>mycred_transfer</code> "
3807
- "shortcode or via the myCRED Transfer Widget.<br />For more information on "
3808
- "how to use the shortcode, please visit the"
3809
  msgstr ""
3810
 
3811
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:521
3812
- msgid "Allow transfers between users."
 
 
 
 
3813
  msgstr ""
3814
 
3815
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:523
 
 
 
 
 
 
 
3816
  #, php-format
3817
- msgid "%s Transfer"
 
 
3818
  msgstr ""
3819
 
3820
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:537
3821
- msgid "The myCRED Transfer add-on has not yet been setup!"
3822
  msgstr ""
3823
 
3824
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:602
3825
- msgid "Show users balance"
3826
  msgstr ""
3827
 
3828
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:606
3829
- msgid "Show users limit"
 
 
3830
  msgstr ""
3831
 
3832
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:729
3833
- msgid "To:"
3834
  msgstr ""
3835
 
3836
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/addons/transfer/myCRED-addon-transfer.php:733
3837
- msgid "Amount:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3838
  msgstr ""
3839
 
3840
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:68
 
 
 
 
 
 
 
 
 
 
 
3841
  msgid "User is excluded"
3842
  msgstr ""
3843
 
3844
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:73
3845
  msgid "Log Entry can not be empty"
3846
  msgstr ""
3847
 
3848
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:77
3849
  msgid "Amount can not be zero"
3850
  msgstr ""
3851
 
3852
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:174
3853
  msgid "Excluded"
3854
  msgstr ""
3855
 
3856
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:181
3857
  msgid "History"
3858
  msgstr ""
3859
 
3860
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:183
3861
  msgid "Adjust"
3862
  msgstr ""
3863
 
3864
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:234
3865
  #, php-format
3866
  msgid "My current %singular% balance"
3867
  msgstr ""
3868
 
3869
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:257
3870
  msgid "Adjust Your Balance"
3871
  msgstr ""
3872
 
3873
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:259
3874
  msgid "Adjust Users Balance"
3875
  msgstr ""
3876
 
3877
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:266
3878
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:337
3879
  msgid "required"
3880
  msgstr ""
3881
 
3882
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:268
3883
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:339
3884
  msgid "optional"
3885
  msgstr ""
3886
 
3887
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:274
3888
  msgid "Log description for adjustment"
3889
  msgstr ""
3890
 
3891
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:275
3892
  msgid "Update"
3893
  msgstr ""
3894
 
3895
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:276
3896
  msgid "Description is required!"
3897
  msgstr ""
3898
 
3899
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:281
3900
  msgid "Users Current Balance"
3901
  msgstr ""
3902
 
3903
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:348
3904
  msgid "A positive or negative value"
3905
  msgstr ""
3906
 
3907
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-admin.php:350
3908
  msgid "Update Balance"
3909
  msgstr ""
3910
 
3911
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:65
3912
  msgid "Point"
3913
  msgstr ""
3914
 
3915
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:66
3916
  msgid "Points"
3917
  msgstr ""
3918
 
3919
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:388
3920
  msgid "Deleted"
3921
  msgstr ""
3922
 
3923
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:523
3924
  msgid "Deleted Item"
3925
  msgstr ""
3926
 
3927
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:1308
3928
  msgid "ref empty"
3929
  msgstr ""
3930
 
3931
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:1316
3932
  msgid "incorrect user id format"
3933
  msgstr ""
3934
 
3935
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:1329
3936
  msgid "incorrect unix timestamp (from):"
3937
  msgstr ""
3938
 
3939
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-functions.php:1338
3940
  msgid "incorrect unix timestamp (to):"
3941
  msgstr ""
3942
 
3943
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:38
3944
  msgid "myCRED requires WordPress 3.1 or higher. Version detected:"
3945
  msgstr ""
3946
 
3947
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:43
3948
  msgid "myCRED requires PHP 5.2.0 or higher. Version detected: "
3949
  msgstr ""
3950
 
3951
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:48
3952
  msgid "myCRED requires SQL 5.0 or higher. Version detected: "
3953
  msgstr ""
3954
 
3955
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:53
3956
  msgid ""
3957
  "Sorry but your WordPress installation does not reach the minimum "
3958
  "requirements for running myCRED. The following errors were given:"
3959
  msgstr ""
3960
 
3961
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:253
3962
  msgid "myCRED needs your attention."
3963
  msgstr ""
3964
 
3965
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:253
3966
  msgid "Run Setup"
3967
  msgstr ""
3968
 
3969
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:265
3970
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:266
3971
  msgid "myCRED Setup"
3972
  msgstr ""
3973
 
3974
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:410
3975
  msgid "Step"
3976
  msgstr ""
3977
 
3978
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:433
3979
  msgid ""
3980
  "Click \"Begin Setup\" to install myCRED. You will be able to select your "
3981
  "points format, layout and security settings."
3982
  msgstr ""
3983
 
3984
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:434
3985
  msgid "Begin Setup"
3986
  msgstr ""
3987
 
3988
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:491
3989
  msgid "Select the format you want to use for your points."
3990
  msgstr ""
3991
 
3992
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:492
3993
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:200
3994
  msgid "Format"
3995
  msgstr ""
3996
 
3997
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:495
3998
  msgid "Separators"
3999
  msgstr ""
4000
 
4001
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:505
4002
  msgid "Decimals"
4003
  msgstr ""
4004
 
4005
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:507
4006
  msgid "Use zero for no decimals."
4007
  msgstr ""
4008
 
4009
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:510
4010
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:254
4011
  msgid "Presentation"
4012
  msgstr ""
4013
 
4014
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:513
4015
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:241
4016
  msgid "Name (Singular)"
4017
  msgstr ""
4018
 
4019
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:517
4020
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:246
4021
  msgid "Name (Plural)"
4022
  msgstr ""
4023
 
4024
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:523
4025
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:257
4026
  msgid "Prefix"
4027
  msgstr ""
4028
 
4029
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:531
4030
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:265
4031
  msgid "Suffix"
4032
  msgstr ""
4033
 
4034
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:536
4035
  msgid "Cancel Setup"
4036
  msgstr ""
4037
 
4038
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:536
4039
  msgid "Cancel"
4040
  msgstr ""
4041
 
4042
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:536
4043
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:616
4044
  msgid "Next"
4045
  msgstr ""
4046
 
4047
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:565
4048
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:273
4049
  msgid "Security"
4050
  msgstr ""
4051
 
4052
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:568
4053
  msgid "Edit Settings Capability"
4054
  msgstr ""
4055
 
4056
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:572
4057
  msgid "Edit Users %plural% Capability"
4058
  msgstr ""
4059
 
4060
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:580
4061
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:290
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4062
  msgid "Exclude those who can \"Edit Settings\"."
4063
  msgstr ""
4064
 
4065
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:584
4066
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:294
4067
  msgid "Exclude those who can \"Edit Users %plural%\"."
4068
  msgstr ""
4069
 
4070
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:587
4071
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:298
4072
  msgid "Exclude the following user IDs:"
4073
  msgstr ""
4074
 
4075
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:591
4076
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:303
4077
  msgid "Rankings"
4078
  msgstr ""
4079
 
4080
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:595
4081
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:307
4082
  msgid "Update rankings each time a users balance changes."
4083
  msgstr ""
4084
 
4085
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:599
4086
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:311
4087
  msgid "Update rankings once a day."
4088
  msgstr ""
4089
 
4090
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:603
4091
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:315
4092
  msgid "Update rankings once a week."
4093
  msgstr ""
4094
 
4095
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:607
4096
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:319
4097
  msgid "Update rankings on a specific date."
4098
  msgstr ""
4099
 
4100
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:611
4101
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:244
4102
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:323
4103
  msgid "Date"
4104
  msgstr ""
4105
 
4106
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:635
4107
  msgid "Ready"
4108
  msgstr ""
4109
 
4110
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:636
4111
  msgid "Almost done! Click the button below to finish this setup."
4112
  msgstr ""
4113
 
4114
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-install.php:637
4115
  msgid "Install & Run"
4116
  msgstr ""
4117
 
4118
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:246
4119
  msgid "Entry"
4120
  msgstr ""
4121
 
4122
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:346
4123
  msgid "User Missing"
4124
  msgstr ""
4125
 
4126
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:385
4127
  msgid "No log entries found"
4128
  msgstr ""
4129
 
4130
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:400
4131
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:402
4132
  msgid "Search Log"
4133
  msgstr ""
4134
 
4135
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-log.php:401
4136
  msgid "search log entries"
4137
  msgstr ""
4138
 
4139
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:60
4140
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:61
4141
  msgid "Network Settings"
4142
  msgstr ""
4143
 
4144
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:158
4145
  msgid "Network"
4146
  msgstr ""
4147
 
4148
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:164
4149
  #, php-format
4150
  msgid "Note! %s has not yet been setup."
4151
  msgstr ""
4152
 
4153
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:168
4154
  msgid "Network Settings Updated"
4155
  msgstr ""
4156
 
4157
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:170
4158
  #, php-format
4159
  msgid "Configure network settings for %s."
4160
  msgstr ""
4161
 
4162
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:177
4163
  msgid "Master Template"
4164
  msgstr ""
4165
 
4166
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:181
4167
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:195
4168
  msgid "Yes"
4169
  msgstr ""
4170
 
4171
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:185
4172
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:199
4173
  msgid "No"
4174
  msgstr ""
4175
 
4176
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:188
4177
  #, php-format
4178
  msgid ""
4179
  "If enabled, %s will use your main site's settings for all other sites in "
4180
  "your network."
4181
  msgstr ""
4182
 
4183
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:191
4184
  msgid "Central Logging"
4185
  msgstr ""
4186
 
4187
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:202
4188
  #, php-format
4189
  msgid "If enabled, %s will log all site actions in your main site's log."
4190
  msgstr ""
4191
 
4192
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:205
4193
  msgid "Site Block"
4194
  msgstr ""
4195
 
4196
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:209
4197
  #, php-format
4198
  msgid "Comma separated list of blog ids where %s is to be disabled."
4199
  msgstr ""
4200
 
4201
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-network.php:218
4202
  msgid "Save Network Settings"
4203
  msgstr ""
4204
 
4205
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:523
4206
  msgid "This feature requires WordPress Permalinks to be setup and enabled!"
4207
  msgstr ""
4208
 
4209
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:526
4210
  msgid "Click Update Settings to load the Remote API settings."
4211
  msgstr ""
4212
 
4213
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:528
4214
  msgid "Allow Remote Access"
4215
  msgstr ""
4216
 
4217
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:549
4218
  msgid "Remote Access"
4219
  msgstr ""
4220
 
4221
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:551
4222
  msgid "API Key"
4223
  msgstr ""
4224
 
4225
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:554
4226
  msgid "Key"
4227
  msgstr ""
4228
 
4229
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:555
4230
  msgid "min. 12 characters"
4231
  msgstr ""
4232
 
4233
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:556
4234
  msgid "Required for this feature to work!<br />Minimum 12 characters."
4235
  msgstr ""
4236
 
4237
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:559
4238
  msgid "Key Length"
4239
  msgstr ""
4240
 
4241
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:564
4242
  msgid "Generate New Key"
4243
  msgstr ""
4244
 
4245
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:566
4246
  msgid "Warning!"
4247
  msgstr ""
4248
 
4249
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:566
4250
  msgid ""
4251
  "Keep this key safe! Those you share this key with will be able to remotely "
4252
  "deduct / add / transfer %plural%!"
4253
  msgstr ""
4254
 
4255
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:568
4256
  msgid "Incoming URI"
4257
  msgstr ""
4258
 
4259
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:572
4260
  msgid ""
4261
  "The incoming call address. Remote calls made to any other URL will be "
4262
  "ignored."
4263
  msgstr ""
4264
 
4265
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:575
4266
  msgid "Debug Mode"
4267
  msgstr ""
4268
 
4269
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-remote.php:578
4270
  msgid ""
4271
  "Remember to disable when not used to prevent mischievous calls from learning "
4272
  "about your setup!"
4273
  msgstr ""
4274
 
4275
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:146
4276
  msgid "Leaderboard is empty."
4277
  msgstr ""
4278
 
4279
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:224
4280
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:349
4281
  msgid "Amount missing!"
4282
  msgstr ""
4283
 
4284
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:227
4285
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:357
4286
  msgid "Log Template Missing!"
4287
  msgstr ""
4288
 
4289
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:288
4290
  msgid "Anchor missing URL!"
4291
  msgstr ""
4292
 
4293
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:353
4294
  msgid "User ID missing for recipient."
4295
  msgstr ""
4296
 
4297
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:407
4298
  msgid "Sent"
4299
  msgstr ""
4300
 
4301
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:408
4302
  msgid "Error - Try Again"
4303
  msgstr ""
4304
 
4305
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-shortcodes.php:503
4306
  msgid "A video ID is required for this shortcode"
4307
  msgstr ""
4308
 
4309
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:19
4310
  #, php-format
4311
  msgid "Show the current users %s balance"
4312
  msgstr ""
4313
 
4314
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:21
4315
  #, php-format
4316
  msgid "%s Balance"
4317
  msgstr ""
4318
 
4319
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:156
4320
  msgid "My Balance"
4321
  msgstr ""
4322
 
4323
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:167
4324
  msgid "<a href=\"%login_url_here%\">Login</a> to view your balance."
4325
  msgstr ""
4326
 
4327
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:191
4328
  msgid "Layout"
4329
  msgstr ""
4330
 
4331
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:193
4332
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:216
4333
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:226
4334
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:374
4335
  msgid "See the help tab for available template tags."
4336
  msgstr ""
4337
 
4338
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:198
4339
  msgid "Include users ranking"
4340
  msgstr ""
4341
 
4342
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:202
4343
  msgid ""
4344
  "This will be appended after the balance. See the help tab for available "
4345
  "template tags."
4346
  msgstr ""
4347
 
4348
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:208
4349
  msgid "Include history"
4350
  msgstr ""
4351
 
4352
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:210
4353
  msgid "History Title"
4354
  msgstr ""
4355
 
4356
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:212
4357
  msgid "Number of entires"
4358
  msgstr ""
4359
 
4360
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:214
4361
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:372
4362
  msgid "Row layout"
4363
  msgstr ""
4364
 
4365
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:222
4366
  msgid "Show message when not logged in"
4367
  msgstr ""
4368
 
4369
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:224
4370
  msgid "Message"
4371
  msgstr ""
4372
 
4373
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:297
4374
  #, php-format
4375
  msgid "Show a list of users sorted by their %s balance"
4376
  msgstr ""
4377
 
4378
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:299
4379
  #, php-format
4380
  msgid "%s List"
4381
  msgstr ""
4382
 
4383
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:352
4384
  msgid "Leaderboard"
4385
  msgstr ""
4386
 
4387
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:365
4388
  msgid "Visible to non-members"
4389
  msgstr ""
4390
 
4391
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:368
4392
  msgid "Number of users"
4393
  msgstr ""
4394
 
4395
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:377
4396
  msgid "Offset"
4397
  msgstr ""
4398
 
4399
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:379
4400
  msgid "Optional offset of order. Use zero to return the first in the list."
4401
  msgstr ""
4402
 
4403
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:382
4404
  msgid "Order"
4405
  msgstr ""
4406
 
4407
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:386
4408
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:195
4409
  msgid "Ascending"
4410
  msgstr ""
4411
 
4412
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/includes/mycred-widgets.php:387
4413
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:195
4414
  msgid "Descending"
4415
  msgstr ""
4416
 
4417
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:23
4418
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:24
4419
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:25
4420
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:260
4421
  msgid "Add-ons"
4422
  msgstr ""
4423
 
4424
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:265
4425
  msgid "Add-on Activated"
4426
  msgstr ""
4427
 
4428
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:267
4429
  msgid "Add-on Deactivated"
4430
  msgstr ""
4431
 
4432
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:270
4433
  msgid "Add-ons can expand your current installation with further features."
4434
  msgstr ""
4435
 
4436
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:289
4437
  #, php-format
4438
  msgid "You can find more add-ons in our %s."
4439
  msgstr ""
4440
 
4441
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:289
4442
  msgid "online store"
4443
  msgstr ""
4444
 
4445
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:309
4446
  msgid "Deactivate Add-on"
4447
  msgstr ""
4448
 
4449
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:310
4450
  msgid "Deactivate"
4451
  msgstr ""
4452
 
4453
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:315
4454
  msgid "Activate Add-on"
4455
  msgstr ""
4456
 
4457
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:316
4458
  msgid "Activate"
4459
  msgstr ""
4460
 
4461
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:333
4462
  msgid "Version"
4463
  msgstr ""
4464
 
4465
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:336
4466
  msgid "By"
4467
  msgstr ""
4468
 
4469
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-addons.php:339
4470
  msgid "Documentation"
4471
  msgstr ""
4472
 
4473
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:56
4474
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:76
4475
  msgid "Access denied for this action"
4476
  msgstr ""
4477
 
4478
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:93
4479
  msgid "Accounts successfully reset"
4480
  msgstr ""
4481
 
4482
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:124
4483
  msgid "No users found to export"
4484
  msgstr ""
4485
 
4486
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:231
4487
  msgid "Adjust your core or add-on settings. Follow us on:"
4488
  msgstr ""
4489
 
4490
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:231
4491
  msgid "Facebook"
4492
  msgstr ""
4493
 
4494
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:231
4495
  msgid "Google Plus"
4496
  msgstr ""
4497
 
4498
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:236
4499
  msgid "Core Settings"
4500
  msgstr ""
4501
 
4502
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:238
4503
  msgid "Name"
4504
  msgstr ""
4505
 
4506
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:243
4507
  msgid "Accessible though the %singular% template tag."
4508
  msgstr ""
4509
 
4510
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:248
4511
  msgid "Accessible though the %plural% template tag."
4512
  msgstr ""
4513
 
4514
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:251
4515
  msgid "Tip"
4516
  msgstr ""
4517
 
4518
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:251
4519
  msgid ""
4520
  "Adding an underscore at the beginning of template tag for names will return "
4521
  "them in lowercase. i.e. %_singular%"
4522
  msgstr ""
4523
 
4524
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:269
4525
  msgid "Separator"
4526
  msgstr ""
4527
 
4528
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:276
4529
  msgid "Edit Settings"
4530
  msgstr ""
4531
 
4532
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:278
4533
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:283
4534
  msgid "Capability to check for."
4535
  msgstr ""
4536
 
4537
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:281
4538
  msgid "Edit Users %plural%"
4539
  msgstr ""
4540
 
4541
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:300
4542
  msgid "Comma separated list of user ids to exclude. No spaces allowed!"
4543
  msgstr ""
4544
 
4545
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:340
4546
  msgid "Management"
4547
  msgstr ""
4548
 
4549
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:342
4550
  msgid "The Log"
4551
  msgstr ""
4552
 
4553
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:345
4554
  msgid "Table Name"
4555
  msgstr ""
4556
 
4557
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:349
4558
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:92
4559
  msgid "Entries"
4560
  msgstr ""
4561
 
4562
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:353
4563
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:368
4564
- msgid "Actions"
4565
- msgstr ""
4566
-
4567
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:354
4568
  msgid "Empty Log"
4569
  msgstr ""
4570
 
4571
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:360
4572
  msgid "User Meta Key"
4573
  msgstr ""
4574
 
4575
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:369
4576
  msgid "Set all to zero"
4577
  msgstr ""
4578
 
4579
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:369
4580
  msgid "CSV Export"
4581
  msgstr ""
4582
 
4583
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:387
4584
  msgid "Identify users by"
4585
  msgstr ""
4586
 
4587
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:392
4588
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:188
4589
  msgid "User ID"
4590
  msgstr ""
4591
 
4592
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:393
4593
  msgid "User Email"
4594
  msgstr ""
4595
 
4596
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:394
4597
  msgid "User Login"
4598
  msgstr ""
4599
 
4600
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:401
4601
  msgid ""
4602
  "Use ID if you intend to use this export as a backup of your current site "
4603
  "while Email is recommended if you want to export to a different site."
4604
  msgstr ""
4605
 
4606
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:404
4607
  msgid "Import Log Entry"
4608
  msgstr ""
4609
 
4610
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:406
4611
  #, php-format
4612
  msgid ""
4613
  "Optional log entry to use if you intend to import this file in a different "
4614
  "%s installation."
4615
  msgstr ""
4616
 
4617
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-general.php:409
4618
  msgid "Export"
4619
  msgstr ""
4620
 
4621
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:23
4622
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:24
4623
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:25
4624
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:156
4625
  msgid "Hooks"
4626
  msgstr ""
4627
 
4628
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:85
4629
  msgid "%plural% for registrations"
4630
  msgstr ""
4631
 
4632
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:86
4633
  msgid "Award %_plural% for users joining your website."
4634
  msgstr ""
4635
 
4636
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:92
4637
  msgid "%plural% for logins"
4638
  msgstr ""
4639
 
4640
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:93
4641
  msgid ""
4642
  "Award %_plural% for logging in to your website. You can also set an optional "
4643
  "limit."
4644
  msgstr ""
4645
 
4646
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:99
4647
  msgid "%plural% for publishing content"
4648
  msgstr ""
4649
 
4650
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:100
4651
  msgid ""
4652
  "Award %_plural% for publishing content on your website. If your custom post "
4653
  "type is not shown bellow, make sure it is set to \"Public\"."
4654
  msgstr ""
4655
 
4656
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:106
4657
  msgid "%plural% for comments"
4658
  msgstr ""
4659
 
4660
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:107
4661
  msgid "Award %_plural% for making comments."
4662
  msgstr ""
4663
 
4664
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:113
4665
  msgid "%plural% for clicking on links"
4666
  msgstr ""
4667
 
4668
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:114
4669
  msgid ""
4670
  "Award %_plural% to users who clicks on links generated by the [mycred_link] "
4671
  "shortcode."
4672
  msgstr ""
4673
 
4674
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:120
4675
  msgid "%plural% for viewing Videos"
4676
  msgstr ""
4677
 
4678
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:121
4679
  msgid ""
4680
  "Award %_plural% to users who watches videos embedded using the "
4681
  "[mycred_video] shortcode."
4682
  msgstr ""
4683
 
4684
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:160
4685
  msgid ""
4686
  "Hooks are instances where %_plural% are awarded or deducted from a user, "
4687
  "depending on their actions around your website."
4688
  msgstr ""
4689
 
4690
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:447
4691
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:147
4692
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:168
4693
  msgid "Limit"
4694
  msgstr ""
4695
 
4696
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:554
4697
  msgid "%plural% for Posts"
4698
  msgstr ""
4699
 
4700
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:564
4701
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:577
4702
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:612
4703
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:268
4704
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:278
4705
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:416
4706
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:429
4707
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:442
4708
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:460
4709
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:473
4710
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:492
4711
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-contact-form7.php:138
4712
  msgid "Available template tags: General, Post"
4713
  msgstr ""
4714
 
4715
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:567
4716
  msgid "%plural% for Pages"
4717
  msgstr ""
4718
 
4719
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:602
4720
  msgid "%plural% for %s"
4721
  msgstr ""
4722
 
4723
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:918
4724
  msgid "Approved Comment"
4725
  msgstr ""
4726
 
4727
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:921
4728
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:938
4729
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:955
4730
  msgid "Comment Author"
4731
  msgstr ""
4732
 
4733
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:925
4734
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:942
4735
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:959
4736
  msgid "Content Author"
4737
  msgstr ""
4738
 
4739
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:932
4740
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:949
4741
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:966
4742
  msgid "Available template tags: General, Comment"
4743
  msgstr ""
4744
 
4745
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:935
4746
  msgid "Comment Marked SPAM"
4747
  msgstr ""
4748
 
4749
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:952
4750
  msgid "Trashed / Unapproved Comments"
4751
  msgstr ""
4752
 
4753
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:972
4754
  msgid "Limit per post"
4755
  msgstr ""
4756
 
4757
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:974
4758
  msgid ""
4759
  "The number of comments per post that grants %_plural% to the comment author. "
4760
  "Use zero for unlimited."
4761
  msgstr ""
4762
 
4763
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:978
4764
  msgid "Limit per day"
4765
  msgstr ""
4766
 
4767
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:980
4768
  msgid ""
4769
  "Number of comments per day that grants %_plural%. Use zero for unlimited."
4770
  msgstr ""
4771
 
4772
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:985
4773
  msgid ""
4774
  "%plural% is to be awarded even when comment authors reply to their own "
4775
  "comment."
4776
  msgstr ""
4777
 
4778
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1052
4779
  msgid "Once for each unique URL"
4780
  msgstr ""
4781
 
4782
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1053
4783
  msgid "Once for each unique link id"
4784
  msgstr ""
4785
 
4786
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1217
4787
  msgid ""
4788
  "The default amount to award for clicking on links. You can override this in "
4789
  "the shortcode."
4790
  msgstr ""
4791
 
4792
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1224
4793
  msgid ""
4794
  "Available template tags: General and custom tags: %url%, %title% or %id%."
4795
  msgstr ""
4796
 
4797
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1235
4798
  msgid "Note!"
4799
  msgstr ""
4800
 
4801
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1235
4802
  msgid ""
4803
  "If no ID is set when using the mycred_link shortcode, the shortcode will "
4804
  "generate one automatically based on the value set under href. If you are "
@@ -4806,303 +4959,303 @@ msgid ""
4806
  "by ID."
4807
  msgstr ""
4808
 
4809
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1487
4810
  msgid "Amount to award for viewing videos."
4811
  msgstr ""
4812
 
4813
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1497
4814
  msgid "Award Logic"
4815
  msgstr ""
4816
 
4817
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1499
4818
  msgid "Select when %_plural% should be awarded or deducted."
4819
  msgstr ""
4820
 
4821
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1500
4822
  msgid "Play - As soon as video starts playing."
4823
  msgstr ""
4824
 
4825
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1501
4826
  msgid "Full - First when the entire video has played."
4827
  msgstr ""
4828
 
4829
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1502
4830
  msgid "Interval - For each x number of seconds watched."
4831
  msgstr ""
4832
 
4833
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1507
4834
  msgid "Number of seconds"
4835
  msgstr ""
4836
 
4837
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1514
4838
  msgid "Leniency"
4839
  msgstr ""
4840
 
4841
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1516
4842
  msgid ""
4843
  "The maximum percentage a users view of a movie can differ from the actual "
4844
  "length."
4845
  msgstr ""
4846
 
4847
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-hooks.php:1519
4848
  msgid ""
4849
  "Do not set this value to zero! A lot of thing can happen while a user "
4850
  "watches a movie and sometimes a few seconds can drop of the counter due to "
4851
  "buffering or play back errors."
4852
  msgstr ""
4853
 
4854
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:24
4855
  msgid "Activity Log"
4856
  msgstr ""
4857
 
4858
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:175
4859
  msgid "Show all references"
4860
  msgstr ""
4861
 
4862
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:194
4863
  msgid "Show in order"
4864
  msgstr ""
4865
 
4866
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:207
4867
  msgid "Filter"
4868
  msgstr ""
4869
 
4870
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:233
4871
  #, php-format
4872
  msgid "Showing %d %s"
4873
  msgstr ""
4874
 
4875
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:233
4876
  msgid "entry"
4877
  msgstr ""
4878
 
4879
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/modules/mycred-module-log.php:252
4880
  msgid "Search results for"
4881
  msgstr ""
4882
 
4883
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:16
4884
  msgid "BadgeOS"
4885
  msgstr ""
4886
 
4887
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:17
4888
  msgid ""
4889
  "Default settings for each BadgeOS Achievement type. These settings may be "
4890
  "overridden for individual achievement type."
4891
  msgstr ""
4892
 
4893
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:93
4894
  #, php-format
4895
  msgid ""
4896
  "Please setup your <a href=\"%s\">default settings</a> before using this "
4897
  "feature."
4898
  msgstr ""
4899
 
4900
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:104
4901
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:106
4902
  msgid "%plural% to Award"
4903
  msgstr ""
4904
 
4905
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:108
4906
  msgid "Use zero to disable"
4907
  msgstr ""
4908
 
4909
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:119
4910
  msgid "Deduction Log Template"
4911
  msgstr ""
4912
 
4913
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:255
4914
  #, php-format
4915
  msgid "Default %s for %s"
4916
  msgstr ""
4917
 
4918
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:262
4919
  msgid "Use zero to disable users gaining %_plural%"
4920
  msgstr ""
4921
 
4922
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:266
4923
  msgid "Default Log template"
4924
  msgstr ""
4925
 
4926
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-badgeOS.php:272
4927
  msgid "Deduct %_plural% if user looses "
4928
  msgstr ""
4929
 
4930
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:16
4931
  msgid "bbPress"
4932
  msgstr ""
4933
 
4934
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:17
4935
  msgid "Awards %_plural% for bbPress actions."
4936
  msgstr ""
4937
 
4938
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:407
4939
  msgid "%plural% for New Forum"
4940
  msgstr ""
4941
 
4942
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:420
4943
  msgid "%plural% for Forum Deletion"
4944
  msgstr ""
4945
 
4946
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:433
4947
  msgid "%plural% for New Topic"
4948
  msgstr ""
4949
 
4950
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:447
4951
  msgid "Forum authors can receive %_plural% for creating new topics."
4952
  msgstr ""
4953
 
4954
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:451
4955
  msgid "%plural% for Topic Deletion"
4956
  msgstr ""
4957
 
4958
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:464
4959
  msgid "%plural% for Favorited Topic"
4960
  msgstr ""
4961
 
4962
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:479
4963
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:503
4964
  msgid "Use zero for unlimited"
4965
  msgstr ""
4966
 
4967
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:483
4968
  msgid "%plural% for New Reply"
4969
  msgstr ""
4970
 
4971
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:497
4972
  msgid "Topic authors can receive %_plural% for replying to their own Topic"
4973
  msgstr ""
4974
 
4975
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-bbPress.php:507
4976
  msgid "Show users %_plural% balance in replies"
4977
  msgstr ""
4978
 
4979
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-contact-form7.php:16
4980
  msgid "Contact Form 7 Form Submissions"
4981
  msgstr ""
4982
 
4983
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-contact-form7.php:17
4984
  msgid "Awards %_plural% for successful form submissions (by logged in users)."
4985
  msgstr ""
4986
 
4987
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-contact-form7.php:108
4988
  msgid "No forms found."
4989
  msgstr ""
4990
 
4991
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:16
4992
  msgid "Events Manager"
4993
  msgstr ""
4994
 
4995
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:17
4996
  msgid "Awards %_plural% for users attending events."
4997
  msgstr ""
4998
 
4999
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:140
5000
  msgid "Attending Event"
5001
  msgstr ""
5002
 
5003
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:150
5004
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:163
5005
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:134
5006
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:147
5007
  msgid "Available template tags: General and Post Related"
5008
  msgstr ""
5009
 
5010
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-events-manager-light.php:153
5011
  msgid "Cancelling Attendance"
5012
  msgstr ""
5013
 
5014
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:16
5015
  msgid "GD Star Rating"
5016
  msgstr ""
5017
 
5018
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:17
5019
  msgid "Awards %_plural% for users rate items using the GD Star Rating plugin."
5020
  msgstr ""
5021
 
5022
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:99
5023
  msgid "Rating"
5024
  msgstr ""
5025
 
5026
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-gd-star-rating.php:112
5027
  msgid "Up / Down Vote"
5028
  msgstr ""
5029
 
5030
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:16
5031
  msgid "Invite Anyone Plugin"
5032
  msgstr ""
5033
 
5034
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:17
5035
  msgid ""
5036
  "Awards %_plural% for sending invitations and/or %_plural% if the invite is "
5037
  "accepted."
5038
  msgstr ""
5039
 
5040
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:135
5041
  msgid "%plural% for Sending An Invite"
5042
  msgstr ""
5043
 
5044
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:151
5045
  msgid ""
5046
  "Maximum number of invites that grants %_plural%. Use zero for unlimited."
5047
  msgstr ""
5048
 
5049
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:155
5050
  msgid "%plural% for Accepting An Invite"
5051
  msgstr ""
5052
 
5053
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:159
5054
  msgid "%plural% for each invited user that accepts an invitation."
5055
  msgstr ""
5056
 
5057
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-invite-anyone.php:172
5058
  msgid ""
5059
  "Maximum number of accepted invitations that grants %_plural%. Use zero for "
5060
  "unlimited."
5061
  msgstr ""
5062
 
5063
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:16
5064
  msgid "Jetpack Subscriptions"
5065
  msgstr ""
5066
 
5067
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:17
5068
  msgid ""
5069
  "Awards %_plural% for users signing up for site or comment updates using "
5070
  "Jetpack."
5071
  msgstr ""
5072
 
5073
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:490
5074
  msgid "Site Subscriptions"
5075
  msgstr ""
5076
 
5077
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-jetpack.php:503
5078
  msgid "Comment Subscriptions"
5079
  msgstr ""
5080
 
5081
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:16
5082
  msgid "WP Favorite Posts"
5083
  msgstr ""
5084
 
5085
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:17
5086
  msgid "Awards %_plural% for users adding posts to their favorites."
5087
  msgstr ""
5088
 
5089
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:124
5090
  msgid "Adding Content to Favorites"
5091
  msgstr ""
5092
 
5093
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-favorite-posts.php:137
5094
  msgid "Removing Content from Favorites"
5095
  msgstr ""
5096
 
5097
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-polls.php:16
5098
  msgid "WP-Polls"
5099
  msgstr ""
5100
 
5101
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-polls.php:17
5102
  msgid "Awards %_plural% for users voting in polls."
5103
  msgstr ""
5104
 
5105
- #: /Users/gabriel/Repositories/mycred/tags/1.3.1/plugins/mycred-hook-wp-polls.php:136
5106
  msgid ""
5107
  "Available template tags: General. You can also use %poll_id% and "
5108
  "%poll_question%."
4
  msgstr ""
5
  "Project-Id-Version: myCRED\n"
6
  "Report-Msgid-Bugs-To: http://mycred.me\n"
7
+ "POT-Creation-Date: 2013-11-04 20:52+0100\n"
8
+ "PO-Revision-Date: 2013-11-04 20:52+0100\n"
9
  "Last-Translator: Gabriel Sebastian Merovingi <support@mycred.me>\n"
10
  "Language-Team: LANGUAGE <support@mycred.me>\n"
11
  "MIME-Version: 1.0\n"
14
  "X-Generator: Poedit 1.5.7\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: _n;_e;__\n"
17
+ "X-Poedit-SearchPath-0: /Users/gabriel/Repositories/mycred/tags/1.3.2\n"
18
  "X-Poedit-SearchPath-1: .\n"
19
 
20
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:342
21
  msgid "My Balance: %cred_f%"
22
  msgstr ""
23
 
24
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:375
25
+ #, php-format
26
+ msgid "About %s"
27
+ msgstr ""
28
+
29
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:384
30
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:137
31
+ msgid "Awesome People"
32
+ msgstr ""
33
+
34
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:465
35
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:488
36
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:233
37
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:889
38
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:276
39
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:137
40
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:406
41
  msgid "Processing..."
42
  msgstr ""
43
 
44
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:466
45
  msgid ""
46
  "Warning! All entries in your log will be permamenly removed! This can not be "
47
  "undone!"
48
  msgstr ""
49
 
50
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:467
51
  msgid "Warning! All user balances will be set to zero! This can not be undone!"
52
  msgstr ""
53
 
54
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:468
55
  msgid "Done!"
56
  msgstr ""
57
 
58
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:469
59
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:487
60
  msgid "Close"
61
  msgstr ""
62
 
63
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:470
64
  msgid "Export users %plural%"
65
  msgstr ""
66
 
67
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:486
68
  #, php-format
69
  msgid "Edit Users %s balance"
70
  msgstr ""
71
 
72
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:544
73
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:624
74
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:444
75
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:509
76
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:421
77
  msgid "Setup"
78
  msgstr ""
79
 
80
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:548
81
+ msgid "About"
82
+ msgstr ""
83
+
84
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:549
85
  msgid "Tutorials"
86
  msgstr ""
87
 
88
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:550
89
  msgid "Codex"
90
  msgstr ""
91
 
92
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/mycred.php:551
93
  msgid "Store"
94
  msgstr ""
95
 
96
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:57
97
  msgid "function myCRED_Hook::run() must be over-ridden in a sub-class."
98
  msgstr ""
99
 
100
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:66
101
  msgid "This Hook has no settings"
102
  msgstr ""
103
 
104
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:133
105
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1051
106
  msgid "No limit"
107
  msgstr ""
108
 
109
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:134
110
  msgid "Once every 24 hours"
111
  msgstr ""
112
 
113
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:135
114
  msgid "Once every 12 hours"
115
  msgstr ""
116
 
117
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:136
118
  msgid "Once every 7 days"
119
  msgstr ""
120
 
121
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:137
122
  msgid "Once per day (reset at midnight)"
123
  msgstr ""
124
 
125
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-hook.php:144
126
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:342
127
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:262
128
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:283
129
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:537
130
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:560
131
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:516
132
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:374
133
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:186
134
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:773
135
  msgid "Select"
136
  msgstr ""
137
 
138
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-module.php:42
139
  msgid "myCRED_Module() Error. A Module ID is required!"
140
  msgstr ""
141
 
142
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-module.php:313
143
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-module.php:321
144
  msgid "Surprise"
145
  msgstr ""
146
 
147
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-module.php:378
148
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:154
149
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:180
150
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:103
151
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:202
152
  msgid "click to close"
153
  msgstr ""
154
 
155
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/abstracts/mycred-abstract-module.php:379
156
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:155
157
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:181
158
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:104
159
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:203
160
  msgid "click to open"
161
  msgstr ""
162
 
163
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:12
164
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:49
165
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:50
166
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:51
167
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:179
168
  msgid "Banking"
169
  msgstr ""
170
 
171
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:13
172
  msgid ""
173
  "This add-on allows you to offer interest on your users points balances or "
174
  "setup recurring payouts."
175
  msgstr ""
176
 
177
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:110
178
  msgid "Compound Interest"
179
  msgstr ""
180
 
181
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:111
182
  msgid ""
183
  "Apply an interest rate on your users %_plural% balances. Interest rate is "
184
  "annual and is compounded daily as long as this service is enabled. Positive "
186
  "rate will to users loosing %_plural%."
187
  msgstr ""
188
 
189
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:117
190
  msgid "Recurring Payouts"
191
  msgstr ""
192
 
193
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:118
194
  msgid ""
195
  "Give your users %_plural% on a regular basis with the option to set the "
196
  "number of times you want this payout to run (cycles)."
197
  msgstr ""
198
 
199
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:167
200
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:458
201
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:149
202
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:253
203
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:215
204
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:149
205
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:266
206
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:346
207
  msgid "Access Denied"
208
  msgstr ""
209
 
210
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:174
211
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:341
212
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:228
213
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:158
214
  msgid "Settings Updated"
215
  msgstr ""
216
 
217
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:180
218
  msgid ""
219
  "This add-on allows you to setup transaction fees for %_plural% transfers, "
220
  "purchases or payments using the Gateway add-on, along with offering interest "
221
  "on %_plural% balances."
222
  msgstr ""
223
 
224
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:183
225
  msgid "WP-Cron deactivation detected!"
226
  msgstr ""
227
 
228
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:184
229
  msgid "Warning! This add-on requires WP - Cron to work."
230
  msgstr ""
231
 
232
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:197
233
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:370
234
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:172
235
  msgid "Enable"
236
  msgstr ""
237
 
238
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/myCRED-addon-banking.php:210
239
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:185
240
  msgid "Update Changes"
241
  msgstr ""
242
 
243
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:57
244
  msgid "function myCRED_Service::run() must be over-ridden in a sub-class."
245
  msgstr ""
246
 
247
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:66
248
  msgid "This Service has no settings"
249
  msgstr ""
250
 
251
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:143
252
  msgid "Hourly"
253
  msgstr ""
254
 
255
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:147
256
  msgid "Daily"
257
  msgstr ""
258
 
259
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:151
260
  msgid "Weekly"
261
  msgstr ""
262
 
263
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:155
264
  msgid "Monthly"
265
  msgstr ""
266
 
267
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:159
268
  msgid "Quarterly"
269
  msgstr ""
270
 
271
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:163
272
  msgid "Semiannually"
273
  msgstr ""
274
 
275
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/abstracts/mycred-abstract-service.php:167
276
  msgid "Annually"
277
  msgstr ""
278
 
279
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:25
280
  msgid "%plural% interest rate payment"
281
  msgstr ""
282
 
283
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:275
284
  msgid "Interest Rate"
285
  msgstr ""
286
 
287
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:282
288
  msgid "Payed / Charged"
289
  msgstr ""
290
 
291
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:288
292
  msgid ""
293
  "The interest rate can be either positive or negative and is compounded daily."
294
  msgstr ""
295
 
296
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:291
297
  msgid "Minimum Balance"
298
  msgstr ""
299
 
300
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:295
301
  msgid "The minimum requires balance for interest to apply."
302
  msgstr ""
303
 
304
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:298
305
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:251
306
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:240
307
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:295
308
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:360
309
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:393
310
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:87
311
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:135
312
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:337
313
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:440
314
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1220
315
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1490
316
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:110
317
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:112
318
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:121
319
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:146
320
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:159
321
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:105
322
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:118
323
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:130
324
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:143
325
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-polls.php:132
326
  msgid "Log Template"
327
  msgstr ""
328
 
329
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:302
330
  msgid "Available template tags: General, %timeframe%, %rate%, %base%"
331
  msgstr ""
332
 
333
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:305
334
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:258
335
  msgid "Run Time"
336
  msgstr ""
337
 
338
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-interest.php:309
339
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:262
340
  msgid ""
341
  "For large websites, if you are running into time out issues during payouts, "
342
  "you can set the number of seconds a process can run. Use zero for unlimited, "
343
  "but be careful especially if you are on a shared server."
344
  msgstr ""
345
 
346
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:21
347
  msgid "Daily %_plural%"
348
  msgstr ""
349
 
350
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:213
351
  msgid "Not yet run"
352
  msgstr ""
353
 
354
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:218
355
  msgid "Pay Users"
356
  msgstr ""
357
 
358
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:221
359
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:678
360
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:351
361
  msgid "Amount"
362
  msgstr ""
363
 
364
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:223
365
  msgid "Can not be zero."
366
  msgstr ""
367
 
368
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:227
369
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:240
370
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1505
371
  msgid "Interval"
372
  msgstr ""
373
 
374
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:232
375
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:241
376
  msgid "Cycles"
377
  msgstr ""
378
 
379
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:234
380
  msgid "Set to -1 for unlimited"
381
  msgstr ""
382
 
383
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:237
384
  msgid "Last Run / Activated"
385
  msgstr ""
386
 
387
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:240
388
  msgid ""
389
  "Select how often you want to award %_plural%. Note that when this service is "
390
  "enabled, the first payout will be in the beginning of the next period. So "
392
  "morning."
393
  msgstr ""
394
 
395
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:241
396
  msgid ""
397
  "Cycles let you choose how many intervals this service should run. Each time "
398
  "a cycle runs, the value will decrease until it hits zero, in which case this "
399
  "service will deactivate itself. Use -1 to run unlimited times."
400
  msgstr ""
401
 
402
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:242
403
  msgid "Important"
404
  msgstr ""
405
 
406
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:242
407
  msgid ""
408
  "You can always stop payouts by deactivating this service. Just remember that "
409
  "if you deactivate while there are cycles left, this service will continue on "
410
  "when it gets re-activated. Set cycles to zero to reset."
411
  msgstr ""
412
 
413
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:244
414
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:597
415
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:291
416
  msgid "Excludes"
417
  msgstr ""
418
 
419
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:248
420
  msgid ""
421
  "Comma separated list of user IDs to exclude from this service. No spaces "
422
  "allowed!"
423
  msgstr ""
424
 
425
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/banking/services/mycred-bank-service-payouts.php:255
426
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-galleries.php:81
427
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:435
428
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:448
429
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:461
430
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:474
431
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:487
432
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:500
433
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:514
434
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:527
435
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:540
436
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:553
437
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:175
438
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:188
439
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:201
440
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:214
441
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:338
442
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:351
443
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:390
444
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:403
445
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:416
446
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:429
447
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:450
448
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:444
449
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1494
450
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:109
451
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:122
452
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:144
453
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:165
454
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:499
455
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:512
456
  msgid "Available template tags: General"
457
  msgstr ""
458
 
459
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:13
460
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:403
461
  msgid "BuddyPress"
462
  msgstr ""
463
 
464
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:14
465
  msgid ""
466
  "The BuddyPress add-on extends <strong>my</strong>CRED to work with "
467
  "BuddyPress allowing you to hook into most BuddyPress related actions."
468
  msgstr ""
469
 
470
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:56
471
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:69
472
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:370
473
  msgid "My History"
474
  msgstr ""
475
 
476
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:57
477
  #, php-format
478
  msgid "%s's History"
479
  msgstr ""
480
 
481
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:238
482
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:246
483
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:447
484
  msgid "All"
485
  msgstr ""
486
 
487
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:239
488
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:448
489
  msgid "Today"
490
  msgstr ""
491
 
492
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:240
493
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:449
494
  msgid "Yesterday"
495
  msgstr ""
496
 
497
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:241
498
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:450
499
  msgid "This Week"
500
  msgstr ""
501
 
502
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:242
503
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:451
504
  msgid "This Month"
505
  msgstr ""
506
 
507
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:339
508
  msgid "BuddyPress: Groups"
509
  msgstr ""
510
 
511
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:340
512
  msgid ""
513
  "Awards %_plural% for group related actions. Use minus to deduct %_plural% or "
514
  "zero to disable a specific hook."
515
  msgstr ""
516
 
517
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:347
518
  msgid "BuddyPress: Members"
519
  msgstr ""
520
 
521
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:348
522
  msgid "Awards %_plural% for profile related actions."
523
  msgstr ""
524
 
525
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:355
526
  msgid "BuddyPress: Links"
527
  msgstr ""
528
 
529
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:356
530
  msgid "Awards %_plural% for link related actions."
531
  msgstr ""
532
 
533
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:363
534
  msgid "BuddyPress: Gallery Actions"
535
  msgstr ""
536
 
537
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:364
538
  msgid ""
539
  "Awards %_plural% for creating a new gallery either using BP Album+ or BP "
540
  "Gallery."
541
  msgstr ""
542
 
543
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:384
544
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:391
545
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:828
546
  msgid "Do not show."
547
  msgstr ""
548
 
549
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:385
550
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:829
551
  msgid "Include in Profile Header."
552
  msgstr ""
553
 
554
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:386
555
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:830
556
  msgid "Include under the \"Profile\" tab"
557
  msgstr ""
558
 
559
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:387
560
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:831
561
  msgid "Include under the \"Profile\" tab and Profile Header."
562
  msgstr ""
563
 
564
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:392
565
  msgid "Show in Profile"
566
  msgstr ""
567
 
568
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:405
569
  msgid "%singular% Balance"
570
  msgstr ""
571
 
572
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:421
573
  msgid "Members can view each others %_singular% balance."
574
  msgstr ""
575
 
576
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:426
577
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:176
578
  msgid "Template"
579
  msgstr ""
580
 
581
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:428
582
  msgid "Available template tags are: %creds%, %number%, %rank%"
583
  msgstr ""
584
 
585
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:429
586
  msgid ""
587
  "Note that you can also use %rank_logo% to show the feature image of the rank."
588
  msgstr ""
589
 
590
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:433
591
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:160
592
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:70
593
  msgid "%plural% History"
594
  msgstr ""
595
 
596
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:449
597
  msgid "Members can view each others %_plural% history."
598
  msgstr ""
599
 
600
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:454
601
  msgid "Menu Title"
602
  msgstr ""
603
 
604
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:456
605
  msgid "Title shown to me"
606
  msgstr ""
607
 
608
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:461
609
  #, php-format
610
  msgid "Title shown to others. Use %s to show the first name."
611
  msgstr ""
612
 
613
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:466
614
  msgid "Menu Position"
615
  msgstr ""
616
 
617
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:468
618
  msgid "Current menu positions:"
619
  msgstr ""
620
 
621
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:473
622
  msgid "History URL slug"
623
  msgstr ""
624
 
625
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:475
626
  msgid "Do not use empty spaces!"
627
  msgstr ""
628
 
629
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/myCRED-addon-buddypress.php:480
630
  msgid "Number of history entries to show"
631
  msgstr ""
632
 
633
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-galleries.php:72
634
  msgid "%plural% for New Gallery"
635
  msgstr ""
636
 
637
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-galleries.php:79
638
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:433
639
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:446
640
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:459
641
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:472
642
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:485
643
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:498
644
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:512
645
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:525
646
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:538
647
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:551
648
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:173
649
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:186
650
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:199
651
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:212
652
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:336
653
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:349
654
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:362
655
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:375
656
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:388
657
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:401
658
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:414
659
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:427
660
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:303
661
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:560
662
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:573
663
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:608
664
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:930
665
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:947
666
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:964
667
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:276
668
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:414
669
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:427
670
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:440
671
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:458
672
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:471
673
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:490
674
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-contact-form7.php:136
675
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:142
676
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:163
677
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:497
678
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:510
679
  msgid "Log template"
680
  msgstr ""
681
 
682
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:419
683
  msgid "%plural% for Creating Groups"
684
  msgstr ""
685
 
686
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:423
687
  msgid ""
688
  "If you use a negative value and the user does not have enough %_plural% the "
689
  "\"Create Group\" button will be disabled."
690
  msgstr ""
691
 
692
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:427
693
  msgid "Number of members before awarding %_plural%"
694
  msgstr ""
695
 
696
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:429
697
  msgid "Use zero to award %_plural% when group is created."
698
  msgstr ""
699
 
700
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:439
701
  msgid "%plural% for Deleting Groups"
702
  msgstr ""
703
 
704
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:452
705
  msgid "%plural% for New Forum Topic"
706
  msgstr ""
707
 
708
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:465
709
  msgid "%plural% for Editing Forum Topic"
710
  msgstr ""
711
 
712
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:478
713
  msgid "%plural% for New Forum Post"
714
  msgstr ""
715
 
716
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:491
717
  msgid "%plural% for Editing Forum Post"
718
  msgstr ""
719
 
720
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:504
721
  msgid "%plural% for Joining Groups"
722
  msgstr ""
723
 
724
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:508
725
  msgid ""
726
  "If you use a negative value and the user does not have enough %_plural% the "
727
  "\"Join Group\" button will be disabled."
728
  msgstr ""
729
 
730
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:518
731
  msgid "%plural% for Leaving Groups"
732
  msgstr ""
733
 
734
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:531
735
  msgid "%plural% for New Group Avatar"
736
  msgstr ""
737
 
738
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-groups.php:544
739
  msgid "%plural% for New Group Comment"
740
  msgstr ""
741
 
742
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:166
743
  msgid "%plural% for New Links"
744
  msgstr ""
745
 
746
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:179
747
  msgid "%plural% for Vote on Link"
748
  msgstr ""
749
 
750
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:192
751
  msgid "%plural% for Updating Links"
752
  msgstr ""
753
 
754
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-links.php:205
755
  msgid "%plural% for Deleting Links"
756
  msgstr ""
757
 
758
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:324
759
  msgid "%plural% for Profile Updates"
760
  msgstr ""
761
 
762
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:330
763
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:477
764
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:501
765
  msgid "Daily Limit"
766
  msgstr ""
767
 
768
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:332
769
  msgid "Daily limit. User zero for unlimited."
770
  msgstr ""
771
 
772
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:342
773
  msgid "%plural% for New Avatar"
774
  msgstr ""
775
 
776
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:355
777
  msgid "%plural% for New Friendships"
778
  msgstr ""
779
 
780
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:364
781
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:377
782
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:199
783
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:206
784
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:307
785
  msgid "Available template tags: General, User"
786
  msgstr ""
787
 
788
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:368
789
  msgid "%plural% for Leaving Friendship"
790
  msgstr ""
791
 
792
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:381
793
  msgid "%plural% for New Comment"
794
  msgstr ""
795
 
796
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:394
797
  msgid "%plural% for Deleting Comment"
798
  msgstr ""
799
 
800
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:407
801
  msgid "%plural% for New Messages"
802
  msgstr ""
803
 
804
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buddypress/hooks/bp-profile.php:420
805
  msgid "%plural% for Sending Gift"
806
  msgstr ""
807
 
808
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:12
809
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:224
810
  msgid "buyCRED"
811
  msgstr ""
812
 
813
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:13
814
  msgid ""
815
  "The <strong>buy</strong>CRED Add-on allows your users to buy points using "
816
  "PayPal, Skrill (Moneybookers) or NETbilling. <strong>buy</strong>CRED can "
817
  "also let your users buy points for other members."
818
  msgstr ""
819
 
820
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:55
821
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:56
822
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:57
823
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:346
824
  msgid "Payment Gateways"
825
  msgstr ""
826
 
827
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:141
828
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:784
829
  msgid "PayPal Payments Standard"
830
  msgstr ""
831
 
832
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:145
833
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:425
834
  msgid "NETbilling"
835
  msgstr ""
836
 
837
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:149
838
  msgid "Skrill (Moneybookers)"
839
  msgstr ""
840
 
841
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:153
842
  msgid "Zombaio"
843
  msgstr ""
844
 
845
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:199
846
  msgid "Please login to purchase %_plural%"
847
  msgstr ""
848
 
849
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:213
850
  msgid "Gift purchase from %display_name%."
851
  msgstr ""
852
 
853
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:226
854
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:617
855
  msgid "Minimum %plural%"
856
  msgstr ""
857
 
858
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:230
859
  msgid "Minimum amount of %plural% a user must purchase. Will default to 1."
860
  msgstr ""
861
 
862
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:233
863
  msgid "Login Template"
864
  msgstr ""
865
 
866
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:237
867
  msgid "Content to show when a user is not logged in."
868
  msgstr ""
869
 
870
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:244
871
  msgid ""
872
  "Available template tags: General and %gateway% for the payment gateway used."
873
  msgstr ""
874
 
875
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:247
876
  msgid "Thank You Page"
877
  msgstr ""
878
 
879
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:250
880
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:271
881
  msgid "Custom URL"
882
  msgstr ""
883
 
884
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:255
885
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:276
886
  msgid "Page"
887
  msgstr ""
888
 
889
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:268
890
  msgid "Cancellation Page"
891
  msgstr ""
892
 
893
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:289
894
  msgid "Gifting"
895
  msgstr ""
896
 
897
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:291
898
  msgid "Allow users to buy %_plural% for other users."
899
  msgstr ""
900
 
901
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:292
902
  msgid "Allow users to buy %_plural% for content authors."
903
  msgstr ""
904
 
905
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:297
906
  msgid "Available template tags: %singular%, %plural% and %display_name%"
907
  msgstr ""
908
 
909
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:347
910
  msgid ""
911
  "Select the payment gateways you want to offer your users to buy %plural%."
912
  msgstr ""
913
 
914
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:363
915
  msgid "Test Mode"
916
  msgstr ""
917
 
918
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:365
919
  msgid "Enabled"
920
  msgstr ""
921
 
922
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:368
923
  msgid "Disabled"
924
  msgstr ""
925
 
926
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:388
927
  msgid "Update Gateway Settings"
928
  msgstr ""
929
 
930
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:435
931
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:532
932
  msgid "This Add-on needs to setup before you can use this shortcode."
933
  msgstr ""
934
 
935
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:453
936
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:549
937
  msgid "No gateways installed."
938
  msgstr ""
939
 
940
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:454
941
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:550
942
  msgid "Gateway does not exist."
943
  msgstr ""
944
 
945
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:490
946
  msgid "Yourself"
947
  msgstr ""
948
 
949
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:551
950
  msgid "No active gateways found."
951
  msgstr ""
952
 
953
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:552
954
  msgid "The selected gateway is not active."
955
  msgstr ""
956
 
957
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:592
958
  msgid "Buy with"
959
  msgstr ""
960
 
961
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:596
962
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:49
963
  msgid "Buy Now"
964
  msgstr ""
965
 
966
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:629
967
  msgid "No users found"
968
  msgstr ""
969
 
970
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:639
971
  msgid "To"
972
  msgstr ""
973
 
974
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:656
975
  msgid "Select Amount"
976
  msgstr ""
977
 
978
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:680
979
  msgid "min."
980
  msgstr ""
981
 
982
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:688
983
  msgid "Select Gateway"
984
  msgstr ""
985
 
986
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:768
987
  msgid "Buy %plural%"
988
  msgstr ""
989
 
990
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:770
991
  msgid "This add-on lets your users buy %_plural% using a payment gateway."
992
  msgstr ""
993
 
994
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:771
995
  msgid "Supported Gateways"
996
  msgstr ""
997
 
998
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:772
999
  msgid ""
1000
  "myCRED supports purchases through: PayPal Payments Standard, Skrill "
1001
  "(Moneybookers) and NETbilling. Let us know if you want to add other payment "
1002
  "gateways."
1003
  msgstr ""
1004
 
1005
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:773
1006
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1066
 
1007
  msgid "Usage"
1008
  msgstr ""
1009
 
1010
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:774
1011
  msgid "Purchases can be made using one of the following shortcodes:"
1012
  msgstr ""
1013
 
1014
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:776
1015
  msgid ""
1016
  "When you want to sell a pre-set amount, sell to a specific user or use a "
1017
  "specific gateway.<br />For more information on how to use the shortcode, "
1018
  "please visit the"
1019
  msgstr ""
1020
 
1021
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:777
1022
  msgid ""
1023
  "When you want to give your users the option to select an amount, gateway or "
1024
  "recipient.<br />For more information on how to use the shortcode, please "
1025
  "visit the"
1026
  msgstr ""
1027
 
1028
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:786
1029
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:322
1030
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:344
1031
  msgid "Currency"
1032
  msgstr ""
1033
 
1034
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:787
1035
  msgid ""
1036
  "Make sure you select a currency that your PayPal account supports. Otherwise "
1037
  "transactions will not be approved until you login to your PayPal account and "
1039
  "will not be applied to the buyer until you have resolved the issue."
1040
  msgstr ""
1041
 
1042
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:788
1043
  msgid "Instant Payment Notifications"
1044
  msgstr ""
1045
 
1046
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:789
1047
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:353
1048
  msgid ""
1049
  "For this gateway to work, you must login to your PayPal account and under "
1050
  "\"Profile\" > \"Selling Tools\" enable \"Instant Payment Notifications\". "
1052
  "have selected \"Receive IPN messages (Enabled)\"."
1053
  msgstr ""
1054
 
1055
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:793
1056
  msgid "Skrill"
1057
  msgstr ""
1058
 
1059
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:795
1060
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:609
1061
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:316
1062
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:338
1063
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:282
1064
  msgid "Sandbox Mode"
1065
  msgstr ""
1066
 
1067
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:796
1068
  msgid ""
1069
  "Transactions made while Sandbox mode is active are real transactions! "
1070
  "Remember to use your \"Test Merchant Account\" when Sandbox mode is active!"
1071
  msgstr ""
1072
 
1073
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:797
1074
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:383
1075
  msgid "Checkout Page"
1076
  msgstr ""
1077
 
1078
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:798
1079
  msgid ""
1080
  "By default all Skrill Merchant account accept payments via Bank Transfers. "
1081
  "When a user selects this option, no points are awarded! You will need to "
1082
  "manually award these once the bank transfer is completed."
1083
  msgstr ""
1084
 
1085
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/myCRED-addon-buy-creds.php:799
1086
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:403
1087
  msgid ""
1088
  "By default purchases made using Skrill will result in users having to signup "
1089
  "for a Skrill account (if they do not have one already). You can contact "
1090
  "Skrill Merchant Services and request to disable this feature."
1091
  msgstr ""
1092
 
1093
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:60
1094
  msgid ""
1095
  "function myCRED_Payment_Gateway::process() must be over-ridden in a sub-"
1096
  "class."
1097
  msgstr ""
1098
 
1099
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:69
1100
  msgid ""
1101
  "function myCRED_Payment_Gateway::buy() must be over-ridden in a sub-class."
1102
  msgstr ""
1103
 
1104
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:85
1105
  msgid "This Payment Gateway has no settings"
1106
  msgstr ""
1107
 
1108
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:234
1109
  msgid "Go to "
1110
  msgstr ""
1111
 
1112
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:255
1113
  msgid "Payment Gateway Logo"
1114
  msgstr ""
1115
 
1116
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:268
1117
  msgid "Click here if you are not automatically redirected"
1118
  msgstr ""
1119
 
1120
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/abstracts/mycred-abstract-payment-gateway.php:888
1121
  msgid "Outside US"
1122
  msgstr ""
1123
 
1124
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:26
1125
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:23
1126
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:28
1127
  msgid "Purchase of myCRED %plural%"
1128
  msgstr ""
1129
 
1130
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:55
1131
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:318
1132
  msgid "You have tried too many times. Please contact support."
1133
  msgstr ""
1134
 
1135
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:62
1136
  msgid "This payment gateway has not yet been setup! Exiting."
1137
  msgstr ""
1138
 
1139
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:81
1140
  msgid "First name can not be empty"
1141
  msgstr ""
1142
 
1143
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:87
1144
  msgid "Last name can not be empty"
1145
  msgstr ""
1146
 
1147
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:93
1148
  msgid "Street can not be empty"
1149
  msgstr ""
1150
 
1151
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:99
1152
  msgid "City can not be empty"
1153
  msgstr ""
1154
 
1155
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:105
1156
  msgid "Country can not be empty"
1157
  msgstr ""
1158
 
1159
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:113
1160
  msgid "State can not be empty"
1161
  msgstr ""
1162
 
1163
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:121
1164
  msgid "Zip / Post Code can not be empty"
1165
  msgstr ""
1166
 
1167
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:127
1168
  msgid "Email can not be empty"
1169
  msgstr ""
1170
 
1171
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:143
1172
  msgid "Please enter your credit card number"
1173
  msgstr ""
1174
 
1175
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:149
1176
  msgid "Card Expiration Month must be selected"
1177
  msgstr ""
1178
 
1179
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:155
1180
  msgid "Card Expiration Year must be set"
1181
  msgstr ""
1182
 
1183
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:161
1184
  msgid "Please enter the CVV2 code from the back of your card"
1185
  msgstr ""
1186
 
1187
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:170
1188
  msgid "Account Routing number missing"
1189
  msgstr ""
1190
 
1191
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:176
1192
  msgid "Account Number missing"
1193
  msgstr ""
1194
 
1195
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:184
1196
  msgid "Incorrect Credit Card number"
1197
  msgstr ""
1198
 
1199
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:190
1200
  msgid "The credit card entered is past its expiration date."
1201
  msgstr ""
1202
 
1203
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:196
1204
  msgid "The CVV2 number entered is not valid."
1205
  msgstr ""
1206
 
1207
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:202
1208
  msgid "The bank routing number entered is not valid."
1209
  msgstr ""
1210
 
1211
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:205
1212
  msgid "The bank account number entered is not valid."
1213
  msgstr ""
1214
 
1215
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:312
1216
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:333
1217
  msgid "Invalid Address"
1218
  msgstr ""
1219
 
1220
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:315
1221
  msgid "Invalid CVV2"
1222
  msgstr ""
1223
 
1224
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:321
1225
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:324
1226
  msgid "Please contact support."
1227
  msgstr ""
1228
 
1229
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:327
1230
  msgid "Your email address is invalid."
1231
  msgstr ""
1232
 
1233
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:330
1234
  msgid "Your information is invalid. Please correct"
1235
  msgstr ""
1236
 
1237
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:336
1238
  msgid "Your card was declined. Please try again."
1239
  msgstr ""
1240
 
1241
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:340
1242
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:358
1243
  msgid "Duplicate transaction. Please contact support"
1244
  msgstr ""
1245
 
1246
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:343
1247
  msgid "Your transaction was approved"
1248
  msgstr ""
1249
 
1250
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:350
1251
  msgid " error: "
1252
  msgstr ""
1253
 
1254
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:432
1255
  msgid "Debug"
1256
  msgstr ""
1257
 
1258
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:441
1259
  msgid "Error"
1260
  msgstr ""
1261
 
1262
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:442
1263
  msgid "The following error/s were found: "
1264
  msgstr ""
1265
 
1266
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:450
1267
  msgid "Please update and try again."
1268
  msgstr ""
1269
 
1270
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:456
1271
  msgid "Transaction Approved"
1272
  msgstr ""
1273
 
1274
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:457
1275
  msgid "Your have successfully purchased "
1276
  msgstr ""
1277
 
1278
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:458
1279
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:468
1280
  msgid "Click here to continue"
1281
  msgstr ""
1282
 
1283
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:466
1284
  msgid "Transaction Declined"
1285
  msgstr ""
1286
 
1287
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:467
1288
  msgid ""
1289
  "I am sorry but your transaction could not be completed due to the following "
1290
  msgstr ""
1291
 
1292
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:476
1293
  msgid "Transaction Error"
1294
  msgstr ""
1295
 
1296
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:477
1297
  msgid "NETbilling returned the following error: "
1298
  msgstr ""
1299
 
1300
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:478
1301
  msgid "Please try again."
1302
  msgstr ""
1303
 
1304
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:482
1305
  msgid "Purchase of"
1306
  msgstr ""
1307
 
1308
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:482
1309
  msgid "for"
1310
  msgstr ""
1311
 
1312
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:483
1313
  msgid "Fields marked * are required!"
1314
  msgstr ""
1315
 
1316
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:493
1317
  msgid "Billing Details"
1318
  msgstr ""
1319
 
1320
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:562
1321
  msgid "Month"
1322
  msgstr ""
1323
 
1324
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:568
1325
  msgid "Year"
1326
  msgstr ""
1327
 
1328
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:615
1329
  msgid "Account ID"
1330
  msgstr ""
1331
 
1332
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:621
1333
  msgid "Site Tag"
1334
  msgstr ""
1335
 
1336
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:627
1337
  msgid "Dynamic IP Security Code"
1338
  msgstr ""
1339
 
1340
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:633
1341
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:336
1342
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:364
1343
  msgid "Item Name"
1344
  msgstr ""
1345
 
1346
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:639
1347
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:343
1348
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:371
1349
  msgid "%plural% Exchange Rate"
1350
  msgstr ""
1351
 
1352
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:645
1353
  msgid "Allowed Attempts"
1354
  msgstr ""
1355
 
1356
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:649
1357
  msgid "Maximum number of attempts allowed for purchases."
1358
  msgstr ""
1359
 
1360
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:652
1361
  msgid "Advanced"
1362
  msgstr ""
1363
 
1364
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:656
1365
  msgid "Disable AVS (Address Verification System) for credit card transactions."
1366
  msgstr ""
1367
 
1368
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:660
1369
  msgid "Disable CVV2 (Card Verification Value 2) for credit card transactions."
1370
  msgstr ""
1371
 
1372
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:664
1373
  msgid ""
1374
  "Disable all fraud protection other than AVS/CVV2. (This implies "
1375
  "disable_negative_db)"
1376
  msgstr ""
1377
 
1378
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:668
1379
  msgid ""
1380
  "Disable only the negative database component of the fraud protection system."
1381
  msgstr ""
1382
 
1383
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:672
1384
  msgid "Disable automatic sending of both merchant and customer email receipts."
1385
  msgstr ""
1386
 
1387
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/netbilling.php:676
1388
  msgid "Disable immediate rejection of expired cards."
1389
  msgstr ""
1390
 
1391
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:225
1392
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:211
1393
  msgid "Success"
1394
  msgstr ""
1395
 
1396
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:226
1397
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:212
1398
  msgid "Thank you for your purchase"
1399
  msgstr ""
1400
 
1401
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:239
1402
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:225
1403
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:232
1404
  msgid "Please setup this gateway before attempting to make a purchase!"
1405
  msgstr ""
1406
 
1407
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:294
1408
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:266
1409
  msgid "Return to "
1410
  msgstr ""
1411
 
1412
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:299
1413
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:320
1414
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:263
1415
  msgid "Processing payment &hellip;"
1416
  msgstr ""
1417
 
1418
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:327
1419
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:401
1420
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:433
1421
  msgid "Important!"
1422
  msgstr ""
1423
 
1424
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:327
1425
  msgid ""
1426
  "Make sure you select a currency that your PayPal account supports. Otherwise "
1427
  "transactions will not be approved until you login to your PayPal account and "
1428
  "Accept each transaction!"
1429
  msgstr ""
1430
 
1431
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:330
1432
  msgid "Account Email"
1433
  msgstr ""
1434
 
1435
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:340
1436
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:368
1437
  msgid "Description of the item being purchased by the user."
1438
  msgstr ""
1439
 
1440
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:346
1441
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:374
1442
  msgid "Your selected currency"
1443
  msgstr ""
1444
 
1445
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/paypal-standard.php:349
1446
  msgid "IPN Address"
1447
  msgstr ""
1448
 
1449
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:303
1450
  msgid "Product:"
1451
  msgstr ""
1452
 
1453
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:312
1454
  msgid "Gift to:"
1455
  msgstr ""
1456
 
1457
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:313
1458
  msgid "(author)"
1459
  msgstr ""
1460
 
1461
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:341
1462
  msgid "Remember to use your Test Merchant Account when Sandbox mode is active!"
1463
  msgstr ""
1464
 
1465
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:351
1466
  msgid "Merchant Account Email"
1467
  msgstr ""
1468
 
1469
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:357
1470
  msgid "Secret Word"
1471
  msgstr ""
1472
 
1473
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:361
1474
  msgid ""
1475
  "You can set your secret word under \"Merchant Tools\" in your Skrill Account."
1476
  msgstr ""
1477
 
1478
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:377
1479
  msgid "Confirmation Email"
1480
  msgstr ""
1481
 
1482
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:380
1483
  msgid ""
1484
  "Ask Skrill to send me a confirmation email for each successful purchase."
1485
  msgstr ""
1486
 
1487
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:386
1488
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:75
1489
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:758
1490
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:644
1491
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:186
1492
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:360
1493
  msgid "Title"
1494
  msgstr ""
1495
 
1496
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:388
1497
  msgid ""
1498
  "If left empty, your account email is used as title on the Skill Payment Page."
1499
  msgstr ""
1500
 
1501
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:391
1502
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:306
1503
  msgid "Logo URL"
1504
  msgstr ""
1505
 
1506
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:393
1507
  msgid ""
1508
  "The URL to the image you want to use on the top of the gateway. For best "
1509
  "integration results we recommend you use logos with dimensions up to 200px "
1510
  "in width and 50px in height."
1511
  msgstr ""
1512
 
1513
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:396
1514
  msgid "Confirmation Note"
1515
  msgstr ""
1516
 
1517
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:398
1518
  msgid ""
1519
  "Optional text to show user once a transaction has been successfully "
1520
  "completed. This text is shown by Skrill."
1521
  msgstr ""
1522
 
1523
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/skrill.php:402
1524
  msgid ""
1525
  "By default all Skrill Merchant account accept payments via Bank Transfers. "
1526
  "When a user selects this option, no %_plural% are awarded! You will need to "
1527
  "manually award these once the bank transfer is completed."
1528
  msgstr ""
1529
 
1530
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:288
1531
  msgid "Site ID"
1532
  msgstr ""
1533
 
1534
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:294
1535
  msgid "GW Password"
1536
  msgstr ""
1537
 
1538
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:300
1539
  msgid "Pricing ID"
1540
  msgstr ""
1541
 
1542
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:312
1543
  msgid "IP Verification"
1544
  msgstr ""
1545
 
1546
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:315
1547
  msgid "Do not verify that callbacks are coming from Zombaio."
1548
  msgstr ""
1549
 
1550
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:318
1551
  msgid "Language"
1552
  msgstr ""
1553
 
1554
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:325
1555
  msgid "Postback URL (ZScript)"
1556
  msgstr ""
1557
 
1558
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/buy-creds/gateways/zombaio.php:329
1559
  msgid ""
1560
  "For this gateway to work, login to ZOA and set the Postback URL to the above "
1561
  "address and click validate."
1562
  msgstr ""
1563
 
1564
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:12
1565
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:155
1566
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:161
1567
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:167
1568
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:265
1569
  msgid "Email Notices"
1570
  msgstr ""
1571
 
1572
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:13
1573
  msgid "Create email notices for any type of myCRED instance."
1574
  msgstr ""
1575
 
1576
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:156
1577
  msgid "Email Notice"
1578
  msgstr ""
1579
 
1580
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:157
1581
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:258
1582
  msgid "Add New"
1583
  msgstr ""
1584
 
1585
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:158
1586
  msgid "Add New Notice"
1587
  msgstr ""
1588
 
1589
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:159
1590
  msgid "Edit Notice"
1591
  msgstr ""
1592
 
1593
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:160
1594
  msgid "New Notice"
1595
  msgstr ""
1596
 
1597
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:162
1598
  msgid "View Notice"
1599
  msgstr ""
1600
 
1601
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:163
1602
  msgid "Search Email Notices"
1603
  msgstr ""
1604
 
1605
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:164
1606
  msgid "No email notices found"
1607
  msgstr ""
1608
 
1609
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:165
1610
  msgid "No email notices found in Trash"
1611
  msgstr ""
1612
 
1613
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:188
1614
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:848
1615
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:319
1616
  msgid "General"
1617
  msgstr ""
1618
 
1619
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:189
1620
  msgid "users balance changes"
1621
  msgstr ""
1622
 
1623
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:190
1624
  msgid "user gains %_plural%"
1625
  msgstr ""
1626
 
1627
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:191
1628
  msgid "user lose %_plural%"
1629
  msgstr ""
1630
 
1631
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:192
1632
  msgid "users balance reaches zero"
1633
  msgstr ""
1634
 
1635
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:193
1636
  msgid "users balance goes minus"
1637
  msgstr ""
1638
 
1639
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:199
1640
  msgid "Sell Content Add-on"
1641
  msgstr ""
1642
 
1643
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:200
1644
  msgid "user buys content"
1645
  msgstr ""
1646
 
1647
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:201
1648
  msgid "authors content gets sold"
1649
  msgstr ""
1650
 
1651
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:208
1652
  msgid "buyCREDs Add-on"
1653
  msgstr ""
1654
 
1655
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:209
1656
  msgid "user buys %_plural%"
1657
  msgstr ""
1658
 
1659
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:216
1660
  msgid "Transfer Add-on"
1661
  msgstr ""
1662
 
1663
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:217
1664
  msgid "user sends %_plural%"
1665
  msgstr ""
1666
 
1667
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:218
1668
  msgid "user receives %_plural%"
1669
  msgstr ""
1670
 
1671
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:225
1672
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:82
1673
  msgid "Ranks Add-on"
1674
  msgstr ""
1675
 
1676
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:226
1677
  msgid "user is demoted"
1678
  msgstr ""
1679
 
1680
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:227
1681
  msgid "user is promoted"
1682
  msgstr ""
1683
 
1684
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:267
1685
  msgid ""
1686
  "Settings that apply to all email notices and can not be overridden for "
1687
  "individual emails."
1688
  msgstr ""
1689
 
1690
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:268
1691
  msgid "Email Format"
1692
  msgstr ""
1693
 
1694
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:272
1695
  msgid "Plain text emails only."
1696
  msgstr ""
1697
 
1698
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:276
1699
  msgid "HTML or Plain text emails."
1700
  msgstr ""
1701
 
1702
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:279
1703
  msgid "Filters"
1704
  msgstr ""
1705
 
1706
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:283
1707
  msgid ""
1708
  "Allow WordPress and Third Party Plugins to filter the email subject before "
1709
  "an email is sent."
1710
  msgstr ""
1711
 
1712
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:287
1713
  msgid ""
1714
  "Allow WordPress and Third Party Plugins to filter the email content before "
1715
  "an email is sent."
1716
  msgstr ""
1717
 
1718
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:290
1719
  msgid ""
1720
  "Default email settings. These settings can be individually overridden when "
1721
  "editing emails."
1722
  msgstr ""
1723
 
1724
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:291
1725
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:687
1726
  msgid "Email Settings"
1727
  msgstr ""
1728
 
1729
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:294
1730
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:804
1731
  msgid "Senders Name:"
1732
  msgstr ""
1733
 
1734
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:298
1735
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:806
1736
  msgid "Senders Email:"
1737
  msgstr ""
1738
 
1739
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:302
1740
  msgid "Reply-To:"
1741
  msgstr ""
1742
 
1743
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:306
1744
  msgid "Default Email Content"
1745
  msgstr ""
1746
 
1747
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:310
1748
  msgid "Default email content."
1749
  msgstr ""
1750
 
1751
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:313
1752
  msgid "Default Email Styling"
1753
  msgstr ""
1754
 
1755
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:317
1756
  msgid "Ignored if HTML is not allowed in emails."
1757
  msgstr ""
1758
 
1759
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:622
1760
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:736
1761
  msgid "Email Subject"
1762
  msgstr ""
1763
 
1764
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:623
1765
  msgid "Status"
1766
  msgstr ""
1767
 
1768
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:643
1769
  msgid "Not Active"
1770
  msgstr ""
1771
 
1772
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:645
1773
  #, php-format
1774
  msgid "Scheduled:<br /><strong>%1$s</strong>"
1775
  msgstr ""
1776
 
1777
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:649
1778
  msgid "Active"
1779
  msgstr ""
1780
 
1781
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:651
1782
  #, php-format
1783
  msgid "Active - Last run:<br /><strong>%1$s</strong>"
1784
  msgstr ""
1785
 
1786
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:660
1787
  msgid "Email is sent when"
1788
  msgstr ""
1789
 
1790
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:662
1791
  msgid "Missing instance for this notice!"
1792
  msgstr ""
1793
 
1794
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:671
1795
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:673
1796
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:675
1797
  msgid "Sent To"
1798
  msgstr ""
1799
 
1800
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:671
1801
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:798
1802
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:347
1803
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:276
1804
  msgid "User"
1805
  msgstr ""
1806
 
1807
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:673
1808
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:799
1809
  msgid "Administrator"
1810
  msgstr ""
1811
 
1812
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:675
1813
  msgid "Both Administrator and User"
1814
  msgstr ""
1815
 
1816
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:696
1817
  msgid "Available Template Tags"
1818
  msgstr ""
1819
 
1820
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:707
1821
  msgid "Email Header"
1822
  msgstr ""
1823
 
1824
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:767
1825
  msgid "Send this email notice when..."
1826
  msgstr ""
1827
 
1828
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:796
1829
  msgid "Recipient:"
1830
  msgstr ""
1831
 
1832
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:800
1833
  msgid "Both"
1834
  msgstr ""
1835
 
1836
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:808
1837
  msgid "Reply-To Email:"
1838
  msgstr ""
1839
 
1840
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:814
1841
  msgid "Save"
1842
  msgstr ""
1843
 
1844
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:826
1845
  msgid "CSS Styling"
1846
  msgstr ""
1847
 
1848
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:841
1849
  msgid "Site Related"
1850
  msgstr ""
1851
 
1852
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:842
1853
  msgid "Your websites title"
1854
  msgstr ""
1855
 
1856
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:843
1857
  msgid "Your websites address"
1858
  msgstr ""
1859
 
1860
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:844
1861
  msgid "Your websites tagline (description)"
1862
  msgstr ""
1863
 
1864
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:845
1865
  msgid "Your websites admin email"
1866
  msgstr ""
1867
 
1868
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:846
1869
  msgid "Total number of blog members"
1870
  msgstr ""
1871
 
1872
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:849
1873
  msgid "Points name in singular format"
1874
  msgstr ""
1875
 
1876
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:850
1877
  msgid "Points name in plural"
1878
  msgstr ""
1879
 
1880
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:851
1881
  msgid "Login URL"
1882
  msgstr ""
1883
 
1884
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:854
1885
  msgid "User Related"
1886
  msgstr ""
1887
 
1888
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:855
1889
  msgid "The users ID"
1890
  msgstr ""
1891
 
1892
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:856
1893
  msgid "The users login name (username)"
1894
  msgstr ""
1895
 
1896
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:857
1897
  msgid "The users display name"
1898
  msgstr ""
1899
 
1900
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:858
1901
  msgid "The users profile address"
1902
  msgstr ""
1903
 
1904
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:859
1905
  msgid "Link to the users profile address with their display name as title"
1906
  msgstr ""
1907
 
1908
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:860
1909
  msgid "The users current balance unformated"
1910
  msgstr ""
1911
 
1912
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:861
1913
  msgid "The users current balance formated"
1914
  msgstr ""
1915
 
1916
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:863
1917
  msgid "Post Related"
1918
  msgstr ""
1919
 
1920
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:864
1921
  msgid "Post Title"
1922
  msgstr ""
1923
 
1924
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:865
1925
  msgid "Post URL address"
1926
  msgstr ""
1927
 
1928
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:866
1929
  msgid "Link to post Post title"
1930
  msgstr ""
1931
 
1932
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:867
1933
  msgid "The post type"
1934
  msgstr ""
1935
 
1936
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:943
1937
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:946
1938
  #, php-format
1939
  msgid "Email Notice Updated. View <a href=\"%1$s\">All Notices</a>."
1940
  msgstr ""
1941
 
1942
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:944
1943
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:522
1944
  msgid "Custom field updated"
1945
  msgstr ""
1946
 
1947
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:945
1948
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:523
1949
  msgid "Custom filed updated"
1950
  msgstr ""
1951
 
1952
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:948
1953
  msgid "Email Notice Activated"
1954
  msgstr ""
1955
 
1956
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:949
1957
  msgid "Email Notice Saved"
1958
  msgstr ""
1959
 
1960
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:950
1961
  #, php-format
1962
  msgid ""
1963
  "Email Notice Submitted for approval. View <a href=\"%1$s\">All Notices</a>."
1964
  msgstr ""
1965
 
1966
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:952
1967
  #, php-format
1968
  msgid "Email Notice scheduled for: <strong>%1$s</strong>."
1969
  msgstr ""
1970
 
1971
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:971
1972
  msgid ""
1973
  "Once a notice is \"published\" it becomes active! Select \"Save Draft\" if "
1974
  "you are not yet ready to use this email notice!"
1975
  msgstr ""
1976
 
1977
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:973
1978
  #, php-format
1979
  msgid "This notice will become active on:<br /><strong>%1$s</strong>"
1980
  msgstr ""
1981
 
1982
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/email-notices/myCRED-addon-email-notices.php:975
1983
  msgid "This email notice is active."
1984
  msgstr ""
1985
 
1986
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/myCRED-addon-gateway.php:12
1987
  msgid "Gateway"
1988
  msgstr ""
1989
 
1990
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/myCRED-addon-gateway.php:13
1991
  msgid ""
1992
  "Let your users pay using their <strong>my</strong>CRED points balance. "
1993
  "Supported Carts: WooCommerce, MarketPress. Supported Event Bookings: Event "
1994
  "Espresso, Events Manager."
1995
  msgstr ""
1996
 
1997
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:132
1998
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:271
1999
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:295
2000
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:390
2001
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:348
2002
  msgid "Current Balance"
2003
  msgstr ""
2004
 
2005
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:136
2006
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:113
2007
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:275
2008
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:299
2009
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:394
2010
  msgid "Total Cost"
2011
  msgstr ""
2012
 
2013
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:140
2014
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:279
2015
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:303
2016
  msgid "Balance After Purchase"
2017
  msgstr ""
2018
 
2019
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:164
2020
  msgid "Payment"
2021
  msgstr ""
2022
 
2023
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:167
2024
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:216
2025
  #, php-format
2026
  msgid "<a href=\"%s\">Go Back</a>"
2027
  msgstr ""
2028
 
2029
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:170
2030
  msgid "will be deducted from your account."
2031
  msgstr ""
2032
 
2033
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:206
2034
  #, php-format
2035
  msgid ""
2036
  "Sorry, but you can not use this gateway as your account is excluded. Please "
2037
  "<a href=\"%s\">select a different payment method</a>."
2038
  msgstr ""
2039
 
2040
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:225
2041
  msgid "Paid"
2042
  msgstr ""
2043
 
2044
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:228
2045
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:34
2046
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:51
2047
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:52
2048
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:76
2049
  msgid "myCRED"
2050
  msgstr ""
2051
 
2052
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:328
2053
  msgid "%_singular% Balance"
2054
  msgstr ""
2055
 
2056
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:330
2057
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:90
2058
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:26
2059
  msgid "Payment for Order: #%order_id%"
2060
  msgstr ""
2061
 
2062
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:333
2063
  msgid "Product Sale: %post_title%"
2064
  msgstr ""
2065
 
2066
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:334
2067
  msgid "Pay using your account balance."
2068
  msgstr ""
2069
 
2070
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:335
2071
  msgid ""
2072
  "TOTAL amount has been deducted from your account. Your current balance is: "
2073
  "%balance_f%"
2074
  msgstr ""
2075
 
2076
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:336
2077
  msgid ""
2078
  "Insufficient funds. Please select another form of payment. Your current "
2079
  "balance is: %balance_f%"
2080
  msgstr ""
2081
 
2082
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:337
2083
  msgid ""
2084
  "You must be logged in to pay with %_plural%. Please <a href=\"%login_url_here"
2085
  "%\">login</a>."
2086
  msgstr ""
2087
 
2088
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:342
2089
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:175
2090
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:19
2091
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:20
2092
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:21
2093
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:224
2094
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:246
2095
  msgid "Settings"
2096
  msgstr ""
2097
 
2098
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:344
2099
  #, php-format
2100
  msgid ""
2101
  "Let your users pay for items in their shopping cart using their %s Account. "
2103
  "purchase!"
2104
  msgstr ""
2105
 
2106
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:347
2107
  msgid "Method Name"
2108
  msgstr ""
2109
 
2110
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:349
2111
  msgid ""
2112
  "Enter a public name for this payment method that is displayed to users - No "
2113
  "HTML"
2114
  msgstr ""
2115
 
2116
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:354
2117
  msgid "Gateway Logo URL"
2118
  msgstr ""
2119
 
2120
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:362
2121
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:89
2122
  msgid ""
2123
  "Log entry template for successful payments. Available template tags: "
2124
  "%order_id%, %order_link%"
2125
  msgstr ""
2126
 
2127
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:369
2128
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:95
2129
  msgid "How much is 1 %_singular% worth in %currency%?"
2130
  msgstr ""
2131
 
2132
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:374
2133
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:100
2134
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:326
2135
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:428
2136
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:471
2137
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:536
2138
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:525
2139
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:594
2140
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:658
2141
  msgid "Exchange Rate"
2142
  msgstr ""
2143
 
2144
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:383
2145
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:128
2146
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:330
2147
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:440
2148
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:462
2149
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:527
2150
  msgid "Profit Sharing"
2151
  msgstr ""
2152
 
2153
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:386
2154
  msgid "Percentage"
2155
  msgstr ""
2156
 
2157
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:388
2158
  msgid "Option to share sales with the product owner. User zero to disable"
2159
  msgstr ""
2160
 
2161
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:395
2162
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:338
2163
  msgid ""
2164
  "Log entry template for profit sharing. Available template tags: General and "
2165
  "Post related"
2166
  msgstr ""
2167
 
2168
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:400
2169
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:341
2170
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:531
2171
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:596
2172
  msgid "Messages"
2173
  msgstr ""
2174
 
2175
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:403
2176
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:352
2177
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:541
2178
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:606
2179
  msgid "Insufficient Funds"
2180
  msgstr ""
2181
 
2182
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:405
2183
  msgid "Message to show when the user can not use this gateway."
2184
  msgstr ""
2185
 
2186
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:407
2187
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:415
2188
  msgid "Available template tags are: General."
2189
  msgstr ""
2190
 
2191
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:411
2192
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:348
2193
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:468
2194
  msgid "Visitors"
2195
  msgstr ""
2196
 
2197
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:413
2198
  msgid "Message to show to buyers that are not logged in."
2199
  msgstr ""
2200
 
2201
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:419
2202
  msgid "User Instructions"
2203
  msgstr ""
2204
 
2205
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:421
2206
  msgid "Information to show users before payment."
2207
  msgstr ""
2208
 
2209
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:423
2210
  msgid ""
2211
  "Available template tags are: %balance% and %balance_f% for users current "
2212
  "balance."
2213
  msgstr ""
2214
 
2215
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:427
2216
  msgid "Confirmation Information"
2217
  msgstr ""
2218
 
2219
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:429
2220
  msgid "Information to display on the order confirmation page. - HTML allowed"
2221
  msgstr ""
2222
 
2223
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:431
2224
  msgid ""
2225
  "Available template tags: TOTAL - total cart cost, %balance% and %balance_f% "
2226
  "- users current balance."
2227
  msgstr ""
2228
 
2229
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:435
2230
  msgid "Order Confirmation Email"
2231
  msgstr ""
2232
 
2233
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:437
2234
  #, php-format
2235
  msgid ""
2236
  "This is the email text to send to those who have made %s checkouts. It "
2239
  "PAYMENTINFO, TOTAL, TRACKINGURL. No HTML allowed."
2240
  msgstr ""
2241
 
2242
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-marketpress.php:439
2243
  #, php-format
2244
  msgid "Available template tags: %balance% or %balance_f% for users balance."
2245
  msgstr ""
2246
 
2247
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:35
2248
  msgid "Let users pay using their myCRED balance."
2249
  msgstr ""
2250
 
2251
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:68
2252
  msgid "Enable/Disable"
2253
  msgstr ""
2254
 
2255
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:70
2256
  msgid "Enable myCRED Payment"
2257
  msgstr ""
2258
 
2259
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:72
2260
  msgid ""
2261
  "Users who are not logged in or excluded from using myCRED will not have "
2262
  "access to this gateway!"
2263
  msgstr ""
2264
 
2265
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:77
2266
  msgid "Title to show for this payment option."
2267
  msgstr ""
2268
 
2269
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:78
2270
  msgid "Pay with myCRED"
2271
  msgstr ""
2272
 
2273
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:82
2274
  msgid "Customer Message"
2275
  msgstr ""
2276
 
2277
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:84
2278
  msgid "Deduct the amount from your %_plural% balance."
2279
  msgstr ""
2280
 
2281
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:107
2282
  msgid "Show Total"
2283
  msgstr ""
2284
 
2285
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:109
2286
  msgid "Show the final price in %_plural% ."
2287
  msgstr ""
2288
 
2289
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:111
2290
  msgid "Do not show"
2291
  msgstr ""
2292
 
2293
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:112
2294
  msgid "Show in Cart"
2295
  msgstr ""
2296
 
2297
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:113
2298
  msgid "Show on Checkout Page"
2299
  msgstr ""
2300
 
2301
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:114
2302
  msgid "Show in Cart and on Checkout Page"
2303
  msgstr ""
2304
 
2305
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:119
2306
  msgid "Label"
2307
  msgstr ""
2308
 
2309
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:121
2310
  msgid "Order Total in %_plural%"
2311
  msgstr ""
2312
 
2313
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:130
2314
  msgid "Option to share a percentage of the sale with the product owner."
2315
  msgstr ""
2316
 
2317
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:137
2318
  msgid ""
2319
  "Log entry template for profit sharing. Available template tags: General and "
2320
  "Post related."
2321
  msgstr ""
2322
 
2323
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:138
2324
  msgid "Sale of %post_title%"
2325
  msgstr ""
2326
 
2327
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:163
2328
  msgid "myCRED Payment"
2329
  msgstr ""
2330
 
2331
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:164
2332
  msgid ""
2333
  "Allows users to pay using their myCRED %_singular% balance. Please note that "
2334
  "users with insufficient funds and users who are not logged in will not see "
2335
  "this payment gateway on the checkout page."
2336
  msgstr ""
2337
 
2338
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:185
2339
  msgid "You must be logged in to pay with %_plural%"
2340
  msgstr ""
2341
 
2342
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:191
2343
  msgid "You can not use this gateway. Please try a different payment option."
2344
  msgstr ""
2345
 
2346
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:203
2347
  msgid "Insufficient funds. Please try a different payment option."
2348
  msgstr ""
2349
 
2350
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:267
2351
  msgid "Your account has successfully been charged."
2352
  msgstr ""
2353
 
2354
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-woocommerce.php:477
2355
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:121
2356
  msgid "Your current balance"
2357
  msgstr ""
2358
 
2359
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:28
2360
  msgid "Store sale"
2361
  msgstr ""
2362
 
2363
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:30
2364
  msgid "You must be logged in to use this gateway"
2365
  msgstr ""
2366
 
2367
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:31
2368
  msgid "Insufficient Funds."
2369
  msgstr ""
2370
 
2371
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:32
2372
  msgid "Deduct the amount from your balance."
2373
  msgstr ""
2374
 
2375
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:102
2376
  msgid "Item"
2377
  msgstr ""
2378
 
2379
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:188
2380
  msgid "You can not use this gateway."
2381
  msgstr ""
2382
 
2383
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:322
2384
  msgid "Log Template for Payments"
2385
  msgstr ""
2386
 
2387
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:323
2388
  msgid ""
2389
  "Log entry template for successful payments. Available template tags: "
2390
  "General, %order_id%"
2391
  msgstr ""
2392
 
2393
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:327
2394
  #, php-format
2395
  msgid "How much is 1 %s worth in %s"
2396
  msgstr ""
2397
 
2398
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:333
2399
  msgid "Payout"
2400
  msgstr ""
2401
 
2402
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:334
2403
  msgid ""
2404
  "Option to share a percentage of the sale with the product owner (post "
2405
  "author). User zero to disable."
2406
  msgstr ""
2407
 
2408
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:344
2409
  msgid "Instructions"
2410
  msgstr ""
2411
 
2412
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:345
2413
  msgid ""
2414
  "Optional instructions to show users when selecting this gateway. Leave empty "
2415
  "to hide."
2416
  msgstr ""
2417
 
2418
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:349
2419
  msgid "Message to show visitors who are not logged in."
2420
  msgstr ""
2421
 
2422
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/carts/mycred-wpecommerce.php:353
2423
  msgid ""
2424
  "Message to show when users does not have enough %plural% to pay using this "
2425
  "gateway."
2426
  msgstr ""
2427
 
2428
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:24
2429
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:447
2430
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:512
2431
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:313
2432
  msgid "Payments"
2433
  msgstr ""
2434
 
2435
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:25
2436
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:36
2437
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:32
2438
  msgid "Pay Now"
2439
  msgstr ""
2440
 
2441
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:29
2442
  msgid "Payment for Event Registration"
2443
  msgstr ""
2444
 
2445
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:337
2446
  #, php-format
2447
  msgid "Activate %s"
2448
  msgstr ""
2449
 
2450
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:345
2451
  #, php-format
2452
  msgid "Deactivate %s"
2453
  msgstr ""
2454
 
2455
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:361
2456
  msgid "Gateway Settings"
2457
  msgstr ""
2458
 
2459
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:393
2460
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:437
2461
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:499
2462
  #, php-format
2463
  msgid "How many %s is 1 %s worth?"
2464
  msgstr ""
2465
 
2466
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:399
2467
  msgid "Gateways Settings Successfully Updated"
2468
  msgstr ""
2469
 
2470
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:407
2471
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:507
2472
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:572
2473
  msgid "Labels"
2474
  msgstr ""
2475
 
2476
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:410
2477
  msgid "Gateway Title"
2478
  msgstr ""
2479
 
2480
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:412
2481
  msgid "Title to show on Payment page"
2482
  msgstr ""
2483
 
2484
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:415
2485
  msgid "Payment Type"
2486
  msgstr ""
2487
 
2488
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:417
2489
  msgid "Title to show on receipts and logs"
2490
  msgstr ""
2491
 
2492
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:420
2493
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:524
2494
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:589
2495
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:349
2496
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:541
2497
  msgid "Button Label"
2498
  msgstr ""
2499
 
2500
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:422
2501
  msgid "Pay Button"
2502
  msgstr ""
2503
 
2504
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:425
2505
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:132
2506
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:135
2507
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:322
2508
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:325
2509
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:340
2510
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:537
2511
  msgid "Price"
2512
  msgstr ""
2513
 
2514
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:435
2515
  msgid ""
2516
  "You can disable purchases using this gateway by adding a custom Event Meta: "
2517
  "<code>mycred_no_sale</code>"
2518
  msgstr ""
2519
 
2520
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:436
2521
  msgid "Users must be logged in to use this gateway!"
2522
  msgstr ""
2523
 
2524
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:442
2525
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:465
2526
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:530
2527
  msgid ""
2528
  "Option to share sales with the event owner (post author). Use zero to "
2529
  "disable."
2530
  msgstr ""
2531
 
2532
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:445
2533
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:22
2534
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:23
2535
  msgid "Log"
2536
  msgstr ""
2537
 
2538
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:448
2539
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:549
2540
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:623
2541
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:681
2542
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:352
2543
  msgid "Log Entry"
2544
  msgstr ""
2545
 
2546
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:455
 
2547
  msgid "Templates"
2548
  msgstr ""
2549
 
2550
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:458
2551
  msgid "Solvent users"
2552
  msgstr ""
2553
 
2554
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:460
2555
  msgid ""
2556
  "Message to show users on the payment page before they are charged. Leave "
2557
  "empty to hide.<br />Available template tags: General"
2558
  msgstr ""
2559
 
2560
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:463
2561
  msgid "Insolvent users"
2562
  msgstr ""
2563
 
2564
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:465
2565
  msgid ""
2566
  "Message to show users who do not have enough points to pay.<br />Available "
2567
  "template tags: General"
2568
  msgstr ""
2569
 
2570
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:470
2571
  msgid ""
2572
  "Message to show visitors (users not logged in) on the payment page.<br /"
2573
  ">Available template tags: General"
2574
  msgstr ""
2575
 
2576
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventespresso3.php:480
2577
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:384
2578
  msgid "Update Settings"
2579
  msgstr ""
2580
 
2581
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:30
2582
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:26
2583
  msgid "Payment for tickets to %link_with_title%"
2584
  msgstr ""
2585
 
2586
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:31
2587
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:27
2588
  msgid "Ticket refund for %link_with_title%"
2589
  msgstr ""
2590
 
2591
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:35
2592
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:31
2593
  msgid "Pay using your %_plural% balance"
2594
  msgstr ""
2595
 
2596
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:37
2597
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:33
2598
  msgid "Pay"
2599
  msgstr ""
2600
 
2601
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:40
2602
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:36
2603
  msgid "Thank you for your payment!"
2604
  msgstr ""
2605
 
2606
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:41
2607
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:37
2608
  msgid "I'm sorry but you can not pay for these tickets using %_plural%"
2609
  msgstr ""
2610
 
2611
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:129
2612
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:319
2613
  msgid "Ticket Type"
2614
  msgstr ""
2615
 
2616
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:138
2617
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:328
2618
  msgid "Spaces"
2619
  msgstr ""
2620
 
2621
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:220
2622
  msgid "You can not pay using this gateway."
2623
  msgstr ""
2624
 
2625
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:359
2626
  msgid "Reject"
2627
  msgstr ""
2628
 
2629
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:363
2630
  msgid "Delete"
2631
  msgstr ""
2632
 
2633
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:368
2634
  msgid "Edit/View"
2635
  msgstr ""
2636
 
2637
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:449
2638
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:514
2639
  msgid "Disabled - Users CAN NOT pay for tickets using %plural%."
2640
  msgstr ""
2641
 
2642
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:450
2643
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:515
2644
  msgid "Single - Users can ONLY pay for tickets using %plural%."
2645
  msgstr ""
2646
 
2647
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:451
2648
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:516
2649
  msgid "Multi - Users can pay for tickets using other gateways or %plural%."
2650
  msgstr ""
2651
 
2652
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:455
2653
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:488
2654
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:520
2655
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:553
2656
  msgid "Refunds"
2657
  msgstr ""
2658
 
2659
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:458
2660
  msgid ""
2661
  "The percentage of the paid amount to refund if a user cancells their "
2662
  "booking. Use zero for no refunds. No refunds are given to \"Rejected\" "
2663
  "bookings!"
2664
  msgstr ""
2665
 
2666
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:478
2667
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:543
2668
  msgid "Log Templates"
2669
  msgstr ""
2670
 
2671
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:481
2672
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:546
2673
  msgid "Purchases"
2674
  msgstr ""
2675
 
2676
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:484
2677
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:491
2678
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:549
2679
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:556
2680
  msgid "Available template tags: General and Post related."
2681
  msgstr ""
2682
 
2683
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:510
2684
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:575
2685
  msgid "Payment Link Label"
2686
  msgstr ""
2687
 
2688
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:513
2689
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:578
2690
  msgid ""
2691
  "The payment link shows / hides the payment form under \"My Bookings\". No "
2692
  "HTML allowed."
2693
  msgstr ""
2694
 
2695
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:517
2696
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:582
2697
  msgid "Payment Header"
2698
  msgstr ""
2699
 
2700
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:520
2701
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:585
2702
  msgid "Shown on top of the payment form. No HTML allowed."
2703
  msgstr ""
2704
 
2705
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:527
2706
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:592
2707
  msgid "The button label for payments. No HTML allowed!"
2708
  msgstr ""
2709
 
2710
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:534
2711
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:599
2712
  msgid "Successful Payments"
2713
  msgstr ""
2714
 
2715
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:537
2716
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager-pro.php:544
2717
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:602
2718
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:609
2719
  msgid "No HTML allowed! Available template tags: General"
2720
  msgstr ""
2721
 
2722
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:398
2723
  msgid "Balance After Payment"
2724
  msgstr ""
2725
 
2726
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:505
2727
  msgid "Click to toggle"
2728
  msgstr ""
2729
 
2730
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:505
2731
  #, php-format
2732
  msgid "%s Payments"
2733
  msgstr ""
2734
 
2735
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/gateway/event-booking/mycred-eventsmanager.php:523
2736
  msgid ""
2737
  "The percentage of the paid amount to refund if a booking gets cancelled. Use "
2738
  "zero for no refunds. No refunds are given to \"Rejected\" bookings."
2739
  msgstr ""
2740
 
2741
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:12
2742
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:40
2743
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:41
2744
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:42
2745
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:466
2746
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:743
2747
  msgid "Import"
2748
  msgstr ""
2749
 
2750
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:13
2751
  msgid ""
2752
  "With the Import add-on you can import CSV files, CubePoints or existing "
2753
  "points under any custom user meta values."
2754
  msgstr ""
2755
 
2756
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:91
2757
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:749
2758
  msgid "CSV File"
2759
  msgstr ""
2760
 
2761
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:92
2762
  msgid "Import %_plural% from a comma-separated values (CSV) file."
2763
  msgstr ""
2764
 
2765
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:95
2766
  msgid "CubePoints"
2767
  msgstr ""
2768
 
2769
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:96
2770
  msgid "Import CubePoints"
2771
  msgstr ""
2772
 
2773
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:99
2774
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:769
2775
  msgid "Custom User Meta"
2776
  msgstr ""
2777
 
2778
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:100
2779
  msgid "Import %_plural% from pre-existing custom user meta."
2780
  msgstr ""
2781
 
2782
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:217
2783
  msgid "No file selected. Please select your CSV file and try again."
2784
  msgstr ""
2785
 
2786
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:232
2787
  msgid "Failed to load file."
2788
  msgstr ""
2789
 
2790
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:253
2791
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:423
2792
  #, php-format
2793
  msgid ""
2794
  "Zero rows imported! Skipped %d entries. Import completed in %.2f seconds."
2795
  msgstr ""
2796
 
2797
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:262
2798
  msgid ""
2799
  "No valid records found in file. Make sure you have selected the correct way "
2800
  "to identify users in the mycred_user column!"
2801
  msgstr ""
2802
 
2803
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:268
2804
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:351
2805
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:438
2806
  #, php-format
2807
  msgid ""
2808
  "Import successfully completed. A total of %d users were effected and %d "
2809
  "entires were skipped. Import completed in %.2f seconds."
2810
  msgstr ""
2811
 
2812
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:302
2813
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:587
2814
  msgid "No CubePoints found."
2815
  msgstr ""
2816
 
2817
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:336
2818
  #, php-format
2819
  msgid ""
2820
  "Zero CubePoints imported! Skipped %d entries. Import completed in %.2f "
2821
  "seconds."
2822
  msgstr ""
2823
 
2824
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:345
2825
  msgid "No valid CubePoints founds."
2826
  msgstr ""
2827
 
2828
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:371
2829
  msgid "Missing meta key. Not sure what I should be looking for."
2830
  msgstr ""
2831
 
2832
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:390
2833
  #, php-format
2834
  msgid "No rows found for the <strong>%s</strong> meta key."
2835
  msgstr ""
2836
 
2837
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:432
2838
  msgid "No valid records founds."
2839
  msgstr ""
2840
 
2841
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:478
2842
  msgid "Remember to de-activate this add-on once you are done importing!"
2843
  msgstr ""
2844
 
2845
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:510
2846
  msgid "File"
2847
  msgstr ""
2848
 
2849
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:514
2850
  msgid "Maximum allowed upload size is "
2851
  msgstr ""
2852
 
2853
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:514
2854
  msgid ""
2855
  "Required columns: <code>mycred_user</code> and <code>mycred_amount</code>. "
2856
  "Optional columns: <code>mycred_log</code>."
2857
  msgstr ""
2858
 
2859
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:517
2860
  msgid "Identify Users By"
2861
  msgstr ""
2862
 
2863
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:520
2864
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:346
2865
  msgid "ID"
2866
  msgstr ""
2867
 
2868
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:521
2869
  msgid "Username"
2870
  msgstr ""
2871
 
2872
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:522
2873
  msgid "Email"
2874
  msgstr ""
2875
 
2876
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:529
2877
  msgid "How much is 1 imported value worth?"
2878
  msgstr ""
2879
 
2880
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:534
2881
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:602
2882
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:666
2883
  msgid "Round"
2884
  msgstr ""
2885
 
2886
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:535
2887
  msgid "None"
2888
  msgstr ""
2889
 
2890
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:536
2891
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:604
2892
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:668
2893
  msgid "Round Up"
2894
  msgstr ""
2895
 
2896
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:537
2897
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:605
2898
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:669
2899
  msgid "Round Down"
2900
  msgstr ""
2901
 
2902
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:542
2903
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:610
2904
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:674
2905
  msgid "Precision"
2906
  msgstr ""
2907
 
2908
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:544
2909
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:612
2910
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:676
2911
  msgid ""
2912
  "The optional number of decimal digits to round to. Use zero to round the "
2913
  "nearest whole number."
2914
  msgstr ""
2915
 
2916
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:553
2917
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:627
2918
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:685
2919
  msgid "See the help tab for available template tags. Leave blank to disable."
2920
  msgstr ""
2921
 
2922
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:558
2923
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:632
2924
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:696
2925
  msgid "Run Import"
2926
  msgstr ""
2927
 
2928
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:585
2929
  #, php-format
2930
  msgid "Found %d users with CubePoints."
2931
  msgstr ""
2932
 
2933
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:588
2934
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:652
2935
  msgid "Meta Key"
2936
  msgstr ""
2937
 
2938
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:603
2939
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:667
2940
  msgid "Do not round"
2941
  msgstr ""
2942
 
2943
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:617
2944
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:688
2945
  msgid "After Import"
2946
  msgstr ""
2947
 
2948
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:620
2949
  msgid "Delete users CubePoints balance."
2950
  msgstr ""
2951
 
2952
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:691
2953
  msgid "Delete the old value."
2954
  msgstr ""
2955
 
2956
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:720
2957
  msgid "Failed to get file contents."
2958
  msgstr ""
2959
 
2960
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:725
2961
  msgid "Failed to put file contents."
2962
  msgstr ""
2963
 
2964
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:745
2965
  msgid ""
2966
  "This add-on lets you import %_plural% either though a CSV-file or from your "
2967
  "database. Remember that the import can take time depending on your file size "
2968
  "or the number of users being imported."
2969
  msgstr ""
2970
 
2971
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:751
2972
  msgid "CSV Import"
2973
  msgstr ""
2974
 
2975
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:752
2976
  msgid ""
2977
  "Imports using a comma-separated values file requires the following columns:"
2978
  msgstr ""
2979
 
2980
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:753
2981
  msgid ""
2982
  "Column identifing the user. All rows must identify the user the same way, "
2983
  "either using an ID, Username (user_login) or email. Users that can not be "
2984
  "found will be ignored."
2985
  msgstr ""
2986
 
2987
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:754
2988
  msgid ""
2989
  "Column with the amount to be imported. If set, an exchange rate is applied "
2990
  "to this value before import."
2991
  msgstr ""
2992
 
2993
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:755
2994
  msgid ""
2995
  "Optionally you can also use the <code>mycred_log</code> column to pre-define "
2996
  "the log entry for each import."
2997
  msgstr ""
2998
 
2999
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:759
3000
  msgid "Cubepoints"
3001
  msgstr ""
3002
 
3003
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:761
3004
  msgid "Cubepoints Import"
3005
  msgstr ""
3006
 
3007
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:762
3008
  msgid ""
3009
  "When this page loads, the importer will automatically check if you have been "
3010
  "using Cubepoints. If you have, you can import these with the option to "
3012
  "clean."
3013
  msgstr ""
3014
 
3015
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:763
3016
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:773
3017
  msgid ""
3018
  "Before a value is imported, you can apply an exchange rate. To import "
3019
  "without changing the value, use 1 as the exchange rate."
3020
  msgstr ""
3021
 
3022
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:764
3023
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:774
3024
  msgid ""
3025
  "You can select to add a log entry for each import or leave the template "
3026
  "empty to skip."
3027
  msgstr ""
3028
 
3029
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:765
3030
  msgid ""
3031
  "The Cubepoints importer will automatically disable itself if no Cubepoints "
3032
  "installation exists."
3033
  msgstr ""
3034
 
3035
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:771
3036
  msgid "Custom User Meta Import"
3037
  msgstr ""
3038
 
3039
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:772
3040
  msgid ""
3041
  "You can import any type of points that have previously been saved in your "
3042
  "database. All you need is the meta key under which it has been saved."
3043
  msgstr ""
3044
 
3045
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/import/myCRED-addon-import.php:775
3046
  msgid ""
3047
  "Please note that the meta key is case sensitive and can not contain "
3048
  "whitespaces!"
3049
  msgstr ""
3050
 
3051
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:12
3052
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:167
3053
  msgid "Notifications"
3054
  msgstr ""
3055
 
3056
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:13
3057
  msgid "Notify your users when their balances changes."
3058
  msgstr ""
3059
 
3060
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:169
3061
  msgid "Styling"
3062
  msgstr ""
3063
 
3064
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:173
3065
  msgid "Use the included CSS Styling for notifications."
3066
  msgstr ""
3067
 
3068
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:180
3069
  msgid ""
3070
  "Use %entry% to show the log entry in the notice and %amount% for the amount."
3071
  msgstr ""
3072
 
3073
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:183
3074
  msgid "Transient Lifespan"
3075
  msgstr ""
3076
 
3077
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:187
3078
  msgid ""
3079
  "The number of days a users notification is saved before being automatically "
3080
  "deleted."
3081
  msgstr ""
3082
 
3083
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:190
3084
  msgid "Duration"
3085
  msgstr ""
3086
 
3087
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/notifications/myCRED-addon-notifications.php:194
3088
  msgid ""
3089
  "The number of milliseconds a notice should be visible.<br />Use zero to "
3090
  "require that the user closes the notice manually. 1000 milliseconds = 1 "
3091
  "second."
3092
  msgstr ""
3093
 
3094
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:12
3095
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:256
3096
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:262
3097
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:268
3098
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:753
3099
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:948
3100
  msgid "Ranks"
3101
  msgstr ""
3102
 
3103
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:13
3104
  msgid ""
3105
  "Create ranks for users reaching a certain number of points with the option "
3106
  "to add logos for each rank."
3107
  msgstr ""
3108
 
3109
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:234
3110
+ msgid "Warning! All ranks will be deleted! This can not be undone!"
3111
+ msgstr ""
3112
+
3113
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:235
3114
+ msgid "Are you sure you want to re-assign user ranks?"
3115
+ msgstr ""
3116
+
3117
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:257
3118
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:449
3119
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:466
3120
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:561
3121
  msgid "Rank"
3122
  msgstr ""
3123
 
3124
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:259
3125
  msgid "Add New Rank"
3126
  msgstr ""
3127
 
3128
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:260
3129
  msgid "Edit Rank"
3130
  msgstr ""
3131
 
3132
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:261
3133
  msgid "New Rank"
3134
  msgstr ""
3135
 
3136
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:263
3137
  msgid "View Rank"
3138
  msgstr ""
3139
 
3140
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:264
3141
  msgid "Search Ranks"
3142
  msgstr ""
3143
 
3144
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:265
3145
  msgid "No ranks found"
3146
  msgstr ""
3147
 
3148
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:266
3149
  msgid "No ranks found in Trash"
3150
  msgstr ""
3151
 
3152
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:329
3153
  #, php-format
3154
  msgid "Completed - Total of %d users effected"
3155
  msgstr ""
3156
 
3157
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:331
3158
  msgid "Log is Empty"
3159
  msgstr ""
3160
 
3161
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:495
3162
  msgid "Newbie"
3163
  msgstr ""
3164
 
3165
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:521
3166
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:524
3167
  #, php-format
3168
  msgid "Rank Updated. View <a href=\"%1$s\">All Ranks</a>."
3169
  msgstr ""
3170
 
3171
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:526
3172
  msgid "Rank Activated"
3173
  msgstr ""
3174
 
3175
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:527
3176
  msgid "Rank Saved"
3177
  msgstr ""
3178
 
3179
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:528
3180
  #, php-format
3181
  msgid "Rank Submitted for approval. View <a href=\"%1$s\">All Ranks</a>."
3182
  msgstr ""
3183
 
3184
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:530
3185
  #, php-format
3186
  msgid "Rank scheduled for: <strong>%1$s</strong>."
3187
  msgstr ""
3188
 
3189
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:587
3190
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:642
3191
  msgid "Rank Title"
3192
  msgstr ""
3193
 
3194
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:588
3195
  msgid "Logo"
3196
  msgstr ""
3197
 
3198
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:589
3199
  msgid "Requirement"
3200
  msgstr ""
3201
 
3202
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:590
3203
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:369
3204
  msgid "Users"
3205
  msgstr ""
3206
 
3207
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:606
3208
  msgid "No Logo Set"
3209
  msgstr ""
3210
 
3211
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:615
3212
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:620
3213
  msgid "Any Value"
3214
  msgstr ""
3215
 
3216
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:622
3217
  msgid "Maximum %plural%"
3218
  msgstr ""
3219
 
3220
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:655
3221
  msgid "Rank Settings"
3222
  msgstr ""
3223
 
3224
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:677
3225
  msgid "Minimum %plural% to reach this rank"
3226
  msgstr ""
3227
 
3228
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:681
3229
  msgid "Maximum %plural% to be included in this rank"
3230
  msgstr ""
3231
 
3232
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:686
3233
  msgid "All Published Ranks"
3234
  msgstr ""
3235
 
3236
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:693
3237
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:695
3238
  msgid "Not Set"
3239
  msgstr ""
3240
 
3241
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:700
3242
  msgid "No Ranks found"
3243
  msgstr ""
3244
 
3245
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:755
3246
  msgid "Rank Features"
3247
  msgstr ""
3248
 
3249
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:759
3250
  msgid "%plural% requirement"
3251
  msgstr ""
3252
 
3253
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:760
3254
  msgid "Featured Image (Logo)"
3255
  msgstr ""
3256
 
3257
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:761
3258
  msgid "Content"
3259
  msgstr ""
3260
 
3261
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:762
3262
  msgid "Excerpt"
3263
  msgstr ""
3264
 
3265
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:763
3266
  msgid "Comments"
3267
  msgstr ""
3268
 
3269
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:764
3270
  msgid "Page Attributes"
3271
  msgstr ""
3272
 
3273
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:765
3274
  msgid "Custom Fields"
3275
  msgstr ""
3276
 
3277
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:768
3278
  msgid "Public"
3279
  msgstr ""
3280
 
3281
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:772
3282
  msgid ""
3283
  "If you want to create a template archive for each rank, you must select to "
3284
  "have ranks public. Defaults to disabled."
3285
  msgstr ""
3286
 
3287
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:775
 
3288
  msgid "Rank Basis"
3289
  msgstr ""
3290
 
3291
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:778
3292
  msgid "Users are ranked according to their current balance."
3293
  msgstr ""
3294
 
3295
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:781
3296
  msgid ""
3297
  "Users are ranked according to the total amount of %_plural% they have "
3298
  "accumulated."
3299
  msgstr ""
3300
 
3301
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:785
3302
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:790
3303
  msgid "Calculate Totals"
3304
  msgstr ""
3305
 
3306
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:788
3307
  msgid ""
3308
  "Use this button to calculate or re-calcualte your users totals. If not used, "
3309
  "the users current balance will be used as a starting point."
3310
  msgstr ""
3311
 
3312
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:788
3313
  msgid ""
3314
  "Once a users total has been calculated, they will be assigned to their "
3315
  "appropriate roles. For this reason, it is highly recommended that you first "
3316
  "setup your ranks!"
3317
  msgstr ""
3318
 
3319
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:789
3320
  msgid ""
3321
  "Depending on your log size and number of users this process may take a "
3322
  "while. Please do not leave, click \"Update Settings\" or re-fresh this page "
3323
  "until this is completed!"
3324
  msgstr ""
3325
 
3326
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:794
3327
  msgid "Archive URL"
3328
  msgstr ""
3329
 
3330
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:798
3331
  msgid "Ignored if Ranks are not public"
3332
  msgstr ""
3333
 
3334
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:801
3335
  msgid "Display Order"
3336
  msgstr ""
3337
 
3338
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:808
3339
  msgid "Ascending - Lowest rank to highest"
3340
  msgstr ""
3341
 
3342
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:809
3343
  msgid "Descending - Highest rank to lowest"
3344
  msgstr ""
3345
 
3346
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:818
3347
  msgid ""
3348
  "Select in what order ranks should be displayed in your admin area and/or "
3349
  "front if ranks are \"Public\""
3350
  msgstr ""
3351
 
3352
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:834
3353
  msgid "Rank in BuddyPress"
3354
  msgstr ""
3355
 
3356
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:902
3357
  msgid "Script Communication Error"
3358
  msgstr ""
3359
 
3360
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:951
3361
+ msgid "Rank Post Type"
 
 
 
 
 
 
 
 
 
 
 
 
3362
  msgstr ""
3363
 
3364
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:955
3365
+ msgid "No. of ranks"
 
 
 
3366
  msgstr ""
3367
 
3368
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:959
3369
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:358
3370
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:373
3371
+ msgid "Actions"
 
 
 
 
 
3372
  msgstr ""
3373
 
3374
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:960
3375
+ msgid "Remove All Ranks"
3376
  msgstr ""
3377
 
3378
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/myCRED-addon-ranks.php:960
3379
+ msgid "Assign Ranks to Users"
 
 
 
 
3380
  msgstr ""
3381
 
3382
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/includes/mycred-rank-functions.php:207
3383
+ msgid "No rank"
 
3384
  msgstr ""
3385
 
3386
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/includes/mycred-rank-shortcodes.php:57
3387
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/includes/mycred-rank-shortcodes.php:132
3388
  msgid "No users found with this rank"
3389
  msgstr ""
3390
 
3391
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/includes/mycred-rank-shortcodes.php:62
3392
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:224
3393
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:227
3394
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:288
3395
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:349
3396
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:353
3397
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:357
3398
  msgid "error"
3399
  msgstr ""
3400
 
3401
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/ranks/includes/mycred-rank-shortcodes.php:62
3402
  msgid "Rank ID is required!"
3403
  msgstr ""
3404
 
3405
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:12
3406
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:304
3407
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1061
3408
  msgid "Sell Content"
3409
  msgstr ""
3410
 
3411
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:13
3412
  msgid ""
3413
  "This add-on allows you to sell posts, pages or any public post types on your "
3414
  "website. You can either sell the entire content or using our shortcode, sell "
3415
  "parts of your content allowing you to offer \"teasers\"."
3416
  msgstr ""
3417
 
3418
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:42
3419
  msgid "<p>Buy this %post_type% for only %price% %buy_button%</p>"
3420
  msgstr ""
3421
 
3422
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:43
3423
  msgid ""
3424
  "<p><a href=\"%login_url_here%\">Login</a> to buy access to this %post_type%."
3425
  "</p>"
3426
  msgstr ""
3427
 
3428
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:44
3429
  msgid ""
3430
  "<p>You do not have enough %plural% to buy access to this %post_type%.</p>\n"
3431
  "<p><strong>Price</strong>: %price%</p>"
3432
  msgstr ""
3433
 
3434
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:54
3435
  msgid "Purchase of %link_with_title%"
3436
  msgstr ""
3437
 
3438
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:55
3439
  msgid "Sale of %link_with_title%"
3440
  msgstr ""
3441
 
3442
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:72
3443
  msgid "Hours"
3444
  msgstr ""
3445
 
3446
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:214
3447
  msgid "You can not buy this content."
3448
  msgstr ""
3449
 
3450
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:277
3451
  msgid "Error. Try Again"
3452
  msgstr ""
3453
 
3454
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:299
3455
  msgid "No Payout. Just charge."
3456
  msgstr ""
3457
 
3458
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:300
3459
  msgid "Pay Content Author."
3460
  msgstr ""
3461
 
3462
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:306
3463
  msgid "Post Types"
3464
  msgstr ""
3465
 
3466
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:310
3467
  msgid "Comma separated list of post types that can be sold."
3468
  msgstr ""
3469
 
3470
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:327
3471
  msgid "Percentage to pay Author"
3472
  msgstr ""
3473
 
3474
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:329
3475
  msgid ""
3476
  "Percentage of the price to pay the author. Can not be zero and is ignored if "
3477
  "authors are not paid."
3478
  msgstr ""
3479
 
3480
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:337
3481
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1064
3482
  msgid "Defaults"
3483
  msgstr ""
3484
 
3485
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:345
3486
  msgid "Allow authors to change price."
3487
  msgstr ""
3488
 
3489
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:354
3490
  msgid "Allow authors to change button label."
3491
  msgstr ""
3492
 
3493
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:358
3494
  msgid "Purchases expire after"
3495
  msgstr ""
3496
 
3497
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:360
3498
  msgid "Use zero for permanent sales."
3499
  msgstr ""
3500
 
3501
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:363
3502
  msgid "Sale Template for non members"
3503
  msgstr ""
3504
 
3505
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:367
3506
  msgid ""
3507
  "Do <strong>not</strong> use the %buy_button% in this template as a user must "
3508
  "be logged in to buy content!"
3509
  msgstr ""
3510
 
3511
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:368
3512
  msgid ""
3513
  "Available template tags are: %singular%, %plural%, %post_title%, %post_url%, "
3514
  "%link_with_title%, %price%"
3515
  msgstr ""
3516
 
3517
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:371
3518
  msgid "Sale Template for members"
3519
  msgstr ""
3520
 
3521
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:375
3522
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:383
3523
  msgid "Your template must contain the %buy_button% tag for purchases to work!"
3524
  msgstr ""
3525
 
3526
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:376
3527
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:384
3528
  msgid ""
3529
  "Available template tags are: %singular%, %plural%, %post_title%, %post_url%, "
3530
  "%link_with_title%, %buy_button%, %price%"
3531
  msgstr ""
3532
 
3533
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:379
3534
  msgid "Insufficient funds template"
3535
  msgstr ""
3536
 
3537
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:387
3538
  msgid "Log template for Purchases"
3539
  msgstr ""
3540
 
3541
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:391
3542
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:398
3543
  msgid ""
3544
  "Available template tags are: %singular%, %plural%, %post_title%, %post_url% "
3545
  "or %link_with_title%"
3546
  msgstr ""
3547
 
3548
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:394
3549
  msgid "Log template for Sales"
3550
  msgstr ""
3551
 
3552
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:450
3553
  msgid "Sell This"
3554
  msgstr ""
3555
 
3556
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:499
3557
  msgid " Sell Content needs to be setup before you can use this feature."
3558
  msgstr ""
3559
 
3560
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:502
3561
  msgid "Setup add-on"
3562
  msgstr ""
3563
 
3564
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:502
3565
  msgid "Lets do it"
3566
  msgstr ""
3567
 
3568
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:531
3569
  msgid "Enable sale of this "
3570
  msgstr ""
3571
 
3572
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:545
3573
  msgid "Purchase expires after"
3574
  msgstr ""
3575
 
3576
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:794
3577
  msgid "Thank you for your purchase!"
3578
  msgstr ""
3579
 
3580
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:878
3581
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:961
3582
  msgid "The following content is set for sale:"
3583
  msgstr ""
3584
 
3585
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:979
3586
  msgid "No purchases found"
3587
  msgstr ""
3588
 
3589
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1016
3590
  msgid "Purchased"
3591
  msgstr ""
3592
 
3593
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1063
3594
  msgid ""
3595
  "This add-on lets you sell either entire contents or parts of it. You can "
3596
  "select if you want to just charge users or share a percentage of the sale "
3597
  "with the post author."
3598
  msgstr ""
3599
 
3600
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1065
3601
  msgid ""
3602
  "The default price and button label is applied to all content that is set for "
3603
  "sale. You can select if you want to enforce these settings or let the "
3604
  "content authors set their own."
3605
  msgstr ""
3606
 
3607
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/sell-content/myCRED-addon-sell-content.php:1067
3608
  msgid ""
3609
  "You can either sell entire posts via the Sell Content Meta Box or by using "
3610
  "the <code>mycred_sell_this</code> shortcode.<br />For more information on "
3611
  "how to use the shortcode, please visit the"
3612
  msgstr ""
3613
 
3614
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:12
3615
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:50
 
3616
  msgid "Transfer"
3617
  msgstr ""
3618
 
3619
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:13
3620
  msgid ""
3621
  "Allow your users to send or \"donate\" points to other members by either "
3622
  "using the mycred_transfer shortcode or the myCRED Transfer widget."
3623
  msgstr ""
3624
 
3625
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:43
3626
  msgid "You do not have enough %plural% to send."
3627
  msgstr ""
3628
 
3629
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:44
3630
  msgid "You have exceeded your %limit% transfer limit."
3631
  msgstr ""
3632
 
3633
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:145
3634
  msgid "Transaction completed."
3635
  msgstr ""
3636
 
3637
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:146
3638
  msgid ""
3639
  "Security token could not be verified. Please contact your site administrator!"
3640
  msgstr ""
3641
 
3642
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:147
3643
  msgid "Communications error. Please try again later."
3644
  msgstr ""
3645
 
3646
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:148
3647
  msgid "Recipient not found. Please try again."
3648
  msgstr ""
3649
 
3650
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:149
3651
  msgid "Transaction declined by recipient."
3652
  msgstr ""
3653
 
3654
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:150
3655
  msgid "Incorrect amount. Please try again."
3656
  msgstr ""
3657
 
3658
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:151
3659
  msgid ""
3660
  "This myCRED Add-on has not yet been setup! No transfers are allowed until "
3661
  "this has been done!"
3662
  msgstr ""
3663
 
3664
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:152
3665
  msgid "Insufficient funds. Please enter a lower amount."
3666
  msgstr ""
3667
 
3668
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:153
3669
  msgid "Transfer Limit exceeded."
3670
  msgstr ""
3671
 
3672
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:154
3673
  msgid ""
3674
  "The request amount will exceed your transfer limit. Please try again with a "
3675
  "lower amount!"
3676
  msgstr ""
3677
 
3678
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:179
3679
  msgid "No limits."
3680
  msgstr ""
3681
 
3682
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:180
3683
  msgid "Impose daily limit."
3684
  msgstr ""
3685
 
3686
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:181
3687
  msgid "Impose weekly limit."
3688
  msgstr ""
3689
 
3690
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:188
3691
+ msgid "User Login (user_login)"
3692
+ msgstr ""
3693
+
3694
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:189
3695
+ msgid "User Email (user_email)"
3696
+ msgstr ""
3697
+
3698
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:193
3699
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:638
3700
  msgid "Transfer %plural%"
3701
  msgstr ""
3702
 
3703
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:195
3704
  msgid "Log template for sending"
3705
  msgstr ""
3706
 
3707
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:202
3708
  msgid "Log template for receiving"
3709
  msgstr ""
3710
 
3711
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:209
3712
+ msgid "Autofill Recipient"
3713
+ msgstr ""
3714
+
3715
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:218
3716
+ msgid "Select what user details recipients should be autofilled by."
3717
+ msgstr ""
3718
+
3719
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:221
3720
+ msgid "Reload"
3721
+ msgstr ""
3722
+
3723
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:224
3724
+ msgid "Reload page on successful transfers."
3725
+ msgstr ""
3726
+
3727
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:227
3728
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:969
3729
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1227
3730
  msgid "Limits"
3731
  msgstr ""
3732
 
3733
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:244
3734
  msgid "Maximum Amount"
3735
  msgstr ""
3736
 
3737
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:246
3738
  msgid "This amount is ignored if no limits are imposed."
3739
  msgstr ""
3740
 
3741
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:249
3742
  msgid "Form Templates"
3743
  msgstr ""
3744
 
3745
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:252
3746
  msgid "Not logged in Template"
3747
  msgstr ""
3748
 
3749
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:254
3750
  msgid ""
3751
  "Text to show when users are not logged in. Leave empty to hide. No HTML "
3752
  "elements allowed!"
3753
  msgstr ""
3754
 
3755
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:258
3756
  msgid "Balance Template"
3757
  msgstr ""
3758
 
3759
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:260
3760
  msgid ""
3761
  "Template to use when displaying the users balance (if included). No HTML "
3762
  "elements allowed!"
3763
  msgstr ""
3764
 
3765
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:264
3766
  msgid "Limit Template"
3767
  msgstr ""
3768
 
3769
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:266
3770
  msgid ""
3771
  "Template to use when displaying limits (if used). No HTML elements allowed!"
3772
  msgstr ""
3773
 
3774
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:270
3775
  msgid "Button Template"
3776
  msgstr ""
3777
 
3778
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:272
3779
  msgid "Send Transfer button template. No HTML elements allowed!"
3780
  msgstr ""
3781
 
3782
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:275
3783
  msgid "Error Messages"
3784
  msgstr ""
3785
 
3786
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:278
3787
  msgid "Balance to low to send."
3788
  msgstr ""
3789
 
3790
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:280
3791
  msgid ""
3792
  "Text to show when a users balance is to low for transfers. Leave empty to "
3793
  "hide. No HTML elements allowed!"
3794
  msgstr ""
3795
 
3796
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:284
3797
  msgid "Transfer Limit Reached."
3798
  msgstr ""
3799
 
3800
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:286
3801
  msgid ""
3802
  "Text to show when a user has reached their transfer limit (if used). Leave "
3803
  "empty to hide. No HTML elements allowed!"
3804
  msgstr ""
3805
 
3806
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:568
3807
+ msgid "Allow transfers between users."
3808
+ msgstr ""
3809
+
3810
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:570
3811
+ #, php-format
3812
+ msgid "%s Transfer"
3813
+ msgstr ""
3814
+
3815
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:584
3816
+ msgid "The myCRED Transfer add-on has not yet been setup!"
3817
+ msgstr ""
3818
+
3819
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:649
3820
+ msgid "Show users balance"
3821
+ msgstr ""
3822
+
3823
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:653
3824
+ msgid "Show users limit"
3825
+ msgstr ""
3826
+
3827
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:748
3828
+ msgid "username"
3829
+ msgstr ""
3830
+
3831
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:750
3832
+ msgid "email"
3833
+ msgstr ""
3834
+
3835
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:754
3836
+ #, php-format
3837
+ msgid "recipients %s"
3838
+ msgstr ""
3839
+
3840
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:786
3841
+ msgid "To:"
3842
+ msgstr ""
3843
+
3844
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/addons/transfer/myCRED-addon-transfer.php:790
3845
+ msgid "Amount:"
3846
+ msgstr ""
3847
+
3848
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:26
3849
+ #, php-format
3850
  msgid ""
3851
+ "Thank you for choosing %s as your points management tool!<br />I hope you "
3852
+ "have as much fun using it as I had developing it."
3853
+ msgstr ""
3854
+
3855
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:37
3856
+ msgid "What&#8217;s New"
3857
+ msgstr ""
3858
+
3859
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:39
3860
+ msgid "Credits"
3861
+ msgstr ""
3862
+
3863
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:78
3864
+ #, php-format
3865
+ msgid "Welcome to %s %s"
3866
  msgstr ""
3867
 
3868
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:86
3869
+ msgid "Ranks Management"
3870
  msgstr ""
3871
 
3872
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:87
3873
  msgid ""
3874
+ "You can now select to delete all ranks or if you feel your users have the "
3875
+ "incorrect rank, re-assign ranks with a click of a button."
3876
+ msgstr ""
3877
+
3878
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:90
3879
+ msgid "Improvements"
3880
  msgstr ""
3881
 
3882
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:91
3883
  msgid ""
3884
+ "Several rank functions have been re-written to search and assign ranks much "
3885
+ "faster and at a lower memory cost."
 
3886
  msgstr ""
3887
 
3888
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:94
3889
+ msgid "Improved Security"
3890
+ msgstr ""
3891
+
3892
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:97
3893
+ msgid "Failsafe"
3894
  msgstr ""
3895
 
3896
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:98
3897
+ msgid ""
3898
+ "As of version 1.3.2 you can now set a maximum number that can be given or "
3899
+ "taken from a user in a single instance. So if someone decides to cheat, this "
3900
+ "would be the maximum amount they could gain."
3901
+ msgstr ""
3902
+
3903
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:99
3904
  #, php-format
3905
+ msgid ""
3906
+ "You can find this setting on the %s <a href=\"%s\">settings</a> page under "
3907
+ "\"Security\" in the \"Core\" menu."
3908
  msgstr ""
3909
 
3910
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:105
3911
+ msgid "Under the hood"
3912
  msgstr ""
3913
 
3914
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:108
3915
+ msgid "The myCRED_Query_Log Class"
3916
  msgstr ""
3917
 
3918
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:109
3919
+ msgid ""
3920
+ "Added support for querying multiple references, reference ids or amounts "
3921
+ "through a comma separated list."
3922
  msgstr ""
3923
 
3924
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:112
3925
+ msgid "Autofill Transfer Recipient"
3926
  msgstr ""
3927
 
3928
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:113
3929
+ msgid ""
3930
+ "You can now select what user detail users are searched by. By default you "
3931
+ "can search by username or email but several filters have been added allowing "
3932
+ "you to customize this further."
3933
+ msgstr ""
3934
+
3935
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:116
3936
+ msgid "Points for clicking on links"
3937
+ msgstr ""
3938
+
3939
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:117
3940
+ msgid ""
3941
+ "Fixed a security flaw where users can award themselves any point amount when "
3942
+ "clicking on a link."
3943
+ msgstr ""
3944
+
3945
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:120
3946
+ msgid ""
3947
+ "Oh and as you might have noticed, I have added this new splash page for all "
3948
+ "future updates!"
3949
+ msgstr ""
3950
+
3951
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:141
3952
+ #, php-format
3953
+ msgid "%s Users"
3954
+ msgstr ""
3955
+
3956
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:144
3957
+ msgid "Bug Finders"
3958
+ msgstr ""
3959
+
3960
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:145
3961
+ msgid ""
3962
+ "Users who have taken the time to report bugs helping me improve this plugin."
3963
+ msgstr ""
3964
+
3965
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:154
3966
+ msgid "Plugin Translators"
3967
+ msgstr ""
3968
+
3969
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:155
3970
+ msgid "Users who have helped with translating this plugin."
3971
  msgstr ""
3972
 
3973
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:161
3974
+ msgid "Find out more"
3975
+ msgstr ""
3976
+
3977
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-about.php:162
3978
+ #, php-format
3979
+ msgid ""
3980
+ "You can always find more information about this plugin on the %s <a href=\"%s"
3981
+ "\">website</a>."
3982
+ msgstr ""
3983
+
3984
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:68
3985
  msgid "User is excluded"
3986
  msgstr ""
3987
 
3988
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:73
3989
  msgid "Log Entry can not be empty"
3990
  msgstr ""
3991
 
3992
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:77
3993
  msgid "Amount can not be zero"
3994
  msgstr ""
3995
 
3996
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:174
3997
  msgid "Excluded"
3998
  msgstr ""
3999
 
4000
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:181
4001
  msgid "History"
4002
  msgstr ""
4003
 
4004
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:183
4005
  msgid "Adjust"
4006
  msgstr ""
4007
 
4008
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:234
4009
  #, php-format
4010
  msgid "My current %singular% balance"
4011
  msgstr ""
4012
 
4013
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:257
4014
  msgid "Adjust Your Balance"
4015
  msgstr ""
4016
 
4017
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:259
4018
  msgid "Adjust Users Balance"
4019
  msgstr ""
4020
 
4021
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:266
4022
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:340
4023
  msgid "required"
4024
  msgstr ""
4025
 
4026
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:268
4027
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:342
4028
  msgid "optional"
4029
  msgstr ""
4030
 
4031
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:274
4032
  msgid "Log description for adjustment"
4033
  msgstr ""
4034
 
4035
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:275
4036
  msgid "Update"
4037
  msgstr ""
4038
 
4039
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:276
4040
  msgid "Description is required!"
4041
  msgstr ""
4042
 
4043
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:281
4044
  msgid "Users Current Balance"
4045
  msgstr ""
4046
 
4047
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:351
4048
  msgid "A positive or negative value"
4049
  msgstr ""
4050
 
4051
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-admin.php:353
4052
  msgid "Update Balance"
4053
  msgstr ""
4054
 
4055
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:67
4056
  msgid "Point"
4057
  msgstr ""
4058
 
4059
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:68
4060
  msgid "Points"
4061
  msgstr ""
4062
 
4063
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:391
4064
  msgid "Deleted"
4065
  msgstr ""
4066
 
4067
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:526
4068
  msgid "Deleted Item"
4069
  msgstr ""
4070
 
4071
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:1343
4072
  msgid "ref empty"
4073
  msgstr ""
4074
 
4075
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:1351
4076
  msgid "incorrect user id format"
4077
  msgstr ""
4078
 
4079
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:1364
4080
  msgid "incorrect unix timestamp (from):"
4081
  msgstr ""
4082
 
4083
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-functions.php:1373
4084
  msgid "incorrect unix timestamp (to):"
4085
  msgstr ""
4086
 
4087
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:38
4088
  msgid "myCRED requires WordPress 3.1 or higher. Version detected:"
4089
  msgstr ""
4090
 
4091
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:43
4092
  msgid "myCRED requires PHP 5.2.0 or higher. Version detected: "
4093
  msgstr ""
4094
 
4095
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:48
4096
  msgid "myCRED requires SQL 5.0 or higher. Version detected: "
4097
  msgstr ""
4098
 
4099
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:53
4100
  msgid ""
4101
  "Sorry but your WordPress installation does not reach the minimum "
4102
  "requirements for running myCRED. The following errors were given:"
4103
  msgstr ""
4104
 
4105
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:265
4106
  msgid "myCRED needs your attention."
4107
  msgstr ""
4108
 
4109
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:265
4110
  msgid "Run Setup"
4111
  msgstr ""
4112
 
4113
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:277
4114
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:278
4115
  msgid "myCRED Setup"
4116
  msgstr ""
4117
 
4118
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:423
4119
  msgid "Step"
4120
  msgstr ""
4121
 
4122
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:446
4123
  msgid ""
4124
  "Click \"Begin Setup\" to install myCRED. You will be able to select your "
4125
  "points format, layout and security settings."
4126
  msgstr ""
4127
 
4128
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:447
4129
  msgid "Begin Setup"
4130
  msgstr ""
4131
 
4132
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:504
4133
  msgid "Select the format you want to use for your points."
4134
  msgstr ""
4135
 
4136
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:505
4137
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:200
4138
  msgid "Format"
4139
  msgstr ""
4140
 
4141
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:508
4142
  msgid "Separators"
4143
  msgstr ""
4144
 
4145
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:518
4146
  msgid "Decimals"
4147
  msgstr ""
4148
 
4149
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:520
4150
  msgid "Use zero for no decimals."
4151
  msgstr ""
4152
 
4153
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:523
4154
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:254
4155
  msgid "Presentation"
4156
  msgstr ""
4157
 
4158
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:526
4159
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:241
4160
  msgid "Name (Singular)"
4161
  msgstr ""
4162
 
4163
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:530
4164
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:246
4165
  msgid "Name (Plural)"
4166
  msgstr ""
4167
 
4168
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:536
4169
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:257
4170
  msgid "Prefix"
4171
  msgstr ""
4172
 
4173
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:544
4174
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:265
4175
  msgid "Suffix"
4176
  msgstr ""
4177
 
4178
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:549
4179
  msgid "Cancel Setup"
4180
  msgstr ""
4181
 
4182
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:549
4183
  msgid "Cancel"
4184
  msgstr ""
4185
 
4186
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:549
4187
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:637
4188
  msgid "Next"
4189
  msgstr ""
4190
 
4191
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:581
4192
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:273
4193
  msgid "Security"
4194
  msgstr ""
4195
 
4196
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:584
4197
  msgid "Edit Settings Capability"
4198
  msgstr ""
4199
 
4200
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:588
4201
  msgid "Edit Users %plural% Capability"
4202
  msgstr ""
4203
 
4204
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:592
4205
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:286
4206
+ msgid "Maximum %plural% payouts"
4207
+ msgstr ""
4208
+
4209
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:594
4210
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:288
4211
+ msgid ""
4212
+ "As an added security, you can set the maximum amount a user can gain or "
4213
+ "loose in a single instance. If used, make sure this is the maximum amount a "
4214
+ "user would be able to transfer, buy, or spend in your store. Use zero to "
4215
+ "disable."
4216
+ msgstr ""
4217
+
4218
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:601
4219
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:295
4220
  msgid "Exclude those who can \"Edit Settings\"."
4221
  msgstr ""
4222
 
4223
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:605
4224
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:299
4225
  msgid "Exclude those who can \"Edit Users %plural%\"."
4226
  msgstr ""
4227
 
4228
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:608
4229
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:303
4230
  msgid "Exclude the following user IDs:"
4231
  msgstr ""
4232
 
4233
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:612
4234
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:308
4235
  msgid "Rankings"
4236
  msgstr ""
4237
 
4238
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:616
4239
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:312
4240
  msgid "Update rankings each time a users balance changes."
4241
  msgstr ""
4242
 
4243
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:620
4244
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:316
4245
  msgid "Update rankings once a day."
4246
  msgstr ""
4247
 
4248
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:624
4249
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:320
4250
  msgid "Update rankings once a week."
4251
  msgstr ""
4252
 
4253
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:628
4254
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:324
4255
  msgid "Update rankings on a specific date."
4256
  msgstr ""
4257
 
4258
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:632
4259
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:277
4260
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:328
4261
  msgid "Date"
4262
  msgstr ""
4263
 
4264
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:656
4265
  msgid "Ready"
4266
  msgstr ""
4267
 
4268
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:657
4269
  msgid "Almost done! Click the button below to finish this setup."
4270
  msgstr ""
4271
 
4272
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-install.php:658
4273
  msgid "Install & Run"
4274
  msgstr ""
4275
 
4276
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:279
4277
  msgid "Entry"
4278
  msgstr ""
4279
 
4280
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:379
4281
  msgid "User Missing"
4282
  msgstr ""
4283
 
4284
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:418
4285
  msgid "No log entries found"
4286
  msgstr ""
4287
 
4288
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:433
4289
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:435
4290
  msgid "Search Log"
4291
  msgstr ""
4292
 
4293
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-log.php:434
4294
  msgid "search log entries"
4295
  msgstr ""
4296
 
4297
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:60
4298
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:61
4299
  msgid "Network Settings"
4300
  msgstr ""
4301
 
4302
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:158
4303
  msgid "Network"
4304
  msgstr ""
4305
 
4306
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:164
4307
  #, php-format
4308
  msgid "Note! %s has not yet been setup."
4309
  msgstr ""
4310
 
4311
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:168
4312
  msgid "Network Settings Updated"
4313
  msgstr ""
4314
 
4315
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:170
4316
  #, php-format
4317
  msgid "Configure network settings for %s."
4318
  msgstr ""
4319
 
4320
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:177
4321
  msgid "Master Template"
4322
  msgstr ""
4323
 
4324
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:181
4325
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:195
4326
  msgid "Yes"
4327
  msgstr ""
4328
 
4329
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:185
4330
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:199
4331
  msgid "No"
4332
  msgstr ""
4333
 
4334
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:188
4335
  #, php-format
4336
  msgid ""
4337
  "If enabled, %s will use your main site's settings for all other sites in "
4338
  "your network."
4339
  msgstr ""
4340
 
4341
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:191
4342
  msgid "Central Logging"
4343
  msgstr ""
4344
 
4345
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:202
4346
  #, php-format
4347
  msgid "If enabled, %s will log all site actions in your main site's log."
4348
  msgstr ""
4349
 
4350
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:205
4351
  msgid "Site Block"
4352
  msgstr ""
4353
 
4354
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:209
4355
  #, php-format
4356
  msgid "Comma separated list of blog ids where %s is to be disabled."
4357
  msgstr ""
4358
 
4359
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-network.php:218
4360
  msgid "Save Network Settings"
4361
  msgstr ""
4362
 
4363
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:523
4364
  msgid "This feature requires WordPress Permalinks to be setup and enabled!"
4365
  msgstr ""
4366
 
4367
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:526
4368
  msgid "Click Update Settings to load the Remote API settings."
4369
  msgstr ""
4370
 
4371
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:528
4372
  msgid "Allow Remote Access"
4373
  msgstr ""
4374
 
4375
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:549
4376
  msgid "Remote Access"
4377
  msgstr ""
4378
 
4379
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:551
4380
  msgid "API Key"
4381
  msgstr ""
4382
 
4383
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:554
4384
  msgid "Key"
4385
  msgstr ""
4386
 
4387
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:555
4388
  msgid "min. 12 characters"
4389
  msgstr ""
4390
 
4391
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:556
4392
  msgid "Required for this feature to work!<br />Minimum 12 characters."
4393
  msgstr ""
4394
 
4395
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:559
4396
  msgid "Key Length"
4397
  msgstr ""
4398
 
4399
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:564
4400
  msgid "Generate New Key"
4401
  msgstr ""
4402
 
4403
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:566
4404
  msgid "Warning!"
4405
  msgstr ""
4406
 
4407
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:566
4408
  msgid ""
4409
  "Keep this key safe! Those you share this key with will be able to remotely "
4410
  "deduct / add / transfer %plural%!"
4411
  msgstr ""
4412
 
4413
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:568
4414
  msgid "Incoming URI"
4415
  msgstr ""
4416
 
4417
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:572
4418
  msgid ""
4419
  "The incoming call address. Remote calls made to any other URL will be "
4420
  "ignored."
4421
  msgstr ""
4422
 
4423
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:575
4424
  msgid "Debug Mode"
4425
  msgstr ""
4426
 
4427
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-remote.php:578
4428
  msgid ""
4429
  "Remember to disable when not used to prevent mischievous calls from learning "
4430
  "about your setup!"
4431
  msgstr ""
4432
 
4433
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:146
4434
  msgid "Leaderboard is empty."
4435
  msgstr ""
4436
 
4437
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:224
4438
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:349
4439
  msgid "Amount missing!"
4440
  msgstr ""
4441
 
4442
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:227
4443
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:357
4444
  msgid "Log Template Missing!"
4445
  msgstr ""
4446
 
4447
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:288
4448
  msgid "Anchor missing URL!"
4449
  msgstr ""
4450
 
4451
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:353
4452
  msgid "User ID missing for recipient."
4453
  msgstr ""
4454
 
4455
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:407
4456
  msgid "Sent"
4457
  msgstr ""
4458
 
4459
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:408
4460
  msgid "Error - Try Again"
4461
  msgstr ""
4462
 
4463
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-shortcodes.php:503
4464
  msgid "A video ID is required for this shortcode"
4465
  msgstr ""
4466
 
4467
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:19
4468
  #, php-format
4469
  msgid "Show the current users %s balance"
4470
  msgstr ""
4471
 
4472
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:21
4473
  #, php-format
4474
  msgid "%s Balance"
4475
  msgstr ""
4476
 
4477
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:156
4478
  msgid "My Balance"
4479
  msgstr ""
4480
 
4481
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:167
4482
  msgid "<a href=\"%login_url_here%\">Login</a> to view your balance."
4483
  msgstr ""
4484
 
4485
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:191
4486
  msgid "Layout"
4487
  msgstr ""
4488
 
4489
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:193
4490
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:216
4491
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:226
4492
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:374
4493
  msgid "See the help tab for available template tags."
4494
  msgstr ""
4495
 
4496
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:198
4497
  msgid "Include users ranking"
4498
  msgstr ""
4499
 
4500
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:202
4501
  msgid ""
4502
  "This will be appended after the balance. See the help tab for available "
4503
  "template tags."
4504
  msgstr ""
4505
 
4506
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:208
4507
  msgid "Include history"
4508
  msgstr ""
4509
 
4510
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:210
4511
  msgid "History Title"
4512
  msgstr ""
4513
 
4514
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:212
4515
  msgid "Number of entires"
4516
  msgstr ""
4517
 
4518
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:214
4519
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:372
4520
  msgid "Row layout"
4521
  msgstr ""
4522
 
4523
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:222
4524
  msgid "Show message when not logged in"
4525
  msgstr ""
4526
 
4527
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:224
4528
  msgid "Message"
4529
  msgstr ""
4530
 
4531
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:297
4532
  #, php-format
4533
  msgid "Show a list of users sorted by their %s balance"
4534
  msgstr ""
4535
 
4536
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:299
4537
  #, php-format
4538
  msgid "%s List"
4539
  msgstr ""
4540
 
4541
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:352
4542
  msgid "Leaderboard"
4543
  msgstr ""
4544
 
4545
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:365
4546
  msgid "Visible to non-members"
4547
  msgstr ""
4548
 
4549
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:368
4550
  msgid "Number of users"
4551
  msgstr ""
4552
 
4553
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:377
4554
  msgid "Offset"
4555
  msgstr ""
4556
 
4557
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:379
4558
  msgid "Optional offset of order. Use zero to return the first in the list."
4559
  msgstr ""
4560
 
4561
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:382
4562
  msgid "Order"
4563
  msgstr ""
4564
 
4565
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:386
4566
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:195
4567
  msgid "Ascending"
4568
  msgstr ""
4569
 
4570
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/includes/mycred-widgets.php:387
4571
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:195
4572
  msgid "Descending"
4573
  msgstr ""
4574
 
4575
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:23
4576
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:24
4577
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:25
4578
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:260
4579
  msgid "Add-ons"
4580
  msgstr ""
4581
 
4582
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:265
4583
  msgid "Add-on Activated"
4584
  msgstr ""
4585
 
4586
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:267
4587
  msgid "Add-on Deactivated"
4588
  msgstr ""
4589
 
4590
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:270
4591
  msgid "Add-ons can expand your current installation with further features."
4592
  msgstr ""
4593
 
4594
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:289
4595
  #, php-format
4596
  msgid "You can find more add-ons in our %s."
4597
  msgstr ""
4598
 
4599
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:289
4600
  msgid "online store"
4601
  msgstr ""
4602
 
4603
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:309
4604
  msgid "Deactivate Add-on"
4605
  msgstr ""
4606
 
4607
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:310
4608
  msgid "Deactivate"
4609
  msgstr ""
4610
 
4611
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:315
4612
  msgid "Activate Add-on"
4613
  msgstr ""
4614
 
4615
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:316
4616
  msgid "Activate"
4617
  msgstr ""
4618
 
4619
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:333
4620
  msgid "Version"
4621
  msgstr ""
4622
 
4623
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:336
4624
  msgid "By"
4625
  msgstr ""
4626
 
4627
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-addons.php:339
4628
  msgid "Documentation"
4629
  msgstr ""
4630
 
4631
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:56
4632
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:76
4633
  msgid "Access denied for this action"
4634
  msgstr ""
4635
 
4636
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:93
4637
  msgid "Accounts successfully reset"
4638
  msgstr ""
4639
 
4640
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:124
4641
  msgid "No users found to export"
4642
  msgstr ""
4643
 
4644
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:231
4645
  msgid "Adjust your core or add-on settings. Follow us on:"
4646
  msgstr ""
4647
 
4648
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:231
4649
  msgid "Facebook"
4650
  msgstr ""
4651
 
4652
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:231
4653
  msgid "Google Plus"
4654
  msgstr ""
4655
 
4656
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:236
4657
  msgid "Core Settings"
4658
  msgstr ""
4659
 
4660
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:238
4661
  msgid "Name"
4662
  msgstr ""
4663
 
4664
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:243
4665
  msgid "Accessible though the %singular% template tag."
4666
  msgstr ""
4667
 
4668
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:248
4669
  msgid "Accessible though the %plural% template tag."
4670
  msgstr ""
4671
 
4672
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:251
4673
  msgid "Tip"
4674
  msgstr ""
4675
 
4676
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:251
4677
  msgid ""
4678
  "Adding an underscore at the beginning of template tag for names will return "
4679
  "them in lowercase. i.e. %_singular%"
4680
  msgstr ""
4681
 
4682
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:269
4683
  msgid "Separator"
4684
  msgstr ""
4685
 
4686
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:276
4687
  msgid "Edit Settings"
4688
  msgstr ""
4689
 
4690
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:278
4691
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:283
4692
  msgid "Capability to check for."
4693
  msgstr ""
4694
 
4695
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:281
4696
  msgid "Edit Users %plural%"
4697
  msgstr ""
4698
 
4699
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:305
4700
  msgid "Comma separated list of user ids to exclude. No spaces allowed!"
4701
  msgstr ""
4702
 
4703
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:345
4704
  msgid "Management"
4705
  msgstr ""
4706
 
4707
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:347
4708
  msgid "The Log"
4709
  msgstr ""
4710
 
4711
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:350
4712
  msgid "Table Name"
4713
  msgstr ""
4714
 
4715
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:354
4716
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:92
4717
  msgid "Entries"
4718
  msgstr ""
4719
 
4720
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:359
 
 
 
 
 
4721
  msgid "Empty Log"
4722
  msgstr ""
4723
 
4724
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:365
4725
  msgid "User Meta Key"
4726
  msgstr ""
4727
 
4728
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:374
4729
  msgid "Set all to zero"
4730
  msgstr ""
4731
 
4732
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:374
4733
  msgid "CSV Export"
4734
  msgstr ""
4735
 
4736
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:392
4737
  msgid "Identify users by"
4738
  msgstr ""
4739
 
4740
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:397
4741
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:188
4742
  msgid "User ID"
4743
  msgstr ""
4744
 
4745
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:398
4746
  msgid "User Email"
4747
  msgstr ""
4748
 
4749
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:399
4750
  msgid "User Login"
4751
  msgstr ""
4752
 
4753
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:406
4754
  msgid ""
4755
  "Use ID if you intend to use this export as a backup of your current site "
4756
  "while Email is recommended if you want to export to a different site."
4757
  msgstr ""
4758
 
4759
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:409
4760
  msgid "Import Log Entry"
4761
  msgstr ""
4762
 
4763
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:411
4764
  #, php-format
4765
  msgid ""
4766
  "Optional log entry to use if you intend to import this file in a different "
4767
  "%s installation."
4768
  msgstr ""
4769
 
4770
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-general.php:414
4771
  msgid "Export"
4772
  msgstr ""
4773
 
4774
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:23
4775
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:24
4776
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:25
4777
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:156
4778
  msgid "Hooks"
4779
  msgstr ""
4780
 
4781
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:85
4782
  msgid "%plural% for registrations"
4783
  msgstr ""
4784
 
4785
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:86
4786
  msgid "Award %_plural% for users joining your website."
4787
  msgstr ""
4788
 
4789
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:92
4790
  msgid "%plural% for logins"
4791
  msgstr ""
4792
 
4793
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:93
4794
  msgid ""
4795
  "Award %_plural% for logging in to your website. You can also set an optional "
4796
  "limit."
4797
  msgstr ""
4798
 
4799
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:99
4800
  msgid "%plural% for publishing content"
4801
  msgstr ""
4802
 
4803
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:100
4804
  msgid ""
4805
  "Award %_plural% for publishing content on your website. If your custom post "
4806
  "type is not shown bellow, make sure it is set to \"Public\"."
4807
  msgstr ""
4808
 
4809
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:106
4810
  msgid "%plural% for comments"
4811
  msgstr ""
4812
 
4813
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:107
4814
  msgid "Award %_plural% for making comments."
4815
  msgstr ""
4816
 
4817
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:113
4818
  msgid "%plural% for clicking on links"
4819
  msgstr ""
4820
 
4821
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:114
4822
  msgid ""
4823
  "Award %_plural% to users who clicks on links generated by the [mycred_link] "
4824
  "shortcode."
4825
  msgstr ""
4826
 
4827
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:120
4828
  msgid "%plural% for viewing Videos"
4829
  msgstr ""
4830
 
4831
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:121
4832
  msgid ""
4833
  "Award %_plural% to users who watches videos embedded using the "
4834
  "[mycred_video] shortcode."
4835
  msgstr ""
4836
 
4837
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:160
4838
  msgid ""
4839
  "Hooks are instances where %_plural% are awarded or deducted from a user, "
4840
  "depending on their actions around your website."
4841
  msgstr ""
4842
 
4843
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:447
4844
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:147
4845
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:168
4846
  msgid "Limit"
4847
  msgstr ""
4848
 
4849
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:554
4850
  msgid "%plural% for Posts"
4851
  msgstr ""
4852
 
4853
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:564
4854
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:577
4855
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:612
4856
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:268
4857
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:278
4858
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:416
4859
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:429
4860
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:442
4861
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:460
4862
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:473
4863
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:492
4864
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-contact-form7.php:138
4865
  msgid "Available template tags: General, Post"
4866
  msgstr ""
4867
 
4868
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:567
4869
  msgid "%plural% for Pages"
4870
  msgstr ""
4871
 
4872
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:602
4873
  msgid "%plural% for %s"
4874
  msgstr ""
4875
 
4876
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:918
4877
  msgid "Approved Comment"
4878
  msgstr ""
4879
 
4880
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:921
4881
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:938
4882
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:955
4883
  msgid "Comment Author"
4884
  msgstr ""
4885
 
4886
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:925
4887
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:942
4888
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:959
4889
  msgid "Content Author"
4890
  msgstr ""
4891
 
4892
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:932
4893
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:949
4894
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:966
4895
  msgid "Available template tags: General, Comment"
4896
  msgstr ""
4897
 
4898
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:935
4899
  msgid "Comment Marked SPAM"
4900
  msgstr ""
4901
 
4902
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:952
4903
  msgid "Trashed / Unapproved Comments"
4904
  msgstr ""
4905
 
4906
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:972
4907
  msgid "Limit per post"
4908
  msgstr ""
4909
 
4910
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:974
4911
  msgid ""
4912
  "The number of comments per post that grants %_plural% to the comment author. "
4913
  "Use zero for unlimited."
4914
  msgstr ""
4915
 
4916
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:978
4917
  msgid "Limit per day"
4918
  msgstr ""
4919
 
4920
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:980
4921
  msgid ""
4922
  "Number of comments per day that grants %_plural%. Use zero for unlimited."
4923
  msgstr ""
4924
 
4925
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:985
4926
  msgid ""
4927
  "%plural% is to be awarded even when comment authors reply to their own "
4928
  "comment."
4929
  msgstr ""
4930
 
4931
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1052
4932
  msgid "Once for each unique URL"
4933
  msgstr ""
4934
 
4935
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1053
4936
  msgid "Once for each unique link id"
4937
  msgstr ""
4938
 
4939
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1217
4940
  msgid ""
4941
  "The default amount to award for clicking on links. You can override this in "
4942
  "the shortcode."
4943
  msgstr ""
4944
 
4945
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1224
4946
  msgid ""
4947
  "Available template tags: General and custom tags: %url%, %title% or %id%."
4948
  msgstr ""
4949
 
4950
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1235
4951
  msgid "Note!"
4952
  msgstr ""
4953
 
4954
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1235
4955
  msgid ""
4956
  "If no ID is set when using the mycred_link shortcode, the shortcode will "
4957
  "generate one automatically based on the value set under href. If you are "
4959
  "by ID."
4960
  msgstr ""
4961
 
4962
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1487
4963
  msgid "Amount to award for viewing videos."
4964
  msgstr ""
4965
 
4966
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1497
4967
  msgid "Award Logic"
4968
  msgstr ""
4969
 
4970
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1499
4971
  msgid "Select when %_plural% should be awarded or deducted."
4972
  msgstr ""
4973
 
4974
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1500
4975
  msgid "Play - As soon as video starts playing."
4976
  msgstr ""
4977
 
4978
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1501
4979
  msgid "Full - First when the entire video has played."
4980
  msgstr ""
4981
 
4982
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1502
4983
  msgid "Interval - For each x number of seconds watched."
4984
  msgstr ""
4985
 
4986
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1507
4987
  msgid "Number of seconds"
4988
  msgstr ""
4989
 
4990
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1514
4991
  msgid "Leniency"
4992
  msgstr ""
4993
 
4994
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1516
4995
  msgid ""
4996
  "The maximum percentage a users view of a movie can differ from the actual "
4997
  "length."
4998
  msgstr ""
4999
 
5000
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-hooks.php:1519
5001
  msgid ""
5002
  "Do not set this value to zero! A lot of thing can happen while a user "
5003
  "watches a movie and sometimes a few seconds can drop of the counter due to "
5004
  "buffering or play back errors."
5005
  msgstr ""
5006
 
5007
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:24
5008
  msgid "Activity Log"
5009
  msgstr ""
5010
 
5011
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:175
5012
  msgid "Show all references"
5013
  msgstr ""
5014
 
5015
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:194
5016
  msgid "Show in order"
5017
  msgstr ""
5018
 
5019
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:207
5020
  msgid "Filter"
5021
  msgstr ""
5022
 
5023
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:233
5024
  #, php-format
5025
  msgid "Showing %d %s"
5026
  msgstr ""
5027
 
5028
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:233
5029
  msgid "entry"
5030
  msgstr ""
5031
 
5032
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/modules/mycred-module-log.php:252
5033
  msgid "Search results for"
5034
  msgstr ""
5035
 
5036
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:16
5037
  msgid "BadgeOS"
5038
  msgstr ""
5039
 
5040
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:17
5041
  msgid ""
5042
  "Default settings for each BadgeOS Achievement type. These settings may be "
5043
  "overridden for individual achievement type."
5044
  msgstr ""
5045
 
5046
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:93
5047
  #, php-format
5048
  msgid ""
5049
  "Please setup your <a href=\"%s\">default settings</a> before using this "
5050
  "feature."
5051
  msgstr ""
5052
 
5053
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:104
5054
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:106
5055
  msgid "%plural% to Award"
5056
  msgstr ""
5057
 
5058
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:108
5059
  msgid "Use zero to disable"
5060
  msgstr ""
5061
 
5062
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:119
5063
  msgid "Deduction Log Template"
5064
  msgstr ""
5065
 
5066
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:255
5067
  #, php-format
5068
  msgid "Default %s for %s"
5069
  msgstr ""
5070
 
5071
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:262
5072
  msgid "Use zero to disable users gaining %_plural%"
5073
  msgstr ""
5074
 
5075
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:266
5076
  msgid "Default Log template"
5077
  msgstr ""
5078
 
5079
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-badgeOS.php:272
5080
  msgid "Deduct %_plural% if user looses "
5081
  msgstr ""
5082
 
5083
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:16
5084
  msgid "bbPress"
5085
  msgstr ""
5086
 
5087
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:17
5088
  msgid "Awards %_plural% for bbPress actions."
5089
  msgstr ""
5090
 
5091
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:407
5092
  msgid "%plural% for New Forum"
5093
  msgstr ""
5094
 
5095
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:420
5096
  msgid "%plural% for Forum Deletion"
5097
  msgstr ""
5098
 
5099
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:433
5100
  msgid "%plural% for New Topic"
5101
  msgstr ""
5102
 
5103
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:447
5104
  msgid "Forum authors can receive %_plural% for creating new topics."
5105
  msgstr ""
5106
 
5107
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:451
5108
  msgid "%plural% for Topic Deletion"
5109
  msgstr ""
5110
 
5111
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:464
5112
  msgid "%plural% for Favorited Topic"
5113
  msgstr ""
5114
 
5115
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:479
5116
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:503
5117
  msgid "Use zero for unlimited"
5118
  msgstr ""
5119
 
5120
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:483
5121
  msgid "%plural% for New Reply"
5122
  msgstr ""
5123
 
5124
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:497
5125
  msgid "Topic authors can receive %_plural% for replying to their own Topic"
5126
  msgstr ""
5127
 
5128
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-bbPress.php:507
5129
  msgid "Show users %_plural% balance in replies"
5130
  msgstr ""
5131
 
5132
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-contact-form7.php:16
5133
  msgid "Contact Form 7 Form Submissions"
5134
  msgstr ""
5135
 
5136
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-contact-form7.php:17
5137
  msgid "Awards %_plural% for successful form submissions (by logged in users)."
5138
  msgstr ""
5139
 
5140
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-contact-form7.php:108
5141
  msgid "No forms found."
5142
  msgstr ""
5143
 
5144
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:16
5145
  msgid "Events Manager"
5146
  msgstr ""
5147
 
5148
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:17
5149
  msgid "Awards %_plural% for users attending events."
5150
  msgstr ""
5151
 
5152
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:140
5153
  msgid "Attending Event"
5154
  msgstr ""
5155
 
5156
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:150
5157
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:163
5158
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:134
5159
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:147
5160
  msgid "Available template tags: General and Post Related"
5161
  msgstr ""
5162
 
5163
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-events-manager-light.php:153
5164
  msgid "Cancelling Attendance"
5165
  msgstr ""
5166
 
5167
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:16
5168
  msgid "GD Star Rating"
5169
  msgstr ""
5170
 
5171
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:17
5172
  msgid "Awards %_plural% for users rate items using the GD Star Rating plugin."
5173
  msgstr ""
5174
 
5175
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:99
5176
  msgid "Rating"
5177
  msgstr ""
5178
 
5179
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-gd-star-rating.php:112
5180
  msgid "Up / Down Vote"
5181
  msgstr ""
5182
 
5183
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:16
5184
  msgid "Invite Anyone Plugin"
5185
  msgstr ""
5186
 
5187
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:17
5188
  msgid ""
5189
  "Awards %_plural% for sending invitations and/or %_plural% if the invite is "
5190
  "accepted."
5191
  msgstr ""
5192
 
5193
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:135
5194
  msgid "%plural% for Sending An Invite"
5195
  msgstr ""
5196
 
5197
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:151
5198
  msgid ""
5199
  "Maximum number of invites that grants %_plural%. Use zero for unlimited."
5200
  msgstr ""
5201
 
5202
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:155
5203
  msgid "%plural% for Accepting An Invite"
5204
  msgstr ""
5205
 
5206
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:159
5207
  msgid "%plural% for each invited user that accepts an invitation."
5208
  msgstr ""
5209
 
5210
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-invite-anyone.php:172
5211
  msgid ""
5212
  "Maximum number of accepted invitations that grants %_plural%. Use zero for "
5213
  "unlimited."
5214
  msgstr ""
5215
 
5216
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:16
5217
  msgid "Jetpack Subscriptions"
5218
  msgstr ""
5219
 
5220
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:17
5221
  msgid ""
5222
  "Awards %_plural% for users signing up for site or comment updates using "
5223
  "Jetpack."
5224
  msgstr ""
5225
 
5226
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:490
5227
  msgid "Site Subscriptions"
5228
  msgstr ""
5229
 
5230
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-jetpack.php:503
5231
  msgid "Comment Subscriptions"
5232
  msgstr ""
5233
 
5234
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:16
5235
  msgid "WP Favorite Posts"
5236
  msgstr ""
5237
 
5238
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:17
5239
  msgid "Awards %_plural% for users adding posts to their favorites."
5240
  msgstr ""
5241
 
5242
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:124
5243
  msgid "Adding Content to Favorites"
5244
  msgstr ""
5245
 
5246
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-favorite-posts.php:137
5247
  msgid "Removing Content from Favorites"
5248
  msgstr ""
5249
 
5250
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-polls.php:16
5251
  msgid "WP-Polls"
5252
  msgstr ""
5253
 
5254
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-polls.php:17
5255
  msgid "Awards %_plural% for users voting in polls."
5256
  msgstr ""
5257
 
5258
+ #: /Users/gabriel/Repositories/mycred/tags/1.3.2/plugins/mycred-hook-wp-polls.php:136
5259
  msgid ""
5260
  "Available template tags: General. You can also use %poll_id% and "
5261
  "%poll_question%."
modules/mycred-module-general.php CHANGED
@@ -3,7 +3,7 @@ if ( !defined( 'myCRED_VERSION' ) ) exit;
3
  /**
4
  * myCRED_General class
5
  * @since 0.1
6
- * @version 1.1
7
  */
8
  if ( !class_exists( 'myCRED_General' ) ) {
9
  class myCRED_General extends myCRED_Module {
@@ -228,7 +228,7 @@ h4.ui-accordion-header:before { content: "<?php _e( 'click to open', 'mycred' );
228
  echo '<div class="updated settings-error"><p>' . __( 'Settings Updated', 'mycred' ) . '</p></div>';
229
  } ?>
230
 
231
- <p><?php echo __( 'Adjust your core or add-on settings. Follow us on:', 'mycred' ) . ' '; ?><a href="https://www.facebook.com/myCRED" class="facebook" target="_blank"><?php _e( 'Facebook', 'mycred' ); ?></a>, <a href="https://plus.google.com/b/102981932999764129220/102981932999764129220/posts" class="googleplus" target="_blank"><?php _e( 'Google Plus', 'mycred' ); ?></a></p>
232
  <form method="post" action="options.php">
233
  <?php settings_fields( 'myCRED-general' ); ?>
234
 
@@ -282,6 +282,11 @@ h4.ui-accordion-header:before { content: "<?php _e( 'click to open', 'mycred' );
282
  <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'caps' => 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'caps' => 'creds' ) ); ?>" value="<?php echo $this->core->caps['creds']; ?>" /></div>
283
  <div class="description"><?php _e( 'Capability to check for.', 'mycred' ); ?></div>
284
  </li>
 
 
 
 
 
285
  </ol>
286
  <label class="subheader"><?php _e( 'Excludes', 'mycred' ); ?></label>
287
  <ol id="myCRED-settings-excludes">
@@ -433,7 +438,7 @@ h4.ui-accordion-header:before { content: "<?php _e( 'click to open', 'mycred' );
433
  * Sanititze Settings
434
  * @filter 'mycred_save_core_prefs'
435
  * @since 0.1
436
- * @version 1.1
437
  */
438
  public function sanitize_settings( $post ) {
439
  $new_data = array();
@@ -461,6 +466,9 @@ h4.ui-accordion-header:before { content: "<?php _e( 'click to open', 'mycred' );
461
  'creds' => sanitize_text_field( $post['caps']['creds'] )
462
  );
463
 
 
 
 
464
  // Make sure multisites uses capabilities that exists
465
  if ( in_array( $new_data['caps']['creds'], array( 'create_users', 'delete_themes', 'edit_plugins', 'edit_themes', 'edit_users' ) ) && is_multisite() )
466
  $new_data['caps']['creds'] = 'delete_users';
3
  /**
4
  * myCRED_General class
5
  * @since 0.1
6
+ * @version 1.1.1
7
  */
8
  if ( !class_exists( 'myCRED_General' ) ) {
9
  class myCRED_General extends myCRED_Module {
228
  echo '<div class="updated settings-error"><p>' . __( 'Settings Updated', 'mycred' ) . '</p></div>';
229
  } ?>
230
 
231
+ <p><?php echo __( 'Adjust your core or add-on settings. Follow us on:', 'mycred' ) . ' '; ?><a href="https://www.facebook.com/myCRED" class="facebook" target="_blank"><?php _e( 'Facebook', 'mycred' ); ?></a>, <a href="https://plus.google.com/+MycredMe/posts" class="googleplus" target="_blank"><?php _e( 'Google Plus', 'mycred' ); ?></a></p>
232
  <form method="post" action="options.php">
233
  <?php settings_fields( 'myCRED-general' ); ?>
234
 
282
  <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'caps' => 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'caps' => 'creds' ) ); ?>" value="<?php echo $this->core->caps['creds']; ?>" /></div>
283
  <div class="description"><?php _e( 'Capability to check for.', 'mycred' ); ?></div>
284
  </li>
285
+ <li class="block"><?php if ( ! isset( $this->core->max ) ) $this->core->max(); ?>
286
+ <label for="<?php echo $this->field_id( 'max' ); ?>"><?php echo $this->core->template_tags_general( __( 'Maximum %plural% payouts', 'mycred' ) ); ?></label>
287
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( 'max' ); ?>" id="<?php echo $this->field_id( 'max' ); ?>" value="<?php echo $this->core->max; ?>" size="8" /></div>
288
+ <div class="description"><?php _e( 'As an added security, you can set the maximum amount a user can gain or loose in a single instance. If used, make sure this is the maximum amount a user would be able to transfer, buy, or spend in your store. Use zero to disable.', 'mycred' ); ?></div>
289
+ </li>
290
  </ol>
291
  <label class="subheader"><?php _e( 'Excludes', 'mycred' ); ?></label>
292
  <ol id="myCRED-settings-excludes">
438
  * Sanititze Settings
439
  * @filter 'mycred_save_core_prefs'
440
  * @since 0.1
441
+ * @version 1.2
442
  */
443
  public function sanitize_settings( $post ) {
444
  $new_data = array();
466
  'creds' => sanitize_text_field( $post['caps']['creds'] )
467
  );
468
 
469
+ // Max
470
+ $new_data['max'] = $this->core->number( $post['max'] );
471
+
472
  // Make sure multisites uses capabilities that exists
473
  if ( in_array( $new_data['caps']['creds'], array( 'create_users', 'delete_themes', 'edit_plugins', 'edit_themes', 'edit_users' ) ) && is_multisite() )
474
  $new_data['caps']['creds'] = 'delete_users';
mycred.php CHANGED
@@ -3,19 +3,19 @@
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.3.1
7
  * Tags: points, tokens, credit, management, reward, charge
8
  * Author: Gabriel S Merovingi
9
  * Author URI: http://www.merovingi.com
10
  * Author Email: info@merovingi.com
11
  * Requires at least: WP 3.1
12
- * Tested up to: WP 3.6
13
  * Text Domain: mycred
14
  * Domain Path: /lang
15
  * License: GPLv2 or later
16
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
17
  */
18
- define( 'myCRED_VERSION', '1.3.1' );
19
  define( 'myCRED_SLUG', 'mycred' );
20
  define( 'myCRED_NAME', '<strong>my</strong>CRED' );
21
 
@@ -30,6 +30,7 @@ define( 'myCRED_MODULES_DIR', myCRED_ROOT_DIR . 'modules/' );
30
  define( 'myCRED_PLUGINS_DIR', myCRED_ROOT_DIR . 'plugins/' );
31
 
32
  require_once( myCRED_INCLUDES_DIR . 'mycred-functions.php' );
 
33
 
34
  require_once( myCRED_ABSTRACTS_DIR . 'mycred-abstract-hook.php' );
35
  require_once( myCRED_ABSTRACTS_DIR . 'mycred-abstract-module.php' );
@@ -232,7 +233,7 @@ function mycred_plugin_start_up()
232
  /**
233
  * Init
234
  * @since 1.3
235
- * @version 1.0
236
  */
237
  function mycred_init()
238
  {
@@ -240,6 +241,7 @@ function mycred_init()
240
  add_action( 'wp_enqueue_scripts', 'mycred_enqueue_front' );
241
  add_action( 'admin_enqueue_scripts', 'mycred_enqueue_admin' );
242
 
 
243
  // Admin Menu
244
  add_action( 'admin_menu', 'mycred_admin_menu', 9 );
245
 
@@ -278,7 +280,7 @@ function mycred_widgets_init()
278
  /**
279
  * Admin Init
280
  * @since 1.3
281
- * @version 1.0
282
  */
283
  function mycred_admin_init()
284
  {
@@ -289,6 +291,26 @@ function mycred_admin_init()
289
 
290
  // Let others play
291
  do_action( 'mycred_admin_init' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  }
293
 
294
  /**
@@ -333,13 +355,15 @@ function mycred_hook_into_toolbar( $wp_admin_bar )
333
  * Add myCRED Admin Menu
334
  * @uses add_menu_page()
335
  * @since 1.3
336
- * @version 1.0
337
  */
338
  function mycred_admin_menu()
339
  {
340
  $mycred = mycred_get_settings();
341
  $name = apply_filters( 'mycred_label', myCRED_NAME );
342
- $page = add_menu_page(
 
 
343
  $name,
344
  $name,
345
  $mycred->edit_creds_cap(),
@@ -347,7 +371,27 @@ function mycred_admin_menu()
347
  '',
348
  ''
349
  );
350
- add_action( 'admin_print_styles-' . $page, 'mycred_admin_page_styles' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
 
352
  // Let others play
353
  do_action( 'mycred_add_menu', $mycred );
@@ -491,7 +535,7 @@ function mycred_reset_key()
491
  /**
492
  * myCRED Plugin Links
493
  * @since 1.3
494
- * @version 1.0.1
495
  */
496
  function mycred_plugin_links( $actions, $plugin_file, $plugin_data, $context )
497
  {
@@ -501,6 +545,7 @@ function mycred_plugin_links( $actions, $plugin_file, $plugin_data, $context )
501
  return $actions;
502
  }
503
 
 
504
  $actions['tutorials'] = '<a href="http://mycred.me/support/tutorials/" target="_blank">' . __( 'Tutorials', 'mycred' ) . '</a>';
505
  $actions['docs'] = '<a href="http://codex.mycred.me/" target="_blank">' . __( 'Codex', 'mycred' ) . '</a>';
506
  $actions['store'] = '<a href="http://mycred.me/store/" target="_blank">' . __( 'Store', 'mycred' ) . '</a>';
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.3.2
7
  * Tags: points, tokens, credit, management, reward, charge
8
  * Author: Gabriel S Merovingi
9
  * Author URI: http://www.merovingi.com
10
  * Author Email: info@merovingi.com
11
  * Requires at least: WP 3.1
12
+ * Tested up to: WP 3.7.1
13
  * Text Domain: mycred
14
  * Domain Path: /lang
15
  * License: GPLv2 or later
16
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
17
  */
18
+ define( 'myCRED_VERSION', '1.3.2' );
19
  define( 'myCRED_SLUG', 'mycred' );
20
  define( 'myCRED_NAME', '<strong>my</strong>CRED' );
21
 
30
  define( 'myCRED_PLUGINS_DIR', myCRED_ROOT_DIR . 'plugins/' );
31
 
32
  require_once( myCRED_INCLUDES_DIR . 'mycred-functions.php' );
33
+ require_once( myCRED_INCLUDES_DIR . 'mycred-about.php' );
34
 
35
  require_once( myCRED_ABSTRACTS_DIR . 'mycred-abstract-hook.php' );
36
  require_once( myCRED_ABSTRACTS_DIR . 'mycred-abstract-module.php' );
233
  /**
234
  * Init
235
  * @since 1.3
236
+ * @version 1.1
237
  */
238
  function mycred_init()
239
  {
241
  add_action( 'wp_enqueue_scripts', 'mycred_enqueue_front' );
242
  add_action( 'admin_enqueue_scripts', 'mycred_enqueue_admin' );
243
 
244
+ add_action( 'admin_head', 'mycred_admin_head', 999 );
245
  // Admin Menu
246
  add_action( 'admin_menu', 'mycred_admin_menu', 9 );
247
 
280
  /**
281
  * Admin Init
282
  * @since 1.3
283
+ * @version 1.1
284
  */
285
  function mycred_admin_init()
286
  {
291
 
292
  // Let others play
293
  do_action( 'mycred_admin_init' );
294
+
295
+ if ( get_transient( '_mycred_activation_redirect' ) === apply_filters( 'mycred_active_redirect', false ) )
296
+ return;
297
+
298
+ delete_transient( '_mycred_activation_redirect' );
299
+
300
+ $url = add_query_arg( array( 'page' => 'mycred' ), admin_url( 'index.php' ) );
301
+ wp_safe_redirect( $url );
302
+ die;
303
+ }
304
+
305
+ /**
306
+ * Remove About Page
307
+ * @since 1.3.2
308
+ * @version 1.0
309
+ */
310
+ function mycred_admin_head()
311
+ {
312
+ remove_submenu_page( 'index.php', 'mycred' );
313
+ remove_submenu_page( 'index.php', 'mycred-credit' );
314
  }
315
 
316
  /**
355
  * Add myCRED Admin Menu
356
  * @uses add_menu_page()
357
  * @since 1.3
358
+ * @version 1.1
359
  */
360
  function mycred_admin_menu()
361
  {
362
  $mycred = mycred_get_settings();
363
  $name = apply_filters( 'mycred_label', myCRED_NAME );
364
+
365
+ $pages = array();
366
+ $pages[] = add_menu_page(
367
  $name,
368
  $name,
369
  $mycred->edit_creds_cap(),
371
  '',
372
  ''
373
  );
374
+
375
+ $about_label = sprintf( __( 'About %s', 'mycred' ), $name );
376
+ $pages[] = add_dashboard_page(
377
+ $about_label,
378
+ $about_label,
379
+ $mycred->edit_creds_cap(),
380
+ 'mycred',
381
+ 'mycred_about_page'
382
+ );
383
+
384
+ $cred_label = __( 'Awesome People', 'mycred' );
385
+ $pages[] = add_dashboard_page(
386
+ $cred_label,
387
+ $cred_label,
388
+ $mycred->edit_creds_cap(),
389
+ 'mycred-credit',
390
+ 'mycred_about_credit_page'
391
+ );
392
+
393
+ foreach ( $pages as $page )
394
+ add_action( 'admin_print_styles-' . $page, 'mycred_admin_page_styles' );
395
 
396
  // Let others play
397
  do_action( 'mycred_add_menu', $mycred );
535
  /**
536
  * myCRED Plugin Links
537
  * @since 1.3
538
+ * @version 1.0.2
539
  */
540
  function mycred_plugin_links( $actions, $plugin_file, $plugin_data, $context )
541
  {
545
  return $actions;
546
  }
547
 
548
+ $actions['about'] = '<a href="' . admin_url( 'index.php?page=mycred' ) . '" >' . __( 'About', 'mycred' ) . '</a>';
549
  $actions['tutorials'] = '<a href="http://mycred.me/support/tutorials/" target="_blank">' . __( 'Tutorials', 'mycred' ) . '</a>';
550
  $actions['docs'] = '<a href="http://codex.mycred.me/" target="_blank">' . __( 'Codex', 'mycred' ) . '</a>';
551
  $actions['store'] = '<a href="http://mycred.me/store/" target="_blank">' . __( 'Store', 'mycred' ) . '</a>';
plugins/mycred-hook-bbPress.php CHANGED
@@ -384,7 +384,7 @@ if ( defined( 'myCRED_VERSION' ) ) {
384
  /**
385
  * Preferences
386
  * @since 0.1
387
- * @version 1.1.1
388
  */
389
  public function preferences() {
390
  $prefs = $this->prefs;
@@ -507,6 +507,19 @@ if ( defined( 'myCRED_VERSION' ) ) {
507
  <input type="checkbox" name="<?php echo $this->field_name( 'show_points_in_reply' ); ?>" id="<?php echo $this->field_id( 'show_points_in_reply' ); ?>" <?php checked( $prefs['show_points_in_reply'], 1 ); ?> value="1" /> <label for="<?php echo $this->field_id( 'show_points_in_reply' ); ?>"><?php echo $this->core->template_tags_general( __( 'Show users %_plural% balance in replies', 'mycred' ) ); ?>.</label>
508
  </li>
509
  </ol>
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  <?php unset( $this );
511
  }
512
 
384
  /**
385
  * Preferences
386
  * @since 0.1
387
+ * @version 1.2
388
  */
389
  public function preferences() {
390
  $prefs = $this->prefs;
507
  <input type="checkbox" name="<?php echo $this->field_name( 'show_points_in_reply' ); ?>" id="<?php echo $this->field_id( 'show_points_in_reply' ); ?>" <?php checked( $prefs['show_points_in_reply'], 1 ); ?> value="1" /> <label for="<?php echo $this->field_id( 'show_points_in_reply' ); ?>"><?php echo $this->core->template_tags_general( __( 'Show users %_plural% balance in replies', 'mycred' ) ); ?>.</label>
508
  </li>
509
  </ol>
510
+ <!-- Creds for Deleting Reply -->
511
+ <label for="<?php echo $this->field_id( array( 'delete_reply', 'creds' ) ); ?>" class="subheader"><?php echo $this->core->template_tags_general( __( '%plural% for Topic Deletion', 'mycred' ) ); ?></label>
512
+ <ol id="">
513
+ <li>
514
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete_reply', 'creds' ) ); ?>" id="<?php echo $this->field_id( array( 'delete_reply', 'creds' ) ); ?>" value="<?php echo $this->core->number( $prefs['delete_reply']['creds'] ); ?>" size="8" /></div>
515
+ </li>
516
+ <li class="empty">&nbsp;</li>
517
+ <li>
518
+ <label for="<?php echo $this->field_id( array( 'delete_reply', 'log' ) ); ?>"><?php _e( 'Log template', 'mycred' ); ?></label>
519
+ <div class="h2"><input type="text" name="<?php echo $this->field_name( array( 'delete_reply', 'log' ) ); ?>" id="<?php echo $this->field_id( array( 'delete_reply', 'log' ) ); ?>" value="<?php echo $prefs['delete_reply']['log']; ?>" class="long" /></div>
520
+ <span class="description"><?php _e( 'Available template tags: General, Post', 'mycred' ); ?></span>
521
+ </li>
522
+ </ol>
523
  <?php unset( $this );
524
  }
525
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: designbymerovingi
3
  Tags:points, tokens, credit, management, reward, charge, community, contest, BuddyPress, Jetpack, bbPress
4
  Requires at least: 3.1
5
- Tested up to: 3.6.1
6
- Stable tag: 1.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -122,9 +122,8 @@ Yes but if one of them is bought, all is shown. The mycred_sell_this shortcode w
122
 
123
  == Upgrade Notice ==
124
 
125
- = 1.3.1 =
126
- Important bug fixes for 1.3 users
127
-
128
 
129
  == Other Notes ==
130
 
@@ -139,6 +138,22 @@ Important bug fixes for 1.3 users
139
 
140
  == Changelog ==
141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  = 1.3.1 =
143
  * Fixed Bug #58 - Some hooks fire to late due to hooks being loaded to late.
144
  * Fixed Bug #59 - Shopping cart settings are inaccessible due to to late hook registration.
2
  Contributors: designbymerovingi
3
  Tags:points, tokens, credit, management, reward, charge, community, contest, BuddyPress, Jetpack, bbPress
4
  Requires at least: 3.1
5
+ Tested up to: 3.7.1
6
+ Stable tag: 1.3.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
122
 
123
  == Upgrade Notice ==
124
 
125
+ = 1.3.2 =
126
+ Bug fixes, rank improvement, transfer improvement and security fixes
 
127
 
128
  == Other Notes ==
129
 
138
 
139
  == Changelog ==
140
 
141
+ = 1.3.2 =
142
+ * Improved the Ranks add-on and added new management settings allowing to delete all ranks and re-assigning roles to users.
143
+ * Removed stray debug function in the general module.
144
+ * Added Maximum Point Payout to set a roof of the maximum amount of points that can be awarded / deducted / transferred or used.
145
+ * Added option to autofill transfer recipients by either username or user email. Also added custom hooks allowing customisation of this feature.
146
+ * Added option to filter the points purchase cost in buyCRED add-on via the new mycred_buycred_get_cost filter.
147
+ * Adjusted the MarketPress payment gateway.
148
+ * Fixed Bug #69 - Email Notice is sent when user gains zero points.
149
+ * Fixed Bug #70 - Widget checkbox settings are not updated.
150
+ * Fixed Bug #71 - Zero point awards are logged.
151
+ * Fixed Bug #72 - Points for clicking on links sometimes does not award points when no target attribute is set.
152
+ * Fixed Bug #73 - Users can manipulate the amount of points they gain when clicking on the mycred_link shortcode.
153
+ * Fixed Bug #74 - Email Notifications causes Notifications not to show up.
154
+ * Fixed Bug #75 - Custom Post Type Hook is not displaying saved settings.
155
+
156
+
157
  = 1.3.1 =
158
  * Fixed Bug #58 - Some hooks fire to late due to hooks being loaded to late.
159
  * Fixed Bug #59 - Shopping cart settings are inaccessible due to to late hook registration.