From 5bce643edb4e317ec77897352e198adae16a857a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Tue, 14 Jun 2005 20:54:57 +0000 Subject: [PATCH] added german translation for inline.conditional.avoid --- .../tools/checkstyle/checks/coding/messages_de.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties index 83b92ae15..42f02500d 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties @@ -18,6 +18,7 @@ illegal.catch=Catch von ''{0}'' ist nicht erlaubt. illegal.token=Benutzung von ''{0}'' ist nicht erlaubt. illegal.token.text=Tokentext entspricht dem Muster ''{0}''. illegal.type=Deklaration von Variablen, Rückgabewerten oder Parametern des Typs ''{0}'' is nicht erlaubt. +inline.conditional.avoid=Der Bedingungsoperator sollte vermieden werden. instantiation.avoid=Instantiierung von {0} sollte vermieden werden. junit.method.name=Die Methode ''{0}'' sollte zu ''{1}'' umbenannt werden. junit.method.return.type=Die Methode ''{0}'' muss den Rückgabetyp {1} haben.