merged branch danielcsgomes/master (PR #5374)

Commits
-------

f52e6df minor correction

Discussion
----------

[Form][Validators] Portuguese translation correction

Minor portuguese translation correction and changed the source of id 30 to match the english version.
This commit is contained in:
Fabien Potencier 2012-08-29 07:42:57 +02:00
commit 24a00b5669
1 changed files with 3 additions and 3 deletions

View File

@ -4,15 +4,15 @@
<body>
<trans-unit id="28">
<source>This form should not contain extra fields.</source>
<target>Este grupo de campos não deveria conter campos adicionais.</target>
<target>Este formulário não deveria conter campos extra.</target>
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file.</source>
<target>O arquivo enviado é muito grande. Por favor, tente enviar um ficheiro mais pequeno.</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid.</source>
<target>O token CSRF é inválido.</target>
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
<target>O token CSRF é inválido. Por favor submeta o formulário novamente.</target>
</trans-unit>
</body>
</file>