diff options
author | Restless-ET <restless86@gmail.com> | 2015-04-22 16:50:37 +0100 |
---|---|---|
committer | Restless-ET <restless86@gmail.com> | 2015-04-22 16:50:37 +0100 |
commit | 448c71dc654f2996835007f172ead30c742e3921 (patch) | |
tree | d3e89e844e19d8b29031b0dbd7d2b0d158bc5f9b | |
parent | 0233adf28c0dc2f502a2d20541934ac9c588bb0b (diff) | |
download | symfony-security-448c71dc654f2996835007f172ead30c742e3921.zip symfony-security-448c71dc654f2996835007f172ead30c742e3921.tar.gz symfony-security-448c71dc654f2996835007f172ead30c742e3921.tar.bz2 |
Fix Portuguese (Portugal) translation for Security
-rw-r--r-- | Resources/translations/security.pt_PT.xlf | 6 |
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> |