From 929dc770ef51ec0e9080a62b49e2df7d8720aec4 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Fri, 23 May 2003 00:24:22 +0000 Subject: [PATCH] Removed messages that were in English. --- .../tools/checkstyle/checks/messages_fi.properties | 12 ------------ .../tools/checkstyle/checks/messages_fr.properties | 13 ------------- .../tools/checkstyle/checks/messages_pt.properties | 12 ------------ 3 files changed, 37 deletions(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties index ba49b3571..656169696 100755 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties @@ -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. diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties index 4e53eae36..d4d7109ad 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties @@ -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. diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties index 6264e2e6b..ba45e98a9 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties @@ -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.