You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
32
//
33
33
34
-
#import"APCAppCore.h"
35
-
36
-
staticNSString* kServerBusy = @"Thank you for your interest in this study. We are working hard to process the large volume of interest, and should be back up momentarily. Please try again soon.";
37
-
staticNSString* kUnexpectConditionMessage = @"An unexpected network condition has occurred. Please try again soon.";
38
-
staticNSString* kNotConnectedMessage = @"You are currently not connected to the Internet. Please try again when you are connected to a network.";
39
-
staticNSString* kServerMaintanenceMessage = @"The study server is currently undergoing maintanence. Please try again soon.";
40
-
staticNSString* kAccountAlreadyExists = @"An account has already been created for this email address. Please use a different email address, or sign in using the \"already participating\" link at the bottom of the Welcome page.";
41
-
staticNSString* kAccountDoesNotExists = @"There is no account registered for this email address.";
42
-
staticNSString* kBadEmailAddress = @"The email address submitted is not a valid email address. Please correct the email address and try again.";
43
-
staticNSString* kBadPasswordAddress = @"The password you have entered is not a valid password. Please try again.";
44
-
staticNSString* kNotReachableMessage = @"We are currently not able to reach the study server. Please retry in a few moments.";
45
-
staticNSString* kInvalidEmailAddressOrPassword = @"Entered email address or password is not valid. Please correct the email address or password and try again.";
staticNSString* kSageInvalidUsernameOrPassword = @"Invalid username or password.";
34
+
#import"NSError+APCAdditions.h"
35
+
#import"APCLog.h"
36
+
37
+
NSString * constkServerBusy = @"Thank you for your interest in this study. We are working hard to process the large volume of interest, and should be back up momentarily. Please try again soon.";
38
+
NSString * constkUnexpectConditionMessage = @"An unexpected network condition has occurred. Please try again soon.";
39
+
NSString * constkNotConnectedMessage = @"You are currently not connected to the Internet. Please try again when you are connected to a network.";
40
+
NSString * constkServerMaintanenceMessage = @"The study server is currently undergoing maintanence. Please try again soon.";
41
+
NSString * constkAccountAlreadyExists = @"An account has already been created for this email address. Please use a different email address, or sign in using the \"already participating\" link at the bottom of the Welcome page.";
42
+
NSString * constkAccountDoesNotExists = @"There is no account registered for this email address.";
43
+
NSString * constkBadEmailAddress = @"The email address submitted is not a valid email address. Please correct the email address and try again.";
44
+
NSString * constkBadPasswordAddress = @"The password you have entered is not a valid password. Please try again.";
45
+
NSString * constkNotReachableMessage = @"We are currently not able to reach the study server. Please retry in a few moments.";
46
+
NSString * constkInvalidEmailAddressOrPassword = @"Entered email address or password is not valid. Please correct the email address or password and try again.";
0 commit comments