summaryrefslogtreecommitdiff
path: root/www/templates/timeline.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/timeline.html')
-rw-r--r--www/templates/timeline.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index cbc4084f..2f8e6481 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -1,5 +1,5 @@
<meta name="format-detection" content="telephone=no" />
-<ion-view title="Timeline" cache-view="false">
+<ion-view title="{{'kTimeline' | translate}}" cache-view="false">
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
@@ -26,8 +26,8 @@
<ion-content>
<div style="padding-left:15px; font-size:10px; color:grey">
- {{prettify(fromDate)}} - {{prettify(toDate)}} (only displaying last {{maxItems}} events)
- <strong><br/>tap:view event, double-tap:view frame graph</strong>
+ {{prettify(fromDate)}} - {{prettify(toDate)}} ({{'kTimelineOnlyDisplaying1' | translate:translationData}})
+ <strong><br/>{{'kTimelineControlDisplay'|translate}}</strong>
</div>
<ion-spinner icon="spiral" style="position:absolute; top:50%;left:50%" ng-if="!graphLoaded"></ion-spinner>
@@ -35,7 +35,7 @@
<div ng-if="!graphLoaded">
<br/><br/>
<center>
- <p>working on graph data...</p>
+ <p>{{'kWorkingOnGraph' | translate}}...</p>
</center>
</div>