From 44bf088c3b8b8ce6d135d808a397c6e0de431397 Mon Sep 17 00:00:00 2001 From: steelyard-nl Date: Wed, 1 Feb 2017 09:23:32 +0100 Subject: Hard coded text found #437 --- www/js/DataModel.js | 4 ++-- www/lang/locale-en.json | 3 ++- www/lang/locale-nl.json | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 7c46c1d0..db17501d 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -602,7 +602,7 @@ angular.module('zmApp.controllers') $ionicLoading.show( { - template: "retrieving profile data..." + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("serverGroupList").then(function(val) @@ -659,7 +659,7 @@ angular.module('zmApp.controllers') var sname; $ionicLoading.show( { - template: "retrieving profile data..." + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("defaultServerName") .then(function(val) diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 2ba6871c..12f520f5 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -11,7 +11,8 @@ "kAnalyze" :"Analyze", "kApiUrl" :"ZM api url", "kApplyingChanges" :"Applying changes. Please wait", - "kArrangingImages" :"arranging images", + "kRetrievingProfileData" :"retrieving profile data", + "kArrangingImages" :"arranging images", "kAt" :"at", "kAuthSuccess" :"authentication success", "kAuthenticating" :"authenticating", diff --git a/www/lang/locale-nl.json b/www/lang/locale-nl.json index 06a858e3..8fac7369 100755 --- a/www/lang/locale-nl.json +++ b/www/lang/locale-nl.json @@ -11,6 +11,7 @@ "kAnalyze" :"Analyseer", "kApiUrl" :"ZM api url", "kApplyingChanges" :"Veranderingen toepassen. Even geduld", + "kRetrievingProfileData" :"profiel gegevens ophalen", "kArrangingImages" :"afbeeldingen rangschikken", "kAt" :"op", "kAuthSuccess" :"verificatie correct", -- cgit v1.2.3 From 184d06bc9ce1ecf4be970379dcabf74671b5b4eb Mon Sep 17 00:00:00 2001 From: steelyard-nl Date: Wed, 1 Feb 2017 12:20:19 +0100 Subject: Whitespace issues fixed TAB used in Notepad++ and not SPACE. --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/DataModel.js b/www/js/DataModel.js index db17501d..558e116a 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -602,7 +602,7 @@ angular.module('zmApp.controllers') $ionicLoading.show( { - template: $translate.instant('kRetrievingProfileData'), + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("serverGroupList").then(function(val) @@ -659,7 +659,7 @@ angular.module('zmApp.controllers') var sname; $ionicLoading.show( { - template: $translate.instant('kRetrievingProfileData'), + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("defaultServerName") .then(function(val) -- cgit v1.2.3 From 3bb15225e2b405c2fc651da9bba08b33c3094264 Mon Sep 17 00:00:00 2001 From: steelyard-nl Date: Wed, 1 Feb 2017 18:48:52 +0100 Subject: White space issue fixed TAB used in Notepad++, changed to spaces. --- www/lang/locale-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 12f520f5..747b0662 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -12,7 +12,7 @@ "kApiUrl" :"ZM api url", "kApplyingChanges" :"Applying changes. Please wait", "kRetrievingProfileData" :"retrieving profile data", - "kArrangingImages" :"arranging images", + "kArrangingImages" :"arranging images", "kAt" :"at", "kAuthSuccess" :"authentication success", "kAuthenticating" :"authenticating", -- cgit v1.2.3