Skip to content

Commit

Permalink
* adjust webapp.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyidong committed Feb 28, 2013
1 parent 34b7462 commit 4f8b2c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion module/webapp/lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$lang->webapp->height = 'Height';
$lang->webapp->addedTime = 'Add Time';
$lang->webapp->updatedTime = 'Update Time';
$lang->webapp->downloads = 'Downloads';
$lang->webapp->downloads = 'Installs';
$lang->webapp->grade = 'Grade';
$lang->webapp->addType = 'Add Type';
$lang->webapp->addedBy = 'Added By';
Expand Down
6 changes: 3 additions & 3 deletions module/webapp/lang/zh-cn.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$lang->webapp->index = '已加应用';
$lang->webapp->obtain = '获得应用';

$lang->webapp->install = '安装应用';
$lang->webapp->install = '安装';
$lang->webapp->uninstall = '删除';
$lang->webapp->useapp = '运行';
$lang->webapp->view = '详情';
Expand All @@ -36,12 +36,12 @@
$lang->webapp->height = '高度';
$lang->webapp->addedTime = '添加时间';
$lang->webapp->updatedTime = '更新时间';
$lang->webapp->downloads = '下载量';
$lang->webapp->downloads = '安装量';
$lang->webapp->grade = '评分';
$lang->webapp->addType = '添加类型';
$lang->webapp->addedBy = '安装人';
$lang->webapp->addedDate = '安装日期';
$lang->webapp->views = '浏览次数';
$lang->webapp->views = '使用次数';
$lang->webapp->packup = '收起';

$lang->webapp->byDownloads = '最多下载';
Expand Down
9 changes: 4 additions & 5 deletions module/webapp/view/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
?>
<?php include '../../common/view/header.lite.html.php';?>
<table class='table-1'>
<caption><?php echo $lang->webapp->view?></caption>
<caption>
<?php echo $lang->webapp->view?>
<span class='f-right'><?php if($type =='local') common::printLink('webapp', 'edit', "webappID=$webapp->id", $lang->edit);?></span>
</caption>
<?php if($type == 'local'):?>
<tr>
<th class='a-right'><?php echo $lang->webapp->module?></th>
Expand Down Expand Up @@ -85,10 +88,6 @@
<th class='a-right'><?php echo $lang->webapp->views?></th>
<td><?php echo $webapp->views?></td>
</tr>
<tr>
<th class='a-right'><?php echo $lang->actions?></th>
<td><?php common::printLink('webapp', 'edit', "webappID=$webapp->id", $lang->edit);?></td>
</tr>
</table>
<?php include '../../common/view/footer.lite.html.php';?>

0 comments on commit 4f8b2c7

Please sign in to comment.