r2LcpDialogPrompt method

String r2LcpDialogPrompt(
  1. String provider
)

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(),
    );