Subversion Repositories SmartDukaan

Rev

Rev 7825 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7825 Rev 12859
Line 14... Line 14...
14
	public static final String USER_COMMUNICATION_SUCCESS = "Thank you for your query. We will soon look into it.";
14
	public static final String USER_COMMUNICATION_SUCCESS = "Thank you for your query. We will soon look into it.";
15
	public static final String USER_COMMUNICATION_FAILURE = "There seems to be some error. Please try posting again.";
15
	public static final String USER_COMMUNICATION_FAILURE = "There seems to be some error. Please try posting again.";
16
	
16
	
17
	public static final String USER_AUTHENTICATION_FAILURE = "Either email or password is wrong.";
17
	public static final String USER_AUTHENTICATION_FAILURE = "Either email or password is wrong.";
18
	public static final String FACEBOOK_USER_AUTH_FAILURE = "Unable to get login details from facebook";
18
	public static final String FACEBOOK_USER_AUTH_FAILURE = "Unable to get login details from facebook";
-
 
19
	public static final String INVALID_CAPTCHA = "The CAPTCHA you entered is invalid. Please try again.";
19
}
20
}
20
21