📄 user-error.html.tmpl
字号:
non-negative number. [% ELSIF error == "prod_votes_to_confirm_must_be_nonnegative" %] [% title = "Votes To Confirm Must Be Non-negative" %] '[% votestoconfirm FILTER html %]' is an invalid value for the <em>'Votes To Confirm'</em> field, which should contain a non-negative number. [% ELSIF error == "prod_cant_delete_description" %] [% title = "Cannot delete product description" %] Cannot delete the description for product '[% product FILTER html %]'. [% ELSIF error == "prod_cant_delete_name" %] [% title = "Cannot delete product name" %] Cannot delete the product name for product '[% product FILTER html %]'. [% ELSIF error == "prod_name_already_in_use" %] [% title = "Product name already in use" %] The product name '[% product FILTER html %]' is already in use. [% ELSIF error == "prod_name_diff_in_case" %] [% title = "Product name differs only in case" %] The product name '[% product FILTER html %]' differs from existing product '[% existing_product FILTER html %]' only in case. [% ELSIF error == "prod_must_define_defaultmilestone" %] [% title = "Must define new default milestone" %] [% IF classification %] [% classification_url_part = BLOCK %]&classification= [%- classification FILTER url_quote %] [% END %] [% END %] You must <a href="editmilestones.cgi?action=add&product= [%- product FILTER url_quote %] [%- classification_url_part FILTER none %]"> create the milestone '[% defaultmilestone FILTER html %]'</a> before it can be made the default milestone for product '[% product FILTER html %]'. [% ELSIF error == "product_access_denied" %] [% title = "Product Access Denied" %] You are not allowed to edit properties of product '[% product FILTER html %]'. [% ELSIF error == "product_blank_name" %] [% title = "Blank Product Name Not Allowed" %] You must enter a name for the new product. [% ELSIF error == "product_disabled" %] [% title = BLOCK %]Product closed for [% terms.Bugs %] Entry[% END %] Sorry, entering [% terms.bugs %] into the product <em>[% product FILTER html %]</em> has been disabled. [% ELSIF error == "product_edit_denied" %] [% title = "Product Edit Access Denied" %] You are not permitted to edit [% terms.bugs %] in product [%+ product FILTER html %]. [% ELSIF error == "product_has_bugs" %] [% title = BLOCK %]Product has [% terms.Bugs %][% END %] There are [% nb FILTER html %] [%+ terms.bugs %] entered for this product! You must reassign those [% terms.bugs %] to another product before you can delete this one. [% ELSIF error == "product_must_have_description" %] [% title = "Product needs Description" %] You must enter a description for product '[% product FILTER html %]'. [% ELSIF error == "product_must_have_version" %] [% title = "Product needs Version" %] You must enter a version for product '[% product FILTER html %]'. [% ELSIF error == "product_not_specified" %] [% title = "No Product Specified" %] No product specified when trying to edit components, milestones, versions or product. [% ELSIF error == "query_name_missing" %] [% title = "No Search Name Specified" %] You must enter a name for your search. [% ELSIF error == "query_name_too_long" %] [% title = "Query Name Too Long" %] The name of the query must be less than 64 characters long. [% ELSIF error == "reassign_to_empty" %] [% title = "Illegal Reassignment" %] To reassign [% terms.abug %], you must provide an address for the new assignee. [% ELSIF error == "require_component" %] [% title = "Component Needed" %] To file this [% terms.bug %], you must first choose a component. If necessary, just guess. [% ELSIF error == "require_new_password" %] [% title = "New Password Needed" %] You cannot change your password without choosing a new one. [% ELSIF error == "require_summary" %] [% title = "Summary Needed" %] You must enter a summary for this [% terms.bug %]. [% ELSIF error == "saved_search_used_by_whines" %] [% title = "Saved Search In Use" %] The saved search <em>[% search_name FILTER html %]</em> is being used by <a href="editwhines.cgi">Whining events</a> with the following subjects: [%+ subjects FILTER html %] [% ELSIF error == "search_content_without_matches" %] [% title = "Illegal Search" %] The "content" field can only be used with "matches" search and the "matches" search can only be used with the "content" field. [% ELSIF error == "series_already_exists" %] [% title = "Series Already Exists" %] A series named <em>[% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %]</em> already exists. [% ELSIF error == "sidebar_supports_mozilla_only" %] Sorry - sidebar.cgi currently only supports Mozilla based web browsers. <a href="http://www.mozilla.org">Upgrade today</a>. :-) [% ELSIF error == "still_unresolved_bugs" %] [% IF dependency_count == 1 %] [% terms.Bug %]# <a href="show_bug.cgi?id=[% dependencies.0.bug_id FILTER none %]">[% dependencies.0.bug_id FILTER none %]</a> still has [% dependencies.0.dependencies FILTER html %] unresolved [% IF dependencies.0.dependencies == 1 %] dependency [% ELSE %] dependencies [% END %]. Show <a href="showdependencytree.cgi?id=[% dependencies.0.bug_id FILTER none %]">Dependency Tree</a>. [% ELSE %] There are [% dependency_count FILTER none %] open [% terms.bugs %] which have unresolved dependencies. <br> [% FOREACH bug = dependencies %] [% terms.Bug %]# <a href="show_bug.cgi?id=[% bug.bug_id FILTER none %]">[% bug.bug_id FILTER none %]</a> has [% bug.dependencies FILTER html %] open [% IF bug.dependencies == 1 %] dependency. [% ELSE %] dependencies. [% END %] (<a href="showdependencytree.cgi?id=[% bug.bug_id FILTER none %]">Dependency Tree</a>)<br> [% END %] [% END %] [% ELSIF error == "sudo_in_progress" %] [% title = "Session In Progress" %] A sudo session (impersonating [% target FILTER html %]) is in progress. End that session (using the link in the footer) before starting a new one. [% ELSIF error == "sudo_password_required" %] [% title = "Password Required" %] Your [% terms.Bugzilla %] password is required to begin a sudo session. Please <a href="relogin.cgi?action=prepare-sudo&target_login= [%- target_login FILTER html %]&reason= [%- reason FILTER html %]">go back</a> and enter your password. [% ELSIF error == "sudo_preparation_required" %] [% title = "Preparation Required" %] You may not start a sudo session directly. Please <a href="relogin.cgi?action=prepare-sudo&target_login= [%- target_login FILTER html %]&reason= [%- reason FILTER html %]">start your session normally</a>. [% ELSIF error == "sudo_protected" %] [% title = "User Protected" %] The user [% login FILTER html %] may not be impersonated by sudoers. [% ELSIF error == "too_many_votes_for_bug" %] [% title = "Illegal Vote" %] You may only use at most [% max FILTER html %] votes for a single [%+ terms.bug %] in the <tt>[% prod FILTER html %]</tt> product, but you are trying to use [% votes FILTER html %]. [% ELSIF error == "too_many_votes_for_product" %] [% title = "Illegal Vote" %] You tried to use [% votes FILTER html %] votes, which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit for the <tt>[% prod FILTER html %]</tt> product. [% ELSIF error == "token_inexistent" %] [% title = "Token Does Not Exist" %] The token you submitted does not exist, has expired, or has been cancelled. [% ELSIF error == "too_soon_for_new_token" %] [% title = "Too Soon For New Token" %] You have requested a password token too recently to request another. Please wait a while and try again. [% ELSIF error == "unknown_keyword" %] [% title = "Unknown Keyword" %] <code>[% keyword FILTER html %]</code> is not a known keyword. The legal keyword names are <a href="describekeywords.cgi">listed here</a>. [% ELSIF error == "unknown_tab" %] [% title = "Unknown Tab" %] <code>[% current_tab_name FILTER html %]</code> is not a legal tab name. [% ELSIF error == "version_already_exists" %] [% title = "Version Already Exists" %] The version '[% name FILTER html %]' already exists for product ' [%- product FILTER html %]'. [% ELSIF error == "version_blank_name" %] [% title = "Blank Version Name Not Allowed" %] You must enter a name for this version. [% ELSIF error == "version_has_bugs" %] [% title = BLOCK %]Version has [% terms.Bugs %][% END %] There are [% nb FILTER html %] [%+ terms.bugs %] associated with this version! You must reassign those [% terms.bugs %] to another version before you can delete this one. [% ELSIF error == "version_not_specified" %] [% title = "No Version Specified" %] No version specified when trying to edit versions. [% ELSIF error == "version_not_valid" %] [% title = "Specified Version Does Not Exist" %] The version '[% version FILTER html %]' for product '[% product FILTER html %]' does not exist. [% ELSIF error == "users_deletion_disabled" %] [% title = "Deletion not activated" %] Sorry, the deletion of user accounts is not allowed. [% ELSIF error == "user_has_responsibility" %] [% title = "Can't Delete User Account" %] The user you want to delete is set up as the default [% terms.bug %] assignee [% IF Param('useqacontact') %] or QA contact [% END %] for at least one component. For this reason, you cannot delete the account at this time. [% ELSIF error == "user_login_required" %] [% title = "Login Name Required" %] You must enter a login name for the new user. [% ELSIF error == "user_match_failed" %] [% title = "Match Failed" %] <tt>[% name FILTER html %]</tt> does not exist or you are not allowed to see that user. [% ELSIF error == "votes_must_be_nonnegative" %] [% title = "Votes Must Be Non-negative" %] Only use non-negative numbers for your [% terms.bug %] votes. [% ELSIF error == "wrong_token_for_cancelling_email_change" %] [% title = "Wrong Token" %] That token cannot be used to cancel an email address change. [% ELSIF error == "wrong_token_for_changing_passwd" %] [% title = "Wrong Token" %] That token cannot be used to change your password. [% ELSIF error == "extern_id_conflict" %] [% title = "Extern ID Conflict" %] Someone with a different external ID has that address. [% ELSIF error == "wrong_token_for_confirming_email_change" %] [% title = "Wrong Token" %] That token cannot be used to change your email address. [% ELSIF error == "zero_length_file" %] [% title = "File Is Empty" %] The file you are trying to attach is empty! [% ELSE %] [%# Try to find hooked error messages %] [% error_message = Hook.process("errors") %] [% IF not error_message %] [% title = "Error string not found" %] The user error string <code>[% error FILTER html %]</code> was not found. Please send email to [% Param("maintainer") %] describing the steps taken to obtain this message. [% ELSE %] [% error_message FILTER none %] [% END %] [% END %][% END %][% UNLESS header_done %] [% PROCESS global/header.html.tmpl %][% END %]<table cellpadding="20"> <tr> <td bgcolor="#ff0000"> <font size="+2"> [% error_message FILTER none %] </font> </td> </tr></table><p> Please press <b>Back</b> and try again.</p>[%# If a saved search fails, people want the ability to edit or delete it. # This is the best way of getting information about that possible saved # search from any error call location. %] [% USE Bugzilla %][% namedcmd = Bugzilla.cgi.param("namedcmd") %][% IF namedcmd AND error != "missing_query" AND error != "saved_search_used_by_whines" %] <p> Alternatively, you can <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= [% namedcmd FILTER url_quote %]">forget</a> [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] or <a href="query.cgi?[% q.query FILTER html %]">edit</a> [% END %] [% END %] the saved search '[% namedcmd FILTER html %]'. </p>[% END %] [% PROCESS global/footer.html.tmpl %]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -