summaryrefslogtreecommitdiff
path: root/www/templates/timeline.html
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
commit5430d51b092a4a1cdf7f32233e38e5350995956c (patch)
treeb6539ba949e1f4876dda8863c94dbfc32adc642d /www/templates/timeline.html
parente13fd67eb953e5f8cc1eb07992902de4cf05677d (diff)
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
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>