📄 user-error.html.tmpl
字号:
[% ELSIF error == "illegal_email_address" %] [% title = "Invalid Email Address" %] The e-mail address you entered (<b>[% addr FILTER html %]</b>) didn't pass our syntax checking for a legal email address. [%+ Param('emailregexpdesc') %] It must also not contain any of these special characters: <tt>\ ( ) & < > , ; : " [ ]</tt>, or any whitespace. [% ELSIF error == "illegal_frequency" %] [% title = "Too Frequent" %] Unless you are an administrator, you may not create series which are run more often than once every [% minimum FILTER html %] days. [% ELSIF error == "illegal_group_control_combination" %] [% title = "Your Group Control Combination Is Illegal" %] Your group control combination for group " [% groupname FILTER html %]" is illegal. [% ELSIF error == "illegal_is_obsolete" %] [% title = "Your Search Makes No Sense" %] The only legal values for the <em>Attachment is obsolete</em> field are 0 and 1. [% ELSIF error == "illegal_query_name" %] [% title = "Illegal Search Name" %] The name of your search cannot contain any of the following characters: <, >, &. [% ELSIF error == "illegal_series_creation" %] You are not authorised to create series. [% ELSIF error == "illegal_series_edit" %] You are not authorised to edit this series. To do this, you must either be its creator, or an administrator. [% ELSIF error == "insufficient_data" %] [% title = "Insufficient Data" %] None of the series you selected have any data associated with them, so a chart cannot be plotted. [% ELSIF error == "insufficient_data_points" %] We don't have enough data points to make a graph (yet). [% ELSIF error == "insufficient_privs_for_multi" %] [% title = "Insufficient Privileges" %] Sorry, you do not have sufficient privileges to edit multiple [% terms.bugs %]. [% ELSIF error == "invalid_attach_id" %] [% title = "Invalid Attachment ID" %] The attachment id [% attach_id FILTER html %] is invalid. [% ELSIF error == "invalid_bug_id_non_existent" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] [% terms.Bug %] #[% bug_id FILTER html %] does not exist. [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] [% IF bug_id %] '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number [% IF Param("usebugaliases") %] nor an alias to [% terms.abug %] number [% END %]. [% ELSE %] [% IF field %] The '[% field_descs.$field FILTER html %]' field cannot be empty. [% END %] You must enter a valid [% terms.bug %] number! [% END %] <noscript> If you are trying to use QuickSearch, you need to enable JavaScript in your browser. </noscript> [% ELSIF error == "invalid_changedsince" %] [% title = "Invalid 'Changed Since'" %] The 'changed since' value, '[% changedsince FILTER html %]', must be an integer >= 0. [% ELSIF error == "invalid_content_type" %] [% title = "Invalid Content-Type" %] The content type <em>[% contenttype FILTER html %]</em> is invalid. Valid types must be of the form <em>foo/bar</em> where <em>foo</em> is either <em>application, audio, image, message, model, multipart, text,</em> or <em>video</em>. [% ELSIF error == "invalid_context" %] [% title = "Invalid Context" %] The context [% context FILTER html %] is invalid (must be a number, "file" or "patch"). [% ELSIF error == "invalid_format" %] [% title = "Invalid Format" %] The format "[% format FILTER html %]" is invalid (must be one of [% FOREACH my_format = formats %] "[% my_format FILTER html %]" [% END %] ). [% ELSIF error == "invalid_maxrows" %] [% title = "Invalid Max Rows" %] The maximum number of rows, '[% maxrows FILTER html %]', must be a positive integer. [% ELSIF error == "invalid_product_name" %] [% title = "Invalid Product Name" %] The product name '[% product FILTER html %]' is invalid or does not exist. [% ELSIF error == "invalid_username" %] [% title = "Invalid Username" %] The name <tt>[% name FILTER html %]</tt> is not a valid username. Either you misspelled it, or the person has not registered for a [% terms.Bugzilla %] account. [% ELSIF error == "invalid_username_or_password" %] [% title = "Invalid Username Or Password" %] The username or password you entered is not valid. [% ELSIF error == "keyword_access_denied" %] [% title = "Access Denied" %] Sorry, you aren't a member of the 'editkeywords' group, and so you aren't allowed to add, modify or delete keywords. [% ELSIF error == "keyword_already_exists" %] [% title = "Keyword Already Exists" %] A keyword with the name [% name FILTER html %] already exists. [% ELSIF error == "keyword_blank_description" %] [% title = "Blank Keyword Description Not Allowed" %] You must enter a non-blank description for the keyword. [% ELSIF error == "keyword_blank_name" %] [% title = "Blank Keyword Name Not Allowed" %] You must enter a non-blank name for the keyword. [% ELSIF error == "keyword_invalid_name" %] [% title = "Invalid Keyword Name" %] You may not use commas or whitespace in a keyword name. [% ELSIF error == "login_needed_for_password_change" %] [% title = "Login Name Required" %] You must enter a login name when requesting to change your password. [% ELSIF error == "milestone_required" %] [% title = "Milestone Required" %] You must determine a target milestone for [% terms.bug %] [%+ bug_id FILTER html %] if you are going to accept it. Part of accepting [% terms.abug %] is giving an estimate of when it will be fixed. [% ELSIF error == "misarranged_dates" %] [% title = "Misarranged Dates" %] Your start date ([% datefrom FILTER html %]) is after your end date ([% dateto FILTER html %]). [% ELSIF error == "missing_attachment_description" %] [% title = "Missing Attachment Description" %] You must enter a description for the attachment. [% ELSIF error == "missing_category" %] [% title = "Missing Category" %] You did not specify a category for this series. [% ELSIF error == "missing_content_type" %] [% title = "Missing Content-Type" %] You asked [% terms.Bugzilla %] to auto-detect the content type, but your browser did not specify a content type when uploading the file, so you must enter a content type manually. [% ELSIF error == "missing_content_type_method" %] [% title = "Missing Content-Type Determination Method" %] You must choose a method for determining the content type, either <em>auto-detect</em>, <em>select from list</em>, or <em>enter manually</em>. [% ELSIF error == "missing_cookie" %] [% title = "Missing Cookie" %] Sorry, I seem to have lost the cookie that recorded the results of your last search. I'm afraid you will have to start again on the <a href="query.cgi">search page</a>. [% ELSIF error == "missing_datasets" %] [% title = "No Datasets Selected" %] You must specify one or more datasets to plot. [% ELSIF error == "missing_email_type" %] [% title = "Your Search Makes No Sense" %] You must specify one or more fields in which to search for <tt>[% email FILTER html %]</tt>. [% ELSIF error == "missing_frequency" %] [% title = "Missing Frequency" %] You did not specify a valid frequency for this series. [% ELSIF error == "missing_name" %] [% title = "Missing Name" %] You did not specify a name for this series. [% ELSIF error == "missing_query" %] [% title = "Missing Search" %] The search named <em>[% queryname FILTER html %]</em> does not exist. [% ELSIF error == "must_be_patch" %] [% title = "Attachment Must Be Patch" %] Attachment #[% attach_id FILTER html %] must be a patch. [% ELSIF error == "missing_subcategory" %] [% title = "Missing Subcategory" %] You did not specify a subcategory for this series. [% ELSIF error == "need_component" %] [% title = "Component Required" %] You must specify a component to help determine the new owner of these [% terms.bugs %]. [% ELSIF error == "need_product" %] [% title = "Product Required" %] You must specify a product to help determine the new owner of these [% terms.bugs %]. [% ELSIF error == "need_quip" %] [% title = "Quip Required" %] Please enter a quip in the text field. [% ELSIF error == "new_password_missing" %] [% title = "New Password Missing" %] You must enter a new password. [% ELSIF error == "no_axes_defined" %] [% title = "No Axes Defined" %] You didn't define any axes to plot. [% ELSIF error == "no_bugs_chosen" %] [% title = BLOCK %]No [% terms.Bugs %] Chosen[% END %] You apparently didn't choose any [% terms.bugs %] to modify. [% ELSIF error == "no_component_change_for_multiple_products" %] [% title = "Action Not Permitted" %] You cannot change the component for a list of [% terms.bugs %] covering more than one product. [% ELSIF error == "no_components" %] [% title = "No Components" %] Sorry; there needs to be at least one component for this product in order to create a new [% terms.bug %]. [% IF UserInGroup("editcomponents") %] <a href="editcomponents.cgi?product=[% product FILTER url_quote %]">Create a new component</a>. [% ELSE %] Please contact [% Param("maintainer") %], giving the name of the product in which you tried to create a new [% terms.bug %]. [% END %] [% ELSIF error == "no_dupe_stats" %] [% title = "Cannot Find Duplicate Statistics" %] There are no duplicate statistics for today ([% today FILTER html %]) 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 FILTER html %] days ago ([% whenever FILTER html %])'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 FILTER html %]),
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -