diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php index fb379f1af..e74357c00 100644 --- a/modules/admin/lang/en.lang.php +++ b/modules/admin/lang/en.lang.php @@ -86,4 +86,7 @@ $lang->mobile_view = 'Mobile View'; $lang->about_mobile_view = 'Mobile View will display the best layout when accessing with smartphones.'; $lang->autoinstall = 'EasyInstall'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/es.lang.php b/modules/admin/lang/es.lang.php index c19ce16b9..3b075f56c 100644 --- a/modules/admin/lang/es.lang.php +++ b/modules/admin/lang/es.lang.php @@ -88,4 +88,7 @@ $lang->mobile_view = 'Use Mobile View'; $lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.'; $lang->autoinstall = 'EasyInstall'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/fr.lang.php b/modules/admin/lang/fr.lang.php index 500b892ae..f3e67d1b0 100644 --- a/modules/admin/lang/fr.lang.php +++ b/modules/admin/lang/fr.lang.php @@ -87,4 +87,7 @@ $lang->mobile_view = 'Use Mobile View'; $lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.'; $lang->autoinstall = 'EasyInstall'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/jp.lang.php b/modules/admin/lang/jp.lang.php index bb933ca53..3db47ae12 100644 --- a/modules/admin/lang/jp.lang.php +++ b/modules/admin/lang/jp.lang.php @@ -86,4 +86,7 @@ $lang->mobile_view = 'Use Mobile View'; $lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.'; $lang->autoinstall = 'イージーインストール'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/ko.lang.php b/modules/admin/lang/ko.lang.php index 15a56750a..eacec6a8b 100644 --- a/modules/admin/lang/ko.lang.php +++ b/modules/admin/lang/ko.lang.php @@ -87,4 +87,7 @@ $lang->about_mobile_view = '스마트폰 등을 이용하여 접속할 때 모바일 화면에 최적화된 레이아웃을 이용하도록 합니다.'; $lang->autoinstall = '쉬운 설치'; + + $lang->last_week = '지난 주'; + $lang->this_week = '이번 주'; ?> diff --git a/modules/admin/lang/ru.lang.php b/modules/admin/lang/ru.lang.php index 9ff345217..cdd01435b 100644 --- a/modules/admin/lang/ru.lang.php +++ b/modules/admin/lang/ru.lang.php @@ -85,4 +85,7 @@ $lang->mobile_view = 'Use Mobile View'; $lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.'; $lang->autoinstall = 'EasyInstall'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/vi.lang.php b/modules/admin/lang/vi.lang.php index 51a01f412..10cf145f4 100644 --- a/modules/admin/lang/vi.lang.php +++ b/modules/admin/lang/vi.lang.php @@ -89,4 +89,7 @@ $lang->mobile_view = 'Xem bằng di động'; $lang->about_mobile_view = 'Nếu truy cập bằng thiết bị di động, nội dung sẽ được bố trí theo từng loại thiết bị.'; $lang->autoinstall = 'Cập nhật tự động'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/zh-CN.lang.php b/modules/admin/lang/zh-CN.lang.php index 28a561616..790ff0b01 100644 --- a/modules/admin/lang/zh-CN.lang.php +++ b/modules/admin/lang/zh-CN.lang.php @@ -86,4 +86,7 @@ $lang->mobile_view = '开启移动版'; $lang->about_mobile_view = '为智能手机访问网站,提供最佳视觉效果。'; $lang->autoinstall = '安装·更新'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/lang/zh-TW.lang.php b/modules/admin/lang/zh-TW.lang.php index 6df11a74f..aeb8479c7 100644 --- a/modules/admin/lang/zh-TW.lang.php +++ b/modules/admin/lang/zh-TW.lang.php @@ -86,4 +86,7 @@ $lang->mobile_view = '手機瀏覽'; $lang->about_mobile_view = '使用手機瀏覽時將會顯示最適當的畫面。'; $lang->autoinstall = '自動安裝'; + + $lang->last_week = 'Last week'; + $lang->this_week = 'This week'; ?> diff --git a/modules/admin/tpl/css/dashboard.css b/modules/admin/tpl/css/dashboard.css index ee6ba5f8c..f6b6f6fb0 100644 --- a/modules/admin/tpl/css/dashboard.css +++ b/modules/admin/tpl/css/dashboard.css @@ -49,7 +49,7 @@ .dashboardStatistic dl.reply dd{ background-position:center -195px; color:#28313d;} .dashboardStatistic dl.trackback dd{ background-position:center -395px; color:#4e4f54;} -.dashboardStatistic .summary{ float:right; width:31%; margin-top:-27px;} +.dashboardStatistic .summary{ float:right; width:30%; margin-top:-27px;} .dashboardStatistic .summary caption{ position:relative; padding-bottom:20px; text-align:left; font-size:12px; line-height:1; font-weight:bold; color:#626972;} .dashboardStatistic .summary table, .dashboardStatistic .summary th, diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index 2d6fdbdf8..6524f5dce 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -22,7 +22,7 @@
{$lang->today_visitor}
- + @@ -32,7 +32,7 @@ - + {$status->visitor} @@ -44,7 +44,7 @@
{$lang->today_comments}
- + @@ -54,7 +54,7 @@ - + {$status->comment->today} @@ -66,7 +66,7 @@
{$lang->today_trackbacks}
- + @@ -76,7 +76,7 @@ - + {$status->trackback->today} @@ -125,7 +125,7 @@
-

{$lang->visitor_count} {date("Y.m.d")}

+

{$lang->counter} {date("Y.m.d")}

{$lang->yesterday}