r2LcpDialogPrompt method
Implementation
String r2LcpDialogPrompt(String provider) => Intl.message(
"This publication is protected by Readium LCP.\n"
"In order to open it, we need to know the passphrase required by: \n$provider.\n"
"To help you remember it, the following hint is available:",
name: 'r2_lcp_dialog_prompt',
args: [provider],
locale: locale.toString(),
);