Admin > Content > Document. Language update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8749 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-11 04:31:08 +00:00
parent 70a69ff4fe
commit 1019062a1d
22 changed files with 91 additions and 40 deletions

View file

@ -4,7 +4,6 @@
* @author NHN (developers@xpressengine.com)
* @brief Document module's basic language pack
**/
$lang->document_list = 'Documents List';
$lang->thumbnail_type = 'Thumbnail Type';
$lang->thumbnail_crop = 'Crop';
@ -14,34 +13,26 @@
$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 the category position (Drag the top menu after selection)";
$lang->about_category_title = 'Please input category name';
$lang->about_expand = 'By selecting this option, it will be always 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.';
$lang->cmd_search_next = 'Search Next';
$lang->cmd_temp_save = 'Temporary Save';
$lang->cmd_toggle_checked_document = 'Reverse selected items';
$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';
// Search targets in admin page
$lang->search_target_list = array(
'title' => 'Subject',
@ -64,21 +55,17 @@
'last_update' => 'Last Modified Date',
'ipaddress' => 'IP Address',
);
$lang->alias = "Alias";
$lang->history = "History";
$lang->about_use_history = "History can restore documents to previous revisions";
$lang->trace_only = "Trace only";
$lang->cmd_trash = 'Trashcan';
$lang->cmd_restore = 'Restore';
$lang->cmd_restore_all = 'Restore All';
$lang->in_trash = 'Trashcan';
$lang->trash_nick_name = 'Deleter';
$lang->trash_date = 'Deleted date';
$lang->trash_description = 'Description';
$lang->search_target_trash_list = array(
'title' => 'Title',
'content' => 'Content',
@ -92,11 +79,15 @@
'trash_date' => 'Deleted date',
'trash_ipaddress' => 'Deleter IP address',
);
$lang->success_trashed = "Successfully moved to trashcan";
$lang->msg_not_selected_document = 'There are no selected articles.';
$lang->show_voted_member = 'Show Voters';
$lang->category_description = 'Description';
$lang->about_category_description='Please input a category description';
$lang->document_manager = '선택한 글 관리';
$lang->selected_document = '선택한 글';
$lang->selected_document_move = '선택한 글을 다음 위치로 옮기거나 복사할 수 있습니다.';
$lang->select_module = '모듈을 선택하세요.';
$lang->select_module_id = '모듈 아이디를 선택하세요.';
$lang->select_category = '분류를 선택하세요.';
?>