|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/home/queenjbs/xe/modules/document/lang/ |
Upload File : |
<?php
/**
* @file modules/document/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief Document module's basic language pack
**/
$lang->document_list = 'Documents List';
$lang->thumbnail_type = 'Thumbnail Type';
$lang->thumbnail_crop = 'Crop';
$lang->thumbnail_ratio = 'Ratio';
$lang->cmd_delete_all_thumbnail = 'Delete all thumbnails';
$lang->move_target_module = "Target module ";
$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 (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 selected group will be able to use current category';
$lang->about_category_color = 'You can set font color of 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 = 'You would..';
$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 article is secret';
$lang->msg_checked_document_is_deleted = '%d article(s) was(were) deleted';
// Search targets in admin page
$lang->search_target_list = array(
'title' => 'Subject',
'content' => 'Content',
'user_id' => 'User ID',
'member_srl' => 'Member Serial Number',
'user_name' => 'User Name',
'nick_name' => 'Nickname',
'email_address' => 'Email',
'homepage' => 'Homepage',
'is_notice' => 'Notice',
'is_secret' => 'Secret',
'tags' => 'Tag',
'readed_count' => 'Number of Views (over)',
'voted_count' => 'Number of Votes (over)',
'comment_count ' => 'Number of Comments (over)',
'trackback_count ' => 'Number of Trackbacks (over)',
'uploaded_count ' => 'Number of Attachments (over)',
'regdate' => 'Date',
'last_update' => 'Last Modified Date',
'ipaddress' => 'IP Address',
);
$lang->alias = "Alias";
$lang->history = "History";
$lang->about_use_history = "Determine whether to enable history feature, if it is enabled, update history would be stored and possible to restore old 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 = 'Person who deleted';
$lang->trash_date = 'Deleted date';
$lang->trash_description = 'Description';
$lang->success_trashed = "Successfully moved to trashcan";
?>