[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> user_group_promotions.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: user_group_promotions.lang.php 5746 2012-02-03 10:03:25Z Tomm $
   7   */
   8  
   9  $l['user_group_promotions'] = "User Group Promotions";
  10  $l['user_group_promotions_desc'] = "Here you can manage User Group Promotions.";
  11  $l['edit_promotion'] = "Edit Promotion";
  12  $l['edit_promotion_desc'] = "Here you can edit promotions which are automatically run on your board.";
  13  $l['add_new_promotion'] = "Add New Promotion";
  14  $l['add_new_promotion_desc'] = "Here you can create new promotions which are automatically run on your board.";
  15  
  16  $l['title'] = "Title";
  17  $l['short_desc'] = "Short Description";
  18  $l['post_count'] = "Post Count";
  19  $l['reputation'] = "Reputation";
  20  $l['referrals'] = "Referrals";
  21  $l['time_registered'] = "Time Registered";
  22  $l['promo_requirements'] = "Promotion Requirements";
  23  $l['promo_requirements_desc'] = "Select which criteria must be met for this promotion. Holding down CTRL selects multiple criteria.";
  24  $l['greater_than_or_equal_to'] = "Greater than or equal to";
  25  $l['greater_than'] = "Greater than";
  26  $l['equal_to'] = "Equal to";
  27  $l['less_than_or_equal_to'] = "Less than or equal to";
  28  $l['less_than'] = "Less than";
  29  $l['reputation_count'] = "Reputation Count";
  30  $l['reputation_count_desc'] = "Enter the amount of reputation to be required. Reputation must be selected as a required value for this to be included. Select the type of comparison for reputation.";
  31  $l['referral_count'] = "Referral Count";
  32  $l['referral_count_desc'] = "Enter the number of referrals required. Referral count must be selected as a required value for this to be included. Select the type of comparison for referrals.";
  33  $l['post_count_desc'] = "Enter the number of posts required. Post count must be selected as a required value for this to be included. Select the type of comparison for posts.";
  34  $l['hours'] = "Hours";
  35  $l['days'] = "Days";
  36  $l['weeks'] = "Weeks";
  37  $l['months'] = "Months";
  38  $l['years'] = "Years";
  39  $l['time_registered_desc'] = "Enter the number of hours, days, weeks, months, or years that this user must have been registered for. Time registered must be selected as a required value for this to be included. Select whether the time registered should be counted in hours, days, weeks, months, or years.";
  40  $l['all_user_groups'] = 'All User Groups';
  41  $l['orig_user_group'] = 'Original User Group';
  42  $l['orig_user_group_desc'] = "Select which user group or user groups that the user must be in for the promotion to run. Holding down CTRL selects multiple groups.";
  43  $l['new_user_group'] = 'New User Group';
  44  $l['new_user_group_desc'] = "Select the user group that the user will be moved into after this promotion.";
  45  $l['primary_user_group'] = 'Primary User Group';
  46  $l['secondary_user_group'] = 'Secondary User Group';
  47  $l['user_group_change_type'] = 'User Group Change Type';
  48  $l['user_group_change_type_desc'] = "Select 'Primary User Group' if the user should have their primary user group changed to the new user group. Select 'Secondary User Group' if the user should have the new user group added as an secondary user group to their profile.";
  49  $l['enabled'] = "Enabled?";
  50  $l['enable_logging'] = "Enable Logging?";
  51  $l['promotion_logs'] = "Promotion Logs";
  52  $l['view_promotion_logs'] = "View Promotion Logs";
  53  $l['view_promotion_logs_desc'] = 'Here you can view logs of promotions previously run.';
  54  $l['promoted_user'] = "Promoted User";
  55  $l['time_promoted'] = "Time Promoted";
  56  $l['no_promotion_logs'] = "There are currently no promotions logged.";
  57  $l['promotion_manager'] = "Promotions Manager";
  58  $l['promotion'] = "Promotion";
  59  $l['disable_promotion'] = "Disable Promotion";
  60  $l['enable_promotion'] = "Enable Promotion";
  61  $l['delete_promotion'] = "Delete Promotion";
  62  $l['no_promotions_set'] = "There are currently no set promotions.";
  63  $l['update_promotion'] = "Save Promotion";
  64  $l['multiple_usergroups'] = "Multiple User Groups";
  65  $l['secondary'] = "Secondary";
  66  $l['primary'] = "Primary";
  67  
  68  $l['error_no_promo_id'] = 'You did not enter a promotion id';
  69  $l['error_invalid_promo_id'] = 'You did not enter a valid promotion id';
  70  
  71  $l['error_no_title'] = "You did not enter a title for this promotion";
  72  $l['error_no_desc'] = "You did not enter a description for this promotion";
  73  $l['error_no_requirements'] = "You did not select at least one requirement for this promotion";
  74  $l['error_no_orig_usergroup'] = "You did not select at least one original user group for this promotion";
  75  $l['error_no_new_usergroup'] = "You did not select at least one new user group for this promotion";
  76  $l['error_no_usergroup_change_type'] = "You did not select at least one user group change type for this promotion";
  77  
  78  $l['success_promo_disabled'] = 'The selected group promotion has been disabled successfully.';
  79  $l['success_promo_deleted'] = 'The selected group promotion has been deleted successfully.';
  80  $l['success_promo_enabled'] = 'The selected group promotion has been enabled successfully.';
  81  $l['success_promo_updated'] = 'The selected group promotion has been updated successfully.';
  82  $l['success_promo_added'] = 'The promotion has been created successfully.';
  83  
  84  $l['confirm_promo_disable'] = "Are you sure you want to disable this promotion?";
  85  $l['confirm_promo_deletion'] = "Are you sure you wish to delete this promotion?";
  86  
  87  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1