summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Resources/translations/exceptions.en.xlf55
1 files changed, 55 insertions, 0 deletions
diff --git a/Resources/translations/exceptions.en.xlf b/Resources/translations/exceptions.en.xlf
new file mode 100644
index 0000000..a14ec4b
--- /dev/null
+++ b/Resources/translations/exceptions.en.xlf
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
+ <file source-language="en" datatype="plaintext" original="file.ext">
+ <body>
+ <trans-unit id="1">
+ <source>security.exception.authentication_exception</source>
+ <target>An authentication exception occured.</target>
+ </trans-unit>
+ <trans-unit id="2">
+ <source>security.exception.authentication_credentials_not_found_exception</source>
+ <target>Authentication credentials could not be found.</target>
+ </trans-unit>
+ <trans-unit id="3">
+ <source>security.exception.authentication_service_exception</source>
+ <target>Authentication request could not be processed due to a system problem.</target>
+ </trans-unit>
+ <trans-unit id="4">
+ <source>security.exception.bad_credentials_exception</source>
+ <target>Invalid credentials.</target>
+ </trans-unit>
+ <trans-unit id="5">
+ <source>security.exception.cookie_theft_exception</source>
+ <target>Cookie has already been used by someone else.</target>
+ </trans-unit>
+ <trans-unit id="6">
+ <source>security.exception.insufficient_authentication_exception</source>
+ <target>Not priviliged to request the resource.</target>
+ </trans-unit>
+ <trans-unit id="7">
+ <source>security.exception.invalid_csrf_token_exception</source>
+ <target>Invalid CSRF token.</target>
+ </trans-unit>
+ <trans-unit id="8">
+ <source>security.exception.nonce_expired_exception</source>
+ <target>Digest nonce has expired.</target>
+ </trans-unit>
+ <trans-unit id="9">
+ <source>security.exception.provider_not_found_exception</source>
+ <target>No authentication provider found to support the authentication token.</target>
+ </trans-unit>
+ <trans-unit id="10">
+ <source>security.exception.session_unavailable_exception</source>
+ <target>No session available.</target>
+ </trans-unit>
+ <trans-unit id="11">
+ <source>security.exception.token_not_found_exception</source>
+ <target>No token could be found.</target>
+ </trans-unit>
+ <trans-unit id="12">
+ <source>security.exception.username_not_found_exception</source>
+ <target>Username could not be found.</target>
+ </trans-unit>
+ </body>
+ </file>
+</xliff>