mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Conflicts: modules/comment/lang/lang.xml modules/document/lang/lang.xml modules/member/lang/lang.xml
105 lines
5.8 KiB
PHP
105 lines
5.8 KiB
PHP
<?php
|
|
$lang->document_list = 'Documents List';
|
|
$lang->thumbnail_type = 'Thumbnail Type';
|
|
$lang->thumbnail_crop = 'Crop (to a specific size)';
|
|
$lang->thumbnail_ratio = 'Ratio (keeping the same aspect ratio as the original image)';
|
|
$lang->cmd_delete_all_thumbnail = 'Delete all thumbnails';
|
|
$lang->title_bold = 'Bold';
|
|
$lang->title_color = 'Color';
|
|
$lang->new_document_count = 'New documents';
|
|
$lang->parent_category_title = 'Parent Category';
|
|
$lang->category_title = 'Category';
|
|
$lang->category_color = 'Category Font Color';
|
|
$lang->expand = 'Expand';
|
|
$lang->category_group_srls = 'Accessable Group';
|
|
$lang->cmd_make_child = 'Add Child Category';
|
|
$lang->cmd_enable_move_category = 'Change category position (Select a category and drag it to the position you want.)';
|
|
$lang->about_category_title = 'Please enter a category name.';
|
|
$lang->about_expand = 'Select this option, and they will stay expanded.';
|
|
$lang->about_category_group_srls = 'Only the selected group will be able to use this category.';
|
|
$lang->about_category_color = 'You can set the font color of the category. e.g.) red or #ff0000';
|
|
$lang->cmd_search_next = 'Search Next';
|
|
$lang->cmd_temp_save = 'Temporary Save';
|
|
$lang->cmd_toggle_checked_document = 'Invert Selection';
|
|
$lang->cmd_delete_checked_document = 'Delete selected';
|
|
$lang->cmd_document_do = 'I want to';
|
|
$lang->msg_cart_is_null = 'Please select the articles to delete.';
|
|
$lang->msg_category_not_moved = 'Could not be moved';
|
|
$lang->msg_is_secret = 'This is a secret article.';
|
|
$lang->msg_checked_document_is_deleted = '%d article(s) was(were) deleted.';
|
|
$lang->msg_document_is_admin_not_permitted = 'You don\'t have permission to delete the posts of Top Admin.';
|
|
$lang->msg_document_voted_cancel_not = '';
|
|
$lang->move_target_module = 'Target module ';
|
|
$lang->search_target_list['title'] = 'Subject';
|
|
$lang->search_target_list['content'] = 'Content';
|
|
$lang->search_target_list['user_id'] = 'User ID';
|
|
$lang->search_target_list['member_srl'] = 'Member Serial Number';
|
|
$lang->search_target_list['user_name'] = 'User Name';
|
|
$lang->search_target_list['nick_name'] = 'Nickname';
|
|
$lang->search_target_list['email_address'] = 'Email';
|
|
$lang->search_target_list['homepage'] = 'Homepage';
|
|
$lang->search_target_list['is_notice'] = 'Notice';
|
|
$lang->search_target_list['is_secret'] = 'Secret';
|
|
$lang->search_target_list['tag'] = 'Tag';
|
|
$lang->search_target_list['readed_count'] = 'Number of Views (over)';
|
|
$lang->search_target_list['voted_count'] = 'Number of Votes (over)';
|
|
$lang->search_target_list['comment_count'] = 'Number of Comments (over)';
|
|
$lang->search_target_list['trackback_count'] = 'Number of Trackbacks (over)';
|
|
$lang->search_target_list['uploaded_count'] = 'Number of Attachments (over)';
|
|
$lang->search_target_list['regdate'] = 'Date';
|
|
$lang->search_target_list['last_update'] = 'Last updated';
|
|
$lang->search_target_list['ipaddress'] = 'IP Address';
|
|
$lang->alias = 'Alias';
|
|
$lang->history = 'History';
|
|
$lang->about_use_history = 'You can set whether to use History which allows you to restore an updated article to the previous version.';
|
|
$lang->trace_only = 'Trace only';
|
|
$lang->cmd_trash = 'Recycle Bin';
|
|
$lang->cmd_restore = 'Restore';
|
|
$lang->cmd_restore_all = 'Restore All';
|
|
$lang->in_trash = 'Recycle Bin';
|
|
$lang->trash_nick_name = 'Deleted by';
|
|
$lang->trash_date = 'Deleted date';
|
|
$lang->trash_description = 'Description';
|
|
$lang->search_target_trash_list['title'] = 'Title';
|
|
$lang->search_target_trash_list['content'] = 'Content';
|
|
$lang->search_target_trash_list['user_id'] = 'User ID';
|
|
$lang->search_target_trash_list['member_srl'] = 'Member serial number';
|
|
$lang->search_target_trash_list['user_name'] = 'User name';
|
|
$lang->search_target_trash_list['nick_name'] = 'Nickname';
|
|
$lang->search_target_trash_list['trash_member_srl'] = 'Serial number';
|
|
$lang->search_target_trash_list['trash_user_name'] = 'Name';
|
|
$lang->search_target_trash_list['trash_date'] = 'Deleted date';
|
|
$lang->search_target_trash_list['trash_ipaddress'] = 'IP address';
|
|
$lang->success_trashed = 'Successfully moved to Recycle Bin.';
|
|
$lang->msg_not_selected_document = 'There are no selected articles.';
|
|
$lang->status = 'Status';
|
|
$lang->status_name_list['PRIVATE'] = 'Private';
|
|
$lang->status_name_list['PUBLIC'] = 'Public';
|
|
$lang->status_name_list['SECRET'] = 'Secret';
|
|
$lang->status_name_list['TEMP'] = 'Temporary';
|
|
$lang->document_manager = 'Manage selected articles';
|
|
$lang->selected_document = 'Selected articles';
|
|
$lang->selected_document_move = 'You can move or copy the selected articles to the following position.';
|
|
$lang->select_module = 'Select a module.';
|
|
$lang->select_module_id = 'Select a module ID.';
|
|
$lang->select_category = 'Select a category.';
|
|
$lang->category_description = 'Category Description';
|
|
$lang->no_title_document = 'No title in this document.';
|
|
$lang->send_default_message = 'Send the default message';
|
|
$lang->default_message_format = '%1$s %2$s the document below.';
|
|
$lang->default_message_verbs['move'] = 'moves';
|
|
$lang->default_message_verbs['copy'] = 'copies';
|
|
$lang->default_message_verbs['delete'] = 'deletes';
|
|
$lang->default_message_verbs['trash'] = 'deletes';
|
|
$lang->improper_document_declare = 'Report an improper document';
|
|
$lang->declaring_user = 'Reporter';
|
|
$lang->improper_document_declare_reason = 'Reason';
|
|
$lang->improper_document_reasons['advertisement'] = 'Advertisements that do not fit the topics or themes.';
|
|
$lang->improper_document_reasons['theme'] = 'Posts that do not fit the topics or themes.';
|
|
$lang->improper_document_reasons['bad_word'] = 'Too much bad words.';
|
|
$lang->improper_document_reasons['violence'] = 'Violence.';
|
|
$lang->improper_document_reasons['racism'] = 'Racism.';
|
|
$lang->improper_document_reasons['pornography'] = 'Pornography.';
|
|
$lang->improper_document_reasons['privacy'] = 'Privacy issue.';
|
|
$lang->improper_document_reasons['others'] = 'Others (Write your own)';
|
|
$lang->about_improper_document_declare = 'Write here why you report this article as an improper document.';
|