webservices/wsoviplugin/inc/wsovicons.h
branchRCL_3
changeset 37 1adb97a15c2f
parent 36 c5fabff9b552
equal deleted inserted replaced
36:c5fabff9b552 37:1adb97a15c2f
   197     _LIT8(KErrorNode,                    "error");
   197     _LIT8(KErrorNode,                    "error");
   198     _LIT8(KErrorCode,                    "errorCode");
   198     _LIT8(KErrorCode,                    "errorCode");
   199     _LIT8(KErrorText,                    "errorText");
   199     _LIT8(KErrorText,                    "errorText");
   200     _LIT8(KErrorCodeInvalidAccessToken, "invalidAccessToken");
   200     _LIT8(KErrorCodeInvalidAccessToken, "invalidAccessToken");
   201     _LIT8(KErrorCodeUnauthorized,       "notAuthorized");
   201     _LIT8(KErrorCodeUnauthorized,       "notAuthorized");
       
   202 
   202     _LIT8(KUserInfoLocalName,"userInfo");
   203     _LIT8(KUserInfoLocalName,"userInfo");
   203     _LIT8(KUserNameLocalName,"username");
   204     _LIT8(KUserNameLocalName,"username");
   204 		_LIT8( KMobileUsed1,             "Mobile number" );
   205 	_LIT8( KMobileUsed1,             "Mobile number" );
   205     _LIT8( KMobileUsed2,             "already used today" );
   206     _LIT8( KMobileUsed2,             "already used today" );
   206 		_LIT8(KEmailUsed, "You have already a Nokia account associated with this mobile number or email address.");	
   207 	_LIT8(KEmailUsed, "You have already a Nokia account associated with this mobile number or email address.");
   207 	}
   208 	}
   208 
   209 
   209 #endif // CONSPLUGIN_H
   210 #endif // CONSPLUGIN_H
   210 
   211