Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-19 17:48:29 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-19 17:48:29 +0400
commite8ad20ccbe89bb97f4270dec380c662eeb55eee7 (patch)
tree88f05aaf5ab766de470bded641f806500a23b97d /plugins/Live
parentc99504e59db95d2782528b7f30ec4a8865e49a7d (diff)
Refs #1120 Live! plugin i18n
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/templates/totalVisits.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Live/templates/totalVisits.tpl b/plugins/Live/templates/totalVisits.tpl
index 7936872c22..a7294d7853 100644
--- a/plugins/Live/templates/totalVisits.tpl
+++ b/plugins/Live/templates/totalVisits.tpl
@@ -3,21 +3,21 @@
<thead>
<tr>
<th id="label" class="sortable label" style="cursor: auto;">
- <div id="thDIV">Period<div></th>
+ <div id="thDIV">{'Live_Date'|translate}</div></th>
<th id="label" class="sortable label" style="cursor: auto;">
- <div id="thDIV">Visits<div></th>
+ <div id="thDIV">{'General_ColumnNbVisits'|translate}</div></th>
<th id="label" class="sortable label" style="cursor: auto;">
- <div id="thDIV">PageViews<div></th>
+ <div id="thDIV">{'General_ColumnPageviews'|translate}</div></th>
</tr>
</thead>
<tbody>
<tr class="">
- <td class="columnodd">Today</td>
+ <td class="columnodd">{'General_Today'|translate}</td>
<td class="columnodd">{$visitorsCountToday}</td>
<td class="columnodd">{$pisToday}</td>
</tr>
<tr class="">
- <td class="columnodd">Last 30 minutes</td>
+ <td class="columnodd">{'Live_Last30Minutes'|translate}</td>
<td class="columnodd">{$visitorsCountHalfHour}</td>
<td class="columnodd">{$pisHalfhour}</td>
</tr>