PageRenderTime 29ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/template/en/default/global/user-error.html.tmpl

https://bitbucket.org/a1kmm/physiome-tracker
Go Template | 1863 lines | 1578 code | 285 blank | 0 comment | 0 complexity | 48c26c365b11e6080960a5918c9d699c MD5 | raw file
Possible License(s): BSD-3-Clause
  1. [%# The contents of this file are subject to the Mozilla Public
  2. # License Version 1.1 (the "License"); you may not use this file
  3. # except in compliance with the License. You may obtain a copy of
  4. # the License at http://www.mozilla.org/MPL/
  5. #
  6. # Software distributed under the License is distributed on an "AS
  7. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. # implied. See the License for the specific language governing
  9. # rights and limitations under the License.
  10. #
  11. # The Original Code is the Bugzilla Bug Tracking System.
  12. #
  13. # The Initial Developer of the Original Code is Netscape Communications
  14. # Corporation. Portions created by Netscape are
  15. # Copyright (C) 1998 Netscape Communications Corporation. All
  16. # Rights Reserved.
  17. #
  18. # Contributor(s): Gervase Markham <gerv@gerv.net>
  19. # FrĂŠdĂŠric Buclin <LpSolit@gmail.com>
  20. # Max Kanat-Alexander <mkanat@bugzilla.org>
  21. #%]
  22. [%# INTERFACE:
  23. # header_done: boolean. True if the Bugzilla header has already been printed.
  24. # error: string. The tag of the error, or the error message to be displayed
  25. # (deprecated). May contain HTML if it's an error message.
  26. #%]
  27. [%# This is a list of all the possible user errors. Please keep them in
  28. # alphabetical order by error tag, and leave a blank line between errors.
  29. #
  30. # Note that you must explicitly filter every single template variable
  31. # in this file; if you do not wish to change it, use the "none" filter.
  32. #
  33. # Extension- or custom-specific error handling can be easily added
  34. # via hooks: just place additional code into
  35. # template/en/hook/global/user-error-errors.html.tmpl
  36. # Note: be aware of uniqueness of error string parameter value, since
  37. # nobody can guarantee the hook files processing order in the future.
  38. #%]
  39. [% PROCESS global/variables.none.tmpl %]
  40. [% PROCESS "global/field-descs.none.tmpl" %]
  41. [% DEFAULT title = "Error" %]
  42. [% error_message = BLOCK %]
  43. [% IF error == "account_creation_disabled" %]
  44. [% title = "Account Creation Disabled" %]
  45. User account creation has been disabled.
  46. <hr>
  47. New accounts must be created by an administrator. The
  48. maintainer is [% Param("maintainer") %].
  49. [% ELSIF error == "account_creation_restricted" %]
  50. [% title = "Account Creation Restricted" %]
  51. User account creation has been restricted.
  52. <hr>
  53. Contact your administrator or the maintainer
  54. ([% Param("maintainer") %]) for information about
  55. creating an account.
  56. [% ELSIF error == "account_disabled" %]
  57. [% title = "Account Disabled" %]
  58. [% disabled_reason FILTER none %]
  59. <hr>
  60. If you believe your account should be restored, please
  61. send email to [% Param("maintainer") %] explaining why.
  62. [% ELSIF error == "account_exists" %]
  63. [% title = "Account Already Exists" %]
  64. There is already an account with
  65. [% IF email %]
  66. the login name [% email FILTER html %].
  67. [% ELSE %]
  68. that login name.
  69. [% END %]
  70. [% ELSIF error == "account_locked" %]
  71. [% title = "Account Locked" %]
  72. Your IP ([% ip_addr FILTER html %]) has been locked out of this
  73. account until [% unlock_at FILTER time %], as you have
  74. exceeded the maximum number of login attempts.
  75. [% ELSIF error == "alias_has_comma_or_space" %]
  76. [% title = "Invalid Characters In Alias" %]
  77. The alias you entered, <em>[% alias FILTER html %]</em>,
  78. contains one or more commas or spaces. Aliases cannot contain
  79. commas or spaces because those characters are used to separate
  80. aliases from each other in lists. Please choose an alias
  81. that does not contain commas and spaces.
  82. [% ELSIF error == "alias_in_use" %]
  83. [% title = "Alias In Use" %]
  84. [% terms.Bug %] [%+ bug_id FILTER bug_link(bug_id) FILTER none %]
  85. has already taken the alias <em>[% alias FILTER html %]</em>.
  86. Please choose another one.
  87. [% ELSIF error == "alias_is_numeric" %]
  88. [% title = "Alias Is Numeric" %]
  89. You tried to give this [% terms.bug %] the alias <em>[% alias FILTER html %]</em>,
  90. but aliases cannot be merely numbers, since they could
  91. then be confused with [% terms.bug %] IDs. Please choose an
  92. alias containing at least one letter.
  93. [% ELSIF error == "alias_too_long" %]
  94. [% title = "Alias Too Long" %]
  95. [% terms.Bug %] aliases cannot be longer than 20 characters.
  96. Please choose a shorter alias.
  97. [% ELSIF error == "attachment_bug_id_mismatch" %]
  98. [% title = "Invalid Attachments" %]
  99. You tried to perform an action on attachments from different [% terms.bugs %].
  100. This operation requires all attachments to be from the same [% terms.bug %].
  101. [% ELSIF error == "auth_cant_create_account" %]
  102. [% title = "Can't create accounts" %]
  103. This site is using an authentication scheme which does not permit
  104. account creation. Please contact an administrator to get a new account
  105. created.
  106. [% ELSIF error == "auth_failure" %]
  107. [% title = "Authorization Required" %]
  108. [% admindocslinks = {'groups.html' => 'Group Security'} %]
  109. Sorry,
  110. [% IF group %]
  111. you aren't a member of the '[% group FILTER html %]' group,
  112. [% END %]
  113. [% IF reason %]
  114. [% IF group %] and [% END %]
  115. [% IF reason == "cant_bless" %]
  116. you don't have permissions to add or remove people from a group,
  117. [% ELSIF reason == "not_visible" %]
  118. there are visibility restrictions on certain user groups,
  119. [% END %]
  120. [% END %]
  121. [% IF group || reason %] and so [% END %] you are not authorized to
  122. [% IF action == "access" %]
  123. access
  124. [% ELSIF action == "add" %]
  125. add new
  126. [% ELSIF action == "begin" %]
  127. begin
  128. [% ELSIF action == "modify" %]
  129. modify
  130. [% ELSIF action == "delete" %]
  131. delete
  132. [% ELSIF action == "edit" %]
  133. add, modify or delete
  134. [% ELSIF action == "run" %]
  135. run
  136. [% ELSIF action == "schedule" %]
  137. schedule
  138. [% ELSIF action == "search" %]
  139. search
  140. [% ELSIF action == "use" %]
  141. use
  142. [% ELSIF action == "approve" %]
  143. approve
  144. [% ELSE %]
  145. [%+ Hook.process('auth_failure_action') %]
  146. [% END %]
  147. [% IF object == "administrative_pages" %]
  148. administrative pages
  149. [% ELSIF object == "attachment" %]
  150. [% IF attach_id %]
  151. attachment #[% attach_id FILTER html %]
  152. [% ELSE %]
  153. this attachment
  154. [% END %]
  155. [% ELSIF object == "bugs" %]
  156. [%+ terms.bugs %]
  157. [% ELSIF object == "bug_fields" %]
  158. the [% field_descs.$field FILTER html %] field
  159. [% ELSIF object == "charts" %]
  160. the "New Charts" feature
  161. [% ELSIF object == "classifications" %]
  162. classifications
  163. [% ELSIF object == "components" %]
  164. components
  165. [% ELSIF object == "custom_fields" %]
  166. custom fields
  167. [% ELSIF object == "field_values" %]
  168. field values
  169. [% ELSIF object == "flagtypes" %]
  170. flag types
  171. [% ELSIF object == "group_access" %]
  172. group access
  173. [% ELSIF object == "groups" %]
  174. groups
  175. [% ELSIF object == "keywords" %]
  176. keywords
  177. [% ELSIF object == "milestones" %]
  178. milestones
  179. [% ELSIF object == "multiple_bugs" %]
  180. multiple [% terms.bugs %] at once
  181. [% ELSIF object == "parameters" %]
  182. parameters
  183. [% ELSIF object == "products" %]
  184. products
  185. [% ELSIF object == "quips" %]
  186. quips
  187. [% ELSIF object == "reports" %]
  188. whine reports
  189. [% ELSIF object == "sanity_check" %]
  190. a sanity check
  191. [% ELSIF object == "settings" %]
  192. settings
  193. [% ELSIF object == "sudo_session" %]
  194. a sudo session
  195. [% ELSIF object == "timetracking_summaries" %]
  196. time-tracking summary reports
  197. [% ELSIF object == "user" %]
  198. the user [% IF userid %] with ID '[% userid FILTER html %]'
  199. [% ELSE %]you specified [% END %]
  200. [% ELSIF object == "users" %]
  201. users
  202. [% ELSIF object == "versions" %]
  203. versions
  204. [% ELSIF object == "workflow" %]
  205. the workflow
  206. [% ELSE %]
  207. [%+ Hook.process('auth_failure_object') %]
  208. [% END %].
  209. [% Hook.process("auth_failure") %]
  210. [% ELSIF error == "attachment_deletion_disabled" %]
  211. [% title = "Attachment Deletion Disabled" %]
  212. Attachment deletion is disabled on this installation.
  213. [% ELSIF error == "attachment_removed" %]
  214. [% title = "Attachment Removed" %]
  215. The attachment you are attempting to access has been removed.
  216. [% ELSIF error == "bug_access_denied" %]
  217. [% title = "Access Denied" %]
  218. [% admindocslinks = {'groups.html' => 'Group Security'} %]
  219. You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %].
  220. [% ELSIF error == "bug_access_query" %]
  221. [% title = "Access Denied" %]
  222. [% docslinks = {'myaccount.html' => 'Creating an account'} %]
  223. You are not authorized to access [% terms.bug %] #[% bug_id FILTER html %].
  224. To see this [% terms.bug %], you must
  225. first <a href="show_bug.cgi?id=
  226. [% bug_id FILTER uri %]&amp;GoAheadAndLogIn=1">log
  227. in to an account</a> with the appropriate permissions.
  228. [% ELSIF error == "bug_url_invalid" %]
  229. [% title = "Invalid $terms.Bug URL" %]
  230. <code>[% url FILTER html %]</code> is not a valid URL to [% terms.abug %].
  231. [% IF reason == 'http' %]
  232. URLs must start with "http" or "https".
  233. [% ELSIF reason == 'path_only' %]
  234. You must specify a full URL.
  235. [% ELSIF reason == 'show_bug' %]
  236. [%+ field_descs.see_also FILTER html %] URLs should point to one of:
  237. <ul>
  238. <li><code>show_bug.cgi</code> in a [% terms.Bugzilla %]
  239. installation.</li>
  240. <li>A b[% %]ug on launchpad.net</li>
  241. <li>An issue on code.google.com.</li>
  242. <li>A b[% %]ug on b[% %]ugs.debian.org.</li>
  243. <li>An issue in a JIRA installation.</li>
  244. <li>A ticket in a Trac installation.</li>
  245. <li>A b[% %]ug in a MantisBT installation.</li>
  246. <li>A b[% %]ug on sourceforge.net.</li>
  247. </ul>
  248. [% ELSIF reason == 'id' %]
  249. There is no valid [% terms.bug %] id in that URL.
  250. [% END %]
  251. [% ELSIF error == "bug_url_too_long" %]
  252. [% title = "Invalid $terms.Bug URL" %]
  253. [% terms.Bug %] URLs can not be longer than
  254. [%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long.
  255. <code>[% url FILTER html %]</code> is too long.
  256. [% ELSIF error == "buglist_parameters_required" %]
  257. [% title = "Parameters Required" %]
  258. [% docslinks = {'query.html' => "Searching for $terms.bugs",
  259. 'query.html#list' => "$terms.Bug lists"} %]
  260. You may not search, or create saved searches, without any search terms.
  261. [% ELSIF error == "cc_remove_denied" %]
  262. [% title = "Change Denied" %]
  263. You do not have permission to remove other people from the CC list.
  264. [% ELSIF error == "chart_too_large" %]
  265. [% title = "Chart Too Large" %]
  266. Sorry, but 2000 x 2000 is the maximum size for a chart.
  267. [% ELSIF error == "comment_id_invalid" %]
  268. [% id FILTER html %] is not a valid comment id.
  269. [% ELSIF error == "comment_invalid_isprivate" %]
  270. You tried to modify the privacy of comment id [% id FILTER html %],
  271. but that is not a valid comment on this [% terms.bug %].
  272. [% ELSIF error == "comment_is_private" %]
  273. Comment id [% id FILTER html %] is private.
  274. [% ELSIF error == "comment_required" %]
  275. [% title = "Comment Required" %]
  276. You have to specify a
  277. [% IF old && new %]
  278. <b>comment</b> when changing the status of [% terms.abug %] from
  279. [%+ old.name FILTER html %] to [% new.name FILTER html %].
  280. [% ELSIF new %]
  281. description for this [% terms.bug %].
  282. [% ELSE %]
  283. <b>comment</b> on this change.
  284. [% END %]
  285. [% ELSIF error == "comment_too_long" %]
  286. [% title = "Comment Too Long" %]
  287. Comments cannot be longer than
  288. [%+ constants.MAX_COMMENT_LENGTH FILTER html %] characters.
  289. [% ELSIF error == "auth_classification_not_enabled" %]
  290. [% title = "Classification Not Enabled" %]
  291. Sorry, classification is not enabled.
  292. [% ELSIF error == "classification_name_too_long" %]
  293. [% title = "Classification Name Too Long" %]
  294. The name of a classification is limited to [% constants.MAX_CLASSIFICATION_SIZE FILTER html %]
  295. characters. '[% name FILTER html %]' is too long ([% name.length %] characters).
  296. [% ELSIF error == "classification_not_specified" %]
  297. [% title = "You Must Supply A Classification Name" %]
  298. You must enter a classification name.
  299. [% ELSIF error == "classification_already_exists" %]
  300. [% title = "Classification Already Exists" %]
  301. A classification with the name '[% name FILTER html %]' already exists.
  302. [% ELSIF error == "classification_invalid_sortkey" %]
  303. [% title = "Invalid Sortkey for Classification" %]
  304. The sortkey '[% sortkey FILTER html %]' is invalid. It must be an
  305. integer between 0 and [% constants.MAX_SMALLINT FILTER html %].
  306. [% ELSIF error == "classification_not_deletable" %]
  307. [% title = "Default Classification Can Not Be Deleted" %]
  308. You can not delete the default classification
  309. [% ELSIF error == "classification_has_products" %]
  310. Sorry, there are products for this classification. You
  311. must reassign those products to another classification before you
  312. can delete this one.
  313. [% ELSIF error == "component_already_exists" %]
  314. [% title = "Component Already Exists" %]
  315. The <em>[% product.name FILTER html %]</em> product already has
  316. a component named <em>[% name FILTER html %]</em>.
  317. [% ELSIF error == "component_blank_description" %]
  318. [% title = "Blank Component Description Not Allowed" %]
  319. You must enter a non-blank description for this component.
  320. [% ELSIF error == "component_blank_name" %]
  321. [% title = "Blank Component Name Not Allowed" %]
  322. You must enter a name for this new component.
  323. [% ELSIF error == "component_has_bugs" %]
  324. [% title = BLOCK %]Component has [% terms.Bugs %][% END %]
  325. There are [% nb FILTER html %] [%+ terms.bugs %] entered for this component!
  326. You must reassign those [% terms.bugs %] to another component before you
  327. can delete this one.
  328. [% ELSIF error == "component_name_too_long" %]
  329. [% title = "Component Name Is Too Long" %]
  330. The name of a component is limited to [% constants.MAX_COMPONENT_SIZE FILTER html %]
  331. characters. '[% name FILTER html %]' is too long ([% name.length %] characters).
  332. [% ELSIF error == "component_need_initialowner" %]
  333. [% title = "Component Requires Default Assignee" %]
  334. A default assignee is required for this component.
  335. [% ELSIF error == "customfield_nonexistent" %]
  336. [% title = "Unknown Custom Field" %]
  337. There is no custom field with the name '[% name FILTER html %]'.
  338. [% ELSIF error == "customfield_not_obsolete" %]
  339. [% title = "Custom Field Not Obsolete" %]
  340. The custom field '[% name FILTER html %]' is not obsolete.
  341. Please obsolete a custom field before attempting to delete it.
  342. [% ELSIF error == "customfield_has_activity" %]
  343. [% title = "Custom Field Has Activity" %]
  344. The custom field '[% name FILTER html %]' cannot be deleted because
  345. it has recorded activity.
  346. [% ELSIF error == "customfield_has_contents" %]
  347. [% title = "Custom Field Has Contents" %]
  348. The custom field '[% name FILTER html %]' cannot be deleted because
  349. at least one [% terms.bug %] has a non empty value for this field.
  350. [% ELSIF error == "dependency_loop_multi" %]
  351. [% title = "Dependency Loop Detected" %]
  352. The following [% terms.bug %](s) would appear on both the "depends on"
  353. and "blocks" parts of the dependency tree if these changes
  354. are committed:
  355. [% FOREACH dep = deps %]
  356. [%+ dep FILTER bug_link(dep) FILTER none %]
  357. [% END %].
  358. This would create a circular dependency, which is not allowed.
  359. [% ELSIF error == "dependency_loop_single" %]
  360. [% title = "Dependency Loop Detected" %]
  361. You can't make [% terms.abug %] block itself or depend on itself.
  362. [% ELSIF error == "dupe_id_required" %]
  363. [% title = "Duplicate $terms.Bug Id Required" %]
  364. You must specify [% terms.abug %] id to mark this [% terms.bug %]
  365. as a duplicate of.
  366. [% ELSIF error == "dupe_not_allowed" %]
  367. [% title = "Cannot mark $terms.bugs as duplicates" %]
  368. You cannot mark [% terms.bugs %] as duplicates when
  369. changing several [% terms.bugs %] at once.
  370. [% ELSIF error == "dupe_loop_detected" %]
  371. [% title = "Loop detected among duplicates" %]
  372. You cannot mark [% terms.bug %] [%+ bug_id FILTER html %] as
  373. a duplicate of
  374. [% IF dupe_of == bug_id %]
  375. itself
  376. [% ELSE %]
  377. [%+ terms.bug %] [%+ dupe_of FILTER html %], because it
  378. would create a duplicate loop
  379. [% END %].
  380. [% ELSIF error == "email_change_in_progress" %]
  381. [% title = "Email Change Already In Progress" %]
  382. Email change already in progress; please check your email.
  383. [% ELSIF error == "email_confirmation_failed" %]
  384. [% title = "Email Address Confirmation Failed" %]
  385. Email address confirmation failed.
  386. [% ELSIF error == "email_no_text_plain" %]
  387. Your message did not contain any text.[% terms.Bugzilla %] does not
  388. accept HTML-only email, or HTML email with attachments.
  389. [% ELSIF error == "empty_group_description" %]
  390. [% title = "The group description can not be empty" %]
  391. You must enter a description for the group.
  392. [% ELSIF error == "empty_group_name" %]
  393. [% title = "The group name can not be empty" %]
  394. You must enter a name for the group.
  395. [% ELSIF error == "entry_access_denied" %]
  396. [% title = "Permission Denied" %]
  397. [% admindocslinks = {'groups.html' => 'Group Security'} %]
  398. Sorry, either the product <em>[% product FILTER html %]</em>
  399. does not exist or you aren't authorized to
  400. enter [% terms.abug %] into it.
  401. [% ELSIF error == "extension_create_no_name" %]
  402. You must specify a name for your extension, as an argument to this script.
  403. [% ELSIF error == "extension_first_letter_caps" %]
  404. The first letter of your extension's name must be a capital letter.
  405. (You specified '[% name FILTER html %]'.)
  406. [% ELSIF error == "field_already_exists" %]
  407. [% title = "Field Already Exists" %]
  408. The field '[% field.name FILTER html %]'
  409. ([% field.description FILTER html %]) already exists. Please
  410. choose another name.
  411. [% ELSIF error == "field_cant_control_self" %]
  412. [% title = "Field Can't Control Itself" %]
  413. The [% field.description FILTER html %] field can't be set to control
  414. itself.
  415. [% ELSIF error == "field_control_must_be_select" %]
  416. [% title = "Invalid Field Type Selected" %]
  417. Only drop-down and multi-select fields can be used to control
  418. the visibility/values of other fields. [% field.description FILTER html %]
  419. is not the right type of field.
  420. [% ELSIF error == "field_invalid_name" %]
  421. [% title = "Invalid Field Name" %]
  422. '[% name FILTER html %]' is not a valid name for a field.
  423. A name may contain only letters, numbers, and the underscore character.
  424. [% ELSIF error == "field_invalid_sortkey" %]
  425. [% title = "Invalid Sortkey for Field" %]
  426. The sortkey [% sortkey FILTER html %] that you have provided for
  427. this field is not a valid positive integer.
  428. [% ELSIF error == "field_missing_description" %]
  429. [% title = "Missing Description for Field" %]
  430. You must enter a description for this field.
  431. [% ELSIF error == "field_missing_name" %]
  432. [% title = "Missing Name for Field" %]
  433. You must enter a name for this field.
  434. [% ELSIF error == "field_value_control_select_only" %]
  435. [% title = "Invalid Value Control Field" %]
  436. Only Drop-Down or Multi-Select fields can have a field that
  437. controls their values.
  438. [% ELSIF error == "field_visibility_values_must_be_selected" %]
  439. [% title = "Missing visibility field values" %]
  440. At least one value must be selected for the visibility field
  441. '[% field.name FILTER html %]'.
  442. [% ELSIF error == "fieldname_invalid" %]
  443. [% title = "Specified Field Does Not Exist" %]
  444. The field '[% field.name FILTER html %]' does not exist or
  445. cannot be edited with this interface.
  446. [% ELSIF error == "fieldvalue_already_exists" %]
  447. [% title = "Field Value Already Exists" %]
  448. The value '[% value.name FILTER html %]' already exists for the
  449. [%+ field.description FILTER html %] field.
  450. [% ELSIF error == "fieldvalue_is_controller" %]
  451. [% title = "Value Controls Other Fields" %]
  452. You cannot delete the [% value.field.description FILTER html %]
  453. '[% value.name FILTER html %]' because
  454. [% IF fields.size %]
  455. it controls the visibility of the following fields:
  456. [%+ fields.join(', ') FILTER html %].
  457. [% END %]
  458. [% ' Also, ' IF fields.size AND vals.size %]
  459. [% IF vals.size %]
  460. it controls the visibility of the following field values:
  461. <ul>
  462. [% FOREACH field_name = vals.keys %]
  463. [% FOREACH val = vals.${field_name} %]
  464. <li>[% val.field.name FILTER html %]:
  465. '[% val.name FILTER html %]'</li>
  466. [% END %]
  467. [% END %]
  468. </ul>
  469. [% END %]
  470. [% ELSIF error == "fieldvalue_is_default" %]
  471. [% title = "Specified Field Value Is Default" %]
  472. '[% value.name FILTER html %]' is the default value for
  473. the '[% field.description FILTER html %]' field and cannot be deleted
  474. or disabled.
  475. [% IF user.in_group('tweakparams') %]
  476. You have to <a href="editparams.cgi?section=bugfields#
  477. [%- param_name FILTER uri %]">change</a> the default value first.
  478. [% END %]
  479. [% ELSIF error == "fieldvalue_name_too_long" %]
  480. [% title = "Field Value Is Too Long" %]
  481. The value of a field is limited to
  482. [%+ constants.FIELD_VALUE_MAX_SIZE FILTER none %] characters.
  483. '[% value FILTER html %]' is too long ([% value.length %] characters).
  484. [% ELSIF error == "fieldvalue_not_editable" %]
  485. [% title = "Field Value Not Editable" %]
  486. The value '[% old_value.name FILTER html %]' cannot be renamed because
  487. it plays some special role for the '[% field.description FILTER html %]'
  488. field.
  489. [% ELSIF error == "fieldvalue_not_deletable" %]
  490. [% title = "Field Value Not Deletable" %]
  491. The value '[% value.name FILTER html %]' cannot be removed or
  492. disabled, because it plays some special role for the
  493. '[% field.description FILTER html %]' field.
  494. [% ELSIF error == "fieldvalue_reserved_word" %]
  495. [% title = "Reserved Word Not Allowed" %]
  496. You cannot use the value '[% value FILTER html %]' for the
  497. '[% field.description FILTER html %]' field. This value is used internally.
  498. Please choose another one.
  499. [% ELSIF error == "fieldvalue_sortkey_invalid" %]
  500. [% title = "Invalid Field Value Sortkey" %]
  501. The sortkey '[% sortkey FILTER html %]' for the
  502. [%+ field.description FILTER html %] field is not a valid
  503. (positive) number.
  504. [% ELSIF error == "fieldvalue_still_has_bugs" %]
  505. [% title = "You Cannot Delete This Field Value" %]
  506. You cannot delete the value '[% value.name FILTER html %]' from the
  507. [%+ field.description FILTER html %] field, because there are still
  508. [%+ value.bug_count FILTER html %] [%+ terms.bugs %] using it.
  509. [% ELSIF error == "fieldvalue_undefined" %]
  510. [% title = "Undefined Value Not Allowed" %]
  511. You must specify a value.
  512. [% ELSIF error == "file_not_specified" %]
  513. [% title = "No File Specified" %]
  514. You did not specify a file to attach.
  515. [% ELSIF error == "filename_not_specified" %]
  516. [% title = "No Filename Specified" %]
  517. You must specify a filename for this attachment.
  518. [% ELSIF error == "file_too_large" %]
  519. [% title = "File Too Large" %]
  520. [%# Convert maxlocalattachment from Mb to Kb %]
  521. [% max_local = Param('maxlocalattachment') * 1024 %]
  522. [% max_limit = [Param('maxattachmentsize'), max_local] %]
  523. The file you are trying to attach is [% filesize FILTER html %]
  524. kilobytes (KB) in size. Attachments cannot be more than
  525. [%# Hack to get the max value between both limits %]
  526. [%+ max_limit.nsort.last FILTER html %] KB. <br>
  527. We recommend that you store your attachment elsewhere
  528. and then paste the URL to this file on the attachment
  529. creation page in the appropriate text field.
  530. <br>Alternately, if your attachment is an image, you could convert
  531. it to a compressible format like JPG or PNG and try again.
  532. [% ELSIF error == "flag_requestee_needs_privs" %]
  533. [% title = "Flag Requestee Needs Privileges" %]
  534. [% requestee.identity FILTER html %] does not have permission to set the
  535. <em>[% flagtype.name FILTER html %]</em> flag. Please select a user who is
  536. a member of the <em>[% flagtype.grant_group.name FILTER html %]</em> group.
  537. [% ELSIF error == "flag_requestee_unauthorized" %]
  538. [% title = "Flag Requestee Not Authorized" %]
  539. [% admindocslinks = {'flags-overview.html#flags-admin' => 'Administering Flags',
  540. 'groups.html' => 'Group Security'} %]
  541. [% docslinks = {'flags-overview.html' => 'An overview on Flags',
  542. 'flags.html' => 'Using Flags'} %]
  543. You asked [% requestee.identity FILTER html %]
  544. for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %]
  545. [%+ bug_id FILTER html -%]
  546. [% IF attach_id && attach_id > 0 %], attachment [% attach_id FILTER html %][% END %],
  547. but that [% terms.bug %] has been restricted to users in certain groups,
  548. and the user you asked isn't in all the groups to which
  549. the [% terms.bug %] has been restricted.
  550. Please choose someone else to ask, or make the [% terms.bug %] accessible
  551. to users on its CC: list and add that user to the list.
  552. [% ELSIF error == "flag_requestee_unauthorized_attachment" %]
  553. [% title = "Flag Requestee Not Authorized" %]
  554. [% admindocslinks = {'flags-overview.html#flags-admin' => 'Administering Flags',
  555. 'groups.html' => 'Group Security'} %]
  556. [% docslinks = {'flags-overview.html' => 'An overview on Flags',
  557. 'flags.html' => 'Using Flags'} %]
  558. You asked [% requestee.identity FILTER html %]
  559. for <code>[% flag_type.name FILTER html %]</code> on
  560. [%+ terms.bug %] [%+ bug_id FILTER html %],
  561. attachment [% attach_id FILTER html %], but that attachment
  562. is restricted to users in the [% Param("insidergroup") FILTER html %] group,
  563. and the user you asked isn't in that group. Please choose someone else
  564. to ask, or ask an administrator to add the user to the group.
  565. [% ELSIF error == "flag_status_invalid" %]
  566. [% title = "Flag Status Invalid" %]
  567. The flag status <em>[% status FILTER html %]</em>
  568. [% IF id %]
  569. for flag ID #[% id FILTER html %]
  570. [% END %]
  571. is invalid.
  572. [% ELSIF error == "flag_type_cannot_deactivate" %]
  573. [% title = "Cannot Deactivate Flag Type" %]
  574. Sorry, but the flag type '[% flagtype.name FILTER html %]' also applies to some
  575. products you cannot see, and so you are not allowed to deactivate it.
  576. [% ELSIF error == "flag_type_cannot_delete" %]
  577. [% title = "Flag Type Deletion Not Allowed" %]
  578. Sorry, but the flag type '[% flagtype.name FILTER html %]' also applies to some
  579. products you cannot see, and so you are not allowed to delete it.
  580. [% ELSIF error == "flag_type_cc_list_invalid" %]
  581. [% title = "Flag Type CC List Invalid" %]
  582. [% admindocslinks = {'flags-overview.html#flags-admin' => 'Administering Flags'} %]
  583. The CC list [% cc_list FILTER html %] must be less than 200 characters long.
  584. [% ELSIF error == "flag_type_component_without_product" %]
  585. [% title = "Product Missing" %]
  586. A component was selected without a product being selected.
  587. [% ELSIF error == "flag_type_description_invalid" %]
  588. [% title = "Flag Type Description Invalid" %]
  589. [% admindocslinks = {'flags-overview.html#flags-admin' => 'Administering Flags'} %]
  590. You must enter a description for this flag type.
  591. [% ELSIF error == "flag_type_name_invalid" %]
  592. [% title = "Flag Type Name Invalid" %]
  593. [% admindocslinks = {'flags-overview.html#flags-admin' => 'Administering Flags'} %]
  594. The name <em>[% name FILTER html %]</em> must be 1-50 characters long
  595. and must not contain any spaces or commas.
  596. [% ELSIF error == "flag_type_not_editable" %]
  597. [% title = "Flag Type Not Editable" %]
  598. You are not allowed to edit properties of the '[% flagtype.name FILTER html %]'
  599. flag type, because this flag type is not available for the products you can administer.
  600. [% ELSIF error == "flag_type_not_multiplicable" %]
  601. [% docslinks = {'flags-overview.html' => 'An overview on Flags',
  602. 'flags.html' => 'Using Flags'} %]
  603. You cannot have several <em>[% type.name FILTER html %]</em> flags
  604. for this [% IF attachment %] attachment [% ELSE %] [%+ terms.bug %] [% END %].
  605. [% ELSIF error == "flag_update_denied" %]
  606. [% title = "Flag Modification Denied" %]
  607. [% admindocslinks = {'flags-overview.html#flags-admin' => 'Administering Flags',
  608. 'groups.html' => 'Group Security'} %]
  609. [% docslinks = {'flags-overview.html' => 'An overview on Flags',
  610. 'flags.html' => 'Using Flags'} %]
  611. You tried to [% IF status == "+" %] grant [% ELSIF status == "-" %] deny
  612. [% ELSIF status == "X" %] clear [% ELSE %] request [% END %]
  613. <code>[% name FILTER html %]
  614. [% IF status == "X" %][% old_status FILTER html %][% END %]</code>.
  615. Only a user with the required permissions may make this change.
  616. [% ELSIF error == "format_not_found" %]
  617. [% title = "Format Not Found" %]
  618. The requested format <em>[% format FILTER html %]</em> does not exist with
  619. a content type of <em>[% ctype FILTER html %]</em>.
  620. [% ELSIF error == "flag_type_sortkey_invalid" %]
  621. [% title = "Flag Type Sort Key Invalid" %]
  622. The sort key <em>[% sortkey FILTER html %]</em> must be an integer
  623. between 0 and [% constants.MAX_SMALLINT FILTER none %].
  624. [% ELSIF error == "freetext_too_long" %]
  625. [% title = "Text Too Long" %]
  626. The text you entered in the [% field_descs.$field FILTER html %]
  627. field is too long ([% text.length FILTER html %] characters,
  628. above the maximum length allowed of
  629. [%+ constants.MAX_FREETEXT_LENGTH FILTER none %] characters).
  630. [% ELSIF error == "group_cannot_delete" %]
  631. [% title = "Cannot Delete Group" %]
  632. The <em>[% group.name FILTER html %]</em> group cannot be deleted because
  633. there are
  634. <a href="editgroups.cgi?action=del&amp;group=
  635. [%- group.id FILTER uri %]">records</a>
  636. in the database which refer to it. All references to this group must
  637. be removed before you can remove it.
  638. [% ELSIF error == "group_exists" %]
  639. [% title = "The group already exists" %]
  640. The group [% name FILTER html %] already exists.
  641. [% ELSIF error == "group_has_special_role" %]
  642. [% title = "Group not deletable" %]
  643. [% IF groups.size == 1 %]
  644. [% attr = "it" %]
  645. [% param = "parameter" %]
  646. [% ELSE %]
  647. [% attr = "them" %]
  648. [% param = "parameters" %]
  649. [% END %]
  650. The group '[% name FILTER html %]' is used by the
  651. '[% groups.join("' and '") FILTER html %]' [% param FILTER html %].
  652. In order to delete this group, you first have to change the
  653. [%+ param FILTER html %] to make [% attr FILTER html %] point to another group.
  654. [% ELSIF error == "group_invalid_removal" %]
  655. You tried to remove [% terms.bug %] [%+ bug_id FILTER html %]
  656. from the '[% name FILTER html %]' group, but either this group does not exist,
  657. or you are not allowed to remove [% terms.bugs %] from this group in the
  658. '[% product FILTER html %]' product.
  659. [% ELSIF error == "group_restriction_not_allowed" %]
  660. [% title = "Group Restriction Not Allowed" %]
  661. You tried to restrict [% bug_id ? "$terms.bug $bug_id" : terms.abug FILTER html %]
  662. to the '[% name FILTER html %]' group, but either this group does not exist,
  663. or you are not allowed to restrict [% terms.bugs %] to this group in the
  664. '[% product FILTER html %]' product.
  665. [% ELSIF error == "group_not_specified" %]
  666. [% title = "Group not specified" %]
  667. No group was specified.
  668. [% ELSIF error == "group_not_visible" %]
  669. [% title = "Group Not Allowed" %]
  670. You are not allowed to see members of the [% group.name FILTER html %]
  671. group.
  672. [% ELSIF error == "system_group_not_deletable" %]
  673. [% title = "System Groups not deletable" %]
  674. <em>[% name FILTER html %]</em> is a system group.
  675. This group cannot be deleted.
  676. [% ELSIF error == "illegal_attachment_edit" %]
  677. [% title = "Unauthorized Action" %]
  678. You are not authorized to edit attachment [% attach_id FILTER html %].
  679. [% ELSIF error == "illegal_attachment_edit_bug" %]
  680. [% title = "Unauthorized Action" %]
  681. You are not authorized to edit attachments on [% terms.bug %]
  682. [%+ bug_id FILTER html %].
  683. [% ELSIF error == "illegal_bug_status_transition" %]
  684. [% title = "Illegal $terms.Bug Status Change" %]
  685. [% IF old.defined %]
  686. You are not allowed to change the [% terms.bug %] status from
  687. [%+ old.name FILTER html %] to [% new.name FILTER html %].
  688. [% ELSE %]
  689. You are not allowed to file new [% terms.bugs %] with the
  690. [%+ new.name FILTER html %] status.
  691. [% END %]
  692. [% ELSIF error == "illegal_change" %]
  693. [% title = "Not allowed" %]
  694. You tried to change the
  695. <strong>[% field_descs.$field FILTER html %]</strong> field
  696. [% IF oldvalue.defined %]
  697. from <em>[% oldvalue.join(', ') FILTER html %]</em>
  698. [% END %]
  699. [% IF newvalue.defined %]
  700. to <em>[% newvalue.join(', ') FILTER html %]</em>
  701. [% END %]
  702. , but only
  703. [% IF privs < constants.PRIVILEGES_REQUIRED_EMPOWERED %]
  704. the assignee
  705. [% IF privs < constants.PRIVILEGES_REQUIRED_ASSIGNEE %] or reporter [% END %]
  706. of the [% terms.bug %], or
  707. [% END %]
  708. a user with the required permissions may change that field.
  709. [% ELSIF error == "illegal_change_deps" %]
  710. [% title = "Not allowed" %]
  711. You tried to change the
  712. <strong>[% field_descs.$field FILTER html %]</strong> field
  713. but only a user allowed to edit
  714. both related [% terms.bugs %] may change that field.
  715. [% ELSIF error == "illegal_date" %]
  716. [% title = "Illegal Date" %]
  717. '<tt>[% date FILTER html %]</tt>' is not a legal date.
  718. [% IF format %]
  719. Please use the format '<tt>[% format FILTER html %]</tt>'.
  720. [% END %]
  721. [% ELSIF error == "illegal_email_address" %]
  722. [% title = "Invalid Email Address" %]
  723. The e-mail address you entered (<b>[% addr FILTER html %]</b>)
  724. didn't pass our syntax checking for a legal email address.
  725. [% IF default %]
  726. A legal address must contain exactly one '@',
  727. and at least one '.' after the @.
  728. [% ELSE %]
  729. [%+ Param('emailregexpdesc') FILTER html_light %]
  730. [% END %]
  731. It also must not contain any illegal characters.
  732. [% ELSIF error == "illegal_frequency" %]
  733. [% title = "Too Frequent" %]
  734. Unless you are an administrator, you may not create series which are
  735. run more often than once every [% minimum FILTER html %] days.
  736. [% ELSIF error == "illegal_group_control_combination" %]
  737. [% title = "Your Group Control Combination Is Illegal" %]
  738. [% admindocslinks = {'groups.html' => 'Assigning Group Controls to Products'} %]
  739. Your group control combination for group &quot;
  740. [% groupname FILTER html %]&quot; is illegal.
  741. [% ELSIF error == "illegal_query_name" %]
  742. [% title = "Illegal Search Name" %]
  743. The name of your search cannot contain any of the following characters:
  744. &lt;, &gt;, &amp;.
  745. [% ELSIF error == "illegal_series_creation" %]
  746. [% admindocslinks = {'groups.html' => 'Group security'} %]
  747. [% docslinks = {'reporting.html' => 'Reporting'} %]
  748. You are not authorized to create series.
  749. [% ELSIF error == "illegal_series_edit" %]
  750. [% admindocslinks = {'groups.html' => 'Group security'} %]
  751. [% docslinks = {'reporting.html' => 'Reporting'} %]
  752. You are not authorized to edit this series. To do this, you must either
  753. be its creator, or an administrator.
  754. [% ELSIF error == "illegal_time" %]
  755. [% title = "Illegal Time" %]
  756. '<tt>[% time FILTER html %]</tt>' is not a legal time.
  757. [% IF format %]
  758. Please use the format '<tt>[% format FILTER html %]</tt>'.
  759. [% END %]
  760. [% ELSIF error == "illegal_regexp" %]
  761. [% title = "Illegal Regular Expression" %]
  762. The regular expression you provided [% value FILTER html %] is not valid.
  763. The error was: [% dberror FILTER html %].
  764. [% ELSIF error == "insufficient_data_points" %]
  765. [% docslinks = {'reporting.html' => 'Reporting'} %]
  766. We don't have enough data points to make a graph (yet).
  767. [% ELSIF error == "invalid_attach_id" %]
  768. [% title = "Invalid Attachment ID" %]
  769. The attachment id [% attach_id FILTER html %] is invalid.
  770. [% ELSIF error == "bug_id_does_not_exist" %]
  771. [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %]
  772. [% terms.Bug %] #[% bug_id FILTER html %] does not exist.
  773. [% ELSIF error == "improper_bug_id_field_value" %]
  774. [% title = BLOCK %]
  775. [% IF bug_id %]Invalid [% ELSE %]Missing [% END %] [% terms.Bug %] ID
  776. [% END %]
  777. [% IF bug_id %]
  778. '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number
  779. [% IF Param("usebugaliases") %]
  780. nor an alias to [% terms.abug %]
  781. [% END %].
  782. [% ELSE %]
  783. [% IF field %]
  784. The '[% field_descs.$field FILTER html %]' field
  785. cannot be empty.
  786. [% END %]
  787. You must enter a valid [% terms.bug %] number!
  788. [% END %]
  789. [% ELSIF error == "invalid_changedsince" %]
  790. [% title = "Invalid 'Changed Since'" %]
  791. The 'changed since' value, '[% changedsince FILTER html %]', must be an
  792. integer >= 0.
  793. [% ELSIF error == "invalid_content_type" %]
  794. [% title = "Invalid Content-Type" %]
  795. The content type <em>[% contenttype FILTER html %]</em> is invalid.
  796. Valid types must be of the form <em>foo/bar</em> where <em>foo</em>
  797. is one of <em>[% constants.LEGAL_CONTENT_TYPES.join(', ') FILTER html %]</em>
  798. and <em>bar</em> must not contain any special characters (such as "=", "?", ...).
  799. [% ELSIF error == "invalid_context" %]
  800. [% title = "Invalid Context" %]
  801. The context [% context FILTER html %] is invalid (must be a number,
  802. "file" or "patch").
  803. [% ELSIF error == "invalid_datasets" %]
  804. [% title = "Invalid Datasets" %]
  805. Invalid datasets <em>[% datasets.join(":") FILTER html %]</em>. Only digits,
  806. letters and colons are allowed.
  807. [% ELSIF error == "invalid_format" %]
  808. [% title = "Invalid Format" %]
  809. The format "[% format FILTER html %]" is invalid (must be one of
  810. [% FOREACH my_format = formats %]
  811. "[% my_format FILTER html %]"
  812. [% END %]
  813. ).
  814. [% ELSIF error == "invalid_group_ID" %]
  815. [% title = "Invalid group ID" %]
  816. The group you specified doesn't exist.
  817. [% ELSIF error == "invalid_group_name" %]
  818. [% title = "Invalid group name" %]
  819. The group you specified, [% name FILTER html %], is not valid here.
  820. [% ELSIF error == "invalid_maxrows" %]
  821. [% title = "Invalid Max Rows" %]
  822. The maximum number of rows, '[% maxrows FILTER html %]', must be
  823. a positive integer.
  824. [% ELSIF error == "invalid_parameter" %]
  825. [% title = "Invalid Parameter" %]
  826. The new value for [% name FILTER html %] is invalid: [% err FILTER html %].
  827. [% ELSIF error == "invalid_product_name" %]
  828. [% title = "Invalid Product Name" %]
  829. The product name '[% product FILTER html %]' is invalid or does not exist.
  830. [% ELSIF error == "invalid_regexp" %]
  831. [% title = "Invalid regular expression" %]
  832. The regular expression you entered is invalid.
  833. [% ELSIF error == "invalid_user_group" %]
  834. [% title = "Invalid User Group" %]
  835. [% IF users.size > 1 %] Users [% ELSE %] User [% END %]
  836. '[% users.join(', ') FILTER html %]'
  837. [% IF users.size > 1 %] are [% ELSE %] is [% END %]
  838. not able to edit the
  839. [% IF product %]
  840. '[% product FILTER html %]'
  841. [% END %]
  842. [%+ field_descs.product FILTER html %]
  843. [% IF bug_id %]
  844. for [% terms.bug %] '[% bug_id FILTER html %]'.
  845. [% ELSIF new %]
  846. and may not be included on a new [% terms.bug %].
  847. [% ELSE %]
  848. for at least one [% terms.bug %] being changed.
  849. [% END %]
  850. [% ELSIF error == "invalid_username" %]
  851. [% title = "Invalid Username" %]
  852. The name <tt>[% name FILTER html %]</tt> is not a valid username.
  853. Either you misspelled it, or the person has not
  854. registered for a [% terms.Bugzilla %] account.
  855. [% ELSIF error == "invalid_username_or_password" %]
  856. [% title = "Invalid Username Or Password" %]
  857. The username or password you entered is not valid.
  858. [%# People get two login attempts before being warned about
  859. # being locked out.
  860. #%]
  861. [% IF remaining <= 2 %]
  862. If you do not enter the correct password after
  863. [%+ remaining FILTER html %] more attempt(s), you will be
  864. locked out of this account for
  865. [%+ constants.LOGIN_LOCKOUT_INTERVAL FILTER html %] minutes.
  866. [% END %]
  867. [% ELSIF error == "json_rpc_get_method_required" %]
  868. When using JSON-RPC over GET, you must specify a 'method'
  869. parameter. See the documentation at
  870. [%+ docs_urlbase FILTER html %]api/Bugzilla/WebService/Server/JSONRPC.html
  871. [% ELSIF error == "json_rpc_illegal_content_type" %]
  872. When using JSON-RPC over POST, you cannot send data as
  873. [%+ content_type FILTER html %]. Only application/json and
  874. application/json-rpc are allowed.
  875. [% ELSIF error == "json_rpc_invalid_params" %]
  876. Could not parse the 'params' argument as valid JSON.
  877. Error: [% err_msg FILTER html %]
  878. Value: [% params FILTER html %]
  879. [% ELSIF error == "json_rpc_invalid_callback" %]
  880. You cannot use '[% callback FILTER html %]' as your 'callback' parameter.
  881. For security reasons, only letters, numbers, and the following
  882. characters are allowed in the 'callback' parameter: <code>[]._</code>
  883. [% ELSIF error == "json_rpc_post_only" %]
  884. For security reasons, you must use HTTP POST to call the
  885. '[% method FILTER html %]' method.
  886. [% ELSIF error == "keyword_already_exists" %]
  887. [% title = "Keyword Already Exists" %]
  888. A keyword with the name [% name FILTER html %] already exists.
  889. [% ELSIF error == "keyword_blank_description" %]
  890. [% title = "Blank Keyword Description Not Allowed" %]
  891. You must enter a non-blank description for the keyword.
  892. [% ELSIF error == "keyword_blank_name" %]
  893. [% title = "Blank Keyword Name Not Allowed" %]
  894. You must enter a non-blank name for the keyword.
  895. [% ELSIF error == "keyword_invalid_name" %]
  896. [% title = "Invalid Keyword Name" %]
  897. You may not use commas or whitespace in a keyword name.
  898. [% ELSIF error == "login_needed_for_password_change" %]
  899. [% title = "Login Name Required" %]
  900. You must enter a login name when requesting to change your password.
  901. [% ELSIF error == "login_required_for_pronoun" %]
  902. [% title = "Login Name Required" %]
  903. You can't use %user% without being logged in, because %user% refers
  904. to your login name, which we don't know.
  905. [% ELSIF error == "login_required" %]
  906. [%# Used for non-web-based LOGIN_REQUIRED situations. %]
  907. You must log in before using this part of [% terms.Bugzilla %].
  908. [% ELSIF error == "migrate_config_created" %]
  909. The file <kbd>[% file FILTER html %]</kbd> contains configuration
  910. variables that must be set before continuing with the migration.
  911. [% ELSIF error == "migrate_from_invalid" %]
  912. '[% from FILTER html %]' is not a valid type of [% terms.bug %]-tracker
  913. to migrate from. See the contents of the <kbd>B[% %]ugzilla/Migrate/</kbd>
  914. directory for a list of valid [% terms.bug %]-trackers.
  915. [% ELSIF error == "milestone_already_exists" %]
  916. [% title = "Milestone Already Exists" %]
  917. [% admindocslinks = {'products.html' => 'Administering products',
  918. 'milestones.html' => 'About Milestones'} %]
  919. The milestone '[% name FILTER html %]' already exists for product '
  920. [%- product FILTER html %]'.
  921. [% ELSIF error == "milestone_blank_name" %]
  922. [% title = "Blank Milestone Name Not Allowed" %]
  923. You must enter a name for this milestone.
  924. [% ELSIF error == "milestone_is_default" %]
  925. [% title = "Default milestone not deletable" %]
  926. [% admindocslinks = {'products.html' => 'Administering products',
  927. 'milestones.html' => 'About Milestones'} %]
  928. Sorry, but [% milestone.name FILTER html %] is the default milestone
  929. for the '[% milestone.product.name FILTER html %]' product, and so
  930. it cannot be deleted.
  931. [% ELSIF error == "milestone_name_too_long" %]
  932. [% title = "Milestone Name Is Too Long" %]
  933. The name of a milestone is limited to [% constants.MAX_MILESTONE_SIZE FILTER html %]
  934. characters. '[% name FILTER html %]' is too long ([% name.length %] characters).
  935. [% ELSIF error == "milestone_required" %]
  936. [% title = "Milestone Required" %]
  937. You must select a target milestone for [% terms.bug %]
  938. [%+ bug.id FILTER html %]
  939. if you are going to accept it. Part of accepting
  940. [%+ terms.abug %] is giving an estimate of when it will be fixed.
  941. [% ELSIF error == "milestone_sortkey_invalid" %]
  942. [% title = "Invalid Milestone Sortkey" %]
  943. The sortkey '[% sortkey FILTER html %]' is not in the range
  944. [%+ constants.MIN_SMALLINT FILTER html %] &le; sortkey &le;
  945. [%+ constants.MAX_SMALLINT FILTER html %].
  946. [% ELSIF error == "misarranged_dates" %]
  947. [% title = "Misarranged Dates" %]
  948. Your start date ([% datefrom FILTER html %]) is after
  949. your end date ([% dateto FILTER html %]).
  950. [% ELSIF error == "missing_attachment_description" %]
  951. [% title = "Missing Attachment Description" %]
  952. You must enter a description for the attachment.
  953. [% ELSIF error == "missing_category" %]
  954. [% title = "Missing Category" %]
  955. You did not specify a category for this series.
  956. [% ELSIF error == "missing_component" %]
  957. [% title = "Missing Component" %]
  958. [% admindocslinks = {'products.html' => 'Administering products',
  959. 'components.html' => 'Creating a component'} %]
  960. Sorry, the product <em>[% product.name FILTER html %]</em>
  961. has to have at least one active component in order for you to
  962. enter [% terms.abug %] into it.<br>
  963. [% IF user.in_group("editcomponents", product.id) %]
  964. <a href="editcomponents.cgi?action=add&amp;product=[% product.name FILTER uri %]">Create
  965. a new component</a>.
  966. [% ELSE %]
  967. Please contact [% Param("maintainer") %] and ask them
  968. to add a component to this product.
  969. [% END %]
  970. [% ELSIF error == "missing_content_type" %]
  971. [% title = "Missing Content-Type" %]
  972. You asked [% terms.Bugzilla %] to auto-detect the content type, but
  973. your browser did not specify a content type when uploading the file,
  974. so you must enter a content type manually.
  975. [% ELSIF error == "missing_content_type_method" %]
  976. [% title = "Missing Content-Type Determination Method" %]
  977. You must choose a method for determining the content type,
  978. either <em>auto-detect</em>, <em>select from list</em>, or <em>enter
  979. manually</em>.
  980. [% ELSIF error == "missing_cookie" %]
  981. [% title = "Missing Cookie" %]
  982. Sorry, I seem to have lost the cookie that recorded
  983. the results of your last search. I'm afraid you will have to start
  984. again from the <a href="query.cgi">search page</a>.
  985. [% ELSIF error == "missing_datasets" %]
  986. [% title = "No Datasets Selected" %]
  987. [% docslinks = {'reporting.html' => 'Reporting'} %]
  988. You must specify one or more datasets to plot.
  989. [% ELSIF error == "missing_frequency" %]
  990. [% title = "Missing Frequency" %]
  991. [% docslinks = {'reporting.html' => 'Reporting'} %]
  992. You did not specify a valid frequency for this series.
  993. [% ELSIF error == "missing_name" %]
  994. [% title = "Missing Name" %]
  995. [% docslinks = {'reporting.html' => 'Reporting'} %]
  996. You did not specify a name for this series.
  997. [% ELSIF error == "missing_query" %]
  998. [% title = "Missing Search" %]
  999. [% docslinks = {'query.html' => "Searching for $terms.bugs",
  1000. 'query.html#list' => "$terms.Bug lists"} %]
  1001. The search named <em>[% name FILTER html %]</em>
  1002. [% IF sharer_id && sharer_id != user.id %]
  1003. has not been made visible to you.
  1004. [% ELSE %]
  1005. does not exist.
  1006. [% END %]
  1007. [% ELSIF error == "missing_resolution" %]
  1008. [% title = "Resolution Required" %]
  1009. A valid resolution is required to mark [% terms.bugs %] as
  1010. [%+ status FILTER upper FILTER html %].
  1011. [% ELSIF error == "missing_subcategory" %]
  1012. [% title = "Missing Subcategory" %]
  1013. You did not specify a subcategory for this series.
  1014. [% ELSIF error == "missing_version" %]
  1015. [% title = "Missing Version" %]
  1016. [% admindocslinks = {'versions.html' => 'Defining versions'} %]
  1017. Sorry, the product <em>[% product.name FILTER html %]</em>
  1018. has to have at least one active version in order for you to
  1019. enter [% terms.abug %] into it.<br>
  1020. [% IF user.in_group("editcomponents", product.id) %]
  1021. <a href="editversions.cgi?action=add&amp;product=[% product.name FILTER uri %]">Create
  1022. a new version</a>.
  1023. [% ELSE %]
  1024. Please contact [% Param("maintainer") %] and ask them
  1025. to add a version to this product.
  1026. [% END %]
  1027. [% ELSIF error == "multiple_alias_not_allowed" %]
  1028. You cannot set aliases when modifying multiple [% terms.bugs %]
  1029. at once.
  1030. [% ELSIF error == "need_quip" %]
  1031. [% title = "Quip Required" %]
  1032. [% docslinks = {'quips.html' => 'About quips'} %]
  1033. Please enter a quip in the text field.
  1034. [% ELSIF error == "new_password_missing" %]
  1035. [% title = "New Password Missing" %]
  1036. You must enter a new password.
  1037. [% ELSIF error == "no_axes_defined" %]
  1038. [% title = "No Axes Defined" %]
  1039. [% docslinks = {'reporting.html' => 'Reporting'} %]
  1040. You didn't define any axes to plot.
  1041. [% ELSIF error == "no_bugs_chosen" %]
  1042. [% title = BLOCK %]No [% terms.Bugs %] Selected[% END %]
  1043. You apparently didn't choose any [% terms.bugs %]
  1044. [% IF action == "modify" %]
  1045. to modify.
  1046. [% ELSIF action == "view" %]
  1047. to view.
  1048. [% END %]
  1049. [% ELSIF error == "no_tag_to_edit" %]
  1050. [% title = "No Tag Selected" %]
  1051. You tried to create or remove a tag with no name.
  1052. [% ELSIF error == "no_initial_bug_status" %]
  1053. [% title = "No Initial $terms.Bug Status" %]
  1054. No [% terms.bug %] status is available on [% terms.bug %] creation.
  1055. Please report the problem to [% Param("maintainer") %].
  1056. [% ELSIF error == "no_new_quips" %]
  1057. [% title = "No New Quips" %]
  1058. [% admindocslinks = {'quips.html' => 'Controlling quip usage'} %]
  1059. This site does not permit the addition of new quips.
  1060. [% ELSIF error == "no_page_specified" %]
  1061. [% title = "No Page Specified" %]
  1062. You did not specify the id of a page to display.
  1063. [% ELSIF error == "no_products" %]
  1064. [% title = "No Products" %]
  1065. [% admindocslinks = {'products.html' => 'Setting up a product',
  1066. 'components.html' => 'Adding components to products',
  1067. 'groups.html' => 'Groups security'} %]
  1068. Either no products have been defined to enter [% terms.bugs %] against or you have not
  1069. been given access to any.
  1070. [% ELSIF error == "number_not_numeric" %]
  1071. [% title = "Numeric Value Required" %]
  1072. The value '[% num FILTER html %]' in the
  1073. <em>[% field_descs.$field FILTER html %]</em> field
  1074. is not a numeric value.
  1075. [% ELSIF error == "number_too_large" %]
  1076. [% title = "Number Too Large" %]
  1077. The value '[% num FILTER html %]' in the
  1078. <em>[% field_descs.$field FILTER html %]</em> field
  1079. is more than the maximum allowable value of '[% max_num FILTER html %]'.
  1080. [% ELSIF error == "number_too_small" %]
  1081. [% title = "Number Too Small" %]
  1082. The value '[% num FILTER html %]'
  1083. in the <em>[% field_descs.$field FILTER html %]</em> field
  1084. is less than the minimum allowable value of '[% min_num FILTER html %]'.
  1085. [% ELSIF error == "object_not_specified" %]
  1086. [% type = BLOCK %][% INCLUDE object_name class = class %][% END %]
  1087. [% title = BLOCK %][% type FILTER ucfirst FILTER html %] Not
  1088. Specified[% END %]
  1089. You must select/enter a [% type FILTER html %].
  1090. [% ELSIF error == "object_does_not_exist" %]
  1091. [% type = BLOCK %][% INCLUDE object_name class = class %][% END %]
  1092. [% title = BLOCK %]Invalid [% type FILTER ucfirst FILTER html %][% END %]
  1093. There is no [% type FILTER html %]
  1094. [% IF id.defined %]
  1095. with the id '[% id FILTER html %]'
  1096. [% ELSE %]
  1097. named '[% name FILTER html %]'
  1098. [% END %]
  1099. [% IF product.defined %]
  1100. in the '[% product.name FILTER html %]' product
  1101. [% END %].
  1102. [% IF class == "Bugzilla::User" %]
  1103. Either you mis-typed the name or that user has not yet registered
  1104. for a [% terms.Bugzilla %] account.
  1105. [% ELSIF class == "Bugzilla::Keyword" %]
  1106. The legal keyword names are <a href="describekeywords.cgi">listed
  1107. here</a>.
  1108. [% END %]
  1109. [% ELSIF error == "old_password_incorrect" %]
  1110. [% title = "Incorrect Old Password" %]
  1111. You did not enter your old password correctly.
  1112. [% ELSIF error == "old_password_required" %]
  1113. [% title = "Old Password Required" %]
  1114. You must enter your old password to change your email address.
  1115. [% ELSIF error == "password_change_requests_not_allowed" %]
  1116. [% title = "Password Change Requests Not Allowed" %]
  1117. The system is not configured to allow password change requests.
  1118. [% ELSIF error == "passwords_dont_match" %]
  1119. [% title = "Passwords Don't Match" %]
  1120. The two passwords you entered did not match.
  1121. [% ELSIF error == "password_current_too_short" %]
  1122. [% title = "New Password Required" %]
  1123. Your password is currently less than
  1124. [%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long,
  1125. which is the new minimum length required for passwords.
  1126. You must <a href="token.cgi?a=reqpw&amp;loginname=[% locked_user.email FILTER uri %]">
  1127. request a new password</a> in order to log in again.
  1128. [% ELSIF error == "password_too_short" %]
  1129. [% title = "Password Too Short" %]
  1130. The password must be at least
  1131. [%+ constants.USER_PASSWORD_MIN_LENGTH FILTER html %] characters long.
  1132. [% ELSIF error == "password_not_complex" %]
  1133. [% title = "Password Fails Requirements" %]
  1134. [% passregex = Param('password_complexity') %]
  1135. The password must contain at least one:
  1136. <ul>
  1137. [% IF passregex.search('letters') %]
  1138. <li>UPPERCASE letter</li>
  1139. <li>lowercase letter</li>
  1140. [% END %]
  1141. [% IF passregex.search('numbers') %]
  1142. <li>digit</li>
  1143. [% END %]
  1144. [% IF passregex.search('specialchars') %]
  1145. <li>special character</li>
  1146. [% END %]
  1147. </ul>
  1148. [% ELSIF error == "product_access_denied" %]
  1149. [% title = "Product Access Denied" %]
  1150. Either the product
  1151. [%+ IF id.defined %]
  1152. with the id [% id FILTER html %]
  1153. [% ELSE %]
  1154. '[% name FILTER html %]'
  1155. [% END %]
  1156. does not exist or you don't have access to it.
  1157. [% ELSIF error == "product_illegal_group" %]
  1158. [% title = "Illegal Group" %]
  1159. [% group.name FILTER html %] is not an active [% terms.bug %] group
  1160. and so you cannot edit group controls for it.
  1161. [% ELSIF error == "product_name_already_in_use" %]
  1162. [% title = "Product name already exists" %]
  1163. [% admindocslinks = {'products.html' => 'Administering products'} %]
  1164. The product name '[% product FILTER html %]' already exists.
  1165. [% ELSIF error == "product_name_diff_in_case" %]
  1166. [% title = "Product name differs only in case" %]
  1167. [% admindocslinks = {'products.html' => 'Administering products'} %]
  1168. The product name '[% product FILTER html %]' differs from existing
  1169. product '[% existing_product FILTER html %]' only in case.
  1170. [% ELSIF error == "product_name_too_long" %]
  1171. [% title = "Product name too long" %]
  1172. The name of a product is limited to [% constants.MAX_PRODUCT_SIZE FILTER html %]
  1173. characters. '[% name FILTER html %]' is too long ([% name.length %] characters).
  1174. [% ELSIF error == "product_must_define_defaultmilestone" %]
  1175. [% title = "Must define new default milestone" %]
  1176. [% admindocslinks = {'products.html' => 'Administering products',
  1177. 'milestones.html' => 'About Milestones'} %]
  1178. You must <a href="editmilestones.cgi?action=add&amp;product=[% product FILTER uri %]">
  1179. create the milestone '[% milestone FILTER html %]'</a> before
  1180. it can be made the default milestone for product '[% product FILTER html %]'.
  1181. [% ELSIF error == "product_admin_denied" %]
  1182. [% title = "Product Access Denied" %]
  1183. You are not allowed to edit properties of product '[% product FILTER html %]'.
  1184. [% ELSIF error == "product_blank_name" %]
  1185. [% title = "Blank Product Name Not Allowed" %]
  1186. [% admindocslinks = {'products.html' => 'Administering products'} %]
  1187. You must enter a name for the product.
  1188. [% ELSIF error == "product_disabled" %]
  1189. [% title = BLOCK %]Product closed for [% terms.Bug %] Entry[% END %]
  1190. [% admindocslinks = {'products.html' => 'Administering products'} %]
  1191. Sorry, entering [% terms.abug %] into the
  1192. product <em>[% product.name FILTER html %]</em> has been disabled.
  1193. [% ELSIF error == "product_edit_denied" %]
  1194. [% title = "Product Edit Access Denied" %]
  1195. [% admindocslinks = {'products.html' => 'Administering products',
  1196. 'groups.html' => 'Group security'} %]
  1197. You are not permitted to edit [% terms.bugs %] in product
  1198. [%+ product FILTER html %].
  1199. [% ELSIF error == "product_has_bugs" %]
  1200. [% title = BLOCK %]Product has [% terms.Bugs %][% END %]
  1201. [% admindocslinks = {'products.html' => 'Administering products'} %]
  1202. There are [% nb FILTER html %] [%+ terms.bugs %] entered for this product!
  1203. You must move those [% terms.bugs %] to another product before you
  1204. can delete this one.
  1205. [% ELSIF error == "product_must_have_description" %]
  1206. [% title = "Product needs Description" %]
  1207. [% admindocslinks = {'products.html' => 'Administering products'} %]
  1208. You must enter a description for this product.
  1209. [% ELSIF error == "product_must_have_version" %]
  1210. [% title = "Product needs Version" %]
  1211. [% admindocslinks = {'products.html' => 'Administering products',
  1212. 'versions.html' => 'Administering versions'} %]
  1213. You must enter a valid version to create a new product.
  1214. [% ELSIF error == "product_unknown_component" %]
  1215. [% title = "Unknown Component" %]
  1216. Product '[% product FILTER html %]' has no component
  1217. [% IF comp_id %]
  1218. with ID [% comp_id FILTER html %].
  1219. [% ELSE %]
  1220. named '[% comp FILTER html %]'.
  1221. [% END %]
  1222. [% ELSIF error == "query_name_missing" %]
  1223. [% title = "No Search Name Specified" %]
  1224. [% docslinks = {'query.html#list' => "$terms.Bug lists"} %]
  1225. You must enter a name for your search.
  1226. [% ELSIF error == "query_name_too_long" %]
  1227. [% title = "Query Name Too Long" %]
  1228. The name of the query must be less than [% constants.MAX_LEN_QUERY_NAME FILTER html %]
  1229. characters long.
  1230. [% ELSIF error == "quicksearch_invalid_query" %]
  1231. [% title = "Invalid Query" %]
  1232. Your query is invalid.
  1233. [% IF operators %]
  1234. The [% operators.shift FILTER html %] operator cannot be followed by
  1235. [%+ operators.shift FILTER html %].
  1236. [% ELSE %]
  1237. A query cannot start with AND or OR, nor can it end with AND, OR or NOT.
  1238. They are reserved operators and must be quoted if you want to look for
  1239. these strings.
  1240. [% END %]
  1241. [% ELSIF error == "quicksearch_unbalanced_quotes" %]
  1242. [% title = "Badly Formatted Query" %]
  1243. [% terms.Bugzilla %] is unable to parse your query correctly:
  1244. <em>[% string FILTER html %]</em>.<br>
  1245. If you use quotes to enclose strings, make sure both quotes are present.
  1246. If you really want to look for a quote in a string, type \" instead of ".
  1247. For instance, <em>"I'm so \"special\", really"</em> (with quotes) will be
  1248. interpreted as <em>I'm so "special", really</em>.
  1249. [% ELSIF error == "quicksearch_unknown_field" %]
  1250. [% title = "QuickSearch Error" %]
  1251. There is a problem with your search:
  1252. [% FOREACH field = unknown %]
  1253. <p><code>[% field FILTER html %]</code> is not a valid field name.</p>
  1254. [% END %]
  1255. [% FOREACH field = ambiguous.keys %]
  1256. <p><code>[% field FILTER html %]</code> matches more than one field:
  1257. [%+ ambiguous.${field}.join(', ') FILTER html %]</p>
  1258. [% END %]
  1259. [% IF unknown.size %]
  1260. <p>The legal field names are
  1261. <a href="page.cgi?id=quicksearch.html#fields">listed here</a>.</p>
  1262. [% END %]
  1263. [% ELSIF error == "reassign_to_empty" %]
  1264. [% title = "Illegal Reassignment" %]
  1265. To reassign [% terms.abug %], you must provide an address for
  1266. the new assignee.
  1267. [% ELSIF error == "require_component" %]
  1268. [% title = "Component Needed" %]
  1269. To file this [% terms.bug %], you must first choose a component.
  1270. If necessary, just guess.
  1271. [% ELSIF error == "relationship_loop_single" %]
  1272. [% title = "Relationship Loop Detected" %]
  1273. [% field_descs.$field_name FILTER html %]
  1274. for [% terms.bug %] [%+ bug_id FILTER html %]
  1275. has a circular dependency on [% terms.bug %] [%+ dep_id FILTER html %].
  1276. [% ELSIF error == "request_queue_group_invalid" %]
  1277. The group field <em>[% group FILTER html %]</em> is invalid.
  1278. [% ELSIF error == "require_new_password" %]
  1279. [% title = "New Password Needed" %]
  1280. You cannot change your password without choosing a new one.
  1281. [% ELSIF error == "required_field" %]
  1282. [% title = "Field Must Be Set" %]
  1283. A value must be set for the '[% field_descs.${field.name} FILTER html %]'
  1284. field.
  1285. [% ELSIF error == "require_summary" %]
  1286. [% title = "Summary Needed" %]
  1287. You must enter a summary for this [% terms.bug %].
  1288. [% ELSIF error == "resolution_cant_clear" %]
  1289. [% terms.Bug %] [%+ bug_id FILTER bug_link(bug_id) FILTER none %] is
  1290. closed, so you cannot clear its resolution.
  1291. [% ELSIF error == "resolution_not_allowed" %]
  1292. [% title = "Resolution Not Allowed" %]
  1293. You cannot set a resolution for open [% terms.bugs %].
  1294. [% ELSIF error == "saved_search_used_by_whines" %]
  1295. [% title = "Saved Search In Use" %]
  1296. [% docslinks = {'whining.html' => 'About Whining'} %]
  1297. The saved search <em>[% search_name FILTER html %]</em> is being used
  1298. by <a href="editwhines.cgi">Whining events</a> with the following subjects:
  1299. [%+ subjects FILTER html %]
  1300. [% ELSIF error == "search_content_without_matches" %]
  1301. [% title = "Illegal Search" %]
  1302. The "content" field can only be used with "matches" search
  1303. and the "matches" search can only be used with the "content"
  1304. field.
  1305. [% ELSIF error == "search_field_operator_invalid" %]
  1306. [% terms.Bugzilla %] does not support using the
  1307. "[%+ field_descs.$field FILTER html %]" ([% field FILTER html %])
  1308. field with the "[% search_descs.$operator FILTER html %]"
  1309. ([% operator FILTER html %]) search type.
  1310. [% ELSIF error == "see_also_self_reference" %]
  1311. You cannot put this [% terms.bug %] into its own
  1312. [%+ field_descs.see_also FILTER html %] field.
  1313. [% ELSIF error == "series_already_exists" %]
  1314. [% title = "Series Already Exists" %]
  1315. [% docslinks = {'reporting.html' => 'Reporting'} %]
  1316. A series named <em>[% series.category FILTER html %] /
  1317. [%+ series.subcategory FILTER html %] /
  1318. [%+ series.name FILTER html %]</em>
  1319. already exists.
  1320. [% ELSIF error == "still_unresolved_bugs" %]
  1321. [% title = "Unresolved Dependencies" %]
  1322. [% terms.Bug %] [%+ bug_id FILTER bug_link(bug_id) FILTER none %]
  1323. has [% dep_count FILTER none %] unresolved
  1324. [% IF dep_count == 1 %]
  1325. dependency
  1326. [% ELSE %]
  1327. dependencies
  1328. [% END %].
  1329. They must either be resolved or removed from the
  1330. "[% field_descs.dependson FILTER html %]" field before you can resolve
  1331. this [% terms.bug %] as [% display_value("resolution", "FIXED") FILTER html %].
  1332. [% ELSIF error == "sudo_invalid_cookie" %]
  1333. [% title = "Invalid Sudo Cookie" %]
  1334. Your sudo cookie is invalid. Either it expired or you didn't start
  1335. a sudo session correctly. Refresh the page or load another page
  1336. to continue what you are doing as yourself.
  1337. [% ELSIF error == "sudo_illegal_action" %]
  1338. [% title = "Impersonation Not Authorized" %]
  1339. [% IF NOT sudoer.in_group("bz_sudoers") %]
  1340. You are not allowed to impersonate users.
  1341. [% ELSIF target_user AND target_user.in_group("bz_sudo_protect") %]
  1342. You are not allowed to impersonate [% target_user.identity FILTER html %].
  1343. [% ELSE %]
  1344. The user you tried to impersonate doesn't exist.
  1345. [% END %]
  1346. [% ELSIF error == "sudo_in_progress" %]
  1347. [% title = "Session In Progress" %]
  1348. A sudo session (impersonating [% target FILTER html %]) is in progress.
  1349. End that session (using the link in the footer) before starting a new one.
  1350. [% ELSIF error == "sudo_password_required" %]
  1351. [% title = "Password Required" %]
  1352. Your [% terms.Bugzilla %] password is required to begin a sudo
  1353. session. Please <a href="relogin.cgi?action=prepare-sudo&amp;target_login=
  1354. [%- target_login FILTER uri %]&amp;reason=
  1355. [%- reason FILTER uri %]">go back</a> and enter your password.
  1356. [% ELSIF error == "sudo_preparation_required" %]
  1357. [% title = "Preparation Required" %]
  1358. You may not start a sudo session directly. Please
  1359. <a href="relogin.cgi?action=prepare-sudo&amp;target_login=
  1360. [%- target_login FILTER uri %]&amp;reason=
  1361. [%- reason FILTER uri %]">start your session normally</a>.
  1362. [% ELSIF error == "sudo_protected" %]
  1363. [% title = "User Protected" %]
  1364. The user [% login FILTER html %] may not be impersonated by sudoers.
  1365. [% ELSIF error == "tag_name_too_long" %]
  1366. [% title = "Tag Name Too Long" %]
  1367. The tag name must be less than [% constants.MAX_LEN_QUERY_NAME FILTER html %]
  1368. characters long.
  1369. [% ELSIF error == "token_does_not_exist" %]
  1370. [% title = "Token Does Not Exist" %]
  1371. The token you submitted does not exist, has expired, or has
  1372. been canceled.
  1373. [% ELSIF error == "too_soon_for_new_token" %]
  1374. [% title = "Too Soon For New Token" %]
  1375. You have requested
  1376. [% IF type == "password" %]
  1377. a password
  1378. [% ELSIF type == "account" %]
  1379. an account
  1380. [% END %]
  1381. token too recently to request another. Please wait a while and try again.
  1382. [% ELSIF error == "unknown_action" %]
  1383. [% IF action %]
  1384. Unknown action [% action FILTER html %]!
  1385. [% ELSE %]
  1386. I could not figure out what you wanted to do.
  1387. [% END %]
  1388. [% ELSIF error == "unknown_tab" %]
  1389. [% title = "Unknown Tab" %]
  1390. <code>[% current_tab_name FILTER html %]</code> is not a legal tab name.
  1391. [% ELSIF error == "value_inactive" %]
  1392. [% title = "Value is Not Active" %]
  1393. [% type = BLOCK %][% INCLUDE object_name class = class %][% END %]
  1394. The [% type FILTER html %] value '[% value FILTER html %]' is not active.
  1395. [% ELSIF error == "version_already_exists" %]
  1396. [% title = "Version Already Exists" %]
  1397. [% admindocslinks = {'versions.html' => 'Administering versions'} %]
  1398. The version '[% name FILTER html %]' already exists for product '
  1399. [%- product FILTER html %]'.
  1400. [% ELSIF error == "version_blank_name" %]
  1401. [% title = "Blank Version Name Not Allowed" %]
  1402. You must enter a name for this version.
  1403. [% ELSIF error == "version_has_bugs" %]
  1404. [% title = BLOCK %]Version has [% terms.Bugs %][% END %]
  1405. There are [% nb FILTER html %] [%+ terms.bugs %] associated with this
  1406. version! You must reassign those [% terms.bugs %] to another version
  1407. before you can delete this one.
  1408. [% ELSIF error == "users_deletion_disabled" %]
  1409. [% title = "Deletion not activated" %]
  1410. [% admindocslinks = {'useradmin.html' => 'User administration'} %]
  1411. Sorry, the deletion of user accounts is not allowed.
  1412. [% ELSIF error == "user_has_responsibility" %]
  1413. [% title = "Can't Delete User Account" %]
  1414. [% admindocslinks = {'useradmin.html' => 'User administration'} %]
  1415. The user you want to delete is set up as the default [% terms.bug %]
  1416. assignee
  1417. [% IF Param('useqacontact') %]
  1418. or QA contact
  1419. [% END %]
  1420. for at least one component.
  1421. For this reason, you cannot delete the account at this time.
  1422. [% ELSIF error == "user_access_by_id_denied" %]
  1423. [% title = "User Access By Id Denied" %]
  1424. Logged-out users cannot use the "ids" argument to this function
  1425. to access any user information.
  1426. [% ELSIF error == "user_access_by_match_denied" %]
  1427. [% title = "User-Matching Denied" %]
  1428. Logged-out users cannot use the "match" argument to this function
  1429. to access any user information.
  1430. [% ELSIF error == "user_login_required" %]
  1431. [% title = "Login Name Required" %]
  1432. [% admindocslinks = {'useradmin.html' => 'User administration'} %]
  1433. You must enter a login name for the new user.
  1434. [% ELSIF error == "user_match_failed" %]
  1435. [% title = "Match Failed" %]
  1436. <tt>[% name FILTER html %]</tt> does not exist or you are not allowed
  1437. to see that user.
  1438. [% ELSIF error == "user_match_too_many" %]
  1439. [% title = "No Conclusive Match" %]
  1440. [% terms.Bugzilla %] cannot make a conclusive match for one or more
  1441. of the names and/or email addresses you entered for
  1442. the [% fields.join(', ') FILTER html %] field(s).
  1443. [% ELSIF error == "user_not_insider" %]
  1444. [% title = "User Not In Insidergroup" %]
  1445. Sorry, but you are not allowed to (un)mark comments or attachments
  1446. as private.
  1447. [% ELSIF error == "wrong_token_for_cancelling_email_change" %]
  1448. [% title = "Wrong Token" %]
  1449. That token cannot be used to cancel an email address change.
  1450. [% ELSIF error == "wrong_token_for_changing_passwd" %]
  1451. [% title = "Wrong Token" %]
  1452. That token cannot be used to change your password.
  1453. [% ELSIF error == "wrong_token_for_confirming_email_change" %]
  1454. [% title = "Wrong Token" %]
  1455. That token cannot be used to change your email address.
  1456. [% ELSIF error == "wrong_token_for_creating_account" %]
  1457. [% title = "Wrong Token" %]
  1458. That token cannot be used to create a user account.
  1459. [% ELSIF error == "xmlrpc_invalid_value" %]
  1460. "[% value FILTER html %]" is not a valid value for a
  1461. &lt;[% type FILTER html %]&gt; field. (See the XML-RPC specification
  1462. for details.)
  1463. [% ELSIF error == "xmlrpc_illegal_content_type" %]
  1464. When using XML-RPC, you cannot send data as
  1465. [%+ content_type FILTER html %]. Only text/xml
  1466. and application/xml are allowed.
  1467. [% ELSIF error == "zero_length_file" %]
  1468. [% title = "File Is Empty" %]
  1469. The file you are trying to attach is empty, does not exist, or you don't
  1470. have permission to read it.
  1471. [% ELSIF error == "illegal_user_id" %]
  1472. [% title = "Illegal User ID" %]
  1473. User ID '[% userid FILTER html %]' is not valid integer.
  1474. [% ELSIF error == "extern_id_exists" %]
  1475. [% title = "Account Already Exists" %]
  1476. There is already an account
  1477. [% IF existing_login_name %]
  1478. ([% existing_login_name FILTER html %])
  1479. [% END %]
  1480. with the External Login ID "[% extern_id FILTER html %]".
  1481. [% ELSE %]
  1482. [%# Try to find hooked error messages %]
  1483. [% error_message = Hook.process("errors") %]
  1484. [% IF not error_message %]
  1485. [% title = "Error string not found" %]
  1486. The user error string <code>[% error FILTER html %]</code> was not found.
  1487. Please send email to [% Param("maintainer") %] describing the steps taken
  1488. to obtain this message.
  1489. [% ELSE %]
  1490. [% error_message FILTER none %]
  1491. [% END %]
  1492. [% END %]
  1493. [% END %]
  1494. [%# We only want HTML error messages for ERROR_MODE_WEBPAGE %]
  1495. [% USE Bugzilla %]
  1496. [% IF Bugzilla.error_mode != constants.ERROR_MODE_WEBPAGE %]
  1497. [% IF Bugzilla.usage_mode == constants.USAGE_MODE_BROWSER %]
  1498. [% error_message FILTER none %]
  1499. [% ELSE %]
  1500. [% error_message FILTER txt %]
  1501. [% END %]
  1502. [% RETURN %]
  1503. [% END %]
  1504. [% UNLESS header_done %]
  1505. [% PROCESS global/header.html.tmpl %]
  1506. [% END %]
  1507. [% PROCESS global/docslinks.html.tmpl
  1508. docslinks = docslinks
  1509. admindocslinks = admindocslinks
  1510. %]
  1511. <table cellpadding="20">
  1512. <tr>
  1513. <td id="error_msg" class="throw_error">
  1514. [% error_message FILTER none %]
  1515. </td>
  1516. </tr>
  1517. </table>
  1518. <p>
  1519. Please press <b>Back</b> and try again.
  1520. </p>
  1521. [%# If a saved search fails, people want the ability to edit or delete it.
  1522. # This is the best way of getting information about that possible saved
  1523. # search from any error call location. %]
  1524. [% namedcmd = Bugzilla.cgi.param("namedcmd") %]
  1525. [% sharer_id = Bugzilla.cgi.param("sharer_id") %]
  1526. [% IF namedcmd AND error != "missing_query"
  1527. AND error != "saved_search_used_by_whines"
  1528. AND !sharer_id %]
  1529. <p>
  1530. Alternatively, you can
  1531. <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
  1532. [% namedcmd FILTER uri %]">forget</a>
  1533. [% FOREACH q = Bugzilla.user.queries %]
  1534. [% IF q.name == namedcmd %]
  1535. or <a href="query.cgi?[% q.url FILTER html %]">edit</a>
  1536. [% END %]
  1537. [% END %]
  1538. the saved search '[% namedcmd FILTER html %]'.
  1539. </p>
  1540. [% END %]
  1541. [% PROCESS global/footer.html.tmpl %]
  1542. [% BLOCK object_name %]
  1543. [% IF class == "Bugzilla::Attachment" %]
  1544. attachment
  1545. [% ELSIF class == "Bugzilla::User" %]
  1546. user
  1547. [% ELSIF class == "Bugzilla::Classification" %]
  1548. classification
  1549. [% ELSIF class == "Bugzilla::Product" %]
  1550. product
  1551. [% ELSIF class == "Bugzilla::Component" %]
  1552. component
  1553. [% ELSIF class == "Bugzilla::Version" %]
  1554. version
  1555. [% ELSIF class == "Bugzilla::Milestone" %]
  1556. milestone
  1557. [% ELSIF class == "Bugzilla::Status" %]
  1558. status
  1559. [% ELSIF class == "Bugzilla::Flag" %]
  1560. flag
  1561. [% ELSIF class == "Bugzilla::FlagType" %]
  1562. flagtype
  1563. [% ELSIF class == "Bugzilla::Field" %]
  1564. field
  1565. [% ELSIF class == "Bugzilla::Group" %]
  1566. group
  1567. [% ELSIF class == "Bugzilla::Keyword" %]
  1568. keyword
  1569. [% ELSIF class == "Bugzilla::Search::Recent" %]
  1570. recent search
  1571. [% ELSIF class == "Bugzilla::Search::Saved" %]
  1572. saved search
  1573. [% ELSIF ( matches = class.match('^Bugzilla::Field::Choice::(.+)') ) %]
  1574. [% SET field_name = matches.0 %]
  1575. [% field_descs.$field_name FILTER html %]
  1576. [% END %]
  1577. [% Hook.process('end_object_name', 'global/user-error.html.tmpl') %]
  1578. [% END %]