1################################################################################
2##
3##  ADOBE SYSTEMS INCORPORATED
4##  Copyright 2006-2007 Adobe Systems Incorporated
5##  All Rights Reserved.
6##
7##  NOTICE: Adobe permits you to use, modify, and distribute this file
8##  in accordance with the terms of the license agreement accompanying it.
9##
10################################################################################
11
12# Developer RTE Section
13
14# AbstractTarget
15
16charsInvalid=Error for filter '{0}': The following characters are not valid: []~$^&/(){}<>+=_-`!@#%?,:;'".
17charPlacement=Error for filter '{0}': '*' must be the right most character.
18
19# Log
20
21invalidTarget=Invalid target specified.
22invalidLen=Categories must be at least one character in length.
23invalidChars=Categories can not contain any of the following characters: []`~,!@#$%*^&()]{}+=|';?><./".
24
25# LogLogger
26
27levelLimit=Logging level cannot be set to LogEventLevel.ALL.
28