Revision: 7826
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7826&view=rev
Author:   dnaber
Date:     2012-08-10 17:18:27 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
[pt] rule update by Marco A.G.Pinto

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

Modified: trunk/JLanguageTool/src/rules/pt/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/pt/grammar.xml        2012-08-10 08:05:20 UTC 
(rev 7825)
+++ trunk/JLanguageTool/src/rules/pt/grammar.xml        2012-08-10 17:18:27 UTC 
(rev 7826)
@@ -21,7 +21,7 @@
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 
-$Id: grammar.xml,v 1.019 2012-07-29 11:27:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.020 2012-08-10 11:38:00 marcoagpinto Exp $
 -->
 <rules lang="pt" xsi:noNamespaceSchemaLocation="../rules.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
@@ -552,6 +552,21 @@
 
 
 
+    <!-- E MAS TARDE e mais tarde -->
+    <rule id="E_MAS_TARDE" name="e mais tarde">
+      <pattern>
+        <token>e</token>
+        <token>mas</token>
+        <token>tarde</token>
+      </pattern>
+      <message>Substituir «e mas tarde» por <suggestion>e mais 
tarde</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">As mulheres engravidam menos <marker>e mas 
tarde</marker>.</example>
+      <example type="correct">As mulheres engravidam menos <marker>e mais 
tarde</marker>.</example>
+    </rule>
+
+
+
     <!-- FIM DE SEMANA fim-de-semana -->
     <rule id="FIM_DE_SEMANA" name="fim-de-semana">
       <pattern>
@@ -727,6 +742,20 @@
 
 
 
+    <!-- O CONTROLE o controlo -->
+    <rule id="O_CONTROLE" name="o controlo">
+      <pattern>
+        <token>o</token>
+        <token>controle</token>
+      </pattern>
+      <message>Substituir «o controle» por <suggestion>o 
controlo</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">Perderam <marker>o controle</marker> da 
situação.</example>
+      <example type="correct">Perderam <marker>o controlo</marker> da 
situação.</example>
+    </rule>
+
+
+
     <!-- O O -->
     <rule id="O_O" name="o">
       <pattern>

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to