LocalizedData/en/Bca.Text.psd1

@{
    Global                      = @{
        Debug = @{
            Entering = "Entering '{0}'"
            Leaving  = "Leaving '{0}'"
        }
    }

    ImportModule                = @{
        Error = @{
            ImportError = @{
                Message = "Failed to import function '{0}': {1}"
                Target  = "Function"
            }
        }
    }

    Choice = @{
        YourAnswer = "Your answer"
        Default    = "(default is ""{0}"")"
        Help       = "Help"
        TypeHelp   = "(type ""{0}"" for help)"
    }
}