constSTRING_ERROR_TITLE_PUBKEY_NOT_PROVIDED="ERROR: Title or public key are not given !";
constFunction_STRING_WARNING_SAME_PUBKEY=(creator_pubkey)=>`BE CAREFUL! you entered the public key of viÄŸnette: ${creator_pubkey}. Is that what you want to do?`
constFunction_STRING_ERROR_INVALID_PUBKEY=(pubkey)=>`Public key ${pubkey} is not valid.`;
constFunction_STRING_ERROR_WRONG_CHECKSUM=(checksum,pubkey)=>`The checksum ${checksum} does not match the public key ${pubkey}. Please double-check the public key.`
constSTRING_ERROR_BROWSER_NOT_SUPPORTED="ERROR: Your browser is not supported."
constFunction_STRING_ERROR_PUBKEY_TOO_SHORT=(min_length)=>`ERROR: The public key is less than ${min_length} characters long.\n`