[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # header_done: boolean. True if the header has already been printed. # error: string. The tag of the error, or the error message to be displayed # (deprecated). May contain HTML if it's an error message. #%] [%# This is a list of all the possible user errors. Please keep them in # alphabetical order by error tag, and leave a blank line between errors. #%] [% DEFAULT title = "Error" %] [% error_message = BLOCK %] [% IF error == "aaa_example_error_tag" %] [% title = "Example Error" %] This is an example error. The title is set above. This text is the body of the error. It can contain arbitrary HTML, and also references to any [% parameters %] which you may have set before calling ThrowUserError. [% ELSIF error == "account_disabled" %] [% title = "Account Disabled" %] [% disabledreason %]
If you believe your account should be restored, please send email to [% Param("maintainer") %] explaining why. [% ELSIF error == "account_exists" %] [% title = "Account Already Exists" %] That account already exists. [% ELSIF error == "alias_has_comma_or_space" %] [% title = "Invalid Characters In Alias" %] The alias you entered, [% alias FILTER html %], contains one or more commas or spaces. Aliases cannot contain commas or spaces because those characters are used to separate aliases from each other in lists. Please choose another alias that does not contain commas and spaces. [% ELSIF error == "alias_in_use" %] [% title = "Alias In Use" %] [% bug_link %] has already taken the alias [% alias FILTER html %]. Please choose another one. [% ELSIF error == "alias_is_numeric" %] [% title = "Alias Is Numeric" %] You tried to give this bug the alias [% alias FILTER html %], but aliases cannot be merely numbers, since they could then be confused with bug IDs. Please choose another alias containing at least one letter. [% ELSIF error == "alias_too_long" %] [% title = "Alias Too Long" %] Bug aliases cannot be longer than 20 characters. Please choose a shorter alias. [% ELSIF error == "buglist_parameters_required" %] [% title = "Parameters Required" %] [% url = "query.cgi" %] [% link = "Please use the search form to specify some search criteria." %] This script is not meant to be invoked without any search terms. [% ELSIF error == "bugs_not_changed" %] [% title = "Bugs Not Changed" %] Um, you apparently did not change anything on the selected bugs. [% ELSIF error == "comment_required" %] [% title = "Comment Required" %] You have to specify a comment on this change. Please give some words on the reason for your change. [% ELSIF error == "dependency_loop_multi" %] [% title = "Dependency Loop Detected" %] The following bug(s) would appear on both the "depends on" and "blocks" parts of the dependency tree if these changes are committed: [% both %]. This would create a circular dependency, which is not allowed. [% ELSIF error == "dependency_loop_single" %] [% title = "Dependency Loop Detected" %] You can't make a bug blocked or dependent on itself. [% ELSIF error == "dupe_invalid_bug_id" %] [% title = "Valid Bug Number Required" %] You must specify a valid bug number of which this bug is a duplicate. The bug has not been changed. [% ELSIF error == "dupe_of_self_disallowed" %] [% title = "Nice Try..." %] Nice try, [% user.login FILTER html %], but it doesn't really make sense to mark a bug as a duplicate of itself, does it? [% ELSIF error == "illegal_at_least_x_votes" %] [% title = "Your Query Makes No Sense" %] The At least ___ votes field must be a simple number. You entered [% value FILTER html %], which isn't. [% ELSIF error == "illegal_attachment_is_patch" %] [% title = "Your Query Makes No Sense" %] The only legal values for the Attachment is patch field are 0 and 1. [% ELSIF error == "illegal_change" %] You tried to change the [% field %] field from [% oldvalue FILTER html %] to [% newvalue FILTER html %], but only the owner or submitter of the bug, or a sufficiently empowered user, may change that field. [% ELSIF error == "illegal_changed_in_last_x_days" %] [% title = "Your Query Makes No Sense" %] The Changed in last ___ days field must be a simple number. You entered [% value FILTER html %], which isn't. [% ELSIF error == "illegal_date" %] [% title = "Your Query Makes No Sense" %] '[% date %]' is not a legal date. [% ELSIF error == "illegal_email_address" %] [% title = "Invalid Email Address" %] The e-mail address you entered([% addr FILTER html %]) didn't pass our syntax checking for a legal email address. [% Param('emailregexpdesc') %] It must also not contain any of these special characters: \ ( ) & < > , ; : " [ ], or any whitespace. [% ELSIF error == "illegal_is_obsolete" %] [% title = "Your Query Makes No Sense" %] The only legal values for the Attachment is obsolete field are 0 and 1. [% ELSIF error == "invalid_bug_id" %] [% title = "Invalid Bug ID" %] The bug id [% bug_id FILTER html %] is invalid. [% ELSIF error == "invalid_username" %] [% title = "Invalid Username" %] The name [% name FILTER html %] is not a valid username. Either you misspelled it, or the person has not registered for a Bugzilla account. [% ELSIF error == "milestone_required" %] [% title = "Milestone Required" %] You must determine a target milestone for bug [% bug_id %] if you are going to accept it. Part of accepting a bug is giving an estimate of when it will be fixed. [% ELSIF error == "missing_email_type" %] [% title = "Your Query Makes No Sense" %] You must specify one or more fields in which to search for [% email %]. [% ELSIF error == "need_component" %] [% title = "Component Required" %] You must specify a component to help determine the new owner of these bugs. [% ELSIF error == "need_product" %] [% title = "Product Required" %] You must specify a product to help determine the new owner of these bugs. [% ELSIF error == "no_bugs_chosen" %] [% title = "No Bugs Chosen" %] You apparently didn't choose any bugs to modify. [% ELSIF error == "no_dupe_stats" %] [% title = "Cannot Find Duplicate Statistics" %] There are no duplicate statistics for today ([% today %]) or yesterday. [% ELSIF error == "no_dupe_stats_error_today" %] [% title = "Error Reading Today's Dupes File" %] An error occurred opening today's dupes file: [% error_msg FILTER html %]. [% ELSIF error == "no_dupe_stats_error_whenever" %] [% title = "Error Reading Previous Dupes File" %] An error occurred opening $changedsince days ago ($whenever)'s dupes file: [% error_msg FILTER html %]. [% ELSIF error == "no_dupe_stats_error_yesterday" %] [% title = "Error Reading Yesterday's Dupes File" %] There are no duplicate statistics for today ([% today %]), and an error occurred opening yesterday's dupes file: [% error_msg FILTER html %]. [% ELSIF error == "page_not_found" %] [% title = "Page not found" %] The page you requested cannot be found. [% ELSIF error == "reassign_to_empty" %] [% title = "Illegal Reassignment" %] You cannot reassign to a bug to nobody. Unless you intentionally cleared out the "Reassign bug to" field, [% Param("browserbugmessage") %] [% ELSIF error == "unknown_keyword" %] [% title = "Unknown Keyword" %] [% keyword FILTER html %] is not a known keyword. The legal keyword names are listed here. [% ELSE %] [%# Cope with legacy calling convention, where "error" was the string # to print. #%] [% error %] [% END %] [% END %] [% UNLESS header_done %] [% PROCESS global/header.html.tmpl %] [% END %]
[% error_message %]

Please press Back and try again.

[% PROCESS global/footer.html.tmpl %]