en-us/strings.psd1

# This is where the strings go, that are written by
# Write-PSFMessage, Stop-PSFFunction or the PSFramework validation scriptblocks
@{
    'APICall.Add-SMAXComment'               = '#{0}: adding {1} comments to entity {2} of type {3}'
    'APICall.Get-SMAXEntity'                = '#{0}: Query Entity Type {1}, Layout Properties:{2}, Filter {2}'
    'APICall.Paging'                        = '#{0}: Paging: {1}/{2} items processed'
    'APICall.Get-SMAXComment'               = '#{0}: Get Comments for {1} #{2}'
    'APICall.Get-SMAXUserOption'            = '#{0}: Query definition of useroption {1}'
    'APICall.Get-SMAXMetaEntityDescription' = '#{0}: Query entitiy definitions'
    'APICall.Invoke-SMAXBulk'               = '#{0}: Bulk {1}, Entity Count:{2}'
    'APICall.Edit-SMAXAssociation'          = '#{0}: Bulk association {1}, relationship Count:{2}'
    'APICall.Update-SMAXComment'            = '#{0}: updating comment {1} on entity {2} of type {3}'
    'APICall.Remove-SMAXComment'            = '#{0}: removing comment {1} on entity {2} of type {3}'
    'APICall.Publish-SMAXAttachement'           = '#{0}: uploading file {1} as an attachement'
}