letresult=createExplanationLabel(text:NSLocalizedString("Please save the seed below in a safe location. It can be used to restore your account if you lose access, or to migrate to a new device.",comment:""))
"Please save the seed below in a safe location. It can be used to restore your account if you lose access, or to migrate to a new device." = "Please save the seed below in a safe location. It can be used to restore your account if you lose access, or to migrate to a new device.";
"Restore your account by entering your seed below." = "Restore your account by entering your seed below.";
"Copy" = "Copy";
"Copied ✓" = "Copied ✓";
"Restore Using Mnemonic" = "Restore Using Mnemonic";
"Restore Using Seed" = "Restore Using Seed";
"Register" = "Register";
"Enter Your Mnemonic" = "Enter Your Mnemonic";
"Enter Your Seed" = "Enter Your Seed";
"Register a New Account" = "Register a New Account";
"Restore" = "Restore";
"Something went wrong. Please check your mnemonic and try again." = "Something went wrong. Please check your mnemonic and try again.";
"Looks like you didn't enter enough words. Please check your mnemonic and try again." = "Looks like you didn't enter enough words. Please check your mnemonic and try again.";
"You seem to be missing the last word of your mnemonic. Please check what you entered and try again." = "You seem to be missing the last word of your mnemonic. Please check what you entered and try again.";
"There appears to be an invalid word in your mnemonic. Please check what you entered and try again." = "There appears to be an invalid word in your mnemonic. Please check what you entered and try again.";
"Your mnemonic couldn't be verified. Please check what you entered and try again." = "Your mnemonic couldn't be verified. Please check what you entered and try again.";
"Something went wrong. Please check your seed and try again." = "Something went wrong. Please check your seed and try again.";
"Looks like you didn't enter enough words. Please check your seed and try again." = "Looks like you didn't enter enough words. Please check your seed and try again.";
"You seem to be missing the last word of your seed. Please check what you entered and try again." = "You seem to be missing the last word of your seed. Please check what you entered and try again.";
"There appears to be an invalid word in your seed. Please check what you entered and try again." = "There appears to be an invalid word in your seed. Please check what you entered and try again.";
"Your seed couldn't be verified. Please check what you entered and try again." = "Your seed couldn't be verified. Please check what you entered and try again.";
case.generic:returnNSLocalizedString("Something went wrong. Please check your mnemonic and try again.",comment:"")
case.inputTooShort:returnNSLocalizedString("Looks like you didn't enter enough words. Please check your mnemonic and try again.",comment:"")
case.missingLastWord:returnNSLocalizedString("You seem to be missing the last word of your mnemonic. Please check what you entered and try again.",comment:"")
case.invalidWord:returnNSLocalizedString("There appears to be an invalid word in your mnemonic. Please check what you entered and try again.",comment:"")
case.verificationFailed:returnNSLocalizedString("Your mnemonic couldn't be verified. Please check what you entered and try again.",comment:"")
case.generic:returnNSLocalizedString("Something went wrong. Please check your seed and try again.",comment:"")
case.inputTooShort:returnNSLocalizedString("Looks like you didn't enter enough words. Please check your seed and try again.",comment:"")
case.missingLastWord:returnNSLocalizedString("You seem to be missing the last word of your seed. Please check what you entered and try again.",comment:"")
case.invalidWord:returnNSLocalizedString("There appears to be an invalid word in your seed. Please check what you entered and try again.",comment:"")
case.verificationFailed:returnNSLocalizedString("Your seed couldn't be verified. Please check what you entered and try again.",comment:"")