en-us/stringsFlowControl.psd1

@{
    # Invoke-PSFProtectedCommand
    'FlowControl.Invoke-PSFProtectedCommand.Confirmed' = 'Execution Confirmed: {0}'
    'FlowControl.Invoke-PSFProtectedCommand.Denied'    = 'Execution Denied: {0}'
    'FlowControl.Invoke-PSFProtectedCommand.Failed'    = 'Failed to: {0}'
    'FlowControl.Invoke-PSFProtectedCommand.Retry'       = 'Failed {0} / {1} attempts, trying again: {2}'
    'FlowControl.Invoke-PSFProtectedCommand.Success'   = 'Execution Successful: {0}'
}