diff options
author | Ismael Ambrosi <ismaambrosi@gmail.com> | 2013-01-10 12:36:30 -0200 |
---|---|---|
committer | Ismael Ambrosi <ismaambrosi@gmail.com> | 2013-01-10 12:36:30 -0200 |
commit | 1bde74192eb875f51a4f4ddb0e0e43dd07667814 (patch) | |
tree | 354e18bebf9f200a8b6ece70a67d8eb9759922c5 | |
parent | 448ee0f41b204a439ed0762ad30258653b893462 (diff) | |
download | symfony-security-1bde74192eb875f51a4f4ddb0e0e43dd07667814.zip symfony-security-1bde74192eb875f51a4f4ddb0e0e43dd07667814.tar.gz symfony-security-1bde74192eb875f51a4f4ddb0e0e43dd07667814.tar.bz2 |
Fixed spanish typos
-rw-r--r-- | Resources/translations/security.es.xlf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Resources/translations/security.es.xlf b/Resources/translations/security.es.xlf index 525b954..3831ab2 100644 --- a/Resources/translations/security.es.xlf +++ b/Resources/translations/security.es.xlf @@ -16,7 +16,7 @@ </trans-unit> <trans-unit id="4"> <source>Invalid credentials.</source> - <target>Credenciales invalidas.</target> + <target>Credenciales inválidas.</target> </trans-unit> <trans-unit id="5"> <source>Cookie has already been used by someone else.</source> @@ -36,7 +36,7 @@ </trans-unit> <trans-unit id="9"> <source>No authentication provider found to support the authentication token.</source> - <target>No se encontro un proveedor de autenticación para soportar el token de autenticación.</target> + <target>No se encontró un proveedor de autenticación para soportar el token de autenticación.</target> </trans-unit> <trans-unit id="10"> <source>No session available, it either timed out or cookies are not enabled.</source> @@ -60,11 +60,11 @@ </trans-unit> <trans-unit id="15"> <source>Account is disabled.</source> - <target>La cuenta esta deshabilitada.</target> + <target>La cuenta está deshabilitada.</target> </trans-unit> <trans-unit id="16"> <source>Account is locked.</source> - <target>La cuenta esta bloqueada.</target> + <target>La cuenta está bloqueada.</target> </trans-unit> </body> </file> |