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/DataModel.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/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index c3c5be36..e45829af 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -337,7 +337,7 @@ angular.module('zmApp.controllers') { if (urls.length > 0 && $rootScope.userCancelledAuth != true) { - $ionicLoading.show({template: 'trying ' + urls[0].server}); + $ionicLoading.show({template: $translate.instant('kTrying') + urls[0].server}); zmLog ("Reachability test.." + urls[0].url); return $http.get(urls[0].url).then(function () { zmLog ("Success: reachability on "+ urls[0].url); @@ -1043,7 +1043,7 @@ angular.module('zmApp.controllers') $ionicLoading.show({ - template: 'loading monitors...', + template: $translate.instant('kLoadingMonitors'), animation: 'fade-in', showBackdrop: true, duration: zm.loadingTimeout, @@ -1248,7 +1248,7 @@ angular.module('zmApp.controllers') //console.log (">>>>>Constructed URL " + myurl); $ionicLoading.show({ - template: 'calculating events list size...', + template: $translate.instant('kCalcEventSize')+'...', animation: 'fade-in', showBackdrop: true, duration: zm.loadingTimeout, |
