📄 user-error.html.tmpl
字号:
[% END %] ). [% ELSIF error == "invalid_group_ID" %] [% title = "Invalid group ID" %] The group you specified doesn't exist. [% ELSIF error == "invalid_group_name" %] [% title = "Invalid group name" %] The group you specified, [% name FILTER html %], is not valid here. [% ELSIF error == "invalid_maxrows" %] [% title = "Invalid Max Rows" %] The maximum number of rows, '[% maxrows FILTER html %]', must be a positive integer. [% ELSIF error == "invalid_parameter" %] [% title = "Invalid Parameter" %] The new value for [% name FILTER html %] is invalid: [% err FILTER html %]. [% ELSIF error == "invalid_product_name" %] [% title = "Invalid Product Name" %] The product name '[% product FILTER html %]' is invalid or does not exist. [% ELSIF error == "invalid_regexp" %] [% title = "Invalid regular expression" %] The regular expression you entered is invalid. [% ELSIF error == "invalid_user_group" %] [% title = "Invalid User Group" %] [% IF users.size > 1 %] Users [% ELSE %] User [% END %] '[% users.join(', ') FILTER html %]' [% IF users.size > 1 %] are [% ELSE %] is [% END %] not able to edit the [% IF product %] '[% product FILTER html %]' [% END %] [%+ field_descs.product FILTER html %] [% IF bug_id %] for [% terms.bug %] '[% bug_id FILTER html %]'. [% ELSIF new %] and may not be included on a new [% terms.bug %]. [% ELSE %] for at least one [% terms.bug %] being changed. [% END %] [% 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_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 == "local_file_too_large" %] [% title = "Local File Too Large" %] Local file uploads must not exceed [% Param('maxlocalattachment') %] MB in size. [% 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 == "login_required_for_pronoun" %] [% title = "Login Name Required" %] You can't use %user% without being logged in, because %user% refers to your login name, which we don't know. [% ELSIF error == "milestone_already_exists" %] [% title = "Milestone Already Exists" %] The milestone '[% name FILTER html %]' already exists for product ' [%- product FILTER html %]'. [% ELSIF error == "milestone_blank_name" %] [% title = "Blank Milestone Name Not Allowed" %] You must enter a name for this milestone. [% ELSIF error == "milestone_is_default" %] [% title = "Default milestone not deletable" %] Sorry, but [% name FILTER html %] is the default milestone for product '[% product FILTER html %]', and so it can not be deleted. [% ELSIF error == "milestone_name_too_long" %] [% title = "Milestone Name Is Too Long" %] The name of a milestone is limited to 20 characters. '[% name FILTER html %]' is too long ([% name.length %] characters). [% ELSIF error == "milestone_not_specified" %] [% title = "No Milestone Specified" %] No milestone specified when trying to edit milestones. [% ELSIF error == "milestone_not_valid" %] [% title = "Specified Milestone Does Not Exist" %] The milestone '[% milestone FILTER html %]' for product '[% product FILTER html %]' does not exist. [% 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 == "milestone_sortkey_invalid" %] [% title = "Invalid Milestone Sortkey" %] The sortkey '[% sortkey FILTER html %]' for milestone ' [% name FILTER html %]' is not in the range -32768 ≤ sortkey ≤ 32767. [% 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_component" %] [% title = "Missing Component" %] Sorry, the product <em>[% product FILTER html %]</em> has to have at least one component in order for you to enter [% terms.abug %] into it.<p> [% IF UserInGroup("editcomponents") %] <a href="editcomponents.cgi?action=add&product=[% product FILTER url_quote %]">Create a new component</a>. [% ELSE %] Please contact [% Param("maintainer") %] and ask them to add a component to this product. [% END %] [% 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 from 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 == "move_bugs_disabled" %] [% title = BLOCK %][% terms.Bug %] Moving Disabled[% END %] Sorry, [% terms.bug %] moving has been disabled. If you need to move [% terms.abug %], please contact [% Param("maintainer") %]. [% ELSIF error == "missing_subcategory" %] [% title = "Missing Subcategory" %] You did not specify a subcategory for this series. [% ELSIF error == "missing_version" %] [% title = "Missing Version" %] Sorry, the product <em>[% product FILTER html %]</em> has to have at least one version in order for you to enter [% terms.abug %] into it.<p> [% IF UserInGroup("editcomponents") %] <a href="editversions.cgi?action=add&product=[% product FILTER url_quote %]">Create a new version</a>. [% ELSE %] Please contact [% Param("maintainer") %] and ask them to add a version to this product. [% END %] [% 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_bug_ids" %] [% title = BLOCK %]No [% terms.Bugs %] Chosen[% END %] You didn't choose any [% terms.bugs %] to add to the saved search. [% 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_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 %]), and an error occurred opening yesterday's dupes file: [% error_msg FILTER html %]. [% ELSIF error == "no_new_quips" %] [% title = "No New Quips" %] This site does not permit the addition of new quips. [% ELSIF error == "no_page_specified" %] [% title = "No Page Specified" %] You did not specify the id of a page to display. [% ELSIF error == "no_products" %] [% title = "No Products" %] Either no products have been defined to enter [% terms.bugs %] against or you have not been given access to any. [% ELSIF error == "no_valid_action" %] [% title = "No valid action specified" %] Cannot edit [% field_descs.$field FILTER html %]: no valid action was specified. [% ELSIF error == "number_not_numeric" %] [% title = "Numeric Value Required" %] The value '[% num FILTER html %]' in the <em>[% field_descs.$field FILTER html %]</em> field is not a numeric value. [% ELSIF error == "number_too_large" %] [% title = "Number Too Large" %] The value '[% num FILTER html %]' in the <em>[% field_descs.$field FILTER html %]</em> field is more than the maximum allowable value of '[% max_num FILTER html %]'. [% ELSIF error == "number_too_small" %] [% title = "Number Too Small" %] The value '[% num FILTER html %]' in the <em>[% field_descs.$field FILTER html %]</em> field is less than the minimum allowable value of '[% min_num FILTER html %]'. [% ELSIF error == "old_password_incorrect" %] [% title = "Incorrect Old Password" %] You did not enter your old password correctly. [% ELSIF error == "old_password_required" %] [% title = "Old Password Required" %] You must enter your old password to change your email address. [% ELSIF error == "password_change_requests_not_allowed" %] [% title = "Password Change Requests Not Allowed" %] The system is not configured to allow password change requests. [% ELSIF error == "passwords_dont_match" %] [% title = "Passwords Don't Match" %] The two passwords you entered did not match. [% ELSIF error == "password_too_long" %] [% title = "Password Too Long" %] The password is more than 16 characters long. It must be no more than 16 characters. [% ELSIF error == "password_too_short" %] [% title = "Password Too Short" %] The password is less than three characters long. It must be at least three characters. [% ELSIF error == "patch_too_large" %] [% title = "File Too Large" %] The file you are trying to attach is [% filesize FILTER html %] kilobytes (KB) in size. Patches cannot be more than [% Param('maxpatchsize') %] KB in size. Try breaking your patch into several pieces. [% ELSIF error == "prod_votes_per_bug_must_be_nonnegative" %] [% title = "Maximum Votes Must Be Non-negative" %] '[% maxvotesperbug FILTER html %]' is an invalid value for the <em>'Maximum Votes Per [% terms.Bug %]'</em> field, which should contain a non-negative number. [% ELSIF error == "prod_votes_per_user_must_be_nonnegative" %] [% title = "Votes Per User Must Be Non-negative" %] '[% votesperuser FILTER html %]' is an invalid value for the <em>'Votes Per User'</em> field, which should contain a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -