diff options
Diffstat (limited to 'www/templates/montage-history.html')
| -rw-r--r-- | www/templates/montage-history.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index aed56100..d495b482 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -1,4 +1,4 @@ -<ion-view view-title="Event Montage" cache-view="false" hide-nav-bar="{{minimal}}"> +<ion-view view-title="{{'kEventMontage' | translate}}" cache-view="false" hide-nav-bar="{{minimal}}"> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> @@ -26,12 +26,12 @@ <div class="timeline_text" ion-datetime-picker title="From" am-pm={{!loginData.use24hr}} ng-model="datetimeValueFrom.value" ng-change="dateChanged()"> - <b>From: </b>{{datetimeValueFrom.value | date: timeFormat}} + <b>{{'kFrom' | translate}} : </b>{{datetimeValueFrom.value | date: timeFormat}} </div> <div class="timeline_text" ion-datetime-picker am-pm={{!loginData.use24hr}} ng-model="datetimeValueTo.value" ng-change="dateChanged()"> - <b>To: </b>{{datetimeValueTo.value | date: timeFormat}} @ {{sliderVal.rate}}x - <div ng-if="$root.platformOS != 'ios'">(max of 5 monitors - chrome limit)</div> + <b>{{'kTo' | translate}}: </b>{{datetimeValueTo.value | date: timeFormat}} @ {{sliderVal.rate}}x + <div ng-if="$root.platformOS != 'ios'">({{'kChromeMax' | translate}})</div> </div> @@ -89,7 +89,7 @@ <div ng-if="monitor.isPaused" style="position:absolute; top:50%; left:50%;white-space:nowrap;overflow:hidden;" class="header-paused"> <i class="ion-pause"></i> - paused + {{'kPaused' | translate}} </div> <!--<div ng-if="!monitor.isPaused" @@ -109,7 +109,7 @@ </div> <ion-item ng-show="!MontageMonitors.length"> - No monitors to display. + {{'kNoMonitors' | translate }} </ion-item> @@ -141,7 +141,7 @@ <i class="icon ion-chevron-up"></i> </ion-pull-up-handle> <ion-pull-up-bar> - <h1 class="title" ion-pull-up-trigger>Event History</h1> + <h1 class="title" ion-pull-up-trigger>{{'kEventMontage' | translate}}</h1> </ion-pull-up-bar> <ion-pull-up-content scroll="true"> @@ -149,7 +149,7 @@ <div class="list list-inset"> - <ion-toggle ng-model="sliderVal.hideNoEvents" ng-checked="{{sliderVal.hideNoEvents}}" toggle-class="toggle-dark"><span class="item-text-wrap">Hide monitors without events</span></ion-toggle> + <ion-toggle ng-model="sliderVal.hideNoEvents" ng-checked="{{sliderVal.hideNoEvents}}" toggle-class="toggle-dark"><span class="item-text-wrap">{{'kHideMonsWithoutEvents' | translate}}</span></ion-toggle> @@ -171,21 +171,21 @@ <br/> </div> <div class="col col-25" style="background-color:#AEA8D3;text-align:center"> - speed + {{'kSpeed' | translate }} </div> </div> - <div class="item item-divider">Timeline</div> + <div class="item item-divider">{{'kTimeline' | translate}}</div> <ion-item> <div ion-datetime-picker title="From" am-pm={{!loginData.use24hr}} ng-model="datetimeValueFrom.value"> - <b>From: </b>{{datetimeValueFrom.value | date: timeFormat}} + <b>{{'kFrom' | translate }}: </b>{{datetimeValueFrom.value | date: timeFormat}} </div> </ion-item> <ion-item> <div ion-datetime-picker am-pm={{!loginData.use24hr}} ng-model="datetimeValueTo.value"> - <b>To: </b>{{datetimeValueTo.value | date: timeFormat}} + <b>{{'kTo' | translate}}: </b>{{datetimeValueTo.value | date: timeFormat}} </div> </ion-item> |
