(function (Translator) {
// en
Translator.add("An authentication exception occurred.", "An authentication exception occurred.", "security", "en");
Translator.add("Authentication credentials could not be found.", "Authentication credentials could not be found.", "security", "en");
Translator.add("Authentication request could not be processed due to a system problem.", "Authentication request could not be processed due to a system problem.", "security", "en");
Translator.add("Invalid credentials.", "Invalid credentials.", "security", "en");
Translator.add("Cookie has already been used by someone else.", "Cookie has already been used by someone else.", "security", "en");
Translator.add("Not privileged to request the resource.", "Not privileged to request the resource.", "security", "en");
Translator.add("Invalid CSRF token.", "Invalid CSRF token.", "security", "en");
Translator.add("Digest nonce has expired.", "Digest nonce has expired.", "security", "en");
Translator.add("No authentication provider found to support the authentication token.", "No authentication provider found to support the authentication token.", "security", "en");
Translator.add("No session available, it either timed out or cookies are not enabled.", "No session available, it either timed out or cookies are not enabled.", "security", "en");
Translator.add("No token could be found.", "No token could be found.", "security", "en");
Translator.add("Username could not be found.", "Username could not be found.", "security", "en");
Translator.add("Account has expired.", "Account has expired.", "security", "en");
Translator.add("Credentials have expired.", "Credentials have expired.", "security", "en");
Translator.add("Account is disabled.", "Account is disabled.", "security", "en");
Translator.add("Account is locked.", "Account is locked.", "security", "en");
})(Translator);
|