Files
2017-03-02 20:30:40 -06:00

51 lines
2.1 KiB
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['viewProd'] = array(
'comment_colon' => "Comment:",
'home' => "Shortcut to Homepage",
'related_products' => "Customers who bought this also bought&hellip;",
'opts_notice' => "Product options must be selected before this item can be added to the basket.",
'read_reviews' => "Read customer reviews",
'write_reviews' => "Write review / comment",
'first_to_review' => "Be the first to review this product!",
'thumb_alt' => "Click for Large Image",
'product' => "Product",
'product_info' => "Product Information",
'price' => "Price:",
'product_code' => "Product Code:",
'tellafriend' => "Tell a Friend",
'quantity' => "Quantity:",
'image_gallery' => "Image Gallery:",
'add_to_basket' => "Add to Basket",
'location' => "Location:",
'no_instock' => "In Stock:",
'instock' => "In Stock",
'out_of_stock' => "OUT OF STOCK",
'prod_opts' => "Product Options:",
'prod_not_found' => "That product could not be found.",
'popup_more_images' => "More Images [+]",
'submit_review' => "Submit Review / Comment",
'submit_review_complete' => "Please complete the information below and it will be displayed on our website once it has been reviewed by a member of staff.",
'contrib_type' => "Contribution type:",
'review' => "Review",
'comment' => "Comment",
'rating' => "Rating:",
'spambot' => "Spambot:",
'review_name' => "Name:",
'email' => "Email:",
'not_displayed' => "(Not displayed)",
'title' => "Review Title:",
'review_details' => "Review / Comment Details:",
'reviews_and_comments' => "Reviews / Comments",
'by' => "by",
'no_reviews_made' => "No reviews have been made for this product.",
'submit_review' => "Submit Review",
'submit_review_btn' => "Submit",
'code_error' => "Please enter the code displayed in the image in the box provided.",
'empty_fields' => "Please complete all fields.",
'invalid_email' => "Please enter a valid email address.",
'submit_success' => "Thank you! Your review/comment has been received and it will be displayed along with this product once it has been approved my a member of staff.",
'based_on_x_reviews' => "(Based on %s Reviews)",
'anon' => "Anonymous"
);
?>