Added keys for TranslationCheck. Still requires true translation.

This commit is contained in:
Rick Giles 2003-05-06 09:40:35 +00:00
parent 9a9e7318a3
commit d025e33b24
3 changed files with 15 additions and 0 deletions

View File

@ -77,3 +77,8 @@ simplify.boolreturn=Konditionaalilogiikan voisi poistaa.
doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided.
design.forInheritance=Method ''{0}'' is not designed for inheritance - needs to be abstract, final or empty.
final.class=Class {0} should be declared as final
missing.switch.default=switch without \"default\" clause
empty.statement=Empty statement.

View File

@ -77,3 +77,8 @@ simplify.boolreturn=Supprimez la logique conditionnelle.
doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided.
design.forInheritance=Method ''{0}'' is not designed for inheritance - needs to be abstract, final or empty.
final.class=Class {0} should be declared as final
missing.switch.default=switch without \"default\" clause
empty.statement=Empty statement.

View File

@ -77,3 +77,8 @@ simplify.boolreturn=A l
doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided.
design.forInheritance=Method ''{0}'' is not designed for inheritance - needs to be abstract, final or empty.
final.class=Class {0} should be declared as final
missing.switch.default=switch without \"default\" clause
empty.statement=Empty statement.