diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:10:14 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:10:14 -0400 |
| commit | 59bfe98d911728cfefd2321bf4ac86d62f4c64f8 (patch) | |
| tree | 2a8d29b87d53430adb0925746c0c048bc2c41251 /www/js/EventCtrl.js | |
| parent | 92c3f2f7d30741ac708dd18deddfaecd9e0e34d5 (diff) | |
more translations, dummy italian language (all caps) to check if things are working
Former-commit-id: e02d1017b1e818a4b90faa18b0f0e221d867e543
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index b972b33e..e0064b3b 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -997,7 +997,7 @@ angular.module('zmApp.controllers') //$state.go($state.current, {}, {reload: true}); $rootScope.rand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111; $ionicLoading.show({ - template: "refreshed view", + template: $translate.instant('kRefreshedView'), noBackdrop: true, duration: 3000 }); @@ -1238,7 +1238,7 @@ angular.module('zmApp.controllers') $scope.modal = modal; $ionicLoading.show({ - template: "please wait...", + template: $translate.instant('kPleaseWait')+"...", noBackdrop: true, duration: 10000 }); @@ -1295,7 +1295,7 @@ angular.module('zmApp.controllers') enableLoadMore = false; //console.log("**** CANCELLED ****"); $ionicLoading.show({ - template: 'Search Cancelled', + template: $translate.instant('kSearchCancelled'), animation: 'fade-in', showBackdrop: true, duration: 2000, |
