diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-12 08:12:58 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-12 08:12:58 +0100 |
commit | 102cfe9753d8f3e74a59904733e5eb42a4ee2185 (patch) | |
tree | 7e6bef52718d90bcc0336cdd89b7b70ae0016287 | |
parent | 92602168d15c196b15d9c5ca270cab64effb0661 (diff) | |
parent | 62c0b4605592fdf8dfe5cd11a669b9736fcaac99 (diff) | |
download | symfony-security-102cfe9753d8f3e74a59904733e5eb42a4ee2185.zip symfony-security-102cfe9753d8f3e74a59904733e5eb42a4ee2185.tar.gz symfony-security-102cfe9753d8f3e74a59904733e5eb42a4ee2185.tar.bz2 |
merged branch alexolmos/patch-1 (PR #6712)
This PR was merged into the master branch.
Commits
-------
fb52d94 Update src/Symfony/Component/Security/Resources/translations/security.es_CA.xlf
Discussion
----------
Update src/Symfony/Component/Security/Resources/translations/security.es...
..._CA.xlf
-rw-r--r-- | Resources/translations/security.es_CA.xlf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/translations/security.es_CA.xlf b/Resources/translations/security.es_CA.xlf index 3fb8987..7ece260 100644 --- a/Resources/translations/security.es_CA.xlf +++ b/Resources/translations/security.es_CA.xlf @@ -36,7 +36,7 @@ </trans-unit> <trans-unit id="9"> <source>No authentication provider found to support the authentication token.</source> - <target>No s'ha trobat un proveidor d'autenticació que suporti el token d'autenticació.</target> + <target>No s'ha trobat un proveïdor d'autenticació que suporti el token d'autenticació.</target> </trans-unit> <trans-unit id="10"> <source>No session available, it either timed out or cookies are not enabled.</source> |