[%# 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" %] [% msg.account_created = BLOCK %] [% title = "User $otheruser.login created" %] A new user account [% otheruser.login | html %] has been created successfully. [% IF groups.size %] You may want to edit the group settings now, using the form below. [% END %] [% IF login_info %] You can now go to the Log In page to enter this [% terms.Bugzilla %] installation. [% END %] [% END %] [% msg.account_creation_canceled = BLOCK %] [% title = "User Account Creation Canceled" %] The creation of the user account [% account | html %] has been canceled. [% END %] [% msg.account_updated = BLOCK %] [% 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 | html %]: [% ELSE %] [% title = "User $otheruser.login not changed" %] You didn't request any changes to the user's account [%+ otheruser.login | html %]. [% END %] [% END %] [% msg.account_deleted = BLOCK %] [% title = "User $otheruser.login deleted" %] The user account [% otheruser.login | html %] has been deleted successfully. [% END %] [% msg.account_disabled = BLOCK %] The user account [% account | html %] is disabled, so you cannot change its password. [% END %] [% msg.attachment_creation_failed = BLOCK %] The [% terms.bug %] was created successfully, but attachment creation failed. Please add your attachment by clicking the "Add an Attachment" link below. [% END %] [% msg.bug_group_description = BLOCK %] Access to [% terms.bugs %] in the [% product.name | html %] product [% END %] [% msg.buglist_adding_field = BLOCK %] [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] [% END %] [% msg.buglist_updated_named_query = BLOCK %] [% title = "Search updated" %] Your search named [% queryname | html %] has been updated. [% END %] [% msg.buglist_new_default_query = BLOCK %] OK, you now have a new default search. You may also bookmark the result of any individual search. [% END %] [% msg.buglist_new_named_query = BLOCK %] [% title = "Search created" %] OK, you have a new search named [% queryname | html %]. [% END %] [% msg.buglist_query_gone = BLOCK %] [% title = "Search is gone" %] [% link = "Go back to the search page." %] OK, the [% namedcmd | html %] search is gone. [% END %] [% msg.buglist_sorted_by_relevance = BLOCK %] [% 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 | html %] most relevant [% terms.bugs %] are shown. [% END %] [% END %] [% msg.change_columns = BLOCK %] [% title = "Change columns" %] Resubmitting your search with new columns... Click here if the page does not automatically refresh. [% END %] [% msg.classification_created = BLOCK %] [% title = "New Classification Created" %] The [% classification.name | html %] classification has been created. [% END %] [% msg.classification_deleted = BLOCK %] [% title = "Classification Deleted" %] The [% classification.name | html %] classification has been deleted. [% END %] [% msg.classification_updated = BLOCK %] [% title = "Classification Updated" %] [% IF changes.keys.size %] Changes to the [% classification.name | html %] classification have been saved: [% ELSE %] No changes made to [% classification.name | html %]. [% END %] [% END %] [% msg.component_created = BLOCK %] [% title = "Component Created" %] The component [% comp.name | html %] has been created. [% END %] [% msg.component_deleted = BLOCK %] [% title = "Component Deleted" %] The component [% comp.name | 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 %] [% END %] [% msg.component_updated = BLOCK %] [% title = "Component Updated" %] [% IF changes.keys.size %] Changes to the component [% comp.name | html %] have been saved: