⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user-error.html.tmpl

📁 bugzilla 项目缺陷管理工具源码
💻 TMPL
📖 第 1 页 / 共 4 页
字号:
  [% ELSIF error == "email_confirmation_failed" %]    [% title = "Email Address Confirmation Failed" %]    Email address confirmation failed.  [% ELSIF error == "empty_group_description" %]    [% title = "The group description can not be empty" %]    You must enter a description for the group.  [% ELSIF error == "empty_group_name" %]    [% title = "The group name can not be empty" %]    You must enter a name for the group.    [% ELSIF error == "entry_access_denied" %]    [% title = "Permission Denied" %]    Sorry, either the product <em>[% product FILTER html %]</em>    does not exist or you aren't authorized to    enter [% terms.abug %] into it.  [% ELSIF error == "fieldname_invalid" %]    [% title = "Specified Field Does Not Exist" %]    The field '[% field FILTER html %]' does not exist or     cannot be edited with this interface.  [% ELSIF error == "fieldname_not_specified" %]    [% title = "Field Name Not Specified" %]    No field name specified when trying to edit field values.  [% ELSIF error == "fieldvalue_already_exists" %]    [% title = "Field Value Already Exists" %]    The value '[% value FILTER html %]' already exists for the    '[%- field FILTER html %]' field.  [% ELSIF error == "fieldvalue_doesnt_exist" %]    [% title = "Specified Field Value Does Not Exist" %]    The value '[% value FILTER html %]' does not exist for    the '[% field FILTER html %]' field.  [% ELSIF error == "fieldvalue_is_default" %]    [% title = "Specified Field Value Is Default" %]    '[% value FILTER html %]' is the default value for    the '[% field FILTER html %]' field and cannot be deleted.    [% IF user.groups.tweakparams %]      You have to <a href="editparams.cgi?section=bugfields#      [%- param_name FILTER url_quote %]">change</a> the default value first.    [% END %]  [% ELSIF error == "fieldvalue_name_too_long" %]    [% title = "Field Value Is Too Long" %]    The value of a field is limited to 60 characters.    '[% value FILTER html %]' is too long ([% value.length %] characters).  [% ELSIF error == "fieldvalue_not_specified" %]    [% title = "Field Value Not Specified" %]    No field value specified when trying to edit a field value.  [% ELSIF error == "fieldvalue_sortkey_invalid" %]    [% title = "Invalid Field Value Sortkey" %]    The sortkey '[% sortkey FILTER html %]' for the '[% name FILTER html %]'    field is not a valid (positive) number.  [% ELSIF error == "fieldvalue_still_has_bugs" %]    [% title = "You Cannot Delete This Field Value" %]    You cannot delete the value '[% value FILTER html %]' from the     '[% field FILTER html%]' field, because there are still    [%+ count FILTER html %] [%+ terms.bugs %] using it.  [% ELSIF error == "fieldvalue_undefined" %]    [% title = "Undefined Value Not Allowed" %]    You must specify a value.  [% ELSIF error == "file_not_specified" %]    [% title = "No File Specified" %]    You did not specify a file to attach.  [% ELSIF error == "file_too_large" %]    [% title = "File Too Large" %]    The file you are trying to attach is [% filesize FILTER html %]     kilobytes (KB) in size. Non-patch attachments cannot be more than    [%+ Param('maxattachmentsize') %] KB. <br>    We recommend that you store your attachment elsewhere on the web,    and then insert a link to it in a comment, or in the URL field     for this [% terms.bug %]. Alternately, if your attachment is an image,    you could convert it to a compressible format like JPG or PNG and try    again.  [% ELSIF error == "flag_not_multiplicable" %]    You can't ask more than one person at a time for    <em>[% type.name FILTER html %]</em>.    [% ELSIF error == "flag_requestee_unauthorized" %]    [% title = "Flag Requestee Not Authorized" %]    You asked [% requestee.identity FILTER html %]    for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %]     [%+ bug_id FILTER html -%]    [% IF attachment %], attachment [% attachment.id FILTER html %][% END %],     but that [% terms.bug %] has been restricted to users in certain groups,     and the user you asked isn't in all the groups to which     the [% terms.bug %] has been restricted.    Please choose someone else to ask, or make the [% terms.bug %] accessible    to users on its CC: list and add that user to the list.  [% ELSIF error == "flag_requestee_unauthorized_attachment" %]    [% title = "Flag Requestee Not Authorized" %]    You asked [% requestee.identity FILTER html %]    for <code>[% flag_type.name FILTER html %]</code> on     [%+ terms.bug %] [%+ bug_id FILTER html %],    attachment [% attachment.id FILTER html %], but that attachment    is restricted to users in the [% Param("insidergroup") FILTER html %] group,    and the user you asked isn't in that group.  Please choose someone else    to ask, or ask an administrator to add the user to the group.  [% ELSIF error == "flag_type_cc_list_invalid" %]    [% title = "Flag Type CC List Invalid" %]    The CC list [% cc_list FILTER html %] must be less than 200 characters long.  [% ELSIF error == "flag_type_description_invalid" %]    [% title = "Flag Type Description Invalid" %]    The description must be less than 32K.  [% ELSIF error == "flag_type_name_invalid" %]    [% title = "Flag Type Name Invalid" %]    The name <em>[% name FILTER html %]</em> must be 1-50 characters long    and must not contain any spaces or commas.  [% ELSIF error == "flag_update_denied" %]    [% title = "Flag Modification Denied" %]    You tried to [% IF status == "+" %] grant [% ELSIF status == "-" %] deny    [% ELSIF status == "X" %] clear [% ELSE %] request [% END %]    <code>[% name FILTER html %]          [% IF status == "X" %][% old_status FILTER html %][% END %]</code>.    Only a sufficiently empowered user can make this change.  [% ELSIF error == "format_not_found" %]    [% title = "Format Not Found" %]    The requested format <em>[% format FILTER html %]</em> does not exist with    a content type of <em>[% ctype FILTER html %]</em>.      [% ELSIF error == "flag_type_sortkey_invalid" %]    [% title = "Flag Type Sort Key Invalid" %]    The sort key must be an integer between 0 and 32767 inclusive.    It cannot be <em>[% sortkey FILTER html %]</em>.  [% ELSIF error == "group_cannot_delete" %]    [% title = "Cannot Delete Group" %]    The <em>[% name FILTER html %]</em> group cannot be deleted because    there are    <a href="editgroups.cgi?action=del&amp;group=[% gid FILTER url_quote %]">records</a>    in the database which refer to it. All references to this group must    be removed before you can remove it.  [% ELSIF error == "group_exists" %]    [% title = "The group already exists" %]    The group [% name FILTER html %] already exists.  [% ELSIF error == "group_has_special_role" %]    [% title = "Group not deletable" %]    [% IF groups.size == 1 %]      [% attr = "it" %]      [% param = "parameter" %]    [% ELSE %]      [% attr = "them" %]      [% param = "parameters" %]    [% END %]    The group '[% name FILTER html %]' is used by the    '[% groups.join("' and '") FILTER html %]' [% param FILTER html %].    In order to delete this group, you first have to change the    [%+ param FILTER html %] to make [% attr FILTER html %] point to another group.  [% ELSIF error == "group_not_specified" %]    [% title = "Group not specified" %]    No group was specified.  [% ELSIF error == "system_group_not_deletable" %]    [% title = "System Groups not deletable" %]    <em>[% name FILTER html %]</em> is a system group.    This group cannot be deleted.  [% ELSIF error == "group_unknown" %]    [% title = "Unknown Group" %]    The group [% name FILTER html %] does not exist. Please specify    a valid group name. Create it first if necessary!  [% ELSIF error == "illegal_at_least_x_votes" %]    [% title = "Your Search Makes No Sense" %]    The <em>At least ___ votes</em> field must be a simple number.     You entered <tt>[% value FILTER html %]</tt>, which isn't.      [% ELSIF error == "illegal_attachment_edit" %]    [% title = "Unauthorised Action" %]    You are not authorised to edit attachment [% attach_id FILTER html %].  [% ELSIF error == "illegal_attachment_edit_bug" %]    [% title = "Unauthorised Action" %]    You are not authorised to edit attachments on [% terms.bug %]     [%+ bug_id FILTER html %].           [% ELSIF error == "illegal_attachment_is_patch" %]    [% title = "Your Search Makes No Sense" %]    The only legal values for the <em>Attachment is patch</em> field are    0 and 1.           [% ELSIF error == "illegal_change" %]    [% title = "Not allowed" %]    You tried to change the     <strong>[% field_descs.$field FILTER html %]</strong> field     [% IF oldvalue %]      from <em>[% oldvalue FILTER html %]</em>    [% END %]    [% IF newvalue %]      to <em>[% newvalue FILTER html %]</em>    [% END %]    , but only    [% IF privs < 3 %]      the assignee      [% IF privs < 2 %] or reporter [% END %]      of the [% terms.bug %], or    [% END %]    a sufficiently empowered user may change that field.  [% ELSIF error == "illegal_change_deps" %]    [% title = "Not allowed" %]    You tried to change the     <strong>[% field_descs.$field FILTER html %]</strong> field     but only a user empowered to edit     both involved [% terms.bugs %] may change that field.  [% ELSIF error == "illegal_changed_in_last_x_days" %]    [% title = "Your Search Makes No Sense" %]    The <em>Changed in last ___ days</em> field must be a simple number.     You entered <tt>[% value FILTER html %]</tt>, which isn't.      [% ELSIF error == "illegal_date" %]    [% title = "Illegal Date" %]    '<tt>[% date FILTER html %]</tt>' is not a legal date.    [% IF format %]      Please use the format '<tt>[% format FILTER html %]</tt>'.    [% END %]      [% 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.    [% IF default %]      A legal address must contain exactly one '@',      and at least one '.' after the @.    [% ELSE %]      [%+ Param('emailregexpdesc') %]    [% END %]    It must also not contain any of these special characters:    <tt>\ ( ) &amp; &lt; &gt; , ; : &quot; [ ]</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 &quot;    [% groupname FILTER html %]&quot; 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:     &lt;, &gt;, &amp;.  [% 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_points" %]    We don't have enough data points to make a graph (yet).          [% 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 %]      [% 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_datasets" %]    [% title = "Invalid Datasets" %]    Invalid datasets <em>[% datasets FILTER html %]</em>. Only digits,    letters and colons are allowed.  [% 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 %]"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -