Zeile 1 | Zeile 1 |
---|
<?php /** * MyBB 1.6 English Language Pack
|
<?php /** * MyBB 1.6 English Language Pack
|
* Copyright � 2010 MyBB Group, All Rights Reserved
| * Copyright 2010 MyBB Group, All Rights Reserved
|
*
|
*
|
* $Id: user_group_promotions.lang.php 4941 2010-05-15 18:17:38Z RyanGordon $
| * $Id: user_group_promotions.lang.php 5746 2012-02-03 10:03:25Z Tomm $
|
*/
$l['user_group_promotions'] = "User Group Promotions";
| */
$l['user_group_promotions'] = "User Group Promotions";
|
Zeile 30 | Zeile 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."; $l['referral_count'] = "Referral Count"; $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.";
|
$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."; $l['referral_count'] = "Referral Count"; $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.";
|
$l['post_count'] = "Post Count";
| |
$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."; $l['hours'] = "Hours"; $l['days'] = "Days"; $l['weeks'] = "Weeks"; $l['months'] = "Months"; $l['years'] = "Years";
|
$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."; $l['hours'] = "Hours"; $l['days'] = "Days"; $l['weeks'] = "Weeks"; $l['months'] = "Months"; $l['years'] = "Years";
|
$l['time_registered'] = "Time Registered";
| |
$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."; $l['all_user_groups'] = 'All User Groups'; $l['orig_user_group'] = 'Original User Group';
| $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."; $l['all_user_groups'] = 'All User Groups'; $l['orig_user_group'] = 'Original User Group';
|
Zeile 58 | Zeile 56 |
---|
$l['no_promotion_logs'] = "There are currently no promotions logged."; $l['promotion_manager'] = "Promotions Manager"; $l['promotion'] = "Promotion";
|
$l['no_promotion_logs'] = "There are currently no promotions logged."; $l['promotion_manager'] = "Promotions Manager"; $l['promotion'] = "Promotion";
|
$l['edit_promotion'] = "Edit Promotion";
| |
$l['disable_promotion'] = "Disable Promotion"; $l['enable_promotion'] = "Enable Promotion"; $l['delete_promotion'] = "Delete Promotion";
| $l['disable_promotion'] = "Disable Promotion"; $l['enable_promotion'] = "Enable Promotion"; $l['delete_promotion'] = "Delete Promotion";
|
Zeile 84 | Zeile 81 |
---|
$l['success_promo_updated'] = 'The selected group promotion has been updated successfully.'; $l['success_promo_added'] = 'The promotion has been created successfully.';
|
$l['success_promo_updated'] = 'The selected group promotion has been updated successfully.'; $l['success_promo_added'] = 'The promotion has been created successfully.';
|
| $l['confirm_promo_disable'] = "Are you sure you want to disable this promotion?";
|
$l['confirm_promo_deletion'] = "Are you sure you wish to delete this promotion?";
?>
| $l['confirm_promo_deletion'] = "Are you sure you wish to delete this promotion?";
?>
|