From 963a1d7b81b4c083d031b629a8bfb933fdf6eea8 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 15 Jul 2012 15:23:53 +0200 Subject: [PATCH] [Security] Add initial translations for the exceptions --- .../Resources/translations/exceptions.en.xlf | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/Symfony/Component/Security/Resources/translations/exceptions.en.xlf diff --git a/src/Symfony/Component/Security/Resources/translations/exceptions.en.xlf b/src/Symfony/Component/Security/Resources/translations/exceptions.en.xlf new file mode 100644 index 000000000000..a14ec4b3140e --- /dev/null +++ b/src/Symfony/Component/Security/Resources/translations/exceptions.en.xlf @@ -0,0 +1,55 @@ + + + + + + security.exception.authentication_exception + An authentication exception occured. + + + security.exception.authentication_credentials_not_found_exception + Authentication credentials could not be found. + + + security.exception.authentication_service_exception + Authentication request could not be processed due to a system problem. + + + security.exception.bad_credentials_exception + Invalid credentials. + + + security.exception.cookie_theft_exception + Cookie has already been used by someone else. + + + security.exception.insufficient_authentication_exception + Not priviliged to request the resource. + + + security.exception.invalid_csrf_token_exception + Invalid CSRF token. + + + security.exception.nonce_expired_exception + Digest nonce has expired. + + + security.exception.provider_not_found_exception + No authentication provider found to support the authentication token. + + + security.exception.session_unavailable_exception + No session available. + + + security.exception.token_not_found_exception + No token could be found. + + + security.exception.username_not_found_exception + Username could not be found. + + + +