From 59bfe98d911728cfefd2321bf4ac86d62f4c64f8 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 26 May 2016 08:10:14 -0400 Subject: more translations, dummy italian language (all caps) to check if things are working Former-commit-id: e02d1017b1e818a4b90faa18b0f0e221d867e543 --- www/js/EventCtrl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/EventCtrl.js') 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, -- cgit v1.2.3