Subversion Repositories SmartDukaan

Rev

Rev 1034 | Rev 1175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1034 Rev 1169
Line 8... Line 8...
8
	public static final String SHIPPING_ADDRESS_SUCCESS = "Address added successfully";
8
	public static final String SHIPPING_ADDRESS_SUCCESS = "Address added successfully";
9
	public static final String SHIPPING_ADDRESS_FAILURE = "Unable to update address";
9
	public static final String SHIPPING_ADDRESS_FAILURE = "Unable to update address";
10
	public static final String FORGOT_PASSWORD_SUCCESS = "Password sent to your email address";
10
	public static final String FORGOT_PASSWORD_SUCCESS = "Password sent to your email address";
11
	public static final String FORGOT_PASSWORD_FAILURE = "Email address is not registered with us";
11
	public static final String FORGOT_PASSWORD_FAILURE = "Email address is not registered with us";
12
	//public static final String REGISTERATION_FAILURE = "Email address is already registered with us";
12
	//public static final String REGISTERATION_FAILURE = "Email address is already registered with us";
-
 
13
 
-
 
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.";
13
}
16
}
14
17