[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: user_mass_mail.lang.php 5828 2012-05-08 16:06:16Z Tomm $ 7 */ 8 9 $l['mass_mail'] = "Mass Mail"; 10 11 $l['mass_mail_queue'] = "Mass Mail Queue"; 12 $l['mass_mail_queue_desc'] = "Here you can manage mass mailings that are currently being sent or are queued for the future."; 13 $l['create_mass_mail'] = "Create New Mailing"; 14 $l['create_mass_mail_desc'] = "Here you can create a new mass mailing and set its options."; 15 $l['mass_mail_archive'] = "Mass Mailing Archive"; 16 $l['mass_mail_archive_desc'] = "Here you can view a log of mass mailings that have already been sent."; 17 $l['edit_mass_mail'] = "Edit Mass Mailing"; 18 $l['edit_mass_mail_desc'] = "Here you can edit a mass mailing and its options."; 19 $l['send_mass_mail'] = "Send Mass Mailing"; 20 21 $l['email_addr'] = "Email Address"; 22 $l['board_name'] = "Board Name"; 23 $l['board_url'] = "Board URL"; 24 $l['personalize_message'] = "Personalize this message:"; 25 26 $l['message_settings'] = "Message Settings"; 27 $l['subject'] = "Subject"; 28 $l['subject_desc'] = "Please enter the subject of the message."; 29 $l['send_via_email'] = "Send via email"; 30 $l['send_via_pm'] = "Send via private message"; 31 $l['message_type'] = "Message Type"; 32 $l['deliver_immediately'] = "Deliver immediately"; 33 $l['deliver_specific'] = "Deliver on a specific date"; 34 $l['delivery_date'] = "Delivery Date"; 35 $l['delivery_date_desc'] = "Please select the date and time you want this mass mailing to be delivered"; 36 $l['per_page'] = "Per Page"; 37 $l['per_page_desc'] = "Please enter the number of mass mailings to run per page."; 38 $l['plain_text_only'] = "Plain Text Only"; 39 $l['html_only'] = "HTML Only"; 40 $l['html_and_plain_text'] = "HTML and Plain Text"; 41 $l['message_format'] = "Message Format"; 42 $l['define_html_message'] = "Define the HTML Message"; 43 $l['define_html_message_desc'] = "Enter the HTML version of the message"; 44 $l['auto_gen_plain_text'] = "Attempt to automatically generate text version"; 45 $l['define_text_version'] = "Define the Text Version"; 46 $l['define_text_version_desc'] = "Enter the Text version of the message"; 47 $l['define_the_recipients'] = "Define the Recipients"; 48 $l['username_contains'] = "Username contains..."; 49 $l['email_addr_contains'] = "Email address contains..."; 50 $l['members_of'] = "Members of the following groups..."; 51 $l['greater_than'] = "Greater Than"; 52 $l['is_exactly'] = "Is Exactly"; 53 $l['less_than'] = "Less Than"; 54 $l['post_count_is'] = "Post Count is"; 55 $l['save_mass_mail'] = "Save Mass Mail"; 56 57 $l['step_four'] = "Step 4"; 58 $l['delivery_method'] = "Delivery Method"; 59 $l['private_message'] = "Private Message"; 60 $l['email'] = "Email"; 61 $l['subject'] = "Subject"; 62 $l['message'] = "Message"; 63 $l['text_based'] = "Text Based"; 64 $l['preview'] = "Preview"; 65 $l['html_based'] = "HTML Based"; 66 $l['total_recipients'] = "Total Recipients"; 67 $l['change_recipient_conds'] = "Change recipient conditions"; 68 $l['review_message'] = "Review Your Message"; 69 $l['define_delivery_date'] = "Define Delivery Date"; 70 $l['schedule_for_delivery'] = "Schedule for Delivery"; 71 $l['username'] = "Username"; 72 73 $l['step_three'] = "Step 3"; 74 $l['next_step'] = "Next Step"; 75 76 $l['step_two'] = "Step 2"; 77 $l['review_text_version'] = "Review Text Version"; 78 $l['review_text_version_desc'] = "Please review the automatically generated text version"; 79 80 $l['step_one'] = "Step 1"; 81 82 $l['status'] = "Status"; 83 $l['recipients'] = "Recipients"; 84 $l['delivered'] = "Delivered"; 85 $l['canceled'] = "Canceled"; 86 $l['resend'] = "Resend"; 87 $l['no_archived_messages'] = "You do not have any previously sent or canceled mass mailings."; 88 89 $l['draft'] = "Draft"; 90 $l['queued'] = "Queued"; 91 $l['delivering'] = "Delivering"; 92 $l['na'] = "N/A"; 93 $l['mass_mail_cancel_confirmation'] = "Are you sure you wish to cancel the delivery of this mass mailing?"; 94 $l['no_unsent_messages'] = "You do not have any unsent, queued or currently delivering mass mailings."; 95 96 $l['error_invalid_mid'] = "You have selected an invalid mass mailing."; 97 $l['error_only_in_future'] = "You can only deliver mass mailings in the future."; 98 $l['error_no_users'] = "Your search criteria did not return any users. Please adjust your criteria and try again."; 99 $l['error_missing_plain_text'] = "You did not enter a plain text version of this message."; 100 $l['error_missing_subject'] = "You did not enter a subject for this mass mailing."; 101 $l['error_missing_message'] = "You did not enter a message to send."; 102 $l['error_missing_html'] = "You did not enter a HTML version of this message."; 103 $l['error_delete_invalid_mid'] = "You have selected an invalid mass mailing to delete."; 104 105 $l['success_mass_mail_saved'] = "The mass mailing has been saved successfully."; 106 $l['success_mass_mail_deleted'] = "The selected mass mailing has been deleted successfully."; 107 $l['success_mass_mail_resent'] = "The mass mailing has been copied successfully. Please review it below."; 108 $l['success_mass_mail_canceled'] = "The mass mailing delivery has been canceled successfully."; 109 110 $l['mass_mail_deletion_confirmation'] = "Are you sure you want to delete this mass mailing?"; 111 112 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |