|
|
|
|
@ -1430,16 +1430,16 @@
|
|
|
|
|
"VERIFICATION_PHONE_NUMBER_FORMAT" = "Enter the verification code we sent to %@.";
|
|
|
|
|
|
|
|
|
|
/* Format for info message indicating that the verification state was unverified on this device. Embeds {{user's name or phone number}}. */
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_NOT_VERIFIED_LOCAL" = "You unverified %@.";
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_NOT_VERIFIED_LOCAL" = "You marked %@ as not verified.";
|
|
|
|
|
|
|
|
|
|
/* Format for info message indicating that the verification state was unverified on another device. Embeds {{user's name or phone number}}. */
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_NOT_VERIFIED_OTHER_DEVICE" = "You unverified %@ on another device.";
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_NOT_VERIFIED_OTHER_DEVICE" = "You marked %@ as not verified on another device.";
|
|
|
|
|
|
|
|
|
|
/* Format for info message indicating that the verification state was verified on this device. Embeds {{user's name or phone number}}. */
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_VERIFIED_LOCAL" = "You verified %@.";
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_VERIFIED_LOCAL" = "You marked %@ as verified.";
|
|
|
|
|
|
|
|
|
|
/* Format for info message indicating that the verification state was verified on another device. Embeds {{user's name or phone number}}. */
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_VERIFIED_OTHER_DEVICE" = "You verified %@ on another device.";
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_FORMAT_VERIFIED_OTHER_DEVICE" = "You marked %@ as verified on another device.";
|
|
|
|
|
|
|
|
|
|
/* Generic message indicating that verification state changed for a given user. */
|
|
|
|
|
"VERIFICATION_STATE_CHANGE_GENERIC" = "Verification state changed.";
|
|
|
|
|
|