Translating everything.

This commit is contained in:
Gunther Brunner
2014-05-28 19:18:33 +09:00
parent ba0a2d5865
commit 2d7853fd1f
11 changed files with 1923 additions and 92 deletions

View File

@@ -6,10 +6,10 @@
.btn-group
label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")',
ng-model='currentRotation', btn-radio='"portrait"').pointer
i.fa.fa-mobile(tooltip-html-unsafe='{{tooltipPortrait()}}', tooltip-placement='bottom')
i.fa.fa-mobile(tooltip='{{ "Portrait" + device.display.orientation + "°)" | translate }}', tooltip-placement='bottom')
label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("landscape")',
ng-model='currentRotation', btn-radio='"landscape"').pointer
i.fa.fa-mobile.fa-rotate-90(tooltip-html-unsafe='{{tooltipLandscape()}}', tooltip-placement='bottom')
i.fa.fa-mobile.fa-rotate-90(tooltip='{{ "Landscape" + device.display.orientation + "°)" | translate }}', tooltip-placement='bottom')
.button-spacer
// NOTE: ui-bootstrap bug: tooltip breaks btn-checkbox so don't put in the same button
button(type='button', ng-model='showScreen', btn-checkbox).btn.btn-sm.btn-danger