rhymix/modules/comment/lang/en.php
Min-Soo Kim a3cc3a9781
Update Rhymix English Language Translations
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
2024-12-31 10:41:06 -05:00

78 lines
4.5 KiB
PHP

<?php
$lang->cmd_comment_do = 'I want to';
$lang->comment_list = 'Comments List';
$lang->cmd_toggle_checked_comment = 'Invert Selection';
$lang->cmd_delete_checked_comment = 'Delete Selected Item';
$lang->trash = 'Recycle Bin';
$lang->cmd_trash = 'Move to Recycle Bin';
$lang->comment_count = 'Number of Comments per Page';
$lang->comment_page_count = 'Number of Pages';
$lang->comment_default_page = 'Default Page';
$lang->comment_default_page_first = 'First Page';
$lang->comment_default_page_last = 'Last Page';
$lang->about_comment_count = 'Set the number of comments to show on each page.';
$lang->about_comment_page_count = 'Set the number of pagination links to show at the bottom.';
$lang->max_thread_depth = 'Maximum Thread Depth';
$lang->about_max_thread_depth = '0: Unlimited, 1: No replies, 2 or more: Allow replies';
$lang->msg_cart_is_null = 'Please select an article to delete.';
$lang->msg_checked_comment_is_deleted = '%d comment(s) is(are) successfully deleted.';
$lang->msg_exceeds_max_thread_depth = 'You have exceeded the maximum thread depth. Please leave a reply elsewhere in the thread.';
$lang->search_target_list['content'] = 'Content';
$lang->search_target_list['user_id'] = 'ID';
$lang->search_target_list['user_name'] = 'Name';
$lang->search_target_list['nick_name'] = 'Nickname';
$lang->search_target_list['member_srl'] = 'Member Serial';
$lang->search_target_list['email_address'] = 'Email';
$lang->search_target_list['homepage'] = 'Homepage';
$lang->search_target_list['regdate'] = 'Date';
$lang->search_target_list['last_update'] = 'Last update';
$lang->search_target_list['ipaddress'] = 'IP Address';
$lang->search_target_list['is_secret'] = 'Status';
$lang->no_text_comment = 'No text in this comment.';
$lang->no_text_document = 'No text in this post.';
$lang->secret_name_list['Y'] = 'Secret';
$lang->secret_name_list['N'] = 'Public';
$lang->published_name_list[0] = 'Waiting';
$lang->published_name_list[1] = 'Published';
$lang->published_name_list[2] = 'Secret';
$lang->published_name_list[3] = 'Embargo';
$lang->published_name_list[4] = 'Recycle Bin';
$lang->published_name_list[5] = 'Blocked';
$lang->published_name_list[6] = 'Blocked';
$lang->published_name_list[7] = 'Deleted';
$lang->published_name_list[8] = 'Deleted';
$lang->published_name_list[9] = 'Other';
$lang->published_name_list['Y'] = 'Published';
$lang->published_name_list['N'] = 'Unpublished';
$lang->comment_manager = 'Manage Selected Comment';
$lang->selected_comment = 'Selected Comment';
$lang->cmd_comment_validation = 'Use comment validation';
$lang->about_comment_validation = 'If you want to use comment validation before displaying on your module frontend, select USE; otherwise, select NOT USE.';
$lang->published = 'Publish Status';
$lang->cmd_publish = 'Publish';
$lang->cmd_unpublish = 'Unpublish';
$lang->select_module = 'Select Module';
$lang->page = 'Page';
$lang->msg_not_selected_comment = 'There are no selected comments.';
$lang->msg_admin_comment_no_delete = 'You cannot delete the superadmin\'s comments.';
$lang->msg_admin_c_comment_no_delete = 'You cannot delete this comment due to the supperadmin reply.';
$lang->improper_comment_declare = 'Report an improper comment';
$lang->declaring_user = 'Reporter';
$lang->improper_comment_declare_reason = 'Reason';
$lang->improper_comment_reasons['advertisement'] = 'Advertisements that do not fit the topics or themes.';
$lang->improper_comment_reasons['theme'] = 'Comments that do not fit the topics or themes.';
$lang->improper_comment_reasons['bad_word'] = 'Too much bad words.';
$lang->improper_comment_reasons['violence'] = 'Violence.';
$lang->improper_comment_reasons['racism'] = 'Racism.';
$lang->improper_comment_reasons['pornography'] = 'Pornography.';
$lang->improper_comment_reasons['privacy'] = 'Privacy issue.';
$lang->improper_comment_reasons['others'] = 'Others (Write your own)';
$lang->about_improper_comment_declare = 'Write here why you report this comment as an improper thing.';
$lang->msg_censored_comment = 'This comment has been hidden.';
$lang->msg_admin_censored_comment = 'This comment has been hidden by an administrator.';
$lang->msg_deleted_comment = 'This comment has been deleted.';
$lang->msg_admin_deleted_comment = 'This comment has been deleted by an administrator.';
$lang->msg_no_text_comment = 'This comment contains no text.';
$lang->msg_comment_notify_mail = "[%s] A new comment on the post: \" %s \"";
$lang->msg_admin_comment_no_move_to_trash = 'You have no permission to move the superadmin\'s comments to the trash bin.';
$lang->msg_module_srl_not_exists = 'Module serial number not found.';