'expiration_date_hint'=>'The date and time at which the subscription expires. Leave empty for an unlimited subscription.',
'submit_add'=>'Add subscription',
'submit_edit'=>'Edit subscription',
],
'form_link_add'=>[
'link'=>'Subscription page link',
'link_hint'=>'This will add a call to action in the website inviting listeners to subscribe to the podcast.',
'submit'=>'Save link',
],
'suspend_form'=>[
'disclaimer'=>'Suspending the subscription will restrict the subscriber from having access to the premium content. You will still be able to lift the suspension afterwards.',
'reason'=>'Reason',
'reason_placeholder'=>'Why are you suspending the subscription?',
"submit"=>'Suspend subscription',
],
'delete_form'=>[
'disclaimer'=>'Deleting {subscriber}\'s subscription will remove all analytics data associated with it.',
'understand'=>'I understand, remove the subscription permanently',
'submit'=>'Remove subscription',
],
'messages'=>[
'addSuccess'=>'New subscription added! A welcome email was sent to {subscriber}.',
'addError'=>'Subscription could not be added.',
'editSuccess'=>'Subscription expiry date was updated! An email was sent to {subscriber}.',
'editError'=>'Subscription could not be edited.',
'regenerateTokenSuccess'=>'Token regenerated! An email was sent to {subscriber} with the new token.',
'regenerateTokenError'=>'Token could not be regenerated.',
'deleteSuccess'=>'Subscription was removed! An email was sent to {subscriber}.',
'deleteError'=>'Subscription could not be removed.',
'suspendSuccess'=>'Subscription was suspended! An email was sent to {subscriber}.',
'suspendError'=>'Subscription could not be suspended.',