diff --git a/Resources/en.lproj/HockeySDK.strings b/Resources/en.lproj/HockeySDK.strings index 1f7385127e..18b8247e4f 100644 --- a/Resources/en.lproj/HockeySDK.strings +++ b/Resources/en.lproj/HockeySDK.strings @@ -232,3 +232,14 @@ /* Email Placeholder */ "HockeyFeedbackUserDataEmailPlaceholder" = "example@email.com"; + +/* Authenticator */ +"HockeyAuthenticatorViewControllerTitle" = "Authorize"; +"HockeyAuthenticationViewControllerWebLoginDescription" = "Allow this application to access this device's UDID to identify it."; +"HockeyAuthenticationViewControllerDataEmailAndPasswordDescription" = "Please provide email and password of your HockeyApp account."; +"HockeyAuthenticationViewControllerDataEmailDescription" = "Please provide email of your HockeyApp account."; +"HockeyAuthenticationViewControllerEmailPlaceholder" = "example@email.com"; +"HockeyAuthenticationViewControllerPasswordPlaceholder" = "Required"; +"HockeyAuthenticationViewControllerEmailDescription" = "Email"; +"HockeyAuthenticationViewControllerPasswordDescription" = "Password"; +"Skip" = "Skip"; \ No newline at end of file