summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-04-27 14:43:05 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-04-27 14:43:05 +0200
commit79aa4b22c98c732296722724001cc985429f44fb (patch)
tree091119a0d518f532abe8d1c743d1380ccdb581d3
parent957136819fa019626b0f009152a53d094972bcdf (diff)
parent448c71dc654f2996835007f172ead30c742e3921 (diff)
downloadsymfony-security-79aa4b22c98c732296722724001cc985429f44fb.zip
symfony-security-79aa4b22c98c732296722724001cc985429f44fb.tar.gz
symfony-security-79aa4b22c98c732296722724001cc985429f44fb.tar.bz2
Merge branch '2.3' into 2.6
* 2.3: [DependencyInjection] Removed extra strtolower calls [Validator] Fixed Choice when an empty array is used in the "choices" option Fixed tests [StringUtil] Fixed singularification of 'selfies' Fix Portuguese (Portugal) translation for Security improved exception when missing required component CS: unalign = Show a better error when the port is in use CS: unalign => [FrameworkBundle] Check for 'xlf' instead of 'xliff' Add better phpdoc message for getListeners method of the EventDispatcher Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php src/Symfony/Bundle/TwigBundle/Command/LintCommand.php src/Symfony/Component/DependencyInjection/ContainerBuilder.php src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services11.php src/Symfony/Component/Validator/Constraints/ChoiceValidator.php
-rw-r--r--Resources/translations/security.pt_PT.xlf6
1 files changed, 3 insertions, 3 deletions
diff --git a/Resources/translations/security.pt_PT.xlf b/Resources/translations/security.pt_PT.xlf
index e661000..f2af13e 100644
--- a/Resources/translations/security.pt_PT.xlf
+++ b/Resources/translations/security.pt_PT.xlf
@@ -4,7 +4,7 @@
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
- <target>Ocorreu um excepção durante a autenticação.</target>
+ <target>Ocorreu uma excepção durante a autenticação.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
@@ -20,7 +20,7 @@
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
- <target>Este cookie já esta em uso.</target>
+ <target>Este cookie já está em uso.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
@@ -64,7 +64,7 @@
</trans-unit>
<trans-unit id="16">
<source>Account is locked.</source>
- <target>A conta esta trancada.</target>
+ <target>A conta está trancada.</target>
</trans-unit>
</body>
</file>