|
Class Summary |
| CantParseLineIssue |
This error is displayed if there's a line that does not represent a valid
line in a property file.
|
| DefinedTwiceDiffIssue |
This error is displayed in case you defined the same key twice with
different definitions.
|
| DefinedTwiceIssue |
This error is displayed in case you defined the same key twice.
|
| DifferentAttributeCountIssue |
This error is produced in case the number of arguments is different in the
reference and the localisation.
|
| IllegalPatternIssue |
This error is created if an attribute in the string is invalid
Example:
a=This is invalid {1
|
| NotInReferenceIssue |
This error is created if an attribute in the locatisation file does not
exist in the reference file
Example:
Reference:
ComplexName=Definition
Localisation:
CompleName=Translation
^^
Remark:
In case the severity of "TranslationMissing" is set to a value
different to "IGNORE", another message is displayed.
|
| NoTransAllowedIssue |
A key has been marked as not to be translated in the recerence file
Example:
Reference:
#-TRANS
copyright=© (2001-2005) CollabNet
Localisation:
==> copyright=© (2005) Famous hacker Inc.
|
| NotTranslatedIssue |
A key in the reference file has not been translated in the
localisation but is present.
|
| TranslatedTwiceDiffIssue |
The key described here is defined twice (or more) in the
localisation file.
|
| TranslatedTwiceIssue |
The key described here is defined twice (or more) with different
descriptions in the localisation file.
|
| TranslationMissingIssue |
A key in the reference file is not present in the
localisation file.
|
| TranslationRequiredIssue |
Translation is required.
|