Removed messages that were in English.

This commit is contained in:
Oliver Burn 2003-05-23 00:24:22 +00:00
parent 9bb2ad91c9
commit 929dc770ef
3 changed files with 0 additions and 37 deletions

View File

@ -74,15 +74,3 @@ translation.missingKey=Käännösavain ''{0}'' puuttuu.
simplify.expression=Ilmaisua voisi yksinkertaistaa.
simplify.boolreturn=Konditionaalilogiikan voisi poistaa.
doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided.
design.forExtension=Method ''{0}'' is not designed for extension - 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.
magic.number=''{0}'' is a magic number.
interface.type=interfaces should describe a type and hence have methods.

View File

@ -58,7 +58,6 @@ mod.order=Le modifieur ''{0}'' n''est pas dans l''ordre sugg
block.noStmt=Le bloc doit contenir au moins une instruction.
block.empty=Bloc {0} vide.
block.nested=Avoid nested blocks.
maxParam=La méthode a plus de {0,number,integer} paramètres.
@ -74,15 +73,3 @@ translation.missingKey=Clef ''{0}'' manquante.
simplify.expression=L'expression peut-être simplifiée.
simplify.boolreturn=Supprimez la logique conditionnelle.
doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided.
design.forExtension=Method ''{0}'' is not designed for extension - 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.
magic.number=''{0}'' is a magic number.
interface.type=interfaces should describe a type and hence have methods.

View File

@ -74,15 +74,3 @@ translation.missingKey=Falta a chave ''{0}''.
simplify.expression=Expressão pode ser simplicada.
simplify.boolreturn=A lógica condicional deve ser removida.
doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided.
design.forExtension=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.
magic.number=''{0}'' is a magic number.
interface.type=interfaces should describe a type and hence have methods.