Revision: 6210
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6210&view=rev
Author:   janschreiber
Date:     2012-01-09 23:46:01 +0000 (Mon, 09 Jan 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/de/grammar.xml

Modified: trunk/JLanguageTool/src/rules/de/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-09 17:08:49 UTC 
(rev 6209)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-01-09 23:46:01 UTC 
(rev 6210)
@@ -7107,14 +7107,15 @@
       <example type="correct"><marker>Peters</marker> Bude.</example>
       <example type="incorrect"><marker>Peter's</marker> Bude.</example>
     </rule>
-    <rule id="PUNKT_UND_KLAMMER" name="Zeichensetzung: Punkt und Klammer">
+    <rule id="PUNKT_UND_KLAMMER" name="Zeichensetzung: Punkt und Klammer bei 
Aufzählungen, z.B. '1.)'" default="off">
+    <!-- Quelle: Hans Friedrich Ebel/Claus Bliefert, Bachelor-, Master- und 
Doktorarbeit. Wiley, ISBN 9783527324774 -->
       <pattern>
         <token postag="SENT_START"/>
         <token regexp="yes">[0-9]{1,2}</token>
         <token>.</token>
         <token>)</token>
       </pattern>
-      <message>Bitte verwenden Sie in Aufzählungen entweder Punkt oder 
Klammer, nicht beides: <suggestion>\2.</suggestion>; 
<suggestion>\2)</suggestion>.</message>
+      <message>Bitte verwenden Sie in Aufzählungen entweder Punkt oder 
Klammer, nicht beides: <suggestion>\2.</suggestion> oder 
<suggestion>\2)</suggestion>.</message>
       <example type="correct"><marker>1)</marker> Element der 
Aufzählung.</example>
       <example type="correct"><marker>2.</marker> Element der 
Aufzählung.</example>
       <example type="incorrect"><marker>3.)</marker> Element der 
Aufzählung.</example>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to