article.php
1.56 KB
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Text
$_['text_blog'] = 'Blog';
$_['text_write'] = 'Write a review';
$_['text_login'] = 'Please <a href="%s">login</a> or <a href="%s">register</a> to review';
$_['text_no_reviews'] = 'There are no reviews for this article.';
$_['text_on'] = ' on ';
$_['text_note'] = '<span style="color: #FF0000;">Note:</span> HTML is not translated!';
$_['text_success'] = 'Thank you for your review. It has been submitted to the webmaster for approval.';
$_['text_wait'] = 'Please Wait!';
$_['text_reviews'] = '%s reviews';
$_['text_error'] = 'Article not found!';
$_['text_views'] = 'Views:';
$_['text_tax'] = 'Ex Tax:';
$_['button_more'] = 'more';
$_['text_related'] = 'Related Articles';
$_['text_related_product'] = 'Related Products';
// Entry
$_['entry_name'] = 'Your Name:';
$_['entry_review'] = 'Your Review:';
$_['entry_rating'] = 'Rating:';
$_['entry_good'] = 'Good';
$_['entry_bad'] = 'Bad';
$_['entry_captcha'] = 'Enter the code in the box below:';
// Error
$_['error_name'] = 'Warning: Review Name must be between 3 and 25 characters!';
$_['error_text'] = 'Warning: Review Text must be between 25 and 1000 characters!';
$_['error_rating'] = 'Warning: Please select a review rating!';
$_['error_captcha'] = 'Warning: Verification code does not match the image!';
?>