[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Max Kanat-Alexander #%] [%# This is a list of all the possible messages. Please keep them in # alphabetical order by message tag, and leave a blank line between messages. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% message_tag = message %] [% message = BLOCK %] [% IF message_tag == "account_created" %] The user account [% otheruser.login FILTER html %] has been created successfully. [% IF groups.size %] You may want to edit the group settings now, using the form below. [% END %] [% ELSIF message_tag == "account_creation_canceled" %] [% title = "User Account Creation Canceled" %] The creation of the user account [% account FILTER html %] has been canceled. [% ELSIF message_tag == "account_updated" %] [% IF changed_fields.size + groups_added_to.size + groups_removed_from.size + groups_granted_rights_to_bless.size + groups_denied_rights_to_bless.size %] [% title = "User $loginold updated" %] The following changes have been made to the user account [%+ loginold FILTER html %]: [% ELSE %] [% title = "User $otheruser.login not changed" %] You didn't request any changes to the user's account [%+ otheruser.login FILTER html %]. [% END %] [% ELSIF message_tag == "account_deleted" %] [% title = "User $otheruser.login deleted" %] The user account [% otheruser.login FILTER html %] has been deleted successfully. [% ELSIF message_tag == "account_disabled" %] The user account [% account FILTER html %] is disabled, so you cannot change its password. [% ELSIF message_tag == "attachment_creation_failed" %] The [% terms.bug %] was created successfully, but attachment creation failed. Please add your attachment by clicking the "Add an Attachment" link below. [% ELSIF message_tag == "bug_group_description" %] Access to [% terms.bugs %] in the [% product.name FILTER html %] product [% ELSIF message_tag == "buglist_adding_field" %] [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] [% ELSIF message_tag == "buglist_updated_named_query" %] [% title = "Search updated" %] Your search named [% queryname FILTER html %] has been updated. [% ELSIF message_tag == "buglist_new_default_query" %] OK, you now have a new default search. You may also bookmark the result of any individual search. [% ELSIF message_tag == "buglist_new_named_query" %] [% title = "Search created" %] OK, you have a new search named [% queryname FILTER html %]. [% ELSIF message_tag == "buglist_query_gone" %] [% title = "Search is gone" %] [% link = "Go back to the search page." %] OK, the [% namedcmd FILTER html %] search is gone. [% ELSIF message_tag == "buglist_sorted_by_relevance" %] [% terms.Bugs %] on this list are sorted by relevance, with the most relevant [% terms.bugs %] at the top. [% IF bugs.size == constants.FULLTEXT_BUGLIST_LIMIT %] Only the [% constants.FULLTEXT_BUGLIST_LIMIT FILTER html %] most relevant [% terms.bugs %] are shown. [% END %] [% ELSIF message_tag == "change_columns" %] [% title = "Change columns" %] Resubmitting your search with new columns... Click here if the page does not automatically refresh. [% ELSIF message_tag == "classification_created" %] [% title = "New Classification Created" %] The [% classification.name FILTER html %] classification has been created. [% ELSIF message_tag == "classification_deleted" %] [% title = "Classification Deleted" %] The [% classification.name FILTER html %] classification has been deleted. [% ELSIF message_tag == "classification_updated" %] [% title = "Classification Updated" %] [% IF changes.keys.size %] Changes to the [% classification.name FILTER html %] classification have been saved: [% ELSE %] No changes made to [% classification.name FILTER html %]. [% END %] [% ELSIF message_tag == "component_created" %] [% title = "Component Created" %] The component [% comp.name FILTER html %] has been created. [% ELSIF message_tag == "component_deleted" %] [% title = "Component Deleted" %] The component [% comp.name FILTER html %] has been deleted. [% IF comp.bug_count %] All [% terms.bugs %] being in this component and all references to them have also been deleted. [% END %] [% ELSIF message_tag == "component_updated" %] [% title = "Component Updated" %] [% IF changes.keys.size %] Changes to the component [% comp.name FILTER html %] have been saved: