Files
bobsleighphotos.com/production/language/en/admin/admin_customers.inc.php
2017-03-02 20:30:40 -06:00

81 lines
3.9 KiB
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['admin'] = array(
'customers_mail_list' => "Subscribed to mailing list?",
'customers_type' => "Type",
'customers_type0' => "Mailing List Only",
'customers_type1' => "Full customer account",
'customers_customers' => "Customers",
'customers_delete_success' => "Deleted successfully.",
'customers_delete_fail' => "Delete failed.",
'customers_update_success' => "Customer updated successfully.",
'customers_update_fail' => "Failed to update customer.",
'customers_insert_success' => "Customer added successfully.",
'customers_insert_fail' => "Failed to add customer.",
'customers_search_term' => "Search Term:",
'customers_reset' => "Reset",
'customers_name' => "Name",
'customers_company_name' => "Company Name",
'customers_email' => "Email",
'customers_invoice_add' => "Invoice Address",
'customers_phone' => "Phone / Mobile",
'customers_reg_ip' => "Reg Date / IP Address",
'customers_no_orders' => "No Orders",
'customers_action' => "Action",
'customers_no_cust_exist' => "No customers exist in the database.",
'customers_edit_below' => "Please edit this customer below:",
'customers_add_below' => "Please add a new customer below:",
'customers_title' => "Title:",
'customers_first_name' => "First Name:",
'customers_last_name' => "Last Name:",
'customers_email2' => "Email:",
'customers_address' => "Address:",
'customers_town' => "Town:",
'customers_county' => "County/State:",
'customers_postcode' => "Postcode:",
'customers_country' => "Country:",
'customers_phone2' => "Phone:",
'customers_password' => "New Password:",
'customers_password_conf' => "Confirm Password:",
'customers_password_leave' => "(Leave empty to keep current password)",
'customers_mobile' => "Mobile:",
'customers_edit_customer' => "Edit Customer",
'customers_add_customer' => "Add Customer",
'customers_no_download_email' => "There were no emails to download.",
'customers_email_customers' => "Email Customers",
'customers_create_email' => "Please create your email below:",
'customers_hint' => "Hint:",
'customers_click_source' => "You can click the source button above an paste in a html document you have already made.",
'customers_important' => "Important:",
'customers_absolute_links' => "Ensure all images and links are absolute (i.e. contain the domain name). In most countries it is a legal obligation to provide an unsubscribe link:",
'customers_email_subject' => "Email Subject:",
'customers_senders_name' => "Senders Name:",
'customers_senders_email' => "Senders Email:",
'customers_return_path' => "Return Path:",
'customers_bounce_desc' => "(The return path bounced emails go to.)",
'customers_send_test' => "Send Test Email?",
'customers_send_format' => "Email Format:",
'customers_send_pref' => "Use Customers Preference:",
'customers_send_html' => "HTML:",
'customers_send_text' => "Plain Text:",
'customers_test_email_recip' => "Test Email Recipient:",
'customers_send_email' => "Send Email",
'customers_send_html_sample' => "(Sample HTML Email)",
'customers_send_text_sample' => "(Sample Text Email)",
'customers_download_or_send' => "Please choose whether to download customers email addresses or to send a bulk email through this website.",
'customers_please_choose' => "Please choose:",
'customers_used_to_download' => "This is used to download email address to be used in bulk email software.",
'customers_bulk_to_subscribed' => "This allows you to send a bulk email ONLY to those who have subscribed to the mailing list through this website.",
'customers_include_name' => "Include Name?",
'customers_download_email' => "Download Email",
'customers_send_email' => "Send Email",
'customers_sending_complete' => "Sending Complete",
'customers_sending' => "Sending Email",
'customers_recipient' => "Recipient:",
'customers_prev_page' => "Previous Page",
'customers_page' => "Page:",
'customers_bulk_finished' => "The bulk emailer has completed its task successfully.",
'customers_time_taken' => "Time taken:",
'customers_recipients' => "Recipients:",
);
?>