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

46 lines
1.8 KiB
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['admin'] = array(
'reviews_page_title' => "Product Reviews &amp; Comments",
'reviews_update_success' => "Review/Comment Updated Successfully.",
'reviews_update_fail' => "Update of Review/Comment failed.",
'reviews_deleted' => "Review (id %s) has been deleted.",
'reviews_update_published' => "Review (id %s) is now published and live.",
'reviews_update_unpublished' => "Review (id %s) is now unpublished and not live.",
'reviews_no_reviews' => "No product reviews have been made or match that criteria.",
'reviews_edit_below' => "Please edit this review/comment below:",
'reviews_review_of' => "Relates to:",
'reviews_author_name' => "Author Name:",
'reviews_author_email' => "Authors Email:",
'reviews_title' => "Title:",
'reviews_review' => "Comment/Review:",
'reviews_no_html' => "(No HTML please)",
'reviews_rating' => "Rating:",
'reviews_product' => "Product:",
'reviews_status' => "Status:",
'reviews_unpublished' => "Unpublished",
'reviews_published' => "Published",
'reviews_unpublish' => "Unpublish",
'reviews_publish' => "Publish",
'reviews_btn_update' => "Update Review/Comment",
'reviews_order_by' => "Order by",
'reviews_filter_name' => "Name",
'reviews_filter_email' => "Email",
'reviews_filter_title' => "Title",
'reviews_filter_date' => "Date",
'reviews_filter_prod_name' => "Product Name",
'reviews_filter_rating' => "Rating",
'reviews_filder_asc' => "Ascending",
'reviews_filder_desc' => "Descending",
'reviews_cont_text' => "containing the text",
'reviews_filter_go' => "Go",
'reviews_filter_reset' => "Reset",
'reviews_name_2' => "Name:",
'reviews_email_2' => "Email:",
'reviews_date_2' => "Date:",
'reviews_type' => "Type:",
'reviews_type_comment' => "Comment",
'reviews_type_review' => "Review",
'reviews_ip' => "IP"
);
?>