12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?php
- $LANG['coment_class_php_1'] = 'Could not get form of data storage';
- $LANG['coment_class_php_2'] = 'Data storage form does not exist and the attempt to create form failed. Please contact an administrator.';
- $LANG['coment_class_php_3'] = 'The attempt to write form data to data storage failed. Please contact an administrator.';
- $LANG['coment_class_php_4'] = 'The attempt to automatically create form failed. Please contact an administrator.';
- $LANG['coment_class_php_5'] = 'The attempt to add comment failed. Please contact an administrator.';
- $LANG['coment_class_php_6'] = 'Comment not found';
- $LANG['coment_class_php_7'] = 'Comment Successfully posted. Also, you have to wait for admin validation before being able to show.';
- $LANG['phpcms_friends'] = 'Buddy list';
- $LANG['no_comment'] = 'Comment not found!';
- $LANG['no_check_comments'] = 'There is no pending comment.';
- $LANG['comments_module_configuration'] = 'Configuration';
- $LANG['comment_on_whether_to_allow_visitors'] = 'Allow unregistered guests to post comments';
- $LANG['check_comment'] = 'Require admin validation';
- $LANG['whether_to_validate'] = 'Enable CAPTCHA';
- $LANG['chez'] = 'and';
- $LANG['release'] = 'Release';
- $LANG['are_you_sure_you_want_to_delete'] = 'Are you sure you want to remove it?';
- $LANG['for_audit_several'] = 'Pending comments';
- $LANG['pass'] = 'Approval';
- $LANG['list'] = 'List';
- $LANG['comments_on_the_survey'] = 'Comment summary';
- $LANG['count'] = 'Count';
- $LANG['comments_id'] = 'Comment ID';
- $LANG['site_id'] = 'Site ID';
- $LANG['comments_direction'] = 'Thread';
- $LANG['jiushishuo'] = 'No comments';
- $LANG['tetragonal'] = 'Positive';
- $LANG['cons'] = 'Negative';
- $LANG['neutrality'] = 'Neutral';
- $LANG['sort'] = 'Ordering';
- $LANG['new'] = 'The Lastest';
- $LANG['hot'] = 'Most popular';
- $LANG['support'] = 'Support';
- $LANG['landing_users_to_comment'] = 'Only logged users can post comments';
- $LANG['code_error'] = 'Incorrect Message Authentication Code';
- $LANG['please_enter_code'] = 'Please input authentication code';
- $LANG['comment_bang'] = 'Top rated comments';
- $LANG['please_enter_content'] = 'Please input content';
- $LANG['dragonforce'] = 'You have already supported.';
- $LANG['comment_point_del'] = 'The comment has been deleted. Also, the reward point has been reduced.';
- $LANG['comments_on_points_awards'] = 'Comment reward points';
- $LANG['be_deleted_from_the_review_points'] = 'The comment has been deleted. Also, the reward point has been reduced.';
- $LANG['to_operate'] = ' points, 0 as taking no action';
- $LANG['canot_allow_comment'] = ' This article does not allow comments';
- $LANG['please_chose_comment'] = 'Please choose a comment';
|