From 98bcbcb75f4302e213948bed8f140782a0d0d7e1 Mon Sep 17 00:00:00 2001 From: Stephan Diederich Date: Tue, 8 Oct 2013 23:05:44 +0200 Subject: [PATCH] rename localizable string and add HockeyAuthenticationViewControllerWebAuthLoginDescription prepare for WebAuth --- Classes/BITAuthenticator.m | 2 +- Resources/de.lproj/HockeySDK.strings | 2 +- Resources/en.lproj/HockeySDK.strings | 5 ++++- Resources/es.lproj/HockeySDK.strings | 2 +- Resources/fr.lproj/HockeySDK.strings | 2 +- Resources/hr.lproj/HockeySDK.strings | 2 +- Resources/hu.lproj/HockeySDK.strings | 2 +- Resources/it.lproj/HockeySDK.strings | 2 +- Resources/ja.lproj/HockeySDK.strings | 2 +- Resources/pt-PT.lproj/HockeySDK.strings | 2 +- Resources/pt.lproj/HockeySDK.strings | 2 +- Resources/ro.lproj/HockeySDK.strings | 2 +- Resources/ru.lproj/HockeySDK.strings | 2 +- Resources/zh-Hans.lproj/HockeySDK.strings | 2 +- 14 files changed, 17 insertions(+), 14 deletions(-) diff --git a/Classes/BITAuthenticator.m b/Classes/BITAuthenticator.m index eae815de04..295cbca35f 100644 --- a/Classes/BITAuthenticator.m +++ b/Classes/BITAuthenticator.m @@ -178,7 +178,7 @@ static NSString* const kBITAuthenticatorAuthTokenTypeKey = @"BITAuthenticatorAut viewController = [[BITAuthenticationViewController alloc] initWithDelegate:self]; viewController.requirePassword = NO; viewController.showsLoginViaWebButton = YES; - viewController.tableViewTitle = BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebLoginDescription"); + viewController.tableViewTitle = BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebUDIDLoginDescription"); break; break; case BITAuthenticatorIdentificationTypeHockeyAppEmail: diff --git a/Resources/de.lproj/HockeySDK.strings b/Resources/de.lproj/HockeySDK.strings index 7c0256e106..66abddb25d 100644 --- a/Resources/de.lproj/HockeySDK.strings +++ b/Resources/de.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/en.lproj/HockeySDK.strings b/Resources/en.lproj/HockeySDK.strings index 438bdbee3d..2b8e620795 100644 --- a/Resources/en.lproj/HockeySDK.strings +++ b/Resources/en.lproj/HockeySDK.strings @@ -240,9 +240,12 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; +/* BITAuthenticatorIdentificationTypeWebAuth */ +"HockeyAuthenticationViewControllerWebAuthLoginDescription" = "The developer has requested your HockeyApp account's email address. Tap below to open the HockeyApp website and authorize access."; + /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ "HockeyAuthenticationViewControllerDataEmailAndPasswordDescription" = "Please enter your HockeyApp account's email address and password to authorize access to this app."; "HockeyAuthenticationViewControllerDataEmailDescription" = "Please enter your HockeyApp account's email address to authorize access to this app."; diff --git a/Resources/es.lproj/HockeySDK.strings b/Resources/es.lproj/HockeySDK.strings index b8b9b28d61..225fc0805a 100644 --- a/Resources/es.lproj/HockeySDK.strings +++ b/Resources/es.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/fr.lproj/HockeySDK.strings b/Resources/fr.lproj/HockeySDK.strings index 2e6da6cf42..39eb633e4b 100644 --- a/Resources/fr.lproj/HockeySDK.strings +++ b/Resources/fr.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/hr.lproj/HockeySDK.strings b/Resources/hr.lproj/HockeySDK.strings index 2b5c09cf2a..cc5ae70b74 100644 --- a/Resources/hr.lproj/HockeySDK.strings +++ b/Resources/hr.lproj/HockeySDK.strings @@ -238,7 +238,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/hu.lproj/HockeySDK.strings b/Resources/hu.lproj/HockeySDK.strings index 17cec77c00..8ef397b63e 100644 --- a/Resources/hu.lproj/HockeySDK.strings +++ b/Resources/hu.lproj/HockeySDK.strings @@ -238,7 +238,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/it.lproj/HockeySDK.strings b/Resources/it.lproj/HockeySDK.strings index fa973d22ff..028466d05f 100644 --- a/Resources/it.lproj/HockeySDK.strings +++ b/Resources/it.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/ja.lproj/HockeySDK.strings b/Resources/ja.lproj/HockeySDK.strings index 63be70b2f5..0d75bc0b20 100644 --- a/Resources/ja.lproj/HockeySDK.strings +++ b/Resources/ja.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/pt-PT.lproj/HockeySDK.strings b/Resources/pt-PT.lproj/HockeySDK.strings index f781928dd0..bb054d367e 100644 --- a/Resources/pt-PT.lproj/HockeySDK.strings +++ b/Resources/pt-PT.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/pt.lproj/HockeySDK.strings b/Resources/pt.lproj/HockeySDK.strings index 42d4a4db53..dc48a8e871 100644 --- a/Resources/pt.lproj/HockeySDK.strings +++ b/Resources/pt.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/ro.lproj/HockeySDK.strings b/Resources/ro.lproj/HockeySDK.strings index 5910e49970..ff5329b655 100755 --- a/Resources/ro.lproj/HockeySDK.strings +++ b/Resources/ro.lproj/HockeySDK.strings @@ -238,7 +238,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/ru.lproj/HockeySDK.strings b/Resources/ru.lproj/HockeySDK.strings index 41f410a673..b43dbba00c 100644 --- a/Resources/ru.lproj/HockeySDK.strings +++ b/Resources/ru.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */ diff --git a/Resources/zh-Hans.lproj/HockeySDK.strings b/Resources/zh-Hans.lproj/HockeySDK.strings index 7252698953..0e0efc0d59 100644 --- a/Resources/zh-Hans.lproj/HockeySDK.strings +++ b/Resources/zh-Hans.lproj/HockeySDK.strings @@ -240,7 +240,7 @@ "HockeyAuthenticatorViewControllerTitle" = "HockeyApp"; /* BITAuthenticatorAuthTypeUDIDProvider */ -"HockeyAuthenticationViewControllerWebLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; +"HockeyAuthenticationViewControllerWebUDIDLoginDescription" = "The developer has requested this device's UDID. Tap below to open the HockeyApp website and authorize access."; "HockeyAuthenticationViewControllerWebLoginButtonTitle" = "Open HockeyApp"; /* BITAuthenticatorAuthTypeEmail and BITAuthenticatorAuthTypeEmailAndPassword */