summaryrefslogtreecommitdiff
path: root/www/templates/timeline-modal.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-modal.html
parente13fd67eb953e5f8cc1eb07992902de4cf05677d (diff)
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
Diffstat (limited to 'www/templates/timeline-modal.html')
-rw-r--r--www/templates/timeline-modal.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html
index c9a207d8..7893f0be 100644
--- a/www/templates/timeline-modal.html
+++ b/www/templates/timeline-modal.html
@@ -6,15 +6,15 @@
<ion-content ng-cloak on-double-tap="closeModal()" delegate-handle="timeline-modal-delegate">
<div ng-controller="TimelineModalCtrl" >
<br/>
- <div class="item item-divider">Event: {{eid}}
+ <div class="item item-divider">{{'kEvent' | translate}}: {{eid}}
<button class="button icon-left button-small button-positive" style="float:right; opacity:0.7" ng-click="switchType()">
<i class="ion-shuffle"></i>
</button>
</div>
- <center> <h5>Showing {{graphType}} frames </h5>
- <p>double-tap exits. touch/mouse-over and drag over items to see frames</p>
+ <center> <h5>{{'kShowing' | translate}} {{graphType}} {{'kFrames' | translate}} </h5>
+ <p>{{'kTimelineMessage' | translate}}</p>
{{errorDetails}}