mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
19
modules/comment/lang/zh-CN.php
Normal file
19
modules/comment/lang/zh-CN.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
$lang->cmd_comment_do = '将把此评论..';
|
||||
$lang->comment_list = '评论列表';
|
||||
$lang->cmd_toggle_checked_comment = '反选';
|
||||
$lang->cmd_delete_checked_comment = '删除所选';
|
||||
$lang->comment_count = '每页评论数';
|
||||
$lang->about_comment_count = '可以指定要显示的每页评论数。';
|
||||
$lang->msg_cart_is_null = '请选择要删除的评论。';
|
||||
$lang->msg_checked_comment_is_deleted = '已删除%d个评论。';
|
||||
$lang->search_target_list['content'] = '内容';
|
||||
$lang->search_target_list['user_id'] = 'I D';
|
||||
$lang->search_target_list['user_name'] = '姓名';
|
||||
$lang->search_target_list['nick_name'] = '昵称';
|
||||
$lang->search_target_list['member_srl'] = '会员编号';
|
||||
$lang->search_target_list['email_address'] = '电子信箱';
|
||||
$lang->search_target_list['homepage'] = '主页';
|
||||
$lang->search_target_list['regdate'] = '日期';
|
||||
$lang->search_target_list['last_update'] = '最后更新 ';
|
||||
$lang->search_target_list['ipaddress'] = 'IP 地址';
|
||||
Loading…
Add table
Add a link
Reference in a new issue