Navigation Menu

Skip to content

Commit

Permalink
[Security] Add initial translations for the exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
asm89 committed Jan 7, 2013
1 parent ed6eed4 commit 963a1d7
Showing 1 changed file with 55 additions and 0 deletions.
@@ -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>

0 comments on commit 963a1d7

Please sign in to comment.