diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:18:44 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:18:44 -0400 |
| commit | 7b41ef75fb30b222808892831e461ecbb9835201 (patch) | |
| tree | 69c93bf68ca648a0c507860c52487381e37ffbdf /www/js/StateCtrl.js | |
| parent | 59bfe98d911728cfefd2321bf4ac86d62f4c64f8 (diff) | |
#261 more translations
Former-commit-id: 6f70c7f9c65866f0ae60c70d453d2936e92ab4db
Diffstat (limited to 'www/js/StateCtrl.js')
| -rw-r--r-- | www/js/StateCtrl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js index 25e88247..0e986662 100644 --- a/www/js/StateCtrl.js +++ b/www/js/StateCtrl.js @@ -10,12 +10,12 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup' //---------------------------------------------------------------------- // Controller main //---------------------------------------------------------------------- - $scope.zmRun = "loading..."; - $scope.zmLoad = "loading..."; - $scope.zmDisk = "loading..."; + $scope.zmRun = "..."; + $scope.zmLoad = "..."; + $scope.zmDisk = "..."; $scope.color = ""; $scope.showDanger = false; - $scope.dangerText = ["Show ZoneMinder Controls", "Hide ZoneMinder Controls"]; + $scope.dangerText = [$translate.instant('kStateShowControls'), $translate.instant('kStateHideControls')]; $scope.dangerButtonColor = ["button-positive", "button-assertive"]; $scope.customState = ""; $scope.allStateNames = []; |
