Revision: 7776
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7776&view=rev
Author:   dnaber
Date:     2012-07-29 13:27:15 +0000 (Sun, 29 Jul 2012)
Log Message:
-----------
[pt] new rules 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-07-29 13:24:30 UTC 
(rev 7775)
+++ trunk/JLanguageTool/src/rules/pt/grammar.xml        2012-07-29 13:27:15 UTC 
(rev 7776)
@@ -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.018 2012-07-27 01:08:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.019 2012-07-29 11:27: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";>
 
@@ -133,6 +133,22 @@
 
 
 
+    <!-- À ÚLTIMA DA HORA à última hora -->
+    <rule id="À_ÚLTIMA_DA_HORA" name="à última hora">
+      <pattern>
+        <token>à</token>
+        <token>última</token>
+        <token>da</token>
+        <token>hora</token>
+      </pattern>
+      <message>Substituir «à última da hora» por <suggestion>à última 
hora</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">Eles decidiram tudo <marker>à última da 
hora</marker>.</example>
+      <example type="correct">Eles decidiram tudo <marker>à última 
hora</marker>.</example>
+    </rule>
+
+
+
     <!-- ALÉM FRONTEIRAS além-fronteiras -->
     <rule id="ALÉM_FRONTEIRAS" name="além-fronteiras">
       <pattern>
@@ -739,6 +755,20 @@
 
 
 
+    <!-- PARA FICA para ficar -->
+    <rule id="PARA_FICA" name="para ficar">
+      <pattern>
+        <token>para</token>
+        <token>fica</token>
+      </pattern>
+      <message>Substituir «para fica» por <suggestion>para 
ficar</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">Esforça-te <marker>para fica</marker> 
bem.</example>
+      <example type="correct">Esforça-te <marker>para ficar</marker> 
bem.</example>
+    </rule>
+
+
+
     <!-- PEDIR UM CONCELHO pedir um conselho -->
     <rule id="PEDIR_UM_CONCELHO" name="pedir um conselho">
       <pattern>
@@ -783,6 +813,20 @@
 
 
 
+    <!-- PRÉ AVISO pré-aviso -->
+    <rule id="PRÉ_AVISO" name="pré-aviso">
+      <pattern>
+        <token>pré</token>
+        <token>aviso</token>
+      </pattern>
+      <message>Substituir «pré aviso» por 
<suggestion>pré-aviso</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">O período de <marker>pré aviso</marker> é de 
uma semana.</example>
+      <example type="correct">O período de <marker>pré-aviso</marker> é de uma 
semana.</example>
+    </rule>
+
+
+
     <!-- QUANDO PODER quando puder -->
     <rule id="QUANDO_PODER" name="quando puder">
       <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