mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
37 lines
1.3 KiB
PHP
37 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/document/lang/en.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief Document module's basic language pack
|
|
**/
|
|
|
|
$lang->cmd_delete_checked_document = 'Delete selected';
|
|
|
|
$lang->msg_cart_is_null = 'Select the articles you wish to delete';
|
|
$lang->msg_category_not_moved = 'Unabled to move';
|
|
$lang->msg_is_secret = 'This article is secret';
|
|
$lang->msg_checked_document_is_deleted = 'Total of %d articles has been deleted';
|
|
|
|
// Search targets in admin page
|
|
$lang->search_target_list = array(
|
|
'title' => 'Subject',
|
|
'content' => 'Content',
|
|
'user_id' => 'User ID',
|
|
'member_srl' => 'Member No.',
|
|
'user_name' => 'Content',
|
|
'nick_name' => 'Content',
|
|
'email_address' => 'Email',
|
|
'homepage' => 'Homepage',
|
|
'is_notice' => 'Notice',
|
|
'is_secret' => 'Secret',
|
|
'tags' => 'Tag',
|
|
'readed_count' => 'Number of Views (Above)',
|
|
'voted_count' => 'Number of Votes (Above)',
|
|
'comment_count ' => 'Number of Comments (Above)',
|
|
'trackback_count ' => 'Number of trackbacks (Above)',
|
|
'uploaded_count ' => 'Number of Attachments (Above)',
|
|
'regdate' => 'Date',
|
|
'last_update' => 'Last Revised',
|
|
'ipaddress' => 'IP Address',
|
|
);
|
|
?>
|